From 1fee78451fabfc1bae7ed34c3721c59c68170568 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 17 Mar 2014 09:45:30 +1100 Subject: [PATCH 01/18] Allow translations of queXS created strings in Limesurvey --- include/limesurvey/admin/browse.php | 4 +- include/limesurvey/admin/exportresults.php | 86 +++++++++++----------- include/limesurvey/admin/statistics.php | 4 +- include/limesurvey/admin/vvexport.php | 4 +- include/limesurvey/common_functions.php | 9 ++- include/limesurvey/optout.php | 3 +- include/limesurvey/qanda.php | 6 +- 7 files changed, 60 insertions(+), 56 deletions(-) diff --git a/include/limesurvey/admin/browse.php b/include/limesurvey/admin/browse.php index ef9d2bdf..eae4d6e1 100644 --- a/include/limesurvey/admin/browse.php +++ b/include/limesurvey/admin/browse.php @@ -788,8 +788,8 @@ $quexsfilterstate = questionnaireSampleFilterstate(); //queXS Addition include_once("../quexs.php"); - $browseoutput .= " ".$clang->gT("Questionnaire and Sample selection:")."\n" + ."\t\n" . get_questionnaire_sample_list($surveyid,$quexsfilterstate) ."\n"; diff --git a/include/limesurvey/admin/exportresults.php b/include/limesurvey/admin/exportresults.php index 357fa226..8f53a63a 100644 --- a/include/limesurvey/admin/exportresults.php +++ b/include/limesurvey/admin/exportresults.php @@ -107,8 +107,8 @@ $quexsfilterstate = questionnaireSampleFilterstate(); //queXS Addition include_once("../quexs.php"); - $exportoutput .= "
  • \n" + ."\t\n" . get_questionnaire_sample_list($surveyid,$quexsfilterstate) ."
  • \n"; @@ -254,17 +254,17 @@ $quexsfilterstate = questionnaireSampleFilterstate(); $exportoutput .= "\n"; } - $exportoutput .= "\n" - ."\n" - ."\n" - ."\n" - ."\n" - ."\n" - ."\n" - ."\n" - ."\n" - ."\n" - ."\n"; + $exportoutput .= "\n" + ."\n" + ."\n" + ."\n" + ."\n" + ."\n" + ."\n" + ."\n" + ."\n" + ."\n" + ."\n"; $sql = "SELECT sv.var,sv.val @@ -600,53 +600,53 @@ for ($i=0; $i<$fieldcount; $i++) if ($fieldinfo == "callattempts") { - if ($type == "csv") {$firstline .= "\"".$elang->gT("Number of call attempts")."\"$separator";} - else {$firstline .= $elang->gT("Number of call attempts")."$separator";} + if ($type == "csv") {$firstline .= "\"".T_("Number of call attempts")."\"$separator";} + else {$firstline .= T_("Number of call attempts")."$separator";} } elseif ($fieldinfo == "messagesleft") { - if ($type == "csv") {$firstline .= "\"".$elang->gT("Number of answering machine messages left")."\"$separator";} - else {$firstline .= $elang->gT("Number of answering machine messages left")."$separator";} + if ($type == "csv") {$firstline .= "\"".T_("Number of answering machine messages left")."\"$separator";} + else {$firstline .= T_("Number of answering machine messages left")."$separator";} } elseif ($fieldinfo == "casenotes") { - if ($type == "csv") {$firstline .= "\"".$elang->gT("Case notes")."\"$separator";} - else {$firstline .= $elang->gT("Case notes")."$separator";} + if ($type == "csv") {$firstline .= "\"".T_("Case notes")."\"$separator";} + else {$firstline .= T_("Case notes")."$separator";} } elseif ($fieldinfo == "interviewtimec") { - if ($type == "csv") {$firstline .= "\"".$elang->gT("Total interview time over all calls (mins)")."\"$separator";} - else {$firstline .= $elang->gT("Total interview time over all calls (mins)")."$separator";} + if ($type == "csv") {$firstline .= "\"".T_("Total interview time over all calls (mins)")."\"$separator";} + else {$firstline .= T_("Total interview time over all calls (mins)")."$separator";} } elseif ($fieldinfo == "interviewtimel") { - if ($type == "csv") {$firstline .= "\"".$elang->gT("Interview time for last call (mins)")."\"$separator";} - else {$firstline .= $elang->gT("Interview time for last call (mins)")."$separator";} + if ($type == "csv") {$firstline .= "\"".T_("Interview time for last call (mins)")."\"$separator";} + else {$firstline .= T_("Interview time for last call (mins)")."$separator";} } elseif ($fieldinfo =="lastnumber") { - if ($type == "csv") {$firstline .= "\"".$elang->gT("Last number dialled")."\"$separator";} - else {$firstline .= $elang->gT("Last number dialled")."$separator";} + if ($type == "csv") {$firstline .= "\"".T_("Last number dialled")."\"$separator";} + else {$firstline .= T_("Last number dialled")."$separator";} } elseif ($fieldinfo == "operatoru") { - if ($type == "csv") {$firstline .= "\"".$elang->gT("Operator username for last call")."\"$separator";} - else {$firstline .= $elang->gT("Operator username for last call")."$separator";} + if ($type == "csv") {$firstline .= "\"".T_("Operator username for last call")."\"$separator";} + else {$firstline .= T_("Operator username for last call")."$separator";} } elseif ($fieldinfo == "shiftr") { - if ($type == "csv") {$firstline .= "\"".$elang->gT("Shift report")."\"$separator";} - else {$firstline .= $elang->gT("Shift report")."$separator";} + if ($type == "csv") {$firstline .= "\"".T_("Shift report")."\"$separator";} + else {$firstline .= T_("Shift report")."$separator";} } elseif ($fieldinfo == "caseid") { - if ($type == "csv") {$firstline .= "\"".$elang->gT("Case ID")."\"$separator";} - else {$firstline .= $elang->gT("Case ID")."$separator";} + if ($type == "csv") {$firstline .= "\"".T_("Case ID")."\"$separator";} + else {$firstline .= T_("Case ID")."$separator";} } elseif ($fieldinfo == "caseoutcome") { - if ($type == "csv") {$firstline .= "\"".$elang->gT("Case outcome")."\"$separator";} - else {$firstline .= $elang->gT("Case outcome")."$separator";} + if ($type == "csv") {$firstline .= "\"".T_("Case outcome")."\"$separator";} + else {$firstline .= T_("Case outcome")."$separator";} } elseif ($fieldinfo == "email") { @@ -963,34 +963,34 @@ elseif ($answers == "long") //chose complete answers switch($fieldinfo) { case "caseid": - $ftitle=$elang->gT("Case ID").":"; + $ftitle=T_("Case ID").":"; break; case "caseoutcome": - $ftitle=$elang->gT("Case outcome").":"; + $ftitle=T_("Case outcome").":"; break; case "callattempts": - $ftitle=$elang->gT("Number of call attempts").":"; + $ftitle=T_("Number of call attempts").":"; break; case "messagesleft": - $ftitle=$elang->gT("Number of answering machine messages left").":"; + $ftitle=T_("Number of answering machine messages left").":"; break; case "casenotes": - $ftitle=$elang->gT("Case notes").":"; + $ftitle=T_("Case notes").":"; break; case "interviewtimec": - $ftitle=$elang->gT("Total interview time over all calls (mins)").":"; + $ftitle=T_("Total interview time over all calls (mins)").":"; break; case "interviewtimel": - $ftitle=$elang->gT("Interview time for last call (mins)").":"; + $ftitle=T_("Interview time for last call (mins)").":"; break; case "lastnumber": - $ftitle=$elang->gT("Last number dialled").":"; + $ftitle=T_("Last number dialled").":"; break; case "operatoru": - $ftitle=$elang->gT("Operator username for last call").":"; + $ftitle=T_("Operator username for last call").":"; break; case "shiftr": - $ftitle=$elang->gT("Shift report").":"; + $ftitle=T_("Shift report").":"; break; case "datestamp": $ftitle=$elang->gT("Date Last Action").":"; diff --git a/include/limesurvey/admin/statistics.php b/include/limesurvey/admin/statistics.php index 0f811cb1..73411a54 100644 --- a/include/limesurvey/admin/statistics.php +++ b/include/limesurvey/admin/statistics.php @@ -265,8 +265,8 @@ $quexsfilterstate = questionnaireSampleFilterstate(); //queXS Addition include_once("../quexs.php"); - $statisticsoutput .= "
  • \n" + ."\t\n" . get_questionnaire_sample_list($surveyid,$quexsfilterstate) ."
  • \n"; diff --git a/include/limesurvey/admin/vvexport.php b/include/limesurvey/admin/vvexport.php index 53ce7274..cb46e246 100644 --- a/include/limesurvey/admin/vvexport.php +++ b/include/limesurvey/admin/vvexport.php @@ -66,8 +66,8 @@ $quexsfilterstate = questionnaireSampleFilterstate(); //queXS Addition include_once("../quexs.php"); - $vvoutput .= "
  • \n" + ."\t\n" . get_questionnaire_sample_list($surveyid,$quexsfilterstate) ."
  • \n"; diff --git a/include/limesurvey/common_functions.php b/include/limesurvey/common_functions.php index ac99a223..192a842c 100644 --- a/include/limesurvey/common_functions.php +++ b/include/limesurvey/common_functions.php @@ -6294,10 +6294,11 @@ function GetTokenFieldsAndNames($surveyid, $onlyAttributes=false, $quexs=true) if ($quexs) { - $basic_attrs_names[] = $clang->gT('queXS: Number of call attempts'); //queXS addition - $basic_attrs_names[] = $clang->gT('queXS: On appointment?'); //queXS addition - $basic_attrs_names[] = $clang->gT('queXS: Percentage complete'); //queXS addition - $basic_attrs_names[] = $clang->gT('queXS: Number of answering machine messages left'); //queXS addition + include_once(dirname(__FILE__) . '/quexs.php'); + $basic_attrs_names[] = T_('queXS: Number of call attempts'); //queXS addition + $basic_attrs_names[] = T_('queXS: On appointment?'); //queXS addition + $basic_attrs_names[] = T_('queXS: Percentage complete'); //queXS addition + $basic_attrs_names[] = T_('queXS: Number of answering machine messages left'); //queXS addition } $thissurvey=getSurveyInfo($surveyid); diff --git a/include/limesurvey/optout.php b/include/limesurvey/optout.php index 14a8cffa..71516f98 100644 --- a/include/limesurvey/optout.php +++ b/include/limesurvey/optout.php @@ -76,10 +76,11 @@ else $case_id = $connect->GetOne($sql); + include_once(dirname(__FILE__) . '/quexs.php'); //Add a case note to clarify (need to translate this string) $sql = "INSERT INTO `case_note` (case_id,operator_id,note,datetime) - VALUES ($case_id,1,'Self completion refused via opt out function',CONVERT_TZ(NOW(),'System','UTC'))"; + VALUES ($case_id,1,'" . TQ_("Self completion refused via opt out function") . "',CONVERT_TZ(NOW(),'System','UTC'))"; $connect->Execute($sql); diff --git a/include/limesurvey/qanda.php b/include/limesurvey/qanda.php index 80df951c..6493af1a 100644 --- a/include/limesurvey/qanda.php +++ b/include/limesurvey/qanda.php @@ -1697,7 +1697,8 @@ function do_list_radio($ia) $quexs_appointment = false; if (strncasecmp($ansrow['answer'],"{SCHEDULEAPPOINTMENT}",21) == 0) { - $ansrow['answer'] = $clang->gT("Schedule Appointment"); + include_once(dirname(__FILE__) . '/quexs.php'); + $ansrow['answer'] = T_("Schedule Appointment"); $quexs_appointment = true; } @@ -1916,7 +1917,8 @@ function do_listwithcomment($ia) $quexs_appointment = false; if (strncasecmp($ansrow['answer'],"{SCHEDULEAPPOINTMENT}",21) == 0) { - $ansrow['answer'] = $clang->gT("Schedule Appointment"); + include_once(dirname(__FILE__) . '/quexs.php'); + $ansrow['answer'] = T_("Schedule Appointment"); $quexs_appointment = true; } From b2de31d98bd8312728985385d9784c6546ec4816 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 17 Mar 2014 09:59:28 +1100 Subject: [PATCH 02/18] Updated translations (Thank you!) Added German translation - Thank you Daniel Made strings in appointment screen translatable --- appointment.php | 2 +- locale/bs/LC_MESSAGES/bs.mo | Bin 1542 -> 1542 bytes locale/bs/LC_MESSAGES/bs.po | 4 +- locale/cs/LC_MESSAGES/cs.mo | Bin 64928 -> 64928 bytes locale/cs/LC_MESSAGES/cs.po | 4 +- locale/de/LC_MESSAGES/de.mo | Bin 0 -> 16576 bytes locale/de/LC_MESSAGES/de.po | 3549 +++++++++++++++++++++++++++++++++++ locale/el/LC_MESSAGES/el.mo | Bin 9006 -> 9006 bytes locale/el/LC_MESSAGES/el.po | 4 +- locale/es/LC_MESSAGES/es.mo | Bin 28881 -> 28881 bytes locale/es/LC_MESSAGES/es.po | 4 +- locale/fa/LC_MESSAGES/fa.mo | Bin 9181 -> 9181 bytes locale/fa/LC_MESSAGES/fa.po | 4 +- locale/fr/LC_MESSAGES/fr.mo | Bin 8108 -> 8108 bytes locale/fr/LC_MESSAGES/fr.po | 4 +- locale/gl/LC_MESSAGES/gl.mo | Bin 39714 -> 39714 bytes locale/gl/LC_MESSAGES/gl.po | 4 +- locale/he/LC_MESSAGES/he.mo | Bin 4587 -> 4587 bytes locale/he/LC_MESSAGES/he.po | 4 +- locale/id/LC_MESSAGES/id.mo | Bin 468 -> 468 bytes locale/id/LC_MESSAGES/id.po | 4 +- locale/it/LC_MESSAGES/it.mo | Bin 66083 -> 66083 bytes locale/it/LC_MESSAGES/it.po | 4 +- locale/lt/LC_MESSAGES/lt.mo | Bin 35333 -> 35333 bytes locale/lt/LC_MESSAGES/lt.po | 4 +- locale/nl/LC_MESSAGES/nl.mo | Bin 28347 -> 28347 bytes locale/nl/LC_MESSAGES/nl.po | 4 +- locale/oc/LC_MESSAGES/oc.mo | Bin 4837 -> 4837 bytes locale/oc/LC_MESSAGES/oc.po | 4 +- locale/pl/LC_MESSAGES/pl.mo | Bin 17244 -> 17244 bytes locale/pl/LC_MESSAGES/pl.po | 4 +- locale/pt/LC_MESSAGES/pt.mo | Bin 65631 -> 65631 bytes locale/pt/LC_MESSAGES/pt.po | 4 +- locale/quexs.pot | 143 +- locale/ro/LC_MESSAGES/ro.mo | Bin 1651 -> 1651 bytes locale/ro/LC_MESSAGES/ro.po | 4 +- locale/ru/LC_MESSAGES/ru.mo | Bin 8236 -> 8236 bytes locale/ru/LC_MESSAGES/ru.po | 4 +- locale/sv/LC_MESSAGES/sv.mo | Bin 39394 -> 39394 bytes locale/sv/LC_MESSAGES/sv.po | 4 +- locale/zh/LC_MESSAGES/zh.mo | Bin 3070 -> 3070 bytes locale/zh/LC_MESSAGES/zh.po | 4 +- 42 files changed, 3709 insertions(+), 61 deletions(-) create mode 100644 locale/de/LC_MESSAGES/de.mo create mode 100644 locale/de/LC_MESSAGES/de.po diff --git a/appointment.php b/appointment.php index d7d1191f..dde5f62a 100644 --- a/appointment.php +++ b/appointment.php @@ -216,7 +216,7 @@ else if(isset($_GET['respondent_id'])) -

    + "/>

    ^3VZ833do3K#$Y delta 29 lcmZ4Rn|Z-+<_*HL*o|}zO%x1_Cri!JVlp(_>^3VZ833cq3K9SS diff --git a/locale/cs/LC_MESSAGES/cs.po b/locale/cs/LC_MESSAGES/cs.po index 56f35d7f..5bfb466c 100644 --- a/locale/cs/LC_MESSAGES/cs.po +++ b/locale/cs/LC_MESSAGES/cs.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-02-14 03:56+0000\n" -"X-Generator: Launchpad (build 16916)\n" +"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" +"X-Generator: Launchpad (build 16963)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/de/LC_MESSAGES/de.mo b/locale/de/LC_MESSAGES/de.mo new file mode 100644 index 0000000000000000000000000000000000000000..133ac8ef4408b595108a34abf21f568ae8c9d955 GIT binary patch literal 16576 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 V5KFaYkxl7~kw##{q!ZBK{{Sxglwtq? literal 0 HcmV?d00001 diff --git a/locale/de/LC_MESSAGES/de.po b/locale/de/LC_MESSAGES/de.po new file mode 100644 index 00000000..ae1f05b4 --- /dev/null +++ b/locale/de/LC_MESSAGES/de.po @@ -0,0 +1,3549 @@ +# German translation for quexs +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the quexs package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: quexs\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"PO-Revision-Date: 2014-03-14 11:35+0000\n" +"Last-Translator: Daniel \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" +"X-Generator: Launchpad (build 16963)\n" + +#: callhistory.php:56 +msgid "Case History List" +msgstr "" + +#: callhistory.php:79 +msgid "No calls ever made" +msgstr "" + +#: callhistory.php:83 +#: calllist.php:84 +msgid "Date/Time" +msgstr "Datum/Zeit" + +#: callhistory.php:83 +msgid "Case ID" +msgstr "Fall ID" + +#: callhistory.php:83 +#: index_interface2.php:212 +#: calllist.php:84 +msgid "Outcome" +msgstr "Anrufergebnis" + +#: callhistory.php:83 +msgid "Respondent" +msgstr "Zielperson" + +#: callhistory.php:87 +msgid "No operator" +msgstr "Kein Operator" + +#: rs_answeringmachine_interface2.php:64 +#: rs_answeringmachine.php:64 +msgid "Respondent Selection - Answering machine" +msgstr "Auswahl der Zielperson - Anrufbeantworter" + +#: rs_answeringmachine_interface2.php:78 +#: rs_answeringmachine.php:78 +msgid "Do not leave a message, please hang up" +msgstr "Keine Nachricht hinterlasssen, bitte auflegen" + +#: rs_answeringmachine_interface2.php:81 +#: rs_answeringmachine.php:81 +msgid "End call with outcome: Business answering machine" +msgstr "Beende Anruf mit Ergebnis: geschäftlicher Anrufbeantworter" + +#: rs_answeringmachine_interface2.php:86 +#: rs_answeringmachine.php:86 +msgid "End call with outcome: Answering machine Message left" +msgstr "Beende Anruf mit Ergbnis: Anrufbeantworter, Nachricht hinterlassen" + +#: rs_answeringmachine_interface2.php:90 +#: rs_answeringmachine.php:90 +msgid "End call with outcome: Answering machine No message left" +msgstr "" +"Beende Anruf mit Ergebnis: Anrufbeantworter, keine Nachricht hinterlassen" + +#: rs_answeringmachine_interface2.php:91 +#: rs_business_interface2.php:62 +#: rs_callback_interface2.php:89 +#: rs_project_intro.php:85 +#: rs_answeringmachine.php:91 +msgid "Go Back" +msgstr "Zurück" + +#: rs_business_interface2.php:55 +msgid "Respondent Selection - Business answers" +msgstr "Auswahl der zielperson - Büro, Behörde etc. am Telefon" + +#: rs_business_interface2.php:59 +msgid "Sorry to bother you, I have called the wrong number" +msgstr "Entschuldigen Sie bitte, ich habe die falsche Nummer gewählt" + +#: rs_business_interface2.php:61 +msgid "End call with outcome: Business number" +msgstr "Beende Anruf mit Ergebnis: geschäftliche Nummer" + +#: index_interface2.php:195 +#: waitnextcase_interface2.php:49 +#: index.php:145 +msgid "queXS" +msgstr "queXS" + +#: index_interface2.php:213 +#: appointment.php:121 +#: index.php:163 +msgid "Appointment" +msgstr "Terminvereinbarung" + +#: index_interface2.php:214 +#: index.php:166 +msgid "Email" +msgstr "E-Mail" + +#: index_interface2.php:215 +#: index.php:167 +msgid "Referral" +msgstr "" + +#: index_interface2.php:216 +#: waitnextcase_interface2.php:55 +msgid "End work" +msgstr "Beende Arbeit" + +#: index_interface2.php:294 +#: index.php:169 +msgid "Arrow for expanding or contracting" +msgstr "" + +#: index_interface2.php:306 +#: index.php:220 +msgid "Notes" +msgstr "Notizen" + +#: index_interface2.php:314 +#: index.php:238 +msgid "Contact details" +msgstr "Kontaktdaten" + +#: index_interface2.php:323 +#: index.php:247 +msgid "Call history" +msgstr "" + +#: index_interface2.php:332 +#: index.php:256 +msgid "Shifts" +msgstr "Schichten" + +#: index_interface2.php:341 +#: index.php:265 +msgid "Appointments" +msgstr "Terminvereinbarungen" + +#: index_interface2.php:350 +#: index.php:274 +msgid "Performance" +msgstr "" + +#: index_interface2.php:358 +#: index.php:282 +msgid "Work history" +msgstr "" + +#: index_interface2.php:366 +#: project_info.php:61 +#: index.php:290 +msgid "Project information" +msgstr "Projektinformationen" + +#: index_interface2.php:375 +#: index.php:306 +msgid "Info" +msgstr "Info" + +#: record.php:55 +msgid "Stop REC" +msgstr "Stop REC" + +#: record.php:56 +#: record.php:79 +#: record.php:96 +msgid "Record" +msgstr "Aufzeichnen" + +#: record.php:66 +msgid "Beginning recording..." +msgstr "Starte Aufzeichnung..." + +#: record.php:69 +#: record.php:97 +msgid "Not on a call, so not beginning a recording" +msgstr "Nicht im Gespräch, Aufzeichnung wird nicht gestartet" + +#: record.php:73 +msgid "Begin the manual recording now..." +msgstr "Starte manuele Aufzeichnung..." + +#: record.php:78 +#: index.php:168 +msgid "Start REC" +msgstr "Start REC" + +#: record.php:86 +msgid "Stopping recording..." +msgstr "Beende Aufzeichnung..." + +#: record.php:90 +msgid "Stop the manual recording now..." +msgstr "Beende manuele Aufzeichnung...." + +#: rs_callback_interface2.php:66 +msgid "Respondent Selection - Call back" +msgstr "Auswahl der Zielperson - Rückruf" + +#: rs_callback_interface2.php:80 +msgid "You are: " +msgstr "" + +#: rs_callback_interface2.php:80 +#, php-format +msgid "% complete" +msgstr "" + +#: rs_callback_interface2.php:87 +msgid "Yes - Continue where we left off" +msgstr "Ja - Fortsetzen an altem Endpunkt" + +#: rs_callback_interface2.php:88 +#: rs_project_intro.php:81 +msgid "End call with outcome: Refusal by respondent" +msgstr "Beende Anruf mit Ergebnis: Verweigerung durch Zielperson" + +#: rs_project_intro.php:59 +msgid "Respondent Selection - Project Introduction" +msgstr "Auswahl der Zielperson - Vorstellung des Projekts" + +#: rs_project_intro.php:79 +msgid "Yes - Continue" +msgstr "Ja - Weiter" + +#: rs_project_intro.php:82 +msgid "" +"End call with outcome: No eligible respondent (person not available on this " +"number)" +msgstr "" +"Beende Anruf mit Ergebnis: keine geeignete Zielperson (Zielperson nicht " +"unter dieser Nummer erreichbar)" + +#: rs_project_intro.php:83 +msgid "" +"End call with outcome: Out of sample (already completed in another mode)" +msgstr "" +"Beende Anruf mit Ergbenis: Nicht in Stichprobe (Fragebogen bereits in " +"anderem Modus beendet)" + +#: appointment.php:69 +msgid "Appointment error" +msgstr "Fehler bei Terminvereinbarung" + +#: appointment.php:70 +msgid "" +"You have not been assigned a case therefore cannot create an appointment" +msgstr "" + +#: appointment.php:109 +msgid "Appointment made" +msgstr "Terminvereinbarung getroffen" + +#: appointment.php:124 +msgid "Select a respondent" +msgstr "" + +#: appointment.php:134 +msgid "Create new respondent:" +msgstr "" + +#: appointment.php:137 +msgid "Add this respondent" +msgstr "" + +#: appointment.php:159 +msgid "Select phone number:" +msgstr "" + +#: appointment.php:164 +msgid "None" +msgstr "" + +#: appointment.php:173 +msgid "Add new phone number" +msgstr "" + +#: appointment.php:184 +msgid "Add new phone number (with area code, eg 0398761234):" +msgstr "" + +#: appointment.php:187 +msgid "Add this phone number" +msgstr "" + +#: appointment.php:206 +msgid "Appointment:" +msgstr "Terminvereinbarung:" + +#: appointment.php:208 +msgid "Accept appointment from " +msgstr "Terminvereinbarung akzeptieren von " + +#: appointment.php:208 +msgid " till " +msgstr " bis " + +#: appointment.php:208 +msgid " on " +msgstr "" + +#: appointment.php:208 +msgid "on" +msgstr "" + +#: appointment.php:210 +msgid "Appointment with myself only?" +msgstr "" + +#: calllist.php:56 +msgid "Call List" +msgstr "Anrufliste" + +#: calllist.php:80 +msgid "No calls made" +msgstr "keine Anrufe getätigt" + +#: calllist.php:84 +msgid "Number called" +msgstr "Nummer angerufen" + +#: calllist.php:84 +msgid "Operator" +msgstr "Operator" + +#: calllist.php:88 +#: project_info.php:82 +msgid "No case" +msgstr "keine Fälle" + +#: waitnextcase_interface2.php:54 +msgid "Get a new case" +msgstr "" + +#: index.php:162 +msgid "End" +msgstr "Ende" + +#: index.php:164 +msgid "Call/Hangup" +msgstr "Anrufen/Auflegen" + +#: index.php:165 +msgid "Supervisor" +msgstr "Supervisor" + +#: index.php:170 +msgid "Restart" +msgstr "Neustart" + +#: index.php:228 +msgid "Availability" +msgstr "Verfügbarkeit" + +#: index.php:298 +msgid "Supervisor chat" +msgstr "" + +#: info.php:56 +msgid "Information" +msgstr "Information" + +#: supervisorchat.php:80 +msgid "Me" +msgstr "" + +#: supervisorchat.php:82 +msgid "Case id" +msgstr "Fall ID" + +#: supervisorchat.php:87 +msgid "Supervisor is available" +msgstr "Supervisor verfügbar" + +#: supervisorchat.php:88 +msgid "Supervisor not available" +msgstr "Supervisor nicht verfügbar" + +#: supervisorchat.php:90 +#: supervisorchat.php:93 +msgid "Message" +msgstr "Nachricht" + +#: supervisorchat.php:90 +msgid "Send" +msgstr "Senden" + +#: supervisorchat.php:93 +msgid "From" +msgstr "Von" + +#: supervisorchat.php:96 +msgid "Supervisor chat is not enabled" +msgstr "" + +#: call_interface2.php:181 +#: call_interface2.php:210 +#: call_interface2.php:242 +#: call_interface2.php:246 +#: call_interface2.php:264 +#: call_interface2.php:295 +#: call_interface2.php:343 +#: call_interface2.php:414 +#: call.php:191 +#: call.php:211 +#: call.php:227 +#: call.php:258 +#: call.php:306 +#: call.php:377 +msgid "Call" +msgstr "Anrufen" + +#: call_interface2.php:302 +#: call.php:265 +msgid "Not on a call" +msgstr "Nicht im Gespräch" + +#: call_interface2.php:314 +#: call_interface2.php:430 +#: call_interface2.php:435 +#: call_interface2.php:451 +#: call_interface2.php:457 +#: call.php:277 +#: call.php:393 +#: call.php:398 +#: call.php:414 +#: call.php:420 +msgid "End case" +msgstr "Beende Fall" + +#: call_interface2.php:339 +#: call.php:302 +msgid "Press the call button to dial the number for this appointment:" +msgstr "Auf \"Anrufen\" klicken um Nummer für Terminvereinbarung zu wählen:" + +#: call_interface2.php:342 +#: call.php:305 +msgid "Number to call:" +msgstr "Nummer zum wählen:" + +#: call_interface2.php:346 +#: call_interface2.php:417 +#: call.php:309 +#: call.php:380 +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 "" +"Ihre VoIP-Extension ist nicht eingeschaltet. Bitte schließen Sie das Fenster " +"und aktivieren Sie Ihre VoIP-Extension durch Klick auf das rote Feld mit dem " +"Hinweis \"VoIP aus\"" + +#: call_interface2.php:407 +#: call.php:370 +msgid "Select phone number to dial:" +msgstr "Wähle Nummer zum wählen aus:" + +#: call_interface2.php:422 +#: call_interface2.php:456 +#: call.php:385 +#: call.php:419 +msgid "The last call completed this call attempt" +msgstr "Der letzte Anruf schloss diesen Anrufversuch ab" + +#: call_interface2.php:426 +#: call_interface2.php:449 +#: call.php:389 +#: call.php:412 +msgid "Enter a reason for this outcome before completing this case:" +msgstr "" +"Bitte eine Grund für das Anrufergbnis angeben bevor der Fall beendet werden " +"kann:" + +#: call_interface2.php:467 +#: call.php:448 +msgid "Requires coding" +msgstr "Codierung erforderlich" + +#: call_interface2.php:470 +#: call.php:451 +msgid "Assign outcome" +msgstr "Anrufergebnis zuweisen" + +#: call_interface2.php:474 +#: call.php:455 +msgid "Error: Close window" +msgstr "Fehler: Schließe Fenster" + +#: call.php:427 +msgid "Requesting call" +msgstr "" + +#: call.php:428 +#: call.php:435 +msgid "Call Answered" +msgstr "Anruf angenommen" + +#: call.php:431 +#: call.php:438 +#: call.php:445 +msgid "Hangup" +msgstr "Auflegen" + +#: call.php:434 +msgid "Ringing" +msgstr "Klingelt" + +#: call.php:441 +msgid "Answered" +msgstr "Angenommen" + +#: call.php:442 +msgid "Not Answered" +msgstr "Nicht angenommen" + +#: selectextension.php:99 +msgid "" +"There are no extensions available, please contact the supervisor or click " +"below to try again for an available extension" +msgstr "" + +#: selectextension.php:100 +msgid "Try again" +msgstr "Nochmal versuchen" + +#: selectextension.php:104 +msgid "Select extension" +msgstr "" + +#: selectextension.php:105 +msgid "" +"Please select your extension from the list below then click on 'Choose " +"extension'" +msgstr "" + +#: selectextension.php:108 +msgid "Extension" +msgstr "" + +#: selectextension.php:110 +msgid "Choose extension" +msgstr "" + +#: endwork.php:45 +msgid "End of work" +msgstr "Arbeit beendet" + +#: endwork.php:49 +msgid "You have been automatically logged out of work due to inactivity" +msgstr "" + +#: endwork.php:52 +msgid "Work has ended. That is it" +msgstr "Arbeit beendet. Das war's!" + +#: endwork.php:70 +msgid "You have been unassigned from your extension" +msgstr "" + +#: endwork.php:75 +msgid "Go back to work" +msgstr "Zurück zur Arbeit" + +#: status_interface2.php:70 +msgid "Status" +msgstr "Status" + +#: status_interface2.php:79 +msgid "Name" +msgstr "Name" + +#: status_interface2.php:225 +#: status_interface2.php:228 +msgid "No more numbers to call" +msgstr "keine Nummern für Anrufe verfügbar" + +#: rs_intro.php:65 +#: rs_intro_interface2.php:65 +msgid "Respondent Selection - Introduction" +msgstr "Auswahl der Zielperson - Einführung" + +#: rs_intro.php:117 +#: rs_intro_interface2.php:117 +msgid "Business number" +msgstr "geschäftliche Nummer" + +#: rs_intro.php:118 +#: rs_intro_interface2.php:118 +msgid "Answering machine" +msgstr "Anrufbeantworter" + +#: rs_intro.php:119 +#: rs_intro_interface2.php:119 +msgid "End call with outcome: No answer (ring out or busy) " +msgstr "Beende Anruf mit Ergebnis: keine Antwort (klingeln oder besetzt) " + +#: rs_intro.php:120 +#: rs_intro_interface2.php:120 +msgid "End call with outcome: Accidental hang up" +msgstr "Beende Anruf mit Ergebnis: Versehentlich aufgelegt" + +#: rs_intro.php:121 +#: rs_intro_interface2.php:121 +msgid "End call with outcome: Refusal by unknown person" +msgstr "Beende Anruf mit Ergebnis: Verweigerung durch unbekannte Person" + +#: rs_intro.php:123 +#: rs_intro_interface2.php:123 +msgid "" +"End call with outcome: No eligible respondent (person never available on " +"this number)" +msgstr "" +"Beende Anruf mit Ergebnis: keine geeignte Zielperson (Zielperson nie unter " +"dieser Nummer erreichbar)" + +#: rs_intro.php:124 +#: rs_intro_interface2.php:124 +msgid "" +"End call with outcome: Non contact (person not currently available on this " +"number: no appointment made)" +msgstr "" +"Beende Anruf mit Ergebnis: kein Kontakt (Zielperson derzeit nicht unter " +"dieser Nummer verfügbar: keine Terminvereinbarung)" + +#: shifts.php:57 +msgid "Shift List" +msgstr "" + +#: shifts.php:80 +msgid "No shifts for this project" +msgstr "" + +#: shifts.php:82 +#: shifts.php:103 +msgid "Start" +msgstr "Start" + +#: shifts.php:101 +msgid "No future shifts scheduled" +msgstr "" + +#: shifts.php:103 +#: nocaseavailable.php:138 +msgid "Questionnaire" +msgstr "Fragebogen" + +#: rs_project_end_interface2.php:62 +msgid "Respondent Selection - Project end" +msgstr "Auswahl der Zielperson - Projekt beendet" + +#: rs_project_end_interface2.php:80 +msgid "Call automatically ended with outcome: Complete - End case" +msgstr "Anruf automatisch beendet mit Ergebnis: Fertig - Beende Fall" + +#: rs_project_end_interface2.php:85 +msgid "End call with outcome: Complete" +msgstr "Beende Anruf mit Ergbnis: Fertig" + +#: contactdetails.php:90 +#: contactdetails.php:128 +#: respondent.php:94 +#: respondent.php:132 +msgid "Add respondent" +msgstr "Zielperson hinzufügen" + +#: contactdetails.php:92 +#: respondent.php:96 +msgid "Go back" +msgstr "Zurück" + +#: contactdetails.php:98 +#: respondent.php:102 +msgid "Case id:" +msgstr "Fall ID:" + +#: contactdetails.php:99 +#: respondent.php:103 +msgid "Respondent:" +msgstr "Zielperson:" + +#: contactdetails.php:163 +#: respondent.php:171 +msgid "Var" +msgstr "" + +#: contactdetails.php:163 +#: respondent.php:171 +msgid "Value" +msgstr "" + +#: availability.php:123 +msgid "" +"Select groups to limit availability (Selecting none means always available)" +msgstr "" + +#: availability.php:143 +msgid "Availability groups not defined for this questionnaire" +msgstr "" + +#: respondent.php:70 +msgid "Respondent Selector" +msgstr "" + +#: respondent.php:167 +msgid "Show details" +msgstr "Details anzeigen" + +#: nocaseavailable.php:63 +msgid "No case available" +msgstr "Keine Fälle verfügbar" + +#: nocaseavailable.php:68 +msgid "There is no case currently available" +msgstr "Derzeit keine Fälle verfügbar" + +#: nocaseavailable.php:69 +msgid "Reasons:" +msgstr "Gründe:" + +#: nocaseavailable.php:80 +#: nocaseavailable.php:91 +msgid "Enabled" +msgstr "Aktiviert" + +#: nocaseavailable.php:80 +msgid "Disabled" +msgstr "Deaktiviert" + +#: nocaseavailable.php:88 +msgid "Assigned questionnaires:" +msgstr "Zugeordnete Fragebögen:" + +#: nocaseavailable.php:91 +#: nocaseavailable.php:113 +msgid "ID" +msgstr "ID" + +#: nocaseavailable.php:91 +#: nocaseavailable.php:113 +msgid "Description" +msgstr "" + +#: nocaseavailable.php:94 +msgid "ERROR: No questionnaires assigned to you" +msgstr "Fehler: Sie wurden keinem Fragebogen zugeordnet" + +#: nocaseavailable.php:110 +msgid "Assigned samples:" +msgstr "Zugeordnete Stichproben" + +#: nocaseavailable.php:113 +msgid "Sample" +msgstr "Stichprobe" + +#: nocaseavailable.php:116 +msgid "ERROR: No samples assigned to the questionnaires" +msgstr "Fehler: Den Fragebögen wurden keine Stichproben zugeordnet" + +#: nocaseavailable.php:135 +msgid "Current shifts available:" +msgstr "Derzeit verfügbare Schichten:" + +#: nocaseavailable.php:138 +msgid "Shift start" +msgstr "" + +#: nocaseavailable.php:138 +msgid "Shift end" +msgstr "" + +#: nocaseavailable.php:141 +msgid "ERROR: No shifts at this time" +msgstr "Fehler: Dezeit keine Schicht verfügbar" + +#: nocaseavailable.php:161 +msgid "Call restrictions:" +msgstr "Anrufbeschränkungen:" + +#: nocaseavailable.php:165 +msgid "" +"ERROR: There are no cases available that fall within call restrictions" +msgstr "Fehler: Keine Fälle innerhalb der Anrufbeschränkungen verfügbar" + +#: nocaseavailable.php:169 +msgid "There are " +msgstr "Es sind " + +#: nocaseavailable.php:169 +msgid " unassigned case(s) available within the specified call restrictions" +msgstr "" +" nicht zugeordnete/r Fall/Fälle innerhalb der Anrufbeschränkungen verfügbar" + +#: nocaseavailable.php:175 +msgid "Limesurvey links:" +msgstr "LimeSurvey Links:" + +#: nocaseavailable.php:195 +msgid "ERROR: No tokens table defined for LimeSurvey questionnaire" +msgstr "" +"Fehler: Keine Token-Tablle fpr diesen LimeSurvey-Fragebogen definiert" + +#: nocaseavailable.php:195 +msgid "from questionnaire:" +msgstr "" + +#: nocaseavailable.php:197 +msgid "Tokens table exists for Limesurvey questionnaire:" +msgstr "Token-Tabelle für LimeSurvey-Fragebogen:" + +#: nocaseavailable.php:202 +msgid "ERROR: Cannot find questionnaires with LimeSurvey ID's" +msgstr "" + +#: nocaseavailable.php:221 +msgid "ERROR: Quota reached for this question" +msgstr "" + +#: nocaseavailable.php:241 +msgid "POSSIBLE ERROR: Row quota reached for this question" +msgstr "" + +#: casenote.php:56 +msgid "Case Notes" +msgstr "Notizen zu Fällen" + +#: casenote.php:66 +#: casenote.php:105 +msgid "Add note" +msgstr "Notiz hinzufügen" + +#: casenote.php:108 +msgid "No notes" +msgstr "keine Notizen" + +#: casenote.php:110 +msgid "Note" +msgstr "Notiz" + +#: performance.php:77 +msgid "This shift" +msgstr "" + +#: performance.php:78 +#: performance.php:85 +msgid "Completions" +msgstr "" + +#: performance.php:78 +#: performance.php:85 +msgid "Completions per hour" +msgstr "" + +#: performance.php:84 +msgid "This project" +msgstr "" + +#: status.php:95 +msgid "VoIP On" +msgstr "VoIP An" + +#: status.php:97 +msgid "VoIP Off" +msgstr "VoIP Aus" + +#: status.php:102 +msgid "No VoIP" +msgstr "kein VoIP" + +#: status.php:106 +msgid "No call" +msgstr "kein Anruf" + +#: status.php:110 +msgid "To be coded" +msgstr "Bitte codieren" + +#: status.php:114 +msgid "Requesting" +msgstr "Rufe an" + +#: status.php:130 +msgid "APPT" +msgstr "" + +#: status.php:131 +msgid "MISSED" +msgstr "" + +#: rs_project_end.php:88 +msgid "Call automatically ended with outcome: Complete" +msgstr "Anruf endete automatisch mit Ergbnis: Fertig" + +#: nocallavailable.php:80 +msgid "No call available" +msgstr "kein Anruf verfügbar" + +#: nocallavailable.php:83 +msgid "Please click on:" +msgstr "Bitte auf" + +#: nocallavailable.php:83 +msgid "to display call script" +msgstr "klicken um Anrufskript aufzurufen" + +#: nocallavailable.php:177 +msgid "Will dial in" +msgstr "Wähle in" + +#: nocallavailable.php:178 +msgid "Dialling now" +msgstr "Wähle" + +#: nocallavailable.php:184 +msgid "Will end case in" +msgstr "Beende Fall in" + +#: nocallavailable.php:185 +msgid "Ending case now" +msgstr "Beende Fall" + +#: nocallavailable.php:203 +msgid "seconds" +msgstr "Sekunden" + +#: nocallavailable.php:216 +msgid "" +"Your VoIP extension is not active. Please activate VoIP by clicking once on " +"the red button that says 'VoIP Off'" +msgstr "" +"Ihre VoIP-Extension ist nicht aktiviert. Bitte klicken Sie auf den roten " +"Button mit der Aufschrift \"VoIP Aus\" um VoIP zu aktivieren." + +#: nocallavailable.php:222 +msgid "Auto dialling unavailable as VoIP is not enabled" +msgstr "" + +#: nocallavailable.php:228 +msgid "Auto dialling unavailable as you are already on a call" +msgstr "" + +#: referral.php:167 +msgid "Generated referral to case id" +msgstr "" + +#: referral.php:173 +msgid "Generated as referral from case id" +msgstr "" + +#: referral.php:179 +msgid "Created referral case - you may now close this window" +msgstr "" + +#: referral.php:183 +msgid "" +"Failed to create referral case - please check your input and try again" +msgstr "" + +#: referral.php:189 +msgid "You must supply a primary phone number" +msgstr "" + +#: referral.php:209 +#: referral.php:243 +msgid "Create referral" +msgstr "" + +#: referral.php:241 +msgid "Call this new referral immediately after this case?" +msgstr "" + +#: referral.php:248 +msgid "Referrals not available for this questionnaire" +msgstr "" + +#: rs_quota_end.php:61 +msgid "Respondent Selection - Project Quota End" +msgstr "" + +#: rs_quota_end.php:72 +#: rs_quota_end.php:78 +msgid "End call with outcome: Quota filled" +msgstr "" + +#: email.php:241 +msgid "Self completion invitation sent via email to" +msgstr "" + +#: email.php:295 +msgid "The email did not send" +msgstr "" + +#: email.php:300 +msgid "The email address is not valid" +msgstr "" + +#: email.php:329 +msgid "Email respondent for self completion" +msgstr "" + +#: email.php:337 +msgid "First name" +msgstr "Vorname" + +#: email.php:338 +msgid "Last name" +msgstr "Nachname" + +#: email.php:342 +msgid "Send invitation" +msgstr "" + +#: email.php:344 +msgid "Send invitation and Hang up" +msgstr "" + +#: email.php:348 +msgid "Self completion email not available for this questionnaire" +msgstr "" + +#: appointmentlist.php:56 +msgid "Appointment List" +msgstr "Terminliste" + +#: appointmentlist.php:70 +msgid "Not yet called" +msgstr "Noch nicht angerufen" + +#: appointmentlist.php:70 +msgid "Any operator" +msgstr "" + +#: appointmentlist.php:83 +msgid "No appointments made" +msgstr "Keine Termine vereinbart" + +#: appointmentlist.php:85 +msgid "No future appointments scheduled" +msgstr "Keine weiteren Termin vereinbart" + +#: appointmentlist.php:90 +msgid "Appointment with" +msgstr "Terminvereinbarung mit" + +#: supervisor.php:61 +msgid "Please wait till you have ended this call to call the supervisor" +msgstr "" + +#: supervisor.php:105 +msgid "You may now close this window" +msgstr "" + +#: supervisor.php:110 +msgid "Calling the supervisor, you may close this window" +msgstr "" + +#: supervisor.php:115 +msgid "" +"Click here to call the supervisor's phone. Otherwise close this window" +msgstr "" + +#: supervisor.php:116 +msgid "Hangup when calling the supervisor" +msgstr "" + +#: supervisor.php:121 +msgid "Try calling the supervisor" +msgstr "" + +#: supervisor.php:128 +msgid "" +"Please wait for this call to answer before attempting to call the supervisor" +msgstr "" + +#: admin/systemsort.php:75 +#: admin/systemsort.php:98 +#: admin/systemsort.php:99 +msgid "Monitor system wide case sorting" +msgstr "" + +#: admin/systemsort.php:77 +msgid "Running process:" +msgstr "" + +#: admin/systemsort.php:81 +msgid "Kill signal sent: Please wait..." +msgstr "" + +#: admin/systemsort.php:82 +msgid "" +"Process is already closed (eg. server was rebooted) - click here to confirm" +msgstr "" + +#: admin/systemsort.php:86 +msgid "Kill the running process" +msgstr "" + +#: admin/systemsort.php:92 +#: admin/systemsort.php:106 +msgid "Log id" +msgstr "" + +#: admin/systemsort.php:92 +#: admin/systemsort.php:106 +msgid "Date" +msgstr "Datum" + +#: admin/systemsort.php:92 +#: admin/systemsort.php:106 +msgid "Log entry" +msgstr "" + +#: admin/systemsort.php:100 +msgid "Click here to enable and begin system wide case sorting" +msgstr "" + +#: admin/systemsort.php:101 +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/systemsort.php:102 +msgid "Outcome of last process run (if any)" +msgstr "" + +#: admin/callhistory.php:80 +#: admin/callhistory.php:109 +#: admin/callhistory.php:117 +msgid "Call History List" +msgstr "" + +#: admin/callhistory.php:96 +#: admin/callhistory.php:111 +msgid "Date/Time call start" +msgstr "" + +#: admin/callhistory.php:96 +#: admin/callhistory.php:111 +msgid "Time end" +msgstr "" + +#: admin/callhistory.php:110 +msgid "Download Call History List" +msgstr "" + +#: admin/clientquestionnaire.php:150 +#: admin/clientquestionnaire.php:271 +msgid "Assign clients to questionnaires" +msgstr "" + +#: admin/quotareport.php:109 +#: admin/index.php:80 +msgid "Quota report" +msgstr "" + +#: admin/quotareport.php:111 +#: admin/quota.php:110 +#: admin/assignsample.php:171 +#: admin/questionnaireavailability.php:94 +#: admin/outcomes.php:80 +msgid "Select a questionnaire from the list below" +msgstr "" + +#: admin/quotareport.php:118 +#: admin/quota.php:123 +#: admin/samplesearch.php:84 +msgid "Select a sample from the list below" +msgstr "" + +#: admin/quotareport.php:178 +msgid "Total sample" +msgstr "" + +#: admin/quotareport.php:233 +#: admin/quotareport.php:240 +msgid "closed" +msgstr "" + +#: admin/quotareport.php:235 +#: admin/quotareport.php:242 +msgid "open" +msgstr "" + +#: admin/quotareport.php:284 +msgid "Strata" +msgstr "" + +#: admin/quotareport.php:284 +msgid "Quota" +msgstr "" + +#: admin/quotareport.php:284 +msgid "Sample Used" +msgstr "" + +#: admin/quotareport.php:284 +msgid "Sample Remaining" +msgstr "" + +#: admin/quotareport.php:284 +msgid "% Complete" +msgstr "" + +#: admin/quotareport.php:284 +msgid "Set priority" +msgstr "" + +#: admin/quotareport.php:284 +msgid "Auto prioritise" +msgstr "" + +#: admin/quotareport.php:285 +msgid "Update priorities" +msgstr "" + +#: admin/import.php:51 +msgid "Import: Validating and uploading" +msgstr "" + +#: admin/import.php:67 +msgid "Successfully imported file" +msgstr "" + +#: admin/import.php:71 +msgid "Error importing file. Please try again" +msgstr "" + +#: admin/import.php:75 +msgid "Error:" +msgstr "Fehler:" + +#: admin/import.php:75 +msgid "Please go back in your browser and fix the problem" +msgstr "" + +#: admin/import.php:87 +msgid "Import: Select columns to import" +msgstr "" + +#: admin/import.php:112 +msgid "Import: Select file to upload" +msgstr "" + +#: admin/import.php:117 +msgid "Choose the CSV sample file to upload:" +msgstr "" + +#: admin/import.php:118 +msgid "Description for file:" +msgstr "" + +#: admin/import.php:119 +#: admin/assignsample.php:227 +msgid "Add sample" +msgstr "" + +#: admin/systemsortprocess.php:91 +msgid "Sorting cases process starting" +msgstr "" + +#: admin/systemsortprocess.php:100 +msgid "Sorting cases" +msgstr "" + +#: admin/systemsortprocess.php:130 +#: admin/systemsortprocess.php:142 +#: admin/systemsortprocess.php:168 +#: admin/systemsortprocess.php:180 +msgid "System automatically closed case as not closed for more than 24 hours" +msgstr "" + +#: admin/systemsortprocess.php:293 +msgid "Completed sort" +msgstr "" + +#: admin/systemsortprocess.php:293 +#: admin/systemsortprocess.php:295 +msgid "This task took" +msgstr "" + +#: admin/systemsortprocess.php:295 +msgid "Failed to complete sort" +msgstr "" + +#: admin/displayappointments.php:149 +msgid "Now modify case outcome" +msgstr "" + +#: admin/displayappointments.php:151 +msgid "" +"The appointment has been deleted. Now you must modify the case outcome" +msgstr "" + +#: admin/displayappointments.php:152 +msgid "Modify case outcome" +msgstr "" + +#: admin/displayappointments.php:159 +#: admin/displayappointments.php:212 +msgid "Edit appointment" +msgstr "" + +#: admin/displayappointments.php:185 +msgid "Contact phone" +msgstr "" + +#: admin/displayappointments.php:193 +msgid "Start time" +msgstr "" + +#: admin/displayappointments.php:194 +msgid "End time" +msgstr "" + +#: admin/displayappointments.php:215 +msgid "Cancel edit" +msgstr "" + +#: admin/displayappointments.php:216 +msgid "Delete this appointment" +msgstr "" + +#: admin/displayappointments.php:225 +msgid "Display Appointments" +msgstr "" + +#: admin/displayappointments.php:227 +msgid "All appointments (with times displayed in your time zone)" +msgstr "" + +#: admin/displayappointments.php:229 +#: admin/displayappointments.php:243 +msgid "Delete" +msgstr "" + +#: admin/displayappointments.php:229 +#: admin/displayappointments.php:243 +#: admin/shiftreport.php:96 +#: admin/shiftreport.php:104 +#: admin/assignsample.php:149 +#: admin/assignsample.php:184 +#: admin/assignsample.php:193 +msgid "Edit" +msgstr "" + +#: admin/displayappointments.php:243 +msgid "Operator Name" +msgstr "" + +#: admin/displayappointments.php:243 +msgid "Respondent Name" +msgstr "" + +#: admin/displayappointments.php:243 +msgid "Surname" +msgstr "" + +#: admin/displayappointments.php:243 +msgid "Current outcome" +msgstr "" + +#: admin/displayappointments.php:243 +msgid "Operator who called" +msgstr "" + +#: admin/displayappointments.php:246 +msgid "No appointments in the future" +msgstr "Keine zukünftigen Terminvereinbarungen" + +#: admin/quota.php:109 +#: admin/index.php:62 +#: admin/index.php:63 +msgid "Quota management" +msgstr "" + +#: admin/quota.php:134 +msgid "Current quotas (click to delete)" +msgstr "" + +#: admin/quota.php:146 +msgid "Currently no quotas" +msgstr "" + +#: admin/quota.php:152 +msgid "Stop calling this sample when:" +msgstr "" + +#: admin/quota.php:152 +msgid "for" +msgstr "" + +#: admin/quota.php:152 +msgid "completions" +msgstr "" + +#: admin/quota.php:155 +msgid "Quota reached" +msgstr "" + +#: admin/quota.php:157 +msgid "Quota not yet reached" +msgstr "" + +#: admin/quota.php:159 +msgid "Current completions: " +msgstr "" + +#: admin/quota.php:167 +msgid "Select a question for the quota" +msgstr "" + +#: admin/quota.php:192 +msgid "Enter the details for creating the quota:" +msgstr "" + +#: admin/quota.php:193 +msgid "Pre defined values for this question:" +msgstr "" + +#: admin/quota.php:205 +msgid "No labels defined for this question" +msgstr "" + +#: admin/quota.php:207 +msgid "Code value" +msgstr "" + +#: admin/quota.php:213 +msgid "The code value to compare" +msgstr "" + +#: admin/quota.php:214 +msgid "The type of comparison" +msgstr "" + +#: admin/quota.php:215 +msgid "The number of completions to stop calling at" +msgstr "" + +#: admin/quota.php:219 +msgid "Add quota" +msgstr "" + +#: admin/operatorskill.php:149 +msgid "Assign operators to Skills" +msgstr "" + +#: admin/operatorskill.php:151 +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/operatorskill.php:272 +#: admin/index.php:70 +msgid "Modify operator skills" +msgstr "" + +#: admin/operatorperformance.php:66 +msgid "Operator Performance" +msgstr "" + +#: admin/operatorperformance.php:73 +#: admin/shiftreport.php:65 +msgid "Please select a questionnaire" +msgstr "" + +#: admin/operatorperformance.php:81 +#: admin/operatorperformance.php:104 +msgid "Calls" +msgstr "" + +#: admin/operatorperformance.php:81 +#: admin/operatorperformance.php:104 +msgid "Total time" +msgstr "" + +#: admin/operatorperformance.php:81 +#: admin/operatorperformance.php:104 +msgid "Call time" +msgstr "" + +#: admin/operatorperformance.php:81 +#: admin/operatorperformance.php:104 +msgid "Completions p/h" +msgstr "" + +#: admin/operatorperformance.php:81 +#: admin/operatorperformance.php:104 +msgid "Calls p/h" +msgstr "" + +#: admin/operatorperformance.php:81 +#: admin/operatorperformance.php:104 +msgid "Effectiveness" +msgstr "" + +#: admin/operatorperformance.php:88 +msgid "till" +msgstr "" + +#: admin/operatorperformance.php:96 +#: admin/shiftreport.php:72 +msgid "Please select a shift" +msgstr "" + +#: admin/availabilitygroup.php:70 +#: admin/availabilitygroup.php:112 +msgid "Availability groups" +msgstr "" + +#: admin/availabilitygroup.php:107 +#: admin/availabilitygroup.php:119 +msgid "Modify" +msgstr "" + +#: admin/availabilitygroup.php:114 +msgid "" +"Availability groups define periods of time of respondent availability." +msgstr "" + +#: admin/availabilitygroup.php:117 +msgid "No availability groups" +msgstr "" + +#: admin/availabilitygroup.php:119 +msgid "Availablity group" +msgstr "" + +#: admin/availabilitygroup.php:123 +#: admin/availabilitygroup.php:127 +msgid "Add availability group" +msgstr "" + +#: admin/availabilitygroup.php:126 +msgid "Availability group name" +msgstr "" + +#: admin/shiftreport.php:61 +#: admin/index.php:95 +msgid "Shift reports" +msgstr "" + +#: admin/shiftreport.php:92 +msgid "Reports for this shift" +msgstr "" + +#: admin/shiftreport.php:104 +msgid "Report" +msgstr "" + +#: admin/shiftreport.php:107 +msgid "Create new report for this shift" +msgstr "" + +#: admin/shiftreport.php:113 +msgid "Enter report for this shift" +msgstr "" + +#: admin/shiftreport.php:117 +msgid "Add report" +msgstr "" + +#: admin/shiftreport.php:153 +msgid "This report does not exist in the database" +msgstr "" + +#: admin/shiftreport.php:158 +msgid "Edit report for this shift" +msgstr "" + +#: admin/shiftreport.php:163 +msgid "Modify report" +msgstr "" + +#: admin/index.php:46 +msgid "Administrative Tools" +msgstr "" + +#: admin/index.php:50 +msgid "Questionnaire creation and management" +msgstr "" + +#: admin/index.php:51 +msgid "Create an instrument in Limesurvey" +msgstr "" + +#: admin/index.php:52 +msgid "Create a new questionnaire" +msgstr "" + +#: admin/index.php:53 +msgid "Questionnaire management" +msgstr "" + +#: admin/index.php:54 +msgid "Administer instruments with Limesurvey" +msgstr "" + +#: admin/index.php:56 +msgid "Sample/List management" +msgstr "" + +#: admin/index.php:57 +msgid "Import a sample file (in CSV form)" +msgstr "" + +#: admin/index.php:58 +msgid "Sample management" +msgstr "" + +#: admin/index.php:59 +msgid "Assign samples to questionnaires" +msgstr "" + +#: admin/index.php:60 +msgid "Set values in questionnaire to pre fill" +msgstr "" + +#: admin/index.php:64 +msgid "Quota row management" +msgstr "" + +#: admin/index.php:66 +#: admin/index.php:68 +#: admin/index.php:111 +msgid "Operator management" +msgstr "" + +#: admin/index.php:67 +msgid "Add operators to the system" +msgstr "" + +#: admin/index.php:69 +msgid "Assign operators to questionnaires" +msgstr "" + +#: admin/index.php:72 +msgid "Availability and shift management" +msgstr "" + +#: admin/index.php:73 +msgid "Manage availablity groups" +msgstr "" + +#: admin/index.php:74 +msgid "Assign availabilities to questionnaires" +msgstr "" + +#: admin/index.php:75 +msgid "Shift management (add/remove)" +msgstr "" + +#: admin/index.php:77 +msgid "Questionnaire progress" +msgstr "" + +#: admin/index.php:78 +msgid "Display all future appointments" +msgstr "" + +#: admin/index.php:79 +msgid "Sample call attempts report" +msgstr "" + +#: admin/index.php:81 +msgid "Questionnaire outcomes" +msgstr "" + +#: admin/index.php:82 +msgid "Data output" +msgstr "" + +#: admin/index.php:85 +#: admin/outcomes.php:297 +msgid "Operator performance" +msgstr "" + +#: admin/index.php:87 +msgid "Client management" +msgstr "" + +#: admin/index.php:88 +msgid "Add clients to the system" +msgstr "" + +#: admin/index.php:91 +msgid "Supervisor functions" +msgstr "" + +#: admin/index.php:92 +msgid "Assign outcomes to cases" +msgstr "" + +#: admin/index.php:93 +msgid "Search the sample" +msgstr "" + +#: admin/index.php:96 +msgid "Case status and assignment" +msgstr "" + +#: admin/index.php:97 +msgid "Bulk appointment generator" +msgstr "" + +#: admin/index.php:99 +msgid "System settings" +msgstr "" + +#: admin/index.php:100 +msgid "Set default timezone list" +msgstr "" + +#: admin/index.php:101 +msgid "Set default shift times" +msgstr "" + +#: admin/index.php:102 +msgid "Set call restriction times" +msgstr "" + +#: admin/index.php:103 +#: admin/centreinfo.php:62 +msgid "Set centre information" +msgstr "" + +#: admin/index.php:105 +msgid "Start and monitor system wide case sorting" +msgstr "" + +#: admin/index.php:109 +msgid "VoIP" +msgstr "VoIP" + +#: admin/index.php:110 +msgid "Start and monitor VoIP" +msgstr "" + +#: admin/index.php:112 +msgid "Extension status" +msgstr "" + +#: admin/assignsample.php:115 +#: admin/assignsample.php:170 +msgid "Assign Sample: Select sample to assign" +msgstr "" + +#: admin/assignsample.php:131 +msgid "Edit sample details" +msgstr "" + +#: admin/assignsample.php:143 +#: admin/assignsample.php:222 +msgid "Max calls (0 for unlimited)" +msgstr "" + +#: admin/assignsample.php:144 +#: admin/assignsample.php:223 +msgid "Max call attempts (0 for unlimited)" +msgstr "" + +#: admin/assignsample.php:145 +#: admin/assignsample.php:224 +msgid "Number of answering machine messages to leave per case (0 for never)" +msgstr "" + +#: admin/assignsample.php:146 +#: admin/assignsample.php:225 +msgid "Select from sample randomly? (otherwise sequentially)" +msgstr "" + +#: admin/assignsample.php:177 +msgid "Samples selected for this questionnaire" +msgstr "" + +#: admin/assignsample.php:180 +#: admin/assignsample.php:181 +msgid "Unlimited" +msgstr "" + +#: admin/assignsample.php:182 +msgid "Sequential" +msgstr "" + +#: admin/assignsample.php:182 +msgid "Random" +msgstr "" + +#: admin/assignsample.php:183 +msgid "Never" +msgstr "" + +#: admin/assignsample.php:185 +#: admin/questionnaireavailability.php:117 +msgid "Click to unassign" +msgstr "" + +#: admin/assignsample.php:193 +msgid "Max calls" +msgstr "" + +#: admin/assignsample.php:193 +msgid "Max call attempts" +msgstr "" + +#: admin/assignsample.php:193 +msgid "Answering machine messages" +msgstr "" + +#: admin/assignsample.php:193 +msgid "Selection type" +msgstr "" + +#: admin/assignsample.php:193 +msgid "Unassign sample" +msgstr "" + +#: admin/assignsample.php:195 +msgid "No samples selected for this questionnaire" +msgstr "" + +#: admin/assignsample.php:209 +msgid "Add a sample to this questionnaire:" +msgstr "" + +#: admin/assignsample.php:212 +msgid "Select sample:" +msgstr "" + +#: admin/centreinfo.php:66 +msgid "Set centre information: " +msgstr "" + +#: admin/centreinfo.php:67 +msgid "Update centre information" +msgstr "" + +#: admin/questionnaireavailability.php:93 +msgid "Assign availability group to questionnaire" +msgstr "" + +#: admin/questionnaireavailability.php:110 +msgid "There are no availability groups selected for this questionnaire" +msgstr "" + +#: admin/questionnaireavailability.php:114 +msgid "Availability groups selected for this questionnaire" +msgstr "" + +#: admin/questionnaireavailability.php:132 +msgid "Add an availability group to this questionnaire:" +msgstr "" + +#: admin/questionnaireavailability.php:135 +msgid "Select availability group:" +msgstr "" + +#: admin/supervisorchat.php:63 +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 +msgid "Enable supervisor chat?" +msgstr "" + +#: admin/supervisorchat.php:74 +msgid "Set BOSH URL" +msgstr "" + +#: admin/supervisorchat.php:75 +msgid "Supervisor XMPP/Jabber id" +msgstr "" + +#: admin/supervisorchat.php:76 +msgid "Update" +msgstr "" + +#: admin/samplesearch.php:83 +msgid "Search sample" +msgstr "" + +#: admin/samplesearch.php:100 +msgid "No cases yet assigned: Delete this sample record" +msgstr "" + +#: admin/samplesearch.php:100 +msgid "Assigned to questionnaire: " +msgstr "" + +#: admin/samplesearch.php:110 +msgid "No records in this sample match this search criteria" +msgstr "" + +#: admin/samplesearch.php:121 +msgid "Sample id" +msgstr "" + +#: admin/samplesearch.php:130 +msgid "Link" +msgstr "" + +#: admin/samplesearch.php:149 +msgid "Search within this sample" +msgstr "" + +#: admin/samplesearch.php:151 +#, php-format +msgid "Use the % character as a wildcard" +msgstr "" + +#: admin/samplesearch.php:156 +msgid "Search for:" +msgstr "" + +#: admin/samplesearch.php:158 +msgid "Start search" +msgstr "" + +#: admin/outcomes.php:77 +msgid "Questionnaire Outcomes" +msgstr "" + +#: admin/outcomes.php:86 +#: admin/outcomes.php:244 +msgid "Outcomes" +msgstr "" + +#: admin/outcomes.php:88 +#: admin/outcomes.php:231 +msgid "Sample status" +msgstr "" + +#: admin/outcomes.php:90 +#: admin/outcomes.php:233 +msgid "Drawn from sample" +msgstr "" + +#: admin/outcomes.php:90 +#: admin/outcomes.php:233 +msgid "Remain in sample" +msgstr "" + +#: admin/outcomes.php:97 +#: admin/outcomes.php:241 +msgid "Number" +msgstr "Nummer" + +#: admin/outcomes.php:99 +msgid "Case availability (cases with temporary or appointment outcomes)" +msgstr "Fälle verfügbar (Fälle mit temporären oder Terminergebnissen)" + +#: admin/outcomes.php:131 +msgid "No cases currently available to call" +msgstr "Derzeit keine Fälle für Anrufe verfügbar" + +#: admin/outcomes.php:135 +msgid "Cases currently available to call" +msgstr "Fälle für Anrufe verfügbar" + +#: admin/outcomes.php:142 +msgid "Average time on a completed questionnaire" +msgstr "" + +#: admin/outcomes.php:142 +msgid "Min" +msgstr "" + +#: admin/outcomes.php:142 +msgid "Secs" +msgstr "" + +#: admin/outcomes.php:155 +msgid "Rate" +msgstr "" + +#: admin/outcomes.php:156 +msgid "Response Rate 1" +msgstr "" + +#: admin/outcomes.php:157 +msgid "Refusal Rate 1" +msgstr "" + +#: admin/outcomes.php:158 +msgid "Cooperation Rate 1" +msgstr "" + +#: admin/outcomes.php:159 +msgid "Contact Rate 1" +msgstr "" + +#: admin/outcomes.php:174 +#: admin/outcomes.php:208 +#: admin/outcomes.php:261 +msgid "Count" +msgstr "" + +#: admin/outcomes.php:174 +#: admin/outcomes.php:208 +#: admin/outcomes.php:261 +msgid "%" +msgstr "" + +#: admin/outcomes.php:193 +msgid "Operator call outcomes" +msgstr "" + +#: admin/outcomes.php:264 +msgid "No outcomes recorded for this sample" +msgstr "" + +#: admin/outcomes.php:269 +msgid "No outcomes recorded for this questionnaire" +msgstr "" + +#: admin/outcomes.php:276 +msgid "No shift reports: Add report" +msgstr "" + +#: admin/outcomes.php:276 +msgid "View shift reports" +msgstr "" + +#: admin/outcomes.php:276 +msgid "View operator performance" +msgstr "" + +#: admin/outcomes.php:295 +msgid "No shifts defined for this questionnaire" +msgstr "" + +#: admin/outcomes.php:297 +msgid "Shift" +msgstr "" + +#: admin/outcomes.php:297 +msgid "Shift report" +msgstr "" + +#: admin/voipmonitor.php:73 +#: admin/voipmonitor.php:95 +#: admin/voipmonitor.php:96 +msgid "Monitor VoIP Process" +msgstr "" + +#: admin/voipmonitor.php:79 +msgid "" +"Kill signal sent: Please wait... (Note: Process will be stalled until there " +"is activity on the VoIP Server)" +msgstr "" + +#: admin/voipmonitor.php:84 +msgid "(requires activity on the VoIP Server to take effect)" +msgstr "" + +#: admin/voipmonitor.php:97 +msgid "Click here to begin monitoring the VoIP Process" +msgstr "" + +#: admin/questionnaireprefill.php:99 +msgid "Pre fill questionnaire: Set values for questionnaire to prefill" +msgstr "" + +#: admin/questionnaireprefill.php:110 +msgid "Current pre fills (click to delete)" +msgstr "" + +#: admin/questionnaireprefill.php:120 +msgid "Currently no pre fills" +msgstr "" + +#: admin/questionnaireprefill.php:132 +msgid "Select a question to pre fill" +msgstr "" + +#: admin/questionnaireprefill.php:164 +msgid "Enter a value to pre fill this question with:" +msgstr "" + +#: admin/questionnaireprefill.php:166 +msgid "Possible uses:" +msgstr "" + +#: admin/questionnaireprefill.php:168 +msgid "{Respondent:firstName} First name of the respondent" +msgstr "" + +#: admin/questionnaireprefill.php:169 +msgid "{Respondent:lastName} Last name of the respondent" +msgstr "" + +#: admin/questionnaireprefill.php:170 +msgid "{Sample:var} A record from the sample where the column name is 'var'" +msgstr "" + +#: admin/questionnaireprefill.php:183 +msgid "The value to pre fill" +msgstr "" + +#: admin/questionnaireprefill.php:184 +msgid "or: Select pre fill from sample list" +msgstr "" + +#: admin/questionnaireprefill.php:190 +msgid "Add pre fill" +msgstr "" + +#: admin/samplelist.php:117 +#: admin/samplelist.php:127 +#: admin/samplelist.php:134 +#: admin/samplelist.php:270 +#: admin/samplelist.php:279 +msgid "Rename" +msgstr "" + +#: admin/samplelist.php:146 +#: admin/samplelist.php:179 +#: admin/samplelist.php:269 +#: admin/samplelist.php:279 +msgid "Operator viewing permissions" +msgstr "" + +#: admin/samplelist.php:182 +msgid "" +"Select which fields from this sample should be able to be viewed by operators" +msgstr "" + +#: admin/samplelist.php:187 +#: admin/samplelist.php:224 +msgid "Field" +msgstr "" + +#: admin/samplelist.php:187 +#: admin/samplelist.php:224 +msgid "Example data" +msgstr "" + +#: admin/samplelist.php:187 +msgid "Allow operator to see?" +msgstr "" + +#: admin/samplelist.php:190 +msgid "Save changes" +msgstr "" + +#: admin/samplelist.php:202 +#: admin/samplelist.php:216 +#: admin/samplelist.php:224 +#: admin/samplelist.php:268 +#: admin/samplelist.php:279 +msgid "Deidentify" +msgstr "" + +#: admin/samplelist.php:219 +msgid "" +"Select which fields from this sample to deidentify. Deidentified fields will " +"be permanently deleted from the sample." +msgstr "" + +#: admin/samplelist.php:227 +msgid "Delete selected fields" +msgstr "" + +#: admin/samplelist.php:263 +msgid "Enable" +msgstr "" + +#: admin/samplelist.php:265 +msgid "Disable" +msgstr "" + +#: admin/samplelist.php:276 +msgid "Sample list" +msgstr "" + +#: admin/samplelist.php:279 +msgid "Enable/Disable" +msgstr "" + +#: admin/bulkappointment.php:199 +msgid "Added appointment" +msgstr "" + +#: admin/bulkappointment.php:203 +msgid "" +"No such case id, or case set to a final outcome, or case currently assigned " +"to an operator" +msgstr "" + +#: admin/bulkappointment.php:209 +msgid "Result" +msgstr "" + +#: admin/bulkappointment.php:229 +msgid "" +"Please check the case id's, appointment start and end times and notes are " +"correct before accepting below" +msgstr "" + +#: admin/bulkappointment.php:235 +msgid "Accept and generate bulk appointments" +msgstr "" + +#: admin/bulkappointment.php:240 +msgid "" +"The file does not contain at least caseid, starttime and endtime columns. " +"Please try again." +msgstr "" + +#: admin/bulkappointment.php:251 +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:252 +msgid "Example CSV file:" +msgstr "" + +#: admin/bulkappointment.php:261 +msgid "Choose the CSV file to upload:" +msgstr "" + +#: admin/bulkappointment.php:262 +msgid "Load bulk appointment CSV" +msgstr "" + +#: admin/addshift.php:87 +#: admin/addshift.php:140 +msgid "Add shifts" +msgstr "" + +#: admin/addshift.php:88 +msgid "" +"You must be an operator (as well as have administrator access) to add/edit " +"shifts" +msgstr "" + +#: admin/addshift.php:151 +#: admin/availability.php:106 +#: admin/shifttemplate.php:93 +msgid "" +"Your database does not have timezones installed, please see here for details" +msgstr "" + +#: admin/addshift.php:163 +msgid "Add shifts in your Time Zone" +msgstr "" + +#: admin/addshift.php:166 +msgid "" +"Shifts allow you to restrict appointments being made, and interviewers to " +"working on a particlar project at defined times." +msgstr "" + +#: admin/addshift.php:173 +msgid "Select year" +msgstr "" + +#: admin/addshift.php:184 +msgid "Select week of year" +msgstr "" + +#: admin/addshift.php:238 +#: admin/availability.php:144 +#: admin/shifttemplate.php:118 +msgid "Day" +msgstr "" + +#: admin/addshift.php:238 +msgid "Use shift?" +msgstr "" + +#: admin/addshift.php:263 +msgid "Submit changes" +msgstr "" + +#: admin/quotarow.php:154 +#: admin/quotarow.php:160 +msgid "Copied quotas" +msgstr "" + +#: admin/quotarow.php:163 +msgid "Current row quotas (click to delete)" +msgstr "" + +#: admin/quotarow.php:175 +msgid "Currently no row quotas" +msgstr "" + +#: admin/quotarow.php:182 +msgid "Replicate: Where" +msgstr "" + +#: admin/quotarow.php:182 +#: admin/quotarow.php:184 +#: admin/quotarow.php:187 +msgid "like" +msgstr "" + +#: admin/quotarow.php:184 +msgid "Sample only. Stop calling where" +msgstr "" + +#: admin/quotarow.php:184 +#: admin/quotarow.php:187 +msgid "rows from this sample when:" +msgstr "" + +#: admin/quotarow.php:187 +msgid "Stop calling" +msgstr "" + +#: admin/quotarow.php:190 +msgid "Row quota reached (Closed)" +msgstr "" + +#: admin/quotarow.php:192 +msgid "Row quota not yet reached (Open)" +msgstr "" + +#: admin/quotarow.php:212 +msgid "Copy quotas for this sample to (No error/duplicate checking): " +msgstr "" + +#: admin/quotarow.php:214 +msgid "Copy" +msgstr "" + +#: admin/quotarow.php:216 +msgid "" +"Copy quotas for this sample to (No error/duplicate checking) with adjusting: " +msgstr "" + +#: admin/quotarow.php:218 +msgid "Copy adjustments" +msgstr "" + +#: admin/quotarow.php:224 +msgid "Select a question for the row quota" +msgstr "" + +#: admin/quotarow.php:248 +msgid "No question (Replicate)" +msgstr "" + +#: admin/quotarow.php:252 +msgid "Sample only quota" +msgstr "" + +#: admin/quotarow.php:262 +msgid "Select the sample variable to exclude" +msgstr "" + +#: admin/quotarow.php:274 +msgid "Enter the details for creating the row quota:" +msgstr "" + +#: admin/quotarow.php:300 +msgid "Describe this quota" +msgstr "" + +#: admin/quotarow.php:301 +msgid "Quota priority (50 is default, 100 highest, 0 lowest)" +msgstr "" + +#: admin/quotarow.php:302 +msgid "" +"Should the priority be automatically updated based on the number of " +"completions in this quota?" +msgstr "" + +#: admin/quotarow.php:316 +msgid "Exclude from the sample where the value is like" +msgstr "" + +#: admin/quotarow.php:334 +msgid "Add row quota" +msgstr "" + +#: admin/operators.php:147 +msgid "Added:" +msgstr "" + +#: admin/operators.php:150 +msgid "FreePBX has been reloaded for the new VoIP extension to take effect" +msgstr "" + +#: admin/operators.php:174 +msgid "" +"Could not add operator. There may already be an operator of this name:" +msgstr "" + +#: admin/operators.php:182 +#: admin/operators.php:203 +msgid "Add an operator" +msgstr "" + +#: admin/operators.php:204 +msgid "Adding an operator here will give the user the ability to call cases" +msgstr "" + +#: admin/operators.php:204 +msgid "Assign Operator to Questionnaire" +msgstr "" + +#: admin/operators.php:204 +msgid "tool" +msgstr "" + +#: admin/operators.php:205 +#: admin/clients.php:106 +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:206 +msgid "The username and extension must be unique for each operator." +msgstr "" + +#: admin/operators.php:208 +msgid "Enter the username of an operator to add:" +msgstr "" + +#: admin/operators.php:210 +msgid "Enter the password of an operator to add:" +msgstr "" + +#: admin/operators.php:212 +msgid "Enter the first name of an operator to add:" +msgstr "" + +#: admin/operators.php:213 +msgid "Enter the surname of an operator to add:" +msgstr "" + +#: admin/operators.php:214 +msgid "Enter the Time Zone of an operator to add:" +msgstr "" + +#: admin/operators.php:216 +msgid "Select an extension for this operator:" +msgstr "" + +#: admin/operators.php:218 +msgid "Will this operator be using VoIP?" +msgstr "" + +#: admin/operators.php:219 +msgid "Jabber/XMPP chat user" +msgstr "" + +#: admin/operators.php:220 +msgid "Jabber/XMPP chat password" +msgstr "" + +#: admin/operators.php:221 +msgid "Will this operator be using chat?" +msgstr "" + +#: admin/operators.php:222 +msgid "Is the operator a normal interviewer?" +msgstr "" + +#: admin/operators.php:223 +msgid "Is the operator a supervisor?" +msgstr "" + +#: admin/operators.php:224 +msgid "Is the operator a refusal converter?" +msgstr "" + +#: admin/operators.php:225 +#: admin/clients.php:115 +msgid "Add user" +msgstr "" + +#: admin/new.php:59 +msgid "New: Create new questionnaire" +msgstr "" + +#: admin/new.php:118 +msgid "Successfully inserted" +msgstr "" + +#: admin/new.php:118 +msgid "as questionnaire" +msgstr "" + +#: admin/new.php:118 +msgid "linked to" +msgstr "" + +#: admin/new.php:121 +msgid "Error: Failed to insert questionnaire" +msgstr "" + +#: admin/new.php:132 +msgid "Name for questionnaire:" +msgstr "" + +#: admin/new.php:133 +msgid "Select limesurvey instrument:" +msgstr "" + +#: admin/new.php:147 +#: admin/new.php:171 +msgid "Existing instrument:" +msgstr "" + +#: admin/new.php:156 +msgid "Respondent selection type:" +msgstr "" + +#: admin/new.php:157 +msgid "No respondent selection (go straight to questionnaire)" +msgstr "" + +#: admin/new.php:157 +msgid "Use basic respondent selection text (below)" +msgstr "" + +#: admin/new.php:195 +msgid "Restrict appointments to shifts?" +msgstr "" + +#: admin/new.php:196 +msgid "Restrict work to shifts?" +msgstr "" + +#: admin/new.php:197 +msgid "Questionnaire for testing only?" +msgstr "" + +#: admin/new.php:198 +msgid "Allow operators to generate referrals?" +msgstr "" + +#: admin/new.php:199 +msgid "Allow for respondent self completion via email invitation?" +msgstr "" + +#: admin/new.php:201 +msgid "Questionnaire display mode for respondent" +msgstr "" + +#: admin/new.php:201 +msgid "All in one" +msgstr "" + +#: admin/new.php:201 +msgid "Question by question" +msgstr "" + +#: admin/new.php:201 +msgid "Group at a time" +msgstr "" + +#: admin/new.php:202 +msgid "Limesurvey template for respondent" +msgstr "" + +#: admin/new.php:214 +msgid "URL to forward respondents on self completion (required)" +msgstr "" + +#: admin/new.php:217 +msgid "Respondent selection introduction:" +msgstr "" + +#: admin/new.php:218 +msgid "Respondent selection project introduction:" +msgstr "" + +#: admin/new.php:219 +msgid "Respondent selection callback (already started questionnaire):" +msgstr "" + +#: admin/new.php:220 +msgid "Message to leave on an answering machine:" +msgstr "" + +#: admin/new.php:222 +msgid "Project end text (thank you screen):" +msgstr "" + +#: admin/new.php:223 +msgid "Project information for interviewers/operators:" +msgstr "" + +#: admin/new.php:224 +msgid "Create Questionnaire" +msgstr "" + +#: admin/extensionstatus.php:101 +msgid "" +"Failed to add extension. There already may be an extension of this name" +msgstr "" + +#: admin/extensionstatus.php:133 +msgid "Display extension status" +msgstr "" + +#: admin/extensionstatus.php:146 +#: admin/extensionstatus.php:209 +msgid "Extension name (such as SIP/1000):" +msgstr "" + +#: admin/extensionstatus.php:147 +#: admin/extensionstatus.php:210 +msgid "Extension password:" +msgstr "" + +#: admin/extensionstatus.php:149 +msgid "Edit extension" +msgstr "" + +#: admin/extensionstatus.php:155 +msgid "Delete extension" +msgstr "" + +#: admin/extensionstatus.php:160 +msgid "Unassign the operator from this extension to be able to delete it" +msgstr "" + +#: admin/extensionstatus.php:168 +msgid "Unassign" +msgstr "" + +#: admin/extensionstatus.php:168 +msgid "End case to change assignment" +msgstr "" + +#: admin/extensionstatus.php:169 +msgid "VoIP Offline" +msgstr "" + +#: admin/extensionstatus.php:169 +msgid "VoIP Online" +msgstr "" + +#: admin/extensionstatus.php:170 +msgid "Not called" +msgstr "" + +#: admin/extensionstatus.php:170 +msgid "Done" +msgstr "" + +#: admin/extensionstatus.php:200 +msgid "Assignment" +msgstr "" + +#: admin/extensionstatus.php:200 +msgid "VoIP Status" +msgstr "" + +#: admin/extensionstatus.php:200 +msgid "Call state" +msgstr "" + +#: admin/extensionstatus.php:200 +msgid "Time on call" +msgstr "" + +#: admin/extensionstatus.php:203 +msgid "No extensions" +msgstr "" + +#: admin/extensionstatus.php:205 +msgid "Add an extension" +msgstr "" + +#: admin/extensionstatus.php:211 +msgid "Add extension" +msgstr "" + +#: admin/databasestrings.php:32 +msgid "Not attempted or worked" +msgstr "Nummer nicht gewählt" + +#: admin/databasestrings.php:33 +msgid "No answer" +msgstr "keine Antwort" + +#: admin/databasestrings.php:34 +msgid "Technical phone problems" +msgstr "Technische Probleme mit der Verbindung" + +#: admin/databasestrings.php:35 +msgid "Other, Referred to Supervisor (Eligible)" +msgstr "Andere Gründe, Übergeben an Supervisor (Person war am Telefon)" + +#: admin/databasestrings.php:36 +msgid "Other, Referred to Supervisor (Unknown eligibility)" +msgstr "Andere Gründe, Übergeben an Supervisor (niemand war am Telefon)" + +#: admin/databasestrings.php:37 +msgid "Soft Refusal, Other" +msgstr "Leichte Verweigerung durch angerufenene Person" + +#: admin/databasestrings.php:38 +msgid "Hard Refusal, Other" +msgstr "Starke Verweigerung durch angerufenen Person" + +#: admin/databasestrings.php:39 +msgid "Soft Refusal, Respondent" +msgstr "Leichte Verweigerung durch Zielperson" + +#: admin/databasestrings.php:40 +msgid "Hard Refusal, Respondent" +msgstr "Starke Verweigerung durch Zielperson" + +#: admin/databasestrings.php:41 +msgid "Complete" +msgstr "Fertig" + +#: admin/databasestrings.php:42 +msgid "Known respondent refusal" +msgstr "Verweigerung durch bekannte Zielperson" + +#: admin/databasestrings.php:43 +msgid "Household-level refusal" +msgstr "Verweigerung auf der Haushaltsebene" + +#: admin/databasestrings.php:44 +msgid "Broken appointment (Implicit refusal)" +msgstr "Terminvereinbarung nicht eingehalten (implizite Verweigerung)" + +#: admin/databasestrings.php:45 +msgid "Disconnected number" +msgstr "Ungültige Nummer" + +#: admin/databasestrings.php:46 +msgid "Fax/data line" +msgstr "Fax- oder Modemnummer" + +#: admin/databasestrings.php:47 +msgid "Business, government office, other organization" +msgstr "Büro, geschäftliche Nummer, Behörde, andere Organisationen" + +#: admin/databasestrings.php:48 +msgid "No eligible respondent" +msgstr "keine geeignete Zielperson erreichbar" + +#: admin/databasestrings.php:49 +msgid "Accidental hang up or temporary phone problem" +msgstr "Versehentlich aufgelegt oder temporäre Verbindungsprobleme" + +#: admin/databasestrings.php:50 +msgid "Definite Appointment - Respondent" +msgstr "Terminvereinbarung mit Zielperson" + +#: admin/databasestrings.php:51 +msgid "Definite Appointment - Other" +msgstr "Terminvereinbarung mit angerufener Person" + +#: admin/databasestrings.php:52 +msgid "Unspecified Appointment - Respondent" +msgstr "Rückruf - Offene Terminvereinbarung mit Zielperson" + +#: admin/databasestrings.php:53 +msgid "Unspecified Appointment - Other" +msgstr "Rückruf - Offene Terminvereinbarung mit angerufener Person" + +#: admin/databasestrings.php:54 +msgid "Household answering machine - Message left" +msgstr "Anrufbeantworter - Nachricht wurde hinterlassen" + +#: admin/databasestrings.php:55 +msgid "Household answering machine - No message left" +msgstr "Anrufbeantworter - keine Nachricht hinterlassen" + +#: admin/databasestrings.php:56 +msgid "Respondent Dead" +msgstr "Zielperson verstorben" + +#: admin/databasestrings.php:57 +msgid "Physically or mentally unable/incompetent" +msgstr "Zielperson nicht zu Interview in der Lage (körperlich oder geistig)" + +#: admin/databasestrings.php:58 +msgid "Household level language problem" +msgstr "Sprachprobleme auf der Haushaltsebene (kein Gespräch möglich)" + +#: admin/databasestrings.php:59 +msgid "Respondent language problem" +msgstr "Sprachprobleme bei Zielperson (kein Gespräch möglich)" + +#: admin/databasestrings.php:60 +msgid "Answering machine - Not a household" +msgstr "Anrufbeantworter (geschäftlich, kein Haushalt)" + +#: admin/databasestrings.php:61 +msgid "Out of sample" +msgstr "Nicht in Stichporobe" + +#: admin/databasestrings.php:62 +msgid "Non contact" +msgstr "kein Kontakt zu Zielperson möglich" + +#: admin/databasestrings.php:63 +msgid "Temporary Outcomes (normal cases)" +msgstr "Temporäre Anrufergebnisse (normale Fälle)" + +#: admin/databasestrings.php:64 +msgid "Supervisor Outcomes (referred to supervisor)" +msgstr "Supervisor Anrufergebnisse (weitergeleiter an Supervisor)" + +#: admin/databasestrings.php:65 +msgid "Refusal Outcomes (respondent refused)" +msgstr "Verweigerung Anrufergebnisse (Verweigerung durch Zielperson)" + +#: admin/databasestrings.php:66 +msgid "Final Outcomes (completed, final refusal, etc)" +msgstr "Finale Anrufergebnisse ( Fertig, finale Verweigerung, etc.)" + +#: admin/databasestrings.php:67 +msgid "Miscellaneous - Unavailable for a week" +msgstr "Sonstiges - Nicht erreichbar für eine Woche" + +#: admin/databasestrings.php:69 +msgid "Monday" +msgstr "Montag" + +#: admin/databasestrings.php:70 +msgid "Tuesday" +msgstr "Dienstag" + +#: admin/databasestrings.php:71 +msgid "Wednesday" +msgstr "Mittwoch" + +#: admin/databasestrings.php:72 +msgid "Thursday" +msgstr "Donnerstag" + +#: admin/databasestrings.php:73 +msgid "Friday" +msgstr "Freitag" + +#: admin/databasestrings.php:74 +msgid "Saturday" +msgstr "Samstag" + +#: admin/databasestrings.php:75 +msgid "Sunday" +msgstr "Sonntag" + +#: 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:82 +msgid "Phone number" +msgstr "Telefonnummer" + +#: admin/databasestrings.php:83 +msgid "Primary phone number" +msgstr "Primäre Telefonnummer" + +#: 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:90 +msgid "Self completed online" +msgstr "" + +#: admin/casesbyoutcome.php:52 +msgid "Cases by outcome" +msgstr "" + +#: admin/casesbyoutcome.php:72 +msgid "Project" +msgstr "" + +#: admin/casesbyoutcome.php:73 +msgid "Current outcome:" +msgstr "" + +#: admin/casesbyoutcome.php:84 +msgid "No cases with this outcome" +msgstr "" + +#: admin/casesbyoutcome.php:91 +msgid "Error with input" +msgstr "" + +#: admin/process.php:90 +msgid "Cannot connect to VoIP Server" +msgstr "" + +#: admin/availability.php:57 +msgid "No availability group set" +msgstr "" + +#: admin/availability.php:95 +msgid "Modify availability" +msgstr "" + +#: admin/availability.php:122 +msgid "" +"Enter the start and end times for each day of the week to restrict calls " +"within" +msgstr "" + +#: admin/availability.php:160 +#: admin/shifttemplate.php:134 +msgid "Add row" +msgstr "" + +#: admin/availability.php:162 +msgid "Save changes to availabilities" +msgstr "" + +#: admin/availability.php:166 +msgid "Delete this availability group" +msgstr "" + +#: admin/clients.php:84 +msgid "Could not add" +msgstr "" + +#: admin/clients.php:84 +msgid "There may already be a client of this name" +msgstr "" + +#: admin/clients.php:89 +#: admin/clients.php:104 +msgid "Add a client" +msgstr "" + +#: admin/clients.php:105 +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:105 +msgid "Assign client to Questionnaire" +msgstr "" + +#: admin/clients.php:105 +msgid "tool." +msgstr "" + +#: admin/clients.php:108 +msgid "Enter the username of a client to add:" +msgstr "" + +#: admin/clients.php:110 +msgid "Enter the password of a client to add:" +msgstr "" + +#: admin/clients.php:112 +msgid "Enter the first name of a client to add:" +msgstr "" + +#: admin/clients.php:113 +msgid "Enter the surname of a client to add:" +msgstr "" + +#: admin/clients.php:114 +msgid "Enter the Time Zone of a client to add:" +msgstr "" + +#: admin/shifttemplate.php:82 +msgid "Modify shift template" +msgstr "" + +#: admin/shifttemplate.php:96 +msgid "" +"Enter standard shift start and end times for each day of the week in local " +"time" +msgstr "" + +#: admin/shifttemplate.php:135 +msgid "Save changes to shifts" +msgstr "" + +#: admin/casestatus.php:88 +#: admin/casestatus.php:89 +msgid "Now" +msgstr "" + +#: admin/casestatus.php:92 +msgid "Not assigned, select to assign" +msgstr "" + +#: admin/casestatus.php:93 +msgid "Assigned to" +msgstr "" + +#: admin/casestatus.php:93 +msgid "Order" +msgstr "" + +#: admin/casestatus.php:111 +msgid "Case available in x minutes" +msgstr "" + +#: admin/casestatus.php:111 +msgid "Assigned to operator" +msgstr "" + +#: admin/casestatus.php:119 +msgid "Choose operator to assign selected cases to" +msgstr "" + +#: admin/casestatus.php:122 +msgid "Assign cases to operator queue" +msgstr "" + +#: admin/casestatus.php:199 +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/dataoutput.php:202 +msgid "Download data for this questionnaire via Limesurvey" +msgstr "" + +#: admin/dataoutput.php:204 +#: admin/samplecallattempts.php:184 +msgid "Please select a sample" +msgstr "" + +#: admin/dataoutput.php:211 +msgid "Download data for this sample via Limesurvey" +msgstr "" + +#: admin/dataoutput.php:218 +msgid "Download key file: select sample var" +msgstr "" + +#: admin/dataoutput.php:222 +msgid "Download complete key file" +msgstr "" + +#: admin/dataoutput.php:225 +msgid "Download complete sample file with current outcomes" +msgstr "" + +#: admin/callrestrict.php:82 +msgid "Modify call restriction times" +msgstr "" + +#: admin/callrestrict.php:135 +msgid "Save changes to restriction times" +msgstr "" + +#: admin/operatorlist.php:60 +msgid "If changing usernames, you must specify a new password" +msgstr "" + +#: admin/operatorlist.php:113 +msgid "Successfully updated user" +msgstr "" + +#: admin/operatorlist.php:117 +msgid "Failed to update user. Please make sure the username is unique" +msgstr "" + +#: admin/operatorlist.php:126 +msgid "Operator edit" +msgstr "" + +#: admin/operatorlist.php:155 +#: admin/operatorlist.php:290 +msgid "Username" +msgstr "" + +#: admin/operatorlist.php:159 +msgid "Update password (leave blank to keep existing password)" +msgstr "" + +#: admin/operatorlist.php:167 +msgid "Uses chat" +msgstr "" + +#: admin/operatorlist.php:168 +msgid "Timezone" +msgstr "" + +#: admin/operatorlist.php:170 +msgid "Uses VoIP" +msgstr "" + +#: admin/operatorlist.php:173 +msgid "Update operator" +msgstr "" + +#: admin/operatorlist.php:267 +msgid "Windows bat file" +msgstr "" + +#: admin/operatorlist.php:268 +msgid "*nix script file" +msgstr "" + +#: admin/operatorlist.php:276 +msgid "Enable VoIP" +msgstr "" + +#: admin/operatorlist.php:278 +msgid "Disable VoIP" +msgstr "" + +#: admin/operatorlist.php:287 +msgid "Operator list" +msgstr "" + +#: admin/operatorlist.php:294 +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:296 +msgid "Download Windows VoIP Executable" +msgstr "" + +#: admin/operatorlist.php:297 +msgid "Download Linux VoIP Executable" +msgstr "" + +#: admin/operatorlist.php:302 +msgid "Enable/Disable VoIP" +msgstr "VoIP an/aus" + +#: admin/operatorlist.php:303 +msgid "Windows VoIP" +msgstr "" + +#: admin/operatorlist.php:304 +msgid "*nix VoIP" +msgstr "" + +#: admin/samplecallattempts.php:107 +msgid "Number of cases" +msgstr "" + +#: admin/samplecallattempts.php:107 +msgid "Call attempts made" +msgstr "" + +#: admin/samplecallattempts.php:170 +msgid "Sample call attempt" +msgstr "" + +#: admin/samplecallattempts.php:175 +msgid "Overall" +msgstr "" + +#: admin/samplecallattempts.php:195 +msgid "Please select a quota" +msgstr "" + +#: admin/samplecallattempts.php:201 +msgid "No calls for this quota" +msgstr "" + +#: admin/samplecallattempts.php:205 +msgid "No calls for this sample" +msgstr "" + +#: admin/samplecallattempts.php:210 +msgid "No calls for this questionnaire" +msgstr "" + +#: admin/questionnairelist.php:277 +msgid "Questionnaire list" +msgstr "" + +#: admin/questionnairelist.php:329 +msgid "Edit instrument in Limesurvey" +msgstr "" + +#: admin/questionnairelist.php:362 +msgid "Edit respondent selection instrument in Limesurvey" +msgstr "" + +#: admin/questionnairelist.php:365 +msgid "Update Questionnaire" +msgstr "" + +#: admin/questionnairelist.php:384 +msgid "Any collected data and the limesurvey instrument will NOT be deleted" +msgstr "" + +#: admin/questionnairelist.php:385 +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:386 +msgid "Please confirm you wish to delete the questionnaire" +msgstr "" + +#: admin/questionnairelist.php:389 +msgid "Delete this questionnaire" +msgstr "" + +#: admin/timezonetemplate.php:87 +msgid "Add/Remove Timezones" +msgstr "" + +#: admin/timezonetemplate.php:101 +msgid "Click to remove a Timezone from the default list" +msgstr "" + +#: admin/timezonetemplate.php:113 +msgid "Add a Timezone:" +msgstr "" + +#: admin/timezonetemplate.php:116 +msgid "Timezone: " +msgstr "" + +#: admin/timezonetemplate.php:117 +msgid "Add Timezone" +msgstr "" + +#: admin/supervisor.php:89 +msgid "Enter a case id or select a case from the list below:" +msgstr "" + +#: admin/supervisor.php:100 +msgid "Select case from list of cases referred to the supervisor:" +msgstr "" + +#: admin/supervisor.php:109 +msgid "Select case" +msgstr "" + +#: admin/supervisor.php:132 +msgid "Set an outcome for this call" +msgstr "" + +#: admin/supervisor.php:145 +#: admin/supervisor.php:330 +msgid "Set outcome" +msgstr "" + +#: admin/supervisor.php:256 +msgid "No appointments for this case" +msgstr "Keine Terminvereinbarung für diesen Fall" + +#: admin/supervisor.php:258 +msgid "Create appointment for this case" +msgstr "Erstelle Terminvereinbarung für diesen Fall" + +#: admin/supervisor.php:270 +msgid "Call list" +msgstr "Anrufliste" + +#: admin/supervisor.php:276 +msgid "Change outcome" +msgstr "" + +#: admin/supervisor.php:289 +msgid "Case notes" +msgstr "" + +#: admin/supervisor.php:311 +msgid "Modify responses for this case" +msgstr "" + +#: admin/supervisor.php:313 +msgid "Case not yet started in Limesurvey" +msgstr "" + +#: admin/supervisor.php:317 +msgid "Set a case outcome" +msgstr "" + +#: admin/supervisor.php:367 +msgid "Update case availability" +msgstr "" + +#: admin/supervisor.php:379 +msgid "Assign this case to operator (will appear as next case for them)" +msgstr "" + +#: admin/supervisor.php:391 +msgid "Assign this case to operator" +msgstr "" + +#: admin/supervisor.php:399 +msgid "Case does not exist" +msgstr "" + +#: voip/downloadvoipclient.php:52 +msgid "Error: Cannot write to temporary directory" +msgstr "" + +#: functions/functions.operator.php:167 +msgid "morning" +msgstr "" + +#: functions/functions.operator.php:168 +msgid "afternoon" +msgstr "" + +#: functions/functions.operator.php:169 +msgid "evening" +msgstr "" + +#: functions/functions.operator.php:903 +msgid "" +"ERROR: You do not have server side authentication enabled therefore queXS " +"cannot determine which user is accessing the system." +msgstr "" + +#: functions/functions.calendar.php:265 +msgid "First name:" +msgstr "Vorname:" + +#: functions/functions.calendar.php:266 +msgid "Last name:" +msgstr "Nachname:" + +#: functions/functions.calendar.php:271 +msgid "Time Zone:" +msgstr "Zeitzone:" + +#: functions/functions.calendar.php:328 +msgid "Shift from:" +msgstr "Schicht von:" + +#: functions/functions.calendar.php:335 +msgid "Start Time" +msgstr "Anfang" + +#: functions/functions.calendar.php:385 +msgid "End Time" +msgstr "Ende" + +#: functions/functions.performance.php:469 +msgid "No shift" +msgstr "Keine Schicht" + +#: 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.import.php:89 +msgid "Duplicate 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 "Import?" +msgstr "" + +#: functions/functions.import.php:127 +msgid "Type" +msgstr "" + +#: 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 "" + +#: functions/functions.voip.php:530 +msgid "Reconnected" +msgstr "" + +#: 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 "" + +#: functions/functions.voip.php:587 +msgid "Unregistered" +msgstr "" + +#: functions/functions.voip.php:596 +msgid "Registered" +msgstr "" + +#: functions/functions.freepbx.php:138 +#, php-format +msgid "Reload failed because retrieve_conf encountered an error: %s" +msgstr "" + +#: functions/functions.freepbx.php:140 +msgid "retrieve_conf failed, config not applied" +msgstr "" + +#: functions/functions.freepbx.php:146 +msgid "" +"Reload failed because FreePBX could not connect to the asterisk manager " +"interface." +msgstr "" + +#: functions/functions.freepbx.php:165 +msgid "" +"Could not reload the FOP operator panel server using the bounce_op.sh " +"script. Configuration changes may not be reflected in the panel display." +msgstr "" + +#: functions/functions.freepbx.php:174 +#, php-format +msgid "Exit code was %s and output was: %s" +msgstr "" + +#: display/index.php:111 +msgid "Display" +msgstr "" + +#: client/index.php:72 +msgid "There are no questionnaires assigned to you" +msgstr "Sie sind keinen Fragebögen zugeordnet" + +#: client/index.php:123 +msgid "You are not a valid client" +msgstr "" + +#: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 +#: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 +msgid "" +"This is how the story goes.\n" +"\n" +msgstr "" diff --git a/locale/el/LC_MESSAGES/el.mo b/locale/el/LC_MESSAGES/el.mo index b52c6beb464a27aea53b24b3a818a3d54aff5b25..53e87c62f57f17c46c508092e0bcd532fb27509a 100644 GIT binary patch delta 27 icmZ4Iw$5#XtsuLxuA!NNk_)nVCJF||lT+Nam<-J}PjGkC1OTVY3C;ij diff --git a/locale/es/LC_MESSAGES/es.po b/locale/es/LC_MESSAGES/es.po index 62c840f0..d4e22556 100644 --- a/locale/es/LC_MESSAGES/es.po +++ b/locale/es/LC_MESSAGES/es.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-02-14 03:56+0000\n" -"X-Generator: Launchpad (build 16916)\n" +"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" +"X-Generator: Launchpad (build 16963)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/fa/LC_MESSAGES/fa.mo b/locale/fa/LC_MESSAGES/fa.mo index dd5c313c32ee4b58c5ac6c456fdb1b5e72555d2a..3ff515081b1adba20ee8a4d96746821830364869 100644 GIT binary patch delta 27 jcmccXe%F1&6CrkET|+YkBcsW$g|wK=j5mu59}@rokemq_ delta 27 jcmccXe%F1&6CrjZT|*NE1LMiBg|wIq%{Ge*9}@rokVy#> diff --git a/locale/fa/LC_MESSAGES/fa.po b/locale/fa/LC_MESSAGES/fa.po index 97474ecb..56c7f2de 100644 --- a/locale/fa/LC_MESSAGES/fa.po +++ b/locale/fa/LC_MESSAGES/fa.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-02-14 03:56+0000\n" -"X-Generator: Launchpad (build 16916)\n" +"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" +"X-Generator: Launchpad (build 16963)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/fr/LC_MESSAGES/fr.mo b/locale/fr/LC_MESSAGES/fr.mo index 3b18bba4c7c23497b334cadd8aa2960e79896ddd..cbd2bea3477c4d3d3bd03d1075f711f406397a98 100644 GIT binary patch delta 27 icmZ2uzs7z;o+!JquA!NNk_)nVCJF||lV#(ym<-J}d&b?g0RWE-2{!-$ diff --git a/locale/gl/LC_MESSAGES/gl.po b/locale/gl/LC_MESSAGES/gl.po index 4f4a0fe8..ee7816b5 100644 --- a/locale/gl/LC_MESSAGES/gl.po +++ b/locale/gl/LC_MESSAGES/gl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-02-14 03:56+0000\n" -"X-Generator: Launchpad (build 16916)\n" +"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" +"X-Generator: Launchpad (build 16963)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/he/LC_MESSAGES/he.mo b/locale/he/LC_MESSAGES/he.mo index b4959f510d3707847f62822407542633f67aedc5..946fc263c1c2fe8ee9270c82fe042b308e78d195 100644 GIT binary patch delta 27 icmaE@{91W~GB>-iuA!NNkDhF8r delta 27 icmaE@{91W~GB>-CuAzy7f$?N5ZY?H5v&~`LQ`rD=*9TJo diff --git a/locale/he/LC_MESSAGES/he.po b/locale/he/LC_MESSAGES/he.po index 3289bef8..2e99a61c 100644 --- a/locale/he/LC_MESSAGES/he.po +++ b/locale/he/LC_MESSAGES/he.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-02-14 03:56+0000\n" -"X-Generator: Launchpad (build 16916)\n" +"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" +"X-Generator: Launchpad (build 16963)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/id/LC_MESSAGES/id.mo b/locale/id/LC_MESSAGES/id.mo index a9e8134a09cd4c5bcbc0117bc883182f6127afa7..6db82942b4c743098515c7bc2e785950b36ef8c1 100644 GIT binary patch delta 25 gcmcb@e1&<#JVth7T|+YkBcsVn8MRo=j5WC!0A(NsQ~&?~ delta 25 gcmcb@e1&<#JVtgST|*NE1LMg{8MRmq%`~|f0A$$)P5=M^ diff --git a/locale/id/LC_MESSAGES/id.po b/locale/id/LC_MESSAGES/id.po index 9cbe1bf8..4e88760e 100644 --- a/locale/id/LC_MESSAGES/id.po +++ b/locale/id/LC_MESSAGES/id.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-02-14 03:56+0000\n" -"X-Generator: Launchpad (build 16916)\n" +"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" +"X-Generator: Launchpad (build 16963)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/it/LC_MESSAGES/it.mo b/locale/it/LC_MESSAGES/it.mo index 65dd3dd8a15e0fc146e68b53d1d1c55a85275268..87257ffea9906dc93a0ff084c63e6b04171ae3d9 100644 GIT binary patch delta 29 lcmZ47!m_x9Wy9+k?8dr=W(r0|lRwSSVlp${EH{%i69A^C3T6NR delta 29 lcmZ47!m_x9Wy9+k>_)nVCJF||lRwSSVlp(_EH{%i69A@E3Sa;L diff --git a/locale/it/LC_MESSAGES/it.po b/locale/it/LC_MESSAGES/it.po index f8f61b02..8ddc96b9 100644 --- a/locale/it/LC_MESSAGES/it.po +++ b/locale/it/LC_MESSAGES/it.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-02-14 03:56+0000\n" -"X-Generator: Launchpad (build 16916)\n" +"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" +"X-Generator: Launchpad (build 16963)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/lt/LC_MESSAGES/lt.mo b/locale/lt/LC_MESSAGES/lt.mo index 3ead5e982fc4626623b683c5ee22c4c2b23d4bae..d6b02f879fd5118ab1a85b3d589d7e5db709286a 100644 GIT binary patch delta 29 kcmZpj!qhs2X@fxsyRojJnSzngWb+U$CNtyB$svnO0fZ9>u>b%7 delta 29 kcmZpj!qhs2X@fxsyOFM;iGqRgWb+U$CPTB$$svnO0fWE@s{jB1 diff --git a/locale/lt/LC_MESSAGES/lt.po b/locale/lt/LC_MESSAGES/lt.po index d7655493..a2c22da9 100644 --- a/locale/lt/LC_MESSAGES/lt.po +++ b/locale/lt/LC_MESSAGES/lt.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-02-14 03:56+0000\n" -"X-Generator: Launchpad (build 16916)\n" +"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" +"X-Generator: Launchpad (build 16963)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/nl/LC_MESSAGES/nl.mo b/locale/nl/LC_MESSAGES/nl.mo index 05f1f60423716a813bcb85fe33b17163f81713aa..69838bb375457976d59617ecf9b85b9abbf473ec 100644 GIT binary patch delta 29 lcmdmemvQ%9#tmm&*o}1!%@mA`CSP{ZVlp${{NH7dCIGW53ts>L delta 29 lcmdmemvQ%9#tmm&*o|}zO%x1_Ctr5aVlp(_{NH7dCIGV73t0dF diff --git a/locale/nl/LC_MESSAGES/nl.po b/locale/nl/LC_MESSAGES/nl.po index 327167db..6d85c0f9 100644 --- a/locale/nl/LC_MESSAGES/nl.po +++ b/locale/nl/LC_MESSAGES/nl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-02-14 03:56+0000\n" -"X-Generator: Launchpad (build 16916)\n" +"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" +"X-Generator: Launchpad (build 16963)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/oc/LC_MESSAGES/oc.mo b/locale/oc/LC_MESSAGES/oc.mo index 4782a64852004939da3017cbf1f5c8faeff1d229..d3ef17e17ef28af675048267b736d990a2b67ace 100644 GIT binary patch delta 27 jcmaE=`c!qpTV8f!T|+YkBcsV*c(s_!j5jOr9c2Lkj4cS{ delta 27 jcmaE=`c!qpTV8e}T|*NE1LMhGc(s@e%{D9W9c2Lki`od@ diff --git a/locale/oc/LC_MESSAGES/oc.po b/locale/oc/LC_MESSAGES/oc.po index a2c9fb20..22204265 100644 --- a/locale/oc/LC_MESSAGES/oc.po +++ b/locale/oc/LC_MESSAGES/oc.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-02-14 03:56+0000\n" -"X-Generator: Launchpad (build 16916)\n" +"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" +"X-Generator: Launchpad (build 16963)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/pl/LC_MESSAGES/pl.mo b/locale/pl/LC_MESSAGES/pl.mo index 897df0e8ee9699ead91c7b1afbf46d72386cef80..b2528151840aea5730fb6572071cb97f99ac3928 100644 GIT binary patch delta 29 lcmcc9#(1ZVaYL~-yRojJnSzng_)nVCJF||lV{A(Vlp(_d}PM#bO5S}3snFB diff --git a/locale/pt/LC_MESSAGES/pt.po b/locale/pt/LC_MESSAGES/pt.po index 6d3b1e54..2c6b911c 100644 --- a/locale/pt/LC_MESSAGES/pt.po +++ b/locale/pt/LC_MESSAGES/pt.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-02-14 03:56+0000\n" -"X-Generator: Launchpad (build 16916)\n" +"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" +"X-Generator: Launchpad (build 16963)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/quexs.pot b/locale/quexs.pot index 440b5a22..a984acad 100644 --- a/locale/quexs.pot +++ b/locale/quexs.pot @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: queXS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 09:58+1000\n" "PO-Revision-Date: \n" "Last-Translator: Adam Zammit \n" "Language-Team: \n" @@ -311,6 +311,10 @@ msgstr "" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "" @@ -3031,84 +3035,84 @@ msgstr "" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3432,6 +3436,101 @@ msgstr "" msgid "You are not a valid client" msgstr "" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/ro/LC_MESSAGES/ro.mo b/locale/ro/LC_MESSAGES/ro.mo index ea525893a2a3a8c38b6548c50aa6b72e56102ee0..2c055bcbc771e002bf0e62dc9ce9d340f2f2866d 100644 GIT binary patch delta 27 jcmey&^Oo delta 29 lcmaE~nd#AHrVRzL>_)nVCJF||lgneZm<-J}FOIdh0RX4j3L*di diff --git a/locale/sv/LC_MESSAGES/sv.po b/locale/sv/LC_MESSAGES/sv.po index 4e537020..048a816b 100644 --- a/locale/sv/LC_MESSAGES/sv.po +++ b/locale/sv/LC_MESSAGES/sv.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-02-14 03:56+0000\n" -"X-Generator: Launchpad (build 16916)\n" +"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" +"X-Generator: Launchpad (build 16963)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/zh/LC_MESSAGES/zh.mo b/locale/zh/LC_MESSAGES/zh.mo index 8337a91ef2737cd2e7ba3928ba8995cdac1eb0d9..cc362d7b802da98cdb8a4b9bd549182d0ab671e3 100644 GIT binary patch delta 27 jcmew-{!e_vVh(m=T|+YkBcsWyIJB6|j5lB7&|n4th3g1z delta 27 jcmew-{!e_vVh(mAT|*NE1LMi7IJB4y%{E`-&|n4tg_sCv diff --git a/locale/zh/LC_MESSAGES/zh.po b/locale/zh/LC_MESSAGES/zh.po index 0e3e2553..7e415fbc 100644 --- a/locale/zh/LC_MESSAGES/zh.po +++ b/locale/zh/LC_MESSAGES/zh.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-02-14 03:56+0000\n" -"X-Generator: Launchpad (build 16916)\n" +"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" +"X-Generator: Launchpad (build 16963)\n" #: callhistory.php:56 msgid "Case History List" From fbfb5c02d95f3ba3be4a92aff0a36ac528b4c265 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 17 Mar 2014 10:46:03 +1100 Subject: [PATCH 03/18] New feature: Deidentify a record --- admin/supervisor.php | 57 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/admin/supervisor.php b/admin/supervisor.php index 51817e63..1572e50b 100644 --- a/admin/supervisor.php +++ b/admin/supervisor.php @@ -72,6 +72,50 @@ $operator_id = get_operator_id(); $case_id = false; if (isset($_GET['case_id'])) $case_id = bigintval($_GET['case_id']); +if (isset($_GET['deidentify'])) +{ + //remove all sample vars + $db->StartTrans(); + + $sql = "SELECT sample_id + FROM `case` + WHERE case_id = $case_id"; + + $sample_id = $db->GetOne($sql); + + $sql = "DELETE FROM sample_var + WHERE sample_id = $sample_id"; + + $db->Execute($sql); + + //clear number from sample table + + $sql = "UPDATE `sample` + SET phone = '' + WHERE sample_id = $sample_id"; + + $db->Execute($sql); + + //clear respondent table (firstName,lastName) + + $sql = "UPDATE `respondent` + SET firstName = '', lastName = '' + WHERE case_id = $case_id"; + + $db->Execute($sql); + + //clear contact phone (phone,description) + + $sql = "UPDATE `contact_phone` + SET phone = '', description = '' + WHERE case_id = $case_id"; + + $db->Execute($sql); + + $db->CompleteTrans(); +} + + if (isset($_GET['case_note_id'])) { @@ -237,7 +281,7 @@ if ($case_id != false) print "

    " . T_("Appointments")."

    "; //View appointments - $sql = "SELECT q.description, CONVERT_TZ(a.start,'UTC',o.Time_zone_name) as start, CONVERT_TZ(a.end,'UTC',o.Time_zone_name) as end, r.firstName, r.lastName, IFNULL(ou.description,'" . TQ_("Not yet called") . "') as outcome, oo.firstName as makerName, ooo.firstName as callerName, CONCAT('', c.case_id, '') as case_id, CONCAT('". TQ_("Delete") . "') as link, CONCAT('". TQ_("Edit") . "') as edit + $sql = "SELECT q.description, CONVERT_TZ(a.start,'UTC',o.Time_zone_name) as start, CONVERT_TZ(a.end,'UTC',o.Time_zone_name) as end, r.firstName, r.lastName, IFNULL(ou.description,'" . T_("Not yet called") . "') as outcome, oo.firstName as makerName, ooo.firstName as callerName, CONCAT('', c.case_id, '') as case_id, CONCAT('". TQ_("Delete") . "') as link, CONCAT('". TQ_("Edit") . "') as edit FROM appointment as a JOIN (`case` as c, respondent as r, questionnaire as q, operator as o, operator as oo, call_attempt as cc) on (a.case_id = c.case_id and a.respondent_id = r.respondent_id and q.questionnaire_id = c.questionnaire_id and a.call_attempt_id = cc.call_attempt_id and cc.operator_id = oo.operator_id) LEFT JOIN (`call` as ca, outcome as ou, operator as ooo) ON (ca.call_id = a.completed_call_id and ou.outcome_id = ca.outcome_id and ca.operator_id = ooo.operator_id) @@ -392,6 +436,17 @@ if ($case_id != false) " . T_("Deidentify") . ""; + print "

    " . T_("Remove all sample details and contact numbers from this case") . "

    "; + ?> +
    +

    + + "/> +

    +
    + Date: Mon, 17 Mar 2014 10:48:09 +1100 Subject: [PATCH 04/18] updated translation string --- locale/quexs.pot | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/locale/quexs.pot b/locale/quexs.pot index a984acad..8d24be23 100644 --- a/locale/quexs.pot +++ b/locale/quexs.pot @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: queXS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-03-17 09:58+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" "PO-Revision-Date: \n" "Last-Translator: Adam Zammit \n" "Language-Team: \n" @@ -3200,72 +3200,76 @@ msgstr "" msgid "Add Timezone" msgstr "" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "" From 6602dbf33c475460ab14106323df08f984513e4f Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Tue, 1 Apr 2014 12:42:20 +1100 Subject: [PATCH 05/18] Remove session expired message from Limesurvey Make sure to destroy session so as to allow respondent selection module to operator correctly --- include/limesurvey/index.php | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/include/limesurvey/index.php b/include/limesurvey/index.php index cafc9b1e..72a81526 100644 --- a/include/limesurvey/index.php +++ b/include/limesurvey/index.php @@ -56,7 +56,8 @@ if (isset($_GET['loadall']) && $_GET['loadall'] == "reload" && isset($_GET['toke $_POST['token']=$_GET['token']; //Must destroy the session - session_unset(); + session_unset(); + @session_destroy(); } //end queXS Addition @@ -427,35 +428,6 @@ if (isset($_SESSION['srid'])) $saved_id = $_SESSION['srid']; } -if (!isset($_SESSION['s_lang']) && (isset($move)) ) -// geez ... a session time out! RUN! -{ - if (isset($_REQUEST['rootdir'])) - { - safe_die('You cannot start this script directly'); - } - require_once(dirname(__FILE__).'/classes/core/language.php'); - $baselang = GetBaseLanguageFromSurveyID($surveyid); - $clang = new limesurvey_lang($baselang); - //A nice exit - sendcacheheaders(); - doHeader(); - - echo templatereplace(file_get_contents(sGetTemplatePath($defaulttemplate)."/startpage.pstpl")); - echo "\t
    \n" - ."\t

    \n" - ."\t".$clang->gT("ERROR")."

    \n" - ."\t".$clang->gT("We are sorry but your session has expired.")."

    \n" - ."\t".$clang->gT("Either you have been inactive for too long, you have cookies disabled for your browser, or there were problems with your connection.")."

    \n" - ."\t".sprintf($clang->gT("Please contact %s ( %s ) for further assistance."),$siteadminname,$siteadminemail)."

    \n" - ."\t

    \n" - ."\t
    \n"; - - echo templatereplace(file_get_contents(sGetTemplatePath($defaulttemplate)."/endpage.pstpl")); - doFooter(); - exit; -}; - if (isset($move) && (preg_match('/^changelang_/',$move))) { // Then changing language from the language changer From 845a8162c62395cc918baff819590e9b7e3f98b1 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Tue, 1 Apr 2014 12:52:17 +1100 Subject: [PATCH 06/18] Updated translation strings --- locale/bs/LC_MESSAGES/bs.mo | Bin 1542 -> 1542 bytes locale/bs/LC_MESSAGES/bs.po | 187 ++++++++++++++++++++++++------- locale/cs/LC_MESSAGES/cs.mo | Bin 64928 -> 64928 bytes locale/cs/LC_MESSAGES/cs.po | 187 ++++++++++++++++++++++++------- locale/de/LC_MESSAGES/de.mo | Bin 16576 -> 16626 bytes locale/de/LC_MESSAGES/de.po | 201 +++++++++++++++++++++++++-------- locale/el/LC_MESSAGES/el.mo | Bin 9006 -> 9006 bytes locale/el/LC_MESSAGES/el.po | 187 ++++++++++++++++++++++++------- locale/es/LC_MESSAGES/es.mo | Bin 28881 -> 28881 bytes locale/es/LC_MESSAGES/es.po | 187 ++++++++++++++++++++++++------- locale/fa/LC_MESSAGES/fa.mo | Bin 9181 -> 9181 bytes locale/fa/LC_MESSAGES/fa.po | 187 ++++++++++++++++++++++++------- locale/fr/LC_MESSAGES/fr.mo | Bin 8108 -> 8108 bytes locale/fr/LC_MESSAGES/fr.po | 187 ++++++++++++++++++++++++------- locale/gl/LC_MESSAGES/gl.mo | Bin 39714 -> 39714 bytes locale/gl/LC_MESSAGES/gl.po | 187 ++++++++++++++++++++++++------- locale/he/LC_MESSAGES/he.mo | Bin 4587 -> 4587 bytes locale/he/LC_MESSAGES/he.po | 187 ++++++++++++++++++++++++------- locale/id/LC_MESSAGES/id.mo | Bin 468 -> 468 bytes locale/id/LC_MESSAGES/id.po | 187 ++++++++++++++++++++++++------- locale/it/LC_MESSAGES/it.mo | Bin 66083 -> 66083 bytes locale/it/LC_MESSAGES/it.po | 187 ++++++++++++++++++++++++------- locale/lt/LC_MESSAGES/lt.mo | Bin 35333 -> 35333 bytes locale/lt/LC_MESSAGES/lt.po | 187 ++++++++++++++++++++++++------- locale/nl/LC_MESSAGES/nl.mo | Bin 28347 -> 28347 bytes locale/nl/LC_MESSAGES/nl.po | 187 ++++++++++++++++++++++++------- locale/oc/LC_MESSAGES/oc.mo | Bin 4837 -> 4837 bytes locale/oc/LC_MESSAGES/oc.po | 187 ++++++++++++++++++++++++------- locale/pl/LC_MESSAGES/pl.mo | Bin 17244 -> 17244 bytes locale/pl/LC_MESSAGES/pl.po | 187 ++++++++++++++++++++++++------- locale/pt/LC_MESSAGES/pt.mo | Bin 65631 -> 65631 bytes locale/pt/LC_MESSAGES/pt.po | 187 ++++++++++++++++++++++++------- locale/ro/LC_MESSAGES/ro.mo | Bin 1651 -> 1651 bytes locale/ro/LC_MESSAGES/ro.po | 187 ++++++++++++++++++++++++------- locale/ru/LC_MESSAGES/ru.mo | Bin 8236 -> 8236 bytes locale/ru/LC_MESSAGES/ru.po | 187 ++++++++++++++++++++++++------- locale/sv/LC_MESSAGES/sv.mo | Bin 39394 -> 39394 bytes locale/sv/LC_MESSAGES/sv.po | 187 ++++++++++++++++++++++++------- locale/zh/LC_MESSAGES/zh.mo | Bin 3070 -> 3937 bytes locale/zh/LC_MESSAGES/zh.po | 215 ++++++++++++++++++++++++++---------- 40 files changed, 2921 insertions(+), 861 deletions(-) diff --git a/locale/bs/LC_MESSAGES/bs.mo b/locale/bs/LC_MESSAGES/bs.mo index e499d8d0d24df538bfa784c9cb2347d0b8435801..acec30c82d130316dd261a25cc48427ac8b6a50f 100644 GIT binary patch delta 44 zcmZqUY2(=t&dg=3YiO=uXkcYxJ~@&3Czpw?fuVwdp_Pfn\n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" "PO-Revision-Date: 2013-09-02 11:31+0000\n" "Last-Translator: Siddiq \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -318,6 +318,10 @@ msgstr "" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "" @@ -3111,87 +3115,87 @@ msgstr "" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3282,72 +3286,76 @@ msgstr "" msgid "Add Timezone" msgstr "" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "" @@ -3524,6 +3532,101 @@ msgstr "" msgid "You are not a valid client" msgstr "" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/cs/LC_MESSAGES/cs.mo b/locale/cs/LC_MESSAGES/cs.mo index 9099d8a06bcc74800163bf5069c31c0b870f9475..2197c1319c000e9bf66a316c14055483718dc91f 100644 GIT binary patch delta 46 zcmZ4Rn|Z-+<_%&qxr}uU%@qs{tW3-&E6n`NWuj|fs9<1dWnwW|c9sUC`DV9SQON*q C?+(BK delta 46 zcmZ4Rn|Z-+<_%&qxeRp;EEEh)t&9yOE6n`NWvpvxreI`bWokBAc9sUC@n*MKQON*q C#}2*# diff --git a/locale/cs/LC_MESSAGES/cs.po b/locale/cs/LC_MESSAGES/cs.po index 5bfb466c..626dfa59 100644 --- a/locale/cs/LC_MESSAGES/cs.po +++ b/locale/cs/LC_MESSAGES/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" "PO-Revision-Date: 2013-12-24 14:41+0000\n" "Last-Translator: Zbyněk Schwarz \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -320,6 +320,10 @@ msgstr "v" msgid "Appointment with myself only?" msgstr "Schůzka pouze sám se sebou?" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "Seznam volání" @@ -3176,64 +3180,64 @@ msgstr "Uložit změny dob omezení" msgid "If changing usernames, you must specify a new password" msgstr "Při změně uživatelských jmen musíte zadat nové heslo" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "Uživatel úspěšně aktualizován" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "Úprava operátora" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "Uživatelské jméno" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "Aktualizovat heslo (nechejte prázdné pro použití současného hesla)" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "Používá chat" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "Časové pásmo" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "Používá VoIP" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "Aktualizovat operátora" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "Soubor dávky Windows" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "soubor skriptu *nix" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "Povolit VoIP" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "Zakázat VoIP" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "Seznam operátorů" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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 " @@ -3243,23 +3247,23 @@ msgstr "" "soubor voip.exe. Když je soubor spuštěn, spustí soubor voip.exe se správnými " "údaii o spojení pro připojení operátora k serveru VoIP" -#: admin/operatorlist.php:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "Stáhnout spustitelný soubor VoIP pro Windows" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "Stáhnout spustitelný soubor VoIP pro Linux" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "Povolit/Zakázat VoIP" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "Windows VoIP" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "*nix VoIP" @@ -3353,73 +3357,77 @@ msgstr "Časové pásmo: " msgid "Add Timezone" msgstr "Přidat časové pásmo" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "Zadejte ID případu nebo ho vyberte ze seznamu níže:" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "Vyberte případ ze seznamu nebo případů uvedené dozorcem:" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "Vybrat případ" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "Vyberte výsledek pro volání" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "Nastavit výsledek" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "Žádné schůzky pro tento případ" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "Vytvořit schůzku pro tento případ" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "Seznam volání" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "Změnit výsledek" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "Poznámky případu" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "Změnit odpovědi pro tento případ" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "Případ zatím nezahájen v Limesurvey" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "Nastavit výsledek případu" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "Aktualizovat dostupnost případu" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" "Přidělit tento případ k operátorovi (bude jim zobrazen jako další případ)" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "Přidělit tento případ k operátorovi" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "Případ neexistuje" @@ -3602,6 +3610,101 @@ msgstr "Nemáte přiděleny žádné dotazníky" msgid "You are not a valid client" msgstr "Nejste platným klientem" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/de/LC_MESSAGES/de.mo b/locale/de/LC_MESSAGES/de.mo index 133ac8ef4408b595108a34abf21f568ae8c9d955..74869e8f3f6bceecfaa3e9b4630154e6b2e0cd70 100644 GIT binary patch delta 4274 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\n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" -"PO-Revision-Date: 2014-03-14 11:35+0000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" +"PO-Revision-Date: 2014-03-18 17:48+0000\n" "Last-Translator: Daniel \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -322,6 +322,10 @@ msgstr "" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "Terminvereinbarung" + #: calllist.php:56 msgid "Call List" msgstr "Anrufliste" @@ -634,8 +638,8 @@ msgid "" "End call with outcome: Non contact (person not currently available on this " "number: no appointment made)" msgstr "" -"Beende Anruf mit Ergebnis: kein Kontakt (Zielperson derzeit nicht unter " -"dieser Nummer verfügbar: keine Terminvereinbarung)" +"Beende Anruf mit Ergebnis: Zielperson derzeit nicht anwesend (Rückruf zu " +"späterem Zeitpunkt)" #: shifts.php:57 msgid "Shift List" @@ -2711,11 +2715,11 @@ msgstr "Nummer nicht gewählt" #: admin/databasestrings.php:33 msgid "No answer" -msgstr "keine Antwort" +msgstr "keine Antwort / besetzt" #: admin/databasestrings.php:34 msgid "Technical phone problems" -msgstr "Technische Probleme mit der Verbindung" +msgstr "Technische Probleme / Leitung unterbrochen" #: admin/databasestrings.php:35 msgid "Other, Referred to Supervisor (Eligible)" @@ -2807,7 +2811,7 @@ msgstr "Zielperson verstorben" #: admin/databasestrings.php:57 msgid "Physically or mentally unable/incompetent" -msgstr "Zielperson nicht zu Interview in der Lage (körperlich oder geistig)" +msgstr "Zielperson langfristig nicht zu Interview in der Lage" #: admin/databasestrings.php:58 msgid "Household level language problem" @@ -2827,7 +2831,7 @@ msgstr "Nicht in Stichporobe" #: admin/databasestrings.php:62 msgid "Non contact" -msgstr "kein Kontakt zu Zielperson möglich" +msgstr "Zielperson nicht anwesend (Rückruf zu späterem Zeitpunkt)" #: admin/databasestrings.php:63 msgid "Temporary Outcomes (normal cases)" @@ -3128,87 +3132,87 @@ msgstr "" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "VoIP an/aus" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3299,72 +3303,76 @@ msgstr "" msgid "Add Timezone" msgstr "" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "Keine Terminvereinbarung für diesen Fall" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "Erstelle Terminvereinbarung für diesen Fall" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "Anrufliste" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "" @@ -3541,6 +3549,101 @@ msgstr "Sie sind keinen Fragebögen zugeordnet" msgid "You are not a valid client" msgstr "" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/el/LC_MESSAGES/el.mo b/locale/el/LC_MESSAGES/el.mo index 53e87c62f57f17c46c508092e0bcd532fb27509a..69f836f01d3f04d0f2c20c94d34e5f4c215ea8ea 100644 GIT binary patch delta 44 zcmZ4Iw$5#Xg8-MYuA#Ytp@Ef&`D8DF&s-+D28Id-hE^sPlidY17|k~q2<{UE02mbv A0ssI2 delta 44 zcmZ4Iw$5#Xg8-MIu7QPup{bRz!DKIi&s@g3hGq&zMpmX~lidY17>zd<2<{UE02l2H A00000 diff --git a/locale/el/LC_MESSAGES/el.po b/locale/el/LC_MESSAGES/el.po index c07173bf..68c2e55a 100644 --- a/locale/el/LC_MESSAGES/el.po +++ b/locale/el/LC_MESSAGES/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -323,6 +323,10 @@ msgstr "σε" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "Λίστα κλήσεων" @@ -3120,87 +3124,87 @@ msgstr "" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3291,72 +3295,76 @@ msgstr "" msgid "Add Timezone" msgstr "" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "" @@ -3533,6 +3541,101 @@ msgstr "" msgid "You are not a valid client" msgstr "" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/es/LC_MESSAGES/es.mo b/locale/es/LC_MESSAGES/es.mo index aefb160cb251afd642e3530f22625ab07684ed14..deb435698897d330925eb9124adeb7834c066aff 100644 GIT binary patch delta 46 zcmcckkn!R}#tm_9T*kVF<_d-eRwm|?Gu*y%ndllADi|1AnOICtch_Jv-#o$HQ4;`k CNDgrT delta 46 zcmcckkn!R}#tm_9T!y*^77B)@R>lUCGu*y%8S5IFDHs`9nVL;bch_Jv-aNtGQ4;`k CAP#Q; diff --git a/locale/es/LC_MESSAGES/es.po b/locale/es/LC_MESSAGES/es.po index d4e22556..9bd9da8e 100644 --- a/locale/es/LC_MESSAGES/es.po +++ b/locale/es/LC_MESSAGES/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -323,6 +323,10 @@ msgstr "en" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "Lista de llamada" @@ -3139,87 +3143,87 @@ msgstr "" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "Nombre de usuario" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "Activar VoIP" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "Desactivar VoIP" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "Lista de operadores" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3310,72 +3314,76 @@ msgstr "Zona horaria: " msgid "Add Timezone" msgstr "" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "Lista de llamadas" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "Cambiar resultado" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "El caso no existe" @@ -3552,6 +3560,101 @@ msgstr "No tiene cuestionarios asignados" msgid "You are not a valid client" msgstr "No es un cliente válido" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/fa/LC_MESSAGES/fa.mo b/locale/fa/LC_MESSAGES/fa.mo index 3ff515081b1adba20ee8a4d96746821830364869..05ae5ae8482666d30d5f0f8504b82c8ba8749292 100644 GIT binary patch delta 44 zcmccXe%F1&GeIt6T|;vPLjx-l^T{6szi^r88W<`V7+RTFOnxV%!Dzl&T=<{9 delta 44 zcmccXe%F1&GeIsxT>}dRLsKhbgUKHRzi=7r8k#8>8CjW{O@1e&!Dzf$T=\n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" "PO-Revision-Date: 2013-05-09 18:23+0000\n" "Last-Translator: A J \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -319,6 +319,10 @@ msgstr "در" msgid "Appointment with myself only?" msgstr "قرار با خودم فقط؟" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "" @@ -3120,87 +3124,87 @@ msgstr "" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3291,72 +3295,76 @@ msgstr "" msgid "Add Timezone" msgstr "" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "" @@ -3533,6 +3541,101 @@ msgstr "" msgid "You are not a valid client" msgstr "" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/fr/LC_MESSAGES/fr.mo b/locale/fr/LC_MESSAGES/fr.mo index cbd2bea3477c4d3d3bd03d1075f711f406397a98..d8174b7d4ad400d26fd08a6ed9c8ef5cc3a851a3 100644 GIT binary patch delta 44 zcmZ2uzs7z;fe4qeuA#Ytp@Ef&`Q$2*FI*<{9 delta 44 zcmZ2uzs7z;fe4qOu7QPup{bRz!Q?8DFI>jDhGq&zMpmX~lPg3u7>zeC6y@du03&q_ A2LJ#7 diff --git a/locale/fr/LC_MESSAGES/fr.po b/locale/fr/LC_MESSAGES/fr.po index c0ee4a28..b2ffd736 100644 --- a/locale/fr/LC_MESSAGES/fr.po +++ b/locale/fr/LC_MESSAGES/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+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: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -319,6 +319,10 @@ msgstr "activé" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "Liste d'appels" @@ -3114,87 +3118,87 @@ msgstr "" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3285,72 +3289,76 @@ msgstr "Fuseau horaire : " msgid "Add Timezone" msgstr "Tous les fuseaux horaires" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "" @@ -3527,6 +3535,101 @@ msgstr "" msgid "You are not a valid client" msgstr "" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/gl/LC_MESSAGES/gl.mo b/locale/gl/LC_MESSAGES/gl.mo index f9eff9db7eb52f3c3476ba102ffc8708b8f8cd5a..6e95384adc14895c167972c103fde4339545c4bd 100644 GIT binary patch delta 46 zcmZ3qjcL&~rVV1TT*kVF<_d-eRwm|?6=J_}ndllADi|1AnOIC#h|^#+-|QK8(*^)X C#|^0f delta 46 zcmZ3qjcL&~rVV1TT!y*^77B)@R>lUC6=J_}8S5IFDHs`9nVL;jh|^#+-s~B7(*^)X CpADw~ diff --git a/locale/gl/LC_MESSAGES/gl.po b/locale/gl/LC_MESSAGES/gl.po index ee7816b5..731bf8bb 100644 --- a/locale/gl/LC_MESSAGES/gl.po +++ b/locale/gl/LC_MESSAGES/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+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: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -322,6 +322,10 @@ msgstr "para" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "Listaxe de Chamadas" @@ -3153,87 +3157,87 @@ msgstr "Gardar os cambios nas restriccións horarias" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3324,72 +3328,76 @@ msgstr "Fuso Horario: " msgid "Add Timezone" msgstr "Engadir un Fuso Horario" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "Introduza un id de caso ou escolla un caso da listaxe inferior:" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 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:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "Escoller o caso" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "Establecer o estado para esta chamada" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "Establecer o estado" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "Non hai rechamadas para este caso" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "Crear unha rechamada para este caso" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "Lista de chamadas" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "Mudar o estado" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "Notas do caso" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "Modificar as respostas para este caso" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "O caso non comezou en Limesurve aínda" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "Establecer o estado do caso" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "O caso non existe" @@ -3568,6 +3576,101 @@ msgstr "Non lle foi asignado cuestionario ningún" msgid "You are not a valid client" msgstr "Vostede non é un cliente válido" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/he/LC_MESSAGES/he.mo b/locale/he/LC_MESSAGES/he.mo index 946fc263c1c2fe8ee9270c82fe042b308e78d195..5b1cf33e18305527ea13cab5ba92cf545b2ff36a 100644 GIT binary patch delta 44 zcmaE@{91W~Iv1C*uA#Ytp@Ef&`D8<`Ph2Lt28Id-hE^sPlXbZ@7|l0_aZhCf02ez8 Ag8%>k delta 44 zcmaE@{91W~Iv1Cru7QPup{bRz!DK_OPh7^jhGq&zMpmX~lXbZ@7>zfFaZhCf02dPr AfdBvi diff --git a/locale/he/LC_MESSAGES/he.po b/locale/he/LC_MESSAGES/he.po index 2e99a61c..fdc2c26c 100644 --- a/locale/he/LC_MESSAGES/he.po +++ b/locale/he/LC_MESSAGES/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+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: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -317,6 +317,10 @@ msgstr "" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "" @@ -3112,87 +3116,87 @@ msgstr "" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3283,72 +3287,76 @@ msgstr "" msgid "Add Timezone" msgstr "" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "" @@ -3525,6 +3533,101 @@ msgstr "" msgid "You are not a valid client" msgstr "" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/id/LC_MESSAGES/id.mo b/locale/id/LC_MESSAGES/id.mo index 6db82942b4c743098515c7bc2e785950b36ef8c1..f13394427229236243b1042176621beaf3b4fca5 100644 GIT binary patch delta 40 wcmcb@e1&(6#{d8T delta 40 wcmcb@e1&R diff --git a/locale/id/LC_MESSAGES/id.po b/locale/id/LC_MESSAGES/id.po index 4e88760e..77dbc164 100644 --- a/locale/id/LC_MESSAGES/id.po +++ b/locale/id/LC_MESSAGES/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+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: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -317,6 +317,10 @@ msgstr "" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "" @@ -3110,87 +3114,87 @@ msgstr "" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3281,72 +3285,76 @@ msgstr "" msgid "Add Timezone" msgstr "" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "" @@ -3523,6 +3531,101 @@ msgstr "" msgid "You are not a valid client" msgstr "" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/it/LC_MESSAGES/it.mo b/locale/it/LC_MESSAGES/it.mo index 87257ffea9906dc93a0ff084c63e6b04171ae3d9..8859f3bc6360ea684383e53a8b7b17d8fedbf10d 100644 GIT binary patch delta 47 zcmZ47!m_x9Wy8hkT*kVF<_d-eRwm|~Z%-FslUKZ%-Fs\n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" "PO-Revision-Date: 2013-12-17 13:37+0000\n" "Last-Translator: Cristiano Santinello \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -325,6 +325,10 @@ msgstr "on" msgid "Appointment with myself only?" msgstr "Appuntamento solo con me stesso?" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "Lista di chiamate" @@ -3213,64 +3217,64 @@ msgid "If changing usernames, you must specify a new password" msgstr "" "Per poter modificare il nome utente, occorre specificare una nuova password" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "L'utente è stato aggiornato" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "Modifica operatore" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "Nome utente" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "Modifica password (lascia vuoto per mantenere quella attuale)" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "Utilizza chat" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "Fuso orario" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "Utilizza VoIP" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "Aggiorna operatore" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "File bat per Windows" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "Script per sistemi *nix" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "Abilita VoIP" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "Disabilita VoIP" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "Elenco operatori" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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 " @@ -3281,23 +3285,23 @@ msgstr "" "programma voip.exe contenente i dettagli necessari per consentire " "all'operatore di collegarsi al server VoIP" -#: admin/operatorlist.php:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "Scarica eseguibile VoIP per Windows" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "Scarica eseguibile VoIP per Linux" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "Abilita/disabilita VoIP" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "VoIP di Windows" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "VoIP di *nix" @@ -3392,72 +3396,76 @@ msgstr "Zona di fuso orario: " msgid "Add Timezone" msgstr "Aggiungi fuso orario" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "Inserisci un identificativo o seleziona il caso dall'elenco:" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "Seleziona il caso dalla lista segnalata al supervisore:" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "Seleziona caso" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "Imposta un esito per questa chiamata" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "Imposta esito" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "Nessun appuntamento per questo caso" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "Crea appuntamento per questo caso" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "Lista chiamate" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "Modifica l'esito" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "Note" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "Modifica le risposte per questo caso" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "Caso non ancora iniziato in Limesurvey" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "Imposta l'esito di un caso" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "Aggiorna la disponibilità dei casi" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "Assegna questo caso ad un operatore (sarà il prossimo caso)" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "Assegna questo caso ad un operatore" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "Il caso non esiste" @@ -3642,6 +3650,101 @@ msgstr "Non ti è stato assegnato alcun questionario" msgid "You are not a valid client" msgstr "Non sei un cliente valido" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/lt/LC_MESSAGES/lt.mo b/locale/lt/LC_MESSAGES/lt.mo index d6b02f879fd5118ab1a85b3d589d7e5db709286a..93b3cfdcdee90b48800d0e783c0a958108f07241 100644 GIT binary patch delta 46 zcmZpj!qhs2X@g!cm$9y)xq_jAm5KRei{KwzCb|ZO3I>K&CKi*eLNpl7Hz$WIG6euO CWeqC; delta 46 zcmZpj!qhs2X@g!cm!YnKg@U1}m9fEOi{Kwz#=3@P3Pwg&re>3^LNpkSHz$WIG6euO CJq;-U diff --git a/locale/lt/LC_MESSAGES/lt.po b/locale/lt/LC_MESSAGES/lt.po index a2c22da9..0544e642 100644 --- a/locale/lt/LC_MESSAGES/lt.po +++ b/locale/lt/LC_MESSAGES/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -319,6 +319,10 @@ msgstr "įjungti" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "Skambučių sąrašas" @@ -3147,87 +3151,87 @@ msgstr "Išsaugoti laiko apribojimo pakeitimus" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3318,72 +3322,76 @@ msgstr "Laiko juosta: " msgid "Add Timezone" msgstr "Pridėti laiko zoną" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "Įveskite atvejo ID arba pasirinkite atvejį iš žemiau esančio sąrašo" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "Pasirinkite atvejį iš sąrašo skirto supervizoriaus atvejams" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "Pasirinkite atvejį" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "Nustatykite šio skambučio rezultatą" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "Nustatykite rezultatą" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "Jokių perskambinimų šitai bylai" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "Skambučių sąrašas" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "Pakeiskite rezultatą:" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "Atvejo pastabos" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "Modifikuoti atsakymus šiai bylai" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "Byla dar nepradėta apklausų sistemoje" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "Nustaykite atvejo rezultatą" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "Atvejis neegzistuoja" @@ -3562,6 +3570,101 @@ msgstr "Nėra Jums priskirtų klausimynų" msgid "You are not a valid client" msgstr "Jūs nesate galiojantis klientas" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/nl/LC_MESSAGES/nl.mo b/locale/nl/LC_MESSAGES/nl.mo index 69838bb375457976d59617ecf9b85b9abbf473ec..0eb91985fe084bd8ea4ce35269c8c436a6792d79 100644 GIT binary patch delta 46 zcmdmemvQ%9#trA4xr}uU%@qs{tW3-&-*o=WWuj|fs9<1dWnwY;nu`Xb`R4yFdo%%! Cf)Hu| delta 46 zcmdmemvQ%9#trA4xeRp;EEEh)t&9yO-*o=WWvpvxreI`bWokD0nu`Xb@#g<7do%%! CS`cUe diff --git a/locale/nl/LC_MESSAGES/nl.po b/locale/nl/LC_MESSAGES/nl.po index 6d85c0f9..20ada0c7 100644 --- a/locale/nl/LC_MESSAGES/nl.po +++ b/locale/nl/LC_MESSAGES/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -326,6 +326,10 @@ msgstr "op" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "Gesprekken Lijst" @@ -3149,87 +3153,87 @@ msgstr "Bewaar wijzingen aan tijdsbeperkingen" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3320,73 +3324,77 @@ msgstr "Tijdzone: " msgid "Add Timezone" msgstr "" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "Vul een case id in of kies een case uit de onderstaande lijst:" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" "Kies een case van de lijst met cases doorverwezen naar de toezichthouder:" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "Kies een case" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "Stel een resultaat voor dit gesprek in" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "Stel resultaat in" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "Gesprekslijst" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "Wijzig resultaat" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "Case opmerkingen" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "Stel een case resultaat in" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "De case bestaat niet" @@ -3563,6 +3571,101 @@ msgstr "Er zijn geen vragenlijsten aan u toegekend" msgid "You are not a valid client" msgstr "U bent geen geldige klant" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/oc/LC_MESSAGES/oc.mo b/locale/oc/LC_MESSAGES/oc.mo index d3ef17e17ef28af675048267b736d990a2b67ace..306f0ca02dcac0d2dd37b2c2a87f6ec752c35739 100644 GIT binary patch delta 45 zcmaE=`c!qpBOWeeT|;vPLjx-l^UZH~7#X=tbPWs@3=FMIEGB>F)nGK=tiX4a1pq;( B4D0{^ delta 45 zcmaE=`c!qpBOWe8T>}dRLsKhbgUxSv7#X>Ybq&oFjEt;I%_e{6)nGK\n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -317,6 +317,10 @@ msgstr "activat" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "" @@ -3110,87 +3114,87 @@ msgstr "" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3281,72 +3285,76 @@ msgstr "" msgid "Add Timezone" msgstr "" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "" @@ -3523,6 +3531,101 @@ msgstr "" msgid "You are not a valid client" msgstr "" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/pl/LC_MESSAGES/pl.mo b/locale/pl/LC_MESSAGES/pl.mo index b2528151840aea5730fb6572071cb97f99ac3928..680720f7a5e54c31a9d60bbd765f956b68e3f87b 100644 GIT binary patch delta 47 zcmcc9#(1ZVaYKd{m$9y)xq_jAm5KT0A}vNnE)!h?Lj?mvD-(;!wb~kt=9`ykZxaUq DN?r{y delta 47 zcmcc9#(1ZVaYKd{m!YnKg@U1}m9fF*A}vNnE@NFoGX*0fD^s({wb~kt#+#REZxaUq DN-+&D diff --git a/locale/pl/LC_MESSAGES/pl.po b/locale/pl/LC_MESSAGES/pl.po index bc514bb4..0c7438d5 100644 --- a/locale/pl/LC_MESSAGES/pl.po +++ b/locale/pl/LC_MESSAGES/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" "PO-Revision-Date: 2013-10-21 18:44+0000\n" "Last-Translator: Paweł Timler \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -321,6 +321,10 @@ msgstr "na" msgid "Appointment with myself only?" msgstr "Umówienie wyłącznie ze mną?" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "lista połaczeń" @@ -3123,87 +3127,87 @@ msgstr "" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "Użytkownik" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "Strefa czasowa" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "Włącz VoIP" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "Wyłącz VoIP" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "Włącz/Wyłącz VoIP" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3294,72 +3298,76 @@ msgstr "" msgid "Add Timezone" msgstr "" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "" @@ -3536,6 +3544,101 @@ msgstr "Brak kwestionariuszy przypisanych do ciebie" msgid "You are not a valid client" msgstr "" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/pt/LC_MESSAGES/pt.mo b/locale/pt/LC_MESSAGES/pt.mo index 17583ee92cb93286a267848db7f00e4f7a1d37da..45e326df951db3364f895db94d687872a119d887 100644 GIT binary patch delta 47 zcmccLz;eHVWkdFKE@NFoa|J^KD--k0rPE~?xlD8o3>6FvtxPN?&z_;dXukQ#jM?b` DZ^jRI delta 47 zcmccLz;eHVWkdFKE<;@d3k5?{D`SJrrPE~?xr}uU%@mA`tW3=&&z_;dXuSEzjM?b` DZ\n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" "PO-Revision-Date: 2013-12-04 16:38+0000\n" "Last-Translator: Marco Antonio Ciciliati \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -319,6 +319,10 @@ msgstr "para o número" msgid "Appointment with myself only?" msgstr "Agendar apenas para você mesmo?" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "Lista de chamadas" @@ -3203,64 +3207,64 @@ msgstr "Salvar alterações" msgid "If changing usernames, you must specify a new password" msgstr "Se mudar o nome de usuário, você deverá especificar uma nova senha" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "Usuário atualizado com sucesso" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "Edição do Operador" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "Usuário" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "Atualizar senha (deixe em branco para manter a mesma senha)" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "Utilizar chat" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "Fuso horário" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "Utilizar VoIP" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "Atualizar operador" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "Arquivo bat para Windows" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "Arquivo de Script *nix" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "Ativar VoIP" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "Desativar VoIP" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "Lista de Operadores" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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 " @@ -3270,23 +3274,23 @@ msgstr "" "Quando o arquivo é executado, ele rodará o programa VOIP.EXE com os detalhes " "para conectar corretamente o operador ao servidor PBX/VoIP." -#: admin/operatorlist.php:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "Baixar o executável VoiP para Windows" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "Baixar o Executável VoIP para Linux" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "Habilitar/Desabilitar VoIP" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "Windows VoIP" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "*nix VoIP" @@ -3381,74 +3385,78 @@ msgstr "Fuso horário: " msgid "Add Timezone" msgstr "Adicionar Fuso horário" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "Informe um Número do Caso (ID) ou selecione da lista abaixo:" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "Selecione o caso da lista de casos atribuídos ao supervisor:" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "Selecionar caso" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "Definir um resultado para esta chamada" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "Definir resultado" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "Sem agendamentos para este caso" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "Criar agendamento para este caso" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "Lista de chamadas" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "Mudar resultado" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "Observações do caso" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "Modificar respostas deste caso" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "Caso não iniciado ainda no Limesurvey" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "Definir um resultado para o caso" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "Atualizar a disponibilidade do caso" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" "Atribuir este caso para um pesquisador (aparecerá como o próximo caso para " "ele)" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "Atribuir para o pesquisador" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "Caso inexistente" @@ -3632,6 +3640,101 @@ msgstr "Não existem questionários atribuídos à você" msgid "You are not a valid client" msgstr "Desculpe, você não é um cliente autorizado" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/ro/LC_MESSAGES/ro.mo b/locale/ro/LC_MESSAGES/ro.mo index 2c055bcbc771e002bf0e62dc9ce9d340f2f2866d..38cdd9b6f7e90f60992a40856c7a63fffdd86edf 100644 GIT binary patch delta 44 zcmey&^O}dRLsKhbgUPp;zi}Ds8k#8>8CjW{O}@pV!DzghnYDls06+H( A&Hw-a diff --git a/locale/ro/LC_MESSAGES/ro.po b/locale/ro/LC_MESSAGES/ro.po index 35ca60a1..d1d2c024 100644 --- a/locale/ro/LC_MESSAGES/ro.po +++ b/locale/ro/LC_MESSAGES/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -317,6 +317,10 @@ msgstr "" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "" @@ -3110,87 +3114,87 @@ msgstr "" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3281,72 +3285,76 @@ msgstr "" msgid "Add Timezone" msgstr "" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "" @@ -3523,6 +3531,101 @@ msgstr "Nu sunt chestionare asignate dumneavoastra" msgid "You are not a valid client" msgstr "" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/ru/LC_MESSAGES/ru.mo b/locale/ru/LC_MESSAGES/ru.mo index a50b40c95d50063378946ce08734985c55c64d60..9d355bab036c7e23ea6a6d1376d6575d97f17a2c 100644 GIT binary patch delta 44 zcmZ4Eu*P9Su>hB`uA#Ytp@Ef&`Q%!GpIj!o28Id-hE^sPlN$sz7|l1Y6l~@L03~1y Ak^lez delta 44 zcmZ4Eu*P9Su>hB$u7QPup{bRz!Q@(jpIpYehGq&zMpmX~lN$sz7>zft6l~@L03|pK AkN^Mx diff --git a/locale/ru/LC_MESSAGES/ru.po b/locale/ru/LC_MESSAGES/ru.po index f18da900..4924a46f 100644 --- a/locale/ru/LC_MESSAGES/ru.po +++ b/locale/ru/LC_MESSAGES/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" "PO-Revision-Date: 2013-09-23 11:48+0000\n" "Last-Translator: Alexander Matrunich \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -318,6 +318,10 @@ msgstr "" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "Список номеров" @@ -3113,87 +3117,87 @@ msgstr "" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3284,72 +3288,76 @@ msgstr "" msgid "Add Timezone" msgstr "" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "" @@ -3526,6 +3534,101 @@ msgstr "" msgid "You are not a valid client" msgstr "" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/sv/LC_MESSAGES/sv.mo b/locale/sv/LC_MESSAGES/sv.mo index ee75a1f92484b842a5e4bcea28d7563cfcbf2295..43b117e32e168af02009b676e1867d72f5954df6 100644 GIT binary patch delta 46 zcmaE~nd#AHrVWKLT*kVF<_d-eRwm|?t7E=$ndllADi|1AnOID&iq&8=-@G{1-Ua}7 C84m6M delta 46 zcmaE~nd#AHrVWKLT!y*^77B)@R>lUCt7E=$8S5IFDHs`9nVL\n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -328,6 +328,10 @@ msgstr "den" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "Samtalslista" @@ -3163,87 +3167,87 @@ msgstr "Spara ändringar för restriktionstider" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "Användarnamn" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "Intervjuarelista" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3335,74 +3339,78 @@ msgstr "Tidszon: " msgid "Add Timezone" msgstr "Lägg till tidszon" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "Välj intervju" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "Sätt resultat för detta samtal" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "Sätt resultat" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "Skapa återkontakt för denna intervju" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "Samtalslista" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "Ändra resultat" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "Intervju kommentarer" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "Ändra svar för detta ärende" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "Intervju inte påbörjad ännu i projektet" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "Sätt ärende resultat" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "Uppdatera intervju tillgänglighet" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" "Tilldela denna intervju till en intervjuare (kommer upp som nästa " "intervju för dom)" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "Tilldela denna intervju till en intervjuare" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "Intervju finns ej" @@ -3580,6 +3588,101 @@ msgstr "Det finns inga frågeformulär som tilldelats dig" msgid "You are not a valid client" msgstr "Du har inte ett giltigt klientcertifikat" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" diff --git a/locale/zh/LC_MESSAGES/zh.mo b/locale/zh/LC_MESSAGES/zh.mo index cc362d7b802da98cdb8a4b9bd549182d0ab671e3..e8691e23fd22ebc84f574df55293075081322e08 100644 GIT binary patch delta 1964 zcma)*Urbw79LG-?6jrvOFkvvovrQS3c57D@R&@c!4F220&@79Yu`5^Fq})sHZMP6j z$~I%DY=Yk6BGQc}+X4u(jZH@BvY0Hss+ln{CNoCvZP^Q%#zbF;-yipmG@TFra?kmk zd(Q9t{+)A{D}Jkv+%3%?Vh|VF<7gKwjO_#MYtTU&^BKd(_Mo$Zd%;cMesClBHux;4 zfRBOWU>SG|EC%m@kAlB~kAU~VbzoirV_O)Duo4W)G2sH&f^8seI0zPk9p-w_Tt5ZY zVEzn9j<11@;60F%*oG)+{Y|hPd>?EBzX$DLC5)2Ym(Z2MKRbZIdQ5mhidX^>Bzq66 z1A9SyY!V%8uxp?VoCj;cZ^7;05=iQC@Xuy2pwj&a zZUFCrZQws(9@v6ilQ@?BAd+N%z&r78umW5LX@5DQCr5UW{@(#h!DAo=9tElNgC^r( zgcc?+AjK=@!flg3nDckd|N9^rUIwXR8)0oTxD|W`+-oubK861nh%;t$;H%&-AO*M` zn~86&NBt>)0ZdQ;pP3vtnF8q^eg~3+J0R&Vn=C-NsHE#aa##+M!{<#N0V&`JNcM+7 zCpZQo7WVT7)Sm{rsqm*sYYAicSS31&bO%U*9073>E3yqem7j#1;`mqY1v#Q1=`zys zZAGg^qt}%!bZ07?(3P39J3)F0s4nAZbjBo4qR~Ynp`fS|Poq(0PpIGIl||^f;=48dZx@1sFBCwU4!&x^aGspJ=?Qk`4m(x?m^htdrxs*D+aN|to(uwrY=b5qI-+NE8^t`Ia&!=P8Gt=><)UY;t z6>G+CdMc*f9Ktq3J6Ba7nfQOIk<{?QjbZJhM2^{9gV{>jz-)T-M6QN@HKC70)03C9 z!9G2nSeXAhJ^VrD@+tlNMQwU6b0x8q>eHt#7@PI8qYKHT{_#btHaNMIimI))*1BwE zz5mnnd>jhez*!?SW0hrY#k4QZsW)v^>TO%+;p{z&z0t+Q9PUDHF8`@yWTYiyC?&&I wy?;DgPkpi2vuk>ej^z3*&PI=_di3%_@5cBX=A$83P*_dolLVf;KHCb0LI=iqcA>pv*Gu zW?EztB^icBQi+DPC|50dKvat!Dht4f|0te~LDIi?Xl)$|mNs zsypne6PZ)J=VkE|CNaMX(2xOsqYD$6MecW?WO5i8OC3kqx@ObUX1oifU#}S-G95GH z&&~UHDB}iDcIFqh$XUmbwoF`xxp)F)!rLeV51CGyzCw;$&0sEuQ2Hmb&tft%wn|6N zSlLk~E=L)!3MG-ISoU8Ur_2YPrnhhf@kb~Nn?{-NC$f_ZCB-xc<#_&A))ACUWxHkK z461x18dXZPoWHD0CQFhCMOK`>&l2n;g`H19PB~vMK<{KAU;Y${*H}54m zDe{3!kzGlqZl z7i-Q!w@bG>bzQga+v}*PZmMahsjGE({f*Ubtw49W96G;ZO?SErbUWR2tIyxi=r~aC zuWdNyZ>+0#YugX{eA*sQd6~AgtlYE9x6R}AR+Lp%8aC^&)#Y#&X$1xD!XjhZnr(57 z&RboUlGzC(*w;UM`C(|JZ~n=(z{Q@>@YKxs_{`Xa!1clG(8xgeS+H$VLTB$U_Q)}^ z;=CD)x54&HvlD&6j)8Dwu4h;UIy>fCTaE6xlL>RJZNc`ti=6{qy+)nQZG5nu`3qNK Bz*qnP diff --git a/locale/zh/LC_MESSAGES/zh.po b/locale/zh/LC_MESSAGES/zh.po index 7e415fbc..c6dcf005 100644 --- a/locale/zh/LC_MESSAGES/zh.po +++ b/locale/zh/LC_MESSAGES/zh.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-08 15:30+1000\n" -"PO-Revision-Date: 2013-03-08 01:20+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-03-17 10:47+1000\n" +"PO-Revision-Date: 2014-03-27 04:33+0000\n" +"Last-Translator: Shihui Yin \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-16 22:56+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" +"X-Generator: Launchpad (build 16967)\n" #: callhistory.php:56 msgid "Case History List" @@ -51,27 +51,27 @@ msgstr "没有访问人员" #: rs_answeringmachine_interface2.php:64 #: rs_answeringmachine.php:64 msgid "Respondent Selection - Answering machine" -msgstr "" +msgstr "调查对象选项 - 电话答录机" #: rs_answeringmachine_interface2.php:78 #: rs_answeringmachine.php:78 msgid "Do not leave a message, please hang up" -msgstr "" +msgstr "请挂机,不要留言。" #: rs_answeringmachine_interface2.php:81 #: rs_answeringmachine.php:81 msgid "End call with outcome: Business answering machine" -msgstr "" +msgstr "结束电话:业务电话答录机" #: rs_answeringmachine_interface2.php:86 #: rs_answeringmachine.php:86 msgid "End call with outcome: Answering machine Message left" -msgstr "" +msgstr "结束电话:已留电话答录机留言" #: rs_answeringmachine_interface2.php:90 #: rs_answeringmachine.php:90 msgid "End call with outcome: Answering machine No message left" -msgstr "" +msgstr "结束电话:未留电话答录机留言" #: rs_answeringmachine_interface2.php:91 #: rs_business_interface2.php:62 @@ -79,19 +79,19 @@ msgstr "" #: rs_project_intro.php:85 #: rs_answeringmachine.php:91 msgid "Go Back" -msgstr "后退" +msgstr "返回" #: rs_business_interface2.php:55 msgid "Respondent Selection - Business answers" -msgstr "" +msgstr "调查对象选项 - 业务应答" #: rs_business_interface2.php:59 msgid "Sorry to bother you, I have called the wrong number" -msgstr "" +msgstr "对不起,打扰了,我拨错电话号码了" #: rs_business_interface2.php:61 msgid "End call with outcome: Business number" -msgstr "" +msgstr "结束电话:业务电话号码" #: index_interface2.php:195 #: waitnextcase_interface2.php:49 @@ -227,11 +227,11 @@ msgstr "" #: rs_callback_interface2.php:88 #: rs_project_intro.php:81 msgid "End call with outcome: Refusal by respondent" -msgstr "结束电话:受访人拒绝接受访问" +msgstr "结束电话:调查对象拒绝接受电话调查" #: rs_project_intro.php:59 msgid "Respondent Selection - Project Introduction" -msgstr "选择受访人员 - 项目介绍" +msgstr "选择调查对象 - 项目介绍" #: rs_project_intro.php:79 msgid "Yes - Continue" @@ -241,7 +241,7 @@ msgstr "是 - 请继续" msgid "" "End call with outcome: No eligible respondent (person not available on this " "number)" -msgstr "结束电话:受访人不在(该电话找不到受访人)" +msgstr "结束电话:没有符合条件的调查对象(此号码无人接听)" #: rs_project_intro.php:83 msgid "" @@ -317,6 +317,10 @@ msgstr "在" msgid "Appointment with myself only?" msgstr "" +#: appointment.php:219 +msgid "Schedule Appointment" +msgstr "" + #: calllist.php:56 msgid "Call List" msgstr "电话清单" @@ -3110,87 +3114,87 @@ msgstr "" msgid "If changing usernames, you must specify a new password" msgstr "" -#: admin/operatorlist.php:113 +#: admin/operatorlist.php:116 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:117 +#: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:126 +#: admin/operatorlist.php:129 msgid "Operator edit" msgstr "" -#: admin/operatorlist.php:155 -#: admin/operatorlist.php:290 +#: admin/operatorlist.php:158 +#: admin/operatorlist.php:293 msgid "Username" msgstr "" -#: admin/operatorlist.php:159 +#: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" msgstr "" -#: admin/operatorlist.php:167 +#: admin/operatorlist.php:170 msgid "Uses chat" msgstr "" -#: admin/operatorlist.php:168 +#: admin/operatorlist.php:171 msgid "Timezone" msgstr "" -#: admin/operatorlist.php:170 +#: admin/operatorlist.php:173 msgid "Uses VoIP" msgstr "" -#: admin/operatorlist.php:173 +#: admin/operatorlist.php:176 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:267 +#: admin/operatorlist.php:270 msgid "Windows bat file" msgstr "" -#: admin/operatorlist.php:268 +#: admin/operatorlist.php:271 msgid "*nix script file" msgstr "" -#: admin/operatorlist.php:276 +#: admin/operatorlist.php:279 msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:278 +#: admin/operatorlist.php:281 msgid "Disable VoIP" msgstr "" -#: admin/operatorlist.php:287 +#: admin/operatorlist.php:290 msgid "Operator list" msgstr "" -#: admin/operatorlist.php:294 +#: admin/operatorlist.php:297 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:296 +#: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" msgstr "" -#: admin/operatorlist.php:297 +#: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" msgstr "" -#: admin/operatorlist.php:302 +#: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" msgstr "" -#: admin/operatorlist.php:303 +#: admin/operatorlist.php:306 msgid "Windows VoIP" msgstr "" -#: admin/operatorlist.php:304 +#: admin/operatorlist.php:307 msgid "*nix VoIP" msgstr "" @@ -3281,72 +3285,76 @@ msgstr "" msgid "Add Timezone" msgstr "" -#: admin/supervisor.php:89 +#: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/supervisor.php:100 +#: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:109 +#: admin/supervisor.php:153 msgid "Select case" msgstr "" -#: admin/supervisor.php:132 +#: admin/supervisor.php:176 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:145 -#: admin/supervisor.php:330 +#: admin/supervisor.php:189 +#: admin/supervisor.php:374 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:256 +#: admin/supervisor.php:300 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:258 +#: admin/supervisor.php:302 msgid "Create appointment for this case" msgstr "" -#: admin/supervisor.php:270 +#: admin/supervisor.php:314 msgid "Call list" msgstr "" -#: admin/supervisor.php:276 +#: admin/supervisor.php:320 msgid "Change outcome" msgstr "" -#: admin/supervisor.php:289 +#: admin/supervisor.php:333 msgid "Case notes" msgstr "" -#: admin/supervisor.php:311 +#: admin/supervisor.php:355 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:313 +#: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:317 +#: admin/supervisor.php:361 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:367 +#: admin/supervisor.php:411 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:379 +#: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:391 +#: admin/supervisor.php:435 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:399 +#: admin/supervisor.php:441 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:454 msgid "Case does not exist" msgstr "" @@ -3523,6 +3531,101 @@ msgstr "" msgid "You are not a valid client" msgstr "" +#: include/limesurvey/quexs.php:674 +#: include/limesurvey/quexs.php:753 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:676 +#: include/limesurvey/quexs.php:755 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:987 +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/browse.php:791 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/browse.php:792 +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:259 +#: include/limesurvey/admin/exportresults.php:648 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:969 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:603 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:972 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:608 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:975 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:618 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:981 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:623 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:984 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:628 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:987 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:633 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:990 +msgid "Operator username for last call" +msgstr "" + #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 msgid "" From 3dd16d9672e460465c12a3f1fa41a80d3f9c157b Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Tue, 1 Apr 2014 13:01:17 +1100 Subject: [PATCH 07/18] Updated changelog --- CHANGELOG | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8c2ddb06..a4869dd0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +queXS 1.10.2 - Changes since 1.10.1 + +New Feature: Shift report in data output +New feature: Deidentify a case + +Fixed bug: OPERATOR and RESPONDENT replacements not working in respondent selection module +Fixed bug: Not adding interviewer to htgroup when changing username +Fixed bug: Not all browsers recognise text as UTF-8 +Fixed bug: Not all strings being translated +Fixed bug: Session expiry occurring when moving from respondent selection module to questionnaire + +Updated translations and the beginning of a German translation - Thank you Daniel. + queXS 1.10.1 - Changes since 1.10.0 Fixed Bug: Database creation fails due to additional comma (new installations) From f5497659279e6b5a82e96d8806a90558ff6d9362 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Wed, 2 Apr 2014 11:23:39 +1100 Subject: [PATCH 08/18] Fixed bug: When last outcome is Technical Phone Problems, case outcome set to not attempted or worked --- functions/functions.operator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/functions.operator.php b/functions/functions.operator.php index 6d68dd60..a7d3a48f 100644 --- a/functions/functions.operator.php +++ b/functions/functions.operator.php @@ -1980,7 +1980,7 @@ function end_case($operator_id) //code as eligible if ever eligible, or if referred to the supervisor, code as that if last call $sql = "SELECT c.outcome_id as outcome_id FROM `call` as c - JOIN outcome AS o ON ( c.outcome_id = o.outcome_id AND (o.eligible = 1 OR o.outcome_type_id = 2) ) + JOIN outcome AS o ON ( c.outcome_id = o.outcome_id AND (o.eligible = 1 OR o.outcome_type_id = 2 OR o.outcome_type_id = 1) ) WHERE c.case_id = '$case_id' ORDER BY c.call_id DESC"; From d71578560d911d0982899af808fc90cbe9afbd00 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Tue, 29 Apr 2014 14:02:34 +1000 Subject: [PATCH 09/18] Made sure to bring up correct page on restart --- index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index e9bc0a0d..d450d16e 100644 --- a/index.php +++ b/index.php @@ -191,7 +191,10 @@ if ($ca) } } -$data = "nocallavailable.php"; +if (!is_respondent_selection($operator_id)) + $data = get_limesurvey_url($operator_id); +else + $data = get_respondentselection_url($operator_id); $db->CompleteTrans(); From 53a9192d732965cb271fb0ea39e59eeb7132e6eb Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Thu, 8 May 2014 10:02:22 +1000 Subject: [PATCH 10/18] Updated Changelog for 1.10.3 Updated translations --- CHANGELOG | 6 + locale/bs/LC_MESSAGES/bs.mo | Bin 1542 -> 1542 bytes locale/bs/LC_MESSAGES/bs.po | 4 +- locale/cs/LC_MESSAGES/cs.mo | Bin 64928 -> 64928 bytes locale/cs/LC_MESSAGES/cs.po | 4 +- locale/de/LC_MESSAGES/de.mo | Bin 16626 -> 16626 bytes locale/de/LC_MESSAGES/de.po | 4 +- locale/el/LC_MESSAGES/el.mo | Bin 9006 -> 9006 bytes locale/el/LC_MESSAGES/el.po | 4 +- locale/es/LC_MESSAGES/es.mo | Bin 28881 -> 28881 bytes locale/es/LC_MESSAGES/es.po | 4 +- locale/fa/LC_MESSAGES/fa.mo | Bin 9181 -> 9181 bytes locale/fa/LC_MESSAGES/fa.po | 4 +- locale/fr/LC_MESSAGES/fr.mo | Bin 8108 -> 8108 bytes locale/fr/LC_MESSAGES/fr.po | 4 +- locale/gl/LC_MESSAGES/gl.mo | Bin 39714 -> 39714 bytes locale/gl/LC_MESSAGES/gl.po | 4 +- locale/he/LC_MESSAGES/he.mo | Bin 4587 -> 4587 bytes locale/he/LC_MESSAGES/he.po | 4 +- locale/id/LC_MESSAGES/id.mo | Bin 468 -> 468 bytes locale/id/LC_MESSAGES/id.po | 4 +- locale/it/LC_MESSAGES/it.mo | Bin 66083 -> 66083 bytes locale/it/LC_MESSAGES/it.po | 4 +- locale/lt/LC_MESSAGES/lt.mo | Bin 35333 -> 35333 bytes locale/lt/LC_MESSAGES/lt.po | 4 +- locale/nl/LC_MESSAGES/nl.mo | Bin 28347 -> 28347 bytes locale/nl/LC_MESSAGES/nl.po | 4 +- locale/oc/LC_MESSAGES/oc.mo | Bin 4837 -> 4837 bytes locale/oc/LC_MESSAGES/oc.po | 4 +- locale/pl/LC_MESSAGES/pl.mo | Bin 17244 -> 17244 bytes locale/pl/LC_MESSAGES/pl.po | 4 +- locale/pt/LC_MESSAGES/pt.mo | Bin 65631 -> 65631 bytes locale/pt/LC_MESSAGES/pt.po | 4 +- locale/ro/LC_MESSAGES/ro.mo | Bin 1651 -> 1651 bytes locale/ro/LC_MESSAGES/ro.po | 4 +- locale/ru/LC_MESSAGES/ru.mo | Bin 8236 -> 8236 bytes locale/ru/LC_MESSAGES/ru.po | 4 +- locale/sv/LC_MESSAGES/sv.mo | Bin 39394 -> 39394 bytes locale/sv/LC_MESSAGES/sv.po | 4 +- locale/zh/LC_MESSAGES/zh.mo | Bin 3937 -> 63110 bytes locale/zh/LC_MESSAGES/zh.po | 1565 ++++++++++++++++++----------------- 41 files changed, 838 insertions(+), 809 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a4869dd0..a9894d1c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +queXS 1.10.3 - Changes since 1.10.2 + +Fixed bug: Initial page is always Call/Hangup even if on a call or no case available +Fixed bug: When last outcome is Technical Phone Problems, case outcome set to not attempted or worked +Translations: Almost complete Simplified Chinese translation added - Thank you! + queXS 1.10.2 - Changes since 1.10.1 New Feature: Shift report in data output diff --git a/locale/bs/LC_MESSAGES/bs.mo b/locale/bs/LC_MESSAGES/bs.mo index acec30c82d130316dd261a25cc48427ac8b6a50f..552c8f6a9ab060531c1c3a36b01dd3d929c09366 100644 GIT binary patch delta 27 icmZqUY2(=t#lmi?YhbQmWIQ>MMT^POY;!M5B_jY~Ne0;f delta 27 icmZqUY2(=t#lmi)Yhb8gU^qFEMT^PId~+{LB_jY}kp|2F diff --git a/locale/bs/LC_MESSAGES/bs.po b/locale/bs/LC_MESSAGES/bs.po index 021f5ee4..e020f068 100644 --- a/locale/bs/LC_MESSAGES/bs.po +++ b/locale/bs/LC_MESSAGES/bs.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" -"X-Generator: Launchpad (build 16967)\n" +"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" +"X-Generator: Launchpad (build 16996)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/cs/LC_MESSAGES/cs.mo b/locale/cs/LC_MESSAGES/cs.mo index 2197c1319c000e9bf66a316c14055483718dc91f..48e9d053118f3310e473e24e3175fd04c96f2f80 100644 GIT binary patch delta 29 lcmZ4Rn|Z-+<_*HL*iCf}%oU7`Cri!JVzM;b>^3VZ833es3LyXh delta 29 lcmZ4Rn|Z-+<_*HL*iCc|3>6FvCri!JVlp$|>^3VZ833ce3KReU diff --git a/locale/cs/LC_MESSAGES/cs.po b/locale/cs/LC_MESSAGES/cs.po index 626dfa59..37e853f0 100644 --- a/locale/cs/LC_MESSAGES/cs.po +++ b/locale/cs/LC_MESSAGES/cs.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" -"X-Generator: Launchpad (build 16967)\n" +"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" +"X-Generator: Launchpad (build 16996)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/de/LC_MESSAGES/de.mo b/locale/de/LC_MESSAGES/de.mo index 74869e8f3f6bceecfaa3e9b4630154e6b2e0cd70..5af5f0516bbe933d17b13f138c5852b982bb42f2 100644 GIT binary patch delta 29 kcmey=$oQ#|af7f1yQ!{$xq^}LWGM|TCQGx;ZW?PO0F9#vegFUf delta 29 kcmey=$oQ#|af7f1yNRxWp@M?XPfh6)CTlT+Nan9R&KPjGkC1OTVM3D5ul diff --git a/locale/es/LC_MESSAGES/es.po b/locale/es/LC_MESSAGES/es.po index 9bd9da8e..5f33e0b2 100644 --- a/locale/es/LC_MESSAGES/es.po +++ b/locale/es/LC_MESSAGES/es.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" -"X-Generator: Launchpad (build 16967)\n" +"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" +"X-Generator: Launchpad (build 16996)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/fa/LC_MESSAGES/fa.mo b/locale/fa/LC_MESSAGES/fa.mo index 05ae5ae8482666d30d5f0f8504b82c8ba8749292..93c95f7c7bfc57ae9edd883353e7b33e12b6e107 100644 GIT binary patch delta 27 jcmccXe%F1&6Crj}T?2CkBjd@hg|wI~%{Ge*9}@roko5^7 delta 27 jcmccXe%F1&6CrjJT?0b}1H;L$g|wK=%r}b*9}@rokUa?% diff --git a/locale/fa/LC_MESSAGES/fa.po b/locale/fa/LC_MESSAGES/fa.po index 833eb1df..0a8bbf69 100644 --- a/locale/fa/LC_MESSAGES/fa.po +++ b/locale/fa/LC_MESSAGES/fa.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" -"X-Generator: Launchpad (build 16967)\n" +"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" +"X-Generator: Launchpad (build 16996)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/fr/LC_MESSAGES/fr.mo b/locale/fr/LC_MESSAGES/fr.mo index d8174b7d4ad400d26fd08a6ed9c8ef5cc3a851a3..dae3d5412423a28529207c5e1e5182401e7038fc 100644 GIT binary patch delta 27 icmZ2uzs7z;o+!Jiu7SCNk@4hGQ7tA*v&{=dxw!y$N(Yqy delta 27 icmZ2uzs7z;o+!JCu7RO~f#Kv*Q7tAj^UVuIxw!y#k_U(Y diff --git a/locale/fr/LC_MESSAGES/fr.po b/locale/fr/LC_MESSAGES/fr.po index b2ffd736..404ed9c2 100644 --- a/locale/fr/LC_MESSAGES/fr.po +++ b/locale/fr/LC_MESSAGES/fr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" -"X-Generator: Launchpad (build 16967)\n" +"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" +"X-Generator: Launchpad (build 16996)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/gl/LC_MESSAGES/gl.mo b/locale/gl/LC_MESSAGES/gl.mo index 6e95384adc14895c167972c103fde4339545c4bd..48d50e0520ddfb0ab56194032a1c657c2ad6713d 100644 GIT binary patch delta 29 lcmZ3qjcL&~rVV0o?54T~<_bo}lV#(ym@LgUd&b?g0RWG<2}S?_ delta 29 lcmZ3qjcL&~rVV0o>?XPfh6)CTlV#(yn9R&Kd&b?g0RWEx2{`}& diff --git a/locale/gl/LC_MESSAGES/gl.po b/locale/gl/LC_MESSAGES/gl.po index 731bf8bb..1d8873e5 100644 --- a/locale/gl/LC_MESSAGES/gl.po +++ b/locale/gl/LC_MESSAGES/gl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" -"X-Generator: Launchpad (build 16967)\n" +"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" +"X-Generator: Launchpad (build 16996)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/he/LC_MESSAGES/he.mo b/locale/he/LC_MESSAGES/he.mo index 5b1cf33e18305527ea13cab5ba92cf545b2ff36a..7044a50acb7178b705f188cfc3737ba5b4f58b94 100644 GIT binary patch delta 27 icmaE@{91W~GB>-au7SCNk?~|LZY?HDv&~`LQ`rD>g9l;& delta 27 icmaE@{91W~GB>-4u7RO~f#GB=ZY?G=^UY!0Q`rD=%Li2e diff --git a/locale/he/LC_MESSAGES/he.po b/locale/he/LC_MESSAGES/he.po index fdc2c26c..e2b23ce0 100644 --- a/locale/he/LC_MESSAGES/he.po +++ b/locale/he/LC_MESSAGES/he.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" -"X-Generator: Launchpad (build 16967)\n" +"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" +"X-Generator: Launchpad (build 16996)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/id/LC_MESSAGES/id.mo b/locale/id/LC_MESSAGES/id.mo index f13394427229236243b1042176621beaf3b4fca5..e5e66755435010c6a1e8d95a78d4c55200b60d9c 100644 GIT binary patch delta 25 gcmcb@e1&<#JVtg?T?2CkBjd?S8MRm~%`~|f0A*(eT>t<8 delta 25 gcmcb@e1&<#JVtgCT?0b}1H;Kn8MRo=%r&_f0A$GqPyhe` diff --git a/locale/id/LC_MESSAGES/id.po b/locale/id/LC_MESSAGES/id.po index 77dbc164..fff3801d 100644 --- a/locale/id/LC_MESSAGES/id.po +++ b/locale/id/LC_MESSAGES/id.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" -"X-Generator: Launchpad (build 16967)\n" +"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" +"X-Generator: Launchpad (build 16996)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/it/LC_MESSAGES/it.mo b/locale/it/LC_MESSAGES/it.mo index 8859f3bc6360ea684383e53a8b7b17d8fedbf10d..0f17e393254a6a6836fc1c3df543a160f31aae74 100644 GIT binary patch delta 29 lcmZ47!m_x9Wy9+k?54T~<_bo}lRwSSVzM;bEH{%i69A_G3U2@a delta 29 lcmZ47!m_x9Wy9+k>?XPfh6)CTlRwSSVlp$|EH{%i69A@23Ss~N diff --git a/locale/it/LC_MESSAGES/it.po b/locale/it/LC_MESSAGES/it.po index 94b575db..19bd2ae5 100644 --- a/locale/it/LC_MESSAGES/it.po +++ b/locale/it/LC_MESSAGES/it.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" -"X-Generator: Launchpad (build 16967)\n" +"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" +"X-Generator: Launchpad (build 16996)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/lt/LC_MESSAGES/lt.mo b/locale/lt/LC_MESSAGES/lt.mo index 93b3cfdcdee90b48800d0e783c0a958108f07241..15df0720efee691eac51a8e70829e80cc4265076 100644 GIT binary patch delta 29 kcmZpj!qhs2X@fxsyQ!{$xq^}LWb+U$CQGx;$svnO0fcM_x&QzG delta 29 kcmZpj!qhs2X@fxsyNRxWp@M6FvCtr5aVlp$|{NH7dCIGU`3tIpH diff --git a/locale/nl/LC_MESSAGES/nl.po b/locale/nl/LC_MESSAGES/nl.po index 20ada0c7..b8da4015 100644 --- a/locale/nl/LC_MESSAGES/nl.po +++ b/locale/nl/LC_MESSAGES/nl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" -"X-Generator: Launchpad (build 16967)\n" +"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" +"X-Generator: Launchpad (build 16996)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/oc/LC_MESSAGES/oc.mo b/locale/oc/LC_MESSAGES/oc.mo index 306f0ca02dcac0d2dd37b2c2a87f6ec752c35739..645252626f11e766a7398ed90f786cf89242a6e2 100644 GIT binary patch delta 27 jcmaE=`c!qpTV8fkT?2CkBjd?mc(s@;%{D9W9c2LkjD`s9 delta 27 jcmaE=`c!qpTV8e(T?0b}1H;K*c(s_!%r`6W9c2Lki_Qq( diff --git a/locale/oc/LC_MESSAGES/oc.po b/locale/oc/LC_MESSAGES/oc.po index 24d8624c..916a36e3 100644 --- a/locale/oc/LC_MESSAGES/oc.po +++ b/locale/oc/LC_MESSAGES/oc.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" -"X-Generator: Launchpad (build 16967)\n" +"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" +"X-Generator: Launchpad (build 16996)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/pl/LC_MESSAGES/pl.mo b/locale/pl/LC_MESSAGES/pl.mo index 680720f7a5e54c31a9d60bbd765f956b68e3f87b..4e9a8484659dc43f0d2845a1daa1bc79de1e0d04 100644 GIT binary patch delta 29 lcmcc9#(1ZVaYL~-yQ!{$xq^}L?XPfh6)CTlV{A(Vlp$|d}PM#bO5S-3s(RD diff --git a/locale/pt/LC_MESSAGES/pt.po b/locale/pt/LC_MESSAGES/pt.po index 389c3f60..4c85e32a 100644 --- a/locale/pt/LC_MESSAGES/pt.po +++ b/locale/pt/LC_MESSAGES/pt.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" -"X-Generator: Launchpad (build 16967)\n" +"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" +"X-Generator: Launchpad (build 16996)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/ro/LC_MESSAGES/ro.mo b/locale/ro/LC_MESSAGES/ro.mo index 38cdd9b6f7e90f60992a40856c7a63fffdd86edf..be41d92001f56d30ca60ed5570554f72cf54ee26 100644 GIT binary patch delta 27 jcmey&^O?XPfh6)CTlgneZn9R&KFOIdh0RX4X3M2pk diff --git a/locale/sv/LC_MESSAGES/sv.po b/locale/sv/LC_MESSAGES/sv.po index 3605a5b6..87c274c7 100644 --- a/locale/sv/LC_MESSAGES/sv.po +++ b/locale/sv/LC_MESSAGES/sv.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" -"X-Generator: Launchpad (build 16967)\n" +"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" +"X-Generator: Launchpad (build 16996)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/zh/LC_MESSAGES/zh.mo b/locale/zh/LC_MESSAGES/zh.mo index e8691e23fd22ebc84f574df55293075081322e08..8e11fdf827d1be13a8bbb3c486459197f0ae2c67 100644 GIT binary patch literal 63110 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 delta 1784 zcmY+@ZBSHI7zgkpCsfdO6(lpIDlQlNeFq!niy}Rp7k@ls&F#Vt9G81R+Ilpt?&Uwyr z?mhZP_^%rscjA_J2$X!(WYmkxgeZgA;b>5bmkWVIJdP#;mcn(g945fm;1<{j*TMl9 z52xS*@D^MHXW)bI9*luuD}>l2ghQ-G$Ak;{FbY;cexVvh!dl~gopJv#OvCjy$PA*_SEz#fQ045E=RzqpPLr|t*13f_ek@Lw1P zci^odY)d)BBE@~o&i(@v;XLH`O^BW+%7%P?0LH<$AP4S(occ3{UC_Zd2GQXMuNgPK zGW_1Se#bb!2YKLm$Qet(XzO7L+zd+%t?&_?w?pi)_yX>MKS2&K9WS%5#v=b5z-e6I z0L~f?7*0U`4sSx9;1=ZP=M7gNU7XSw$P=0%Pxyr4e#ikkAdlYx^PmSJ7BRgF`R9&q zJn*++#A+dMh$J)|X(r@A_CxGMsHCFh^mE}!vHhX%f+yl2`D5hmOF_**<-hCyg}<4k z?P%hStB*nc6OdgYq4FMcc^H*HBrY5jXW~&*UfBl9FO7Hb=ZcRdRB{coU^Xf*k2eV` z3l&}l|6iO3{*gI`b7y z%d4n%S30FuCeohDlw~FKOI1l!nHi5gYi(3%{)J@vv&Iy))2zz5FInql`f*&moMez zQ(oWZjIG-;qlKioJ;;Z4{Hi4MQ~lcMPQ9x?aBNWWe{>|+cf>z_Nuq>{m6X<>7Ck#Y zE*7rQH=fk2GhXe4M|Yh>t4($UFI*Segj2hG(m3(Ae;V+1>0>QgTL-yDHa(?zeY)#Q z{p?i?jd=niQ#_#F*{{1VXR&=g2adN>?VgL(#{hSv&gys2tm;JtBp*MSsfcvg!$BzbE+7=?mx^\n" "POT-Creation-Date: 2014-03-17 10:47+1000\n" -"PO-Revision-Date: 2014-03-27 04:33+0000\n" +"PO-Revision-Date: 2014-04-29 04:58+0000\n" "Last-Translator: Shihui Yin \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-01 01:48+0000\n" -"X-Generator: Launchpad (build 16967)\n" +"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" +"X-Generator: Launchpad (build 16996)\n" +"Language: zh\n" #: callhistory.php:56 msgid "Case History List" @@ -42,11 +43,11 @@ msgstr "结果" #: callhistory.php:83 msgid "Respondent" -msgstr "受访人" +msgstr "受访者" #: callhistory.php:87 msgid "No operator" -msgstr "没有访问人员" +msgstr "没有电话调查员" #: rs_answeringmachine_interface2.php:64 #: rs_answeringmachine.php:64 @@ -108,7 +109,7 @@ msgstr "预约" #: index_interface2.php:214 #: index.php:166 msgid "Email" -msgstr "" +msgstr "邮件" #: index_interface2.php:215 #: index.php:167 @@ -118,58 +119,58 @@ msgstr "" #: index_interface2.php:216 #: waitnextcase_interface2.php:55 msgid "End work" -msgstr "" +msgstr "结束工作" #: index_interface2.php:294 #: index.php:169 msgid "Arrow for expanding or contracting" -msgstr "" +msgstr "伸缩轴" #: index_interface2.php:306 #: index.php:220 msgid "Notes" -msgstr "" +msgstr "备注" #: index_interface2.php:314 #: index.php:238 msgid "Contact details" -msgstr "" +msgstr "联络详细信息" #: index_interface2.php:323 #: index.php:247 msgid "Call history" -msgstr "" +msgstr "呼叫历史" #: index_interface2.php:332 #: index.php:256 msgid "Shifts" -msgstr "" +msgstr "时区转换" #: index_interface2.php:341 #: index.php:265 msgid "Appointments" -msgstr "" +msgstr "预约" #: index_interface2.php:350 #: index.php:274 msgid "Performance" -msgstr "" +msgstr "表现" #: index_interface2.php:358 #: index.php:282 msgid "Work history" -msgstr "" +msgstr "工作历史" #: index_interface2.php:366 #: project_info.php:61 #: index.php:290 msgid "Project information" -msgstr "" +msgstr "项目信息" #: index_interface2.php:375 #: index.php:306 msgid "Info" -msgstr "" +msgstr "信息" #: record.php:55 msgid "Stop REC" @@ -183,16 +184,16 @@ msgstr "录音" #: record.php:66 msgid "Beginning recording..." -msgstr "开始录音" +msgstr "开始录音..." #: record.php:69 #: record.php:97 msgid "Not on a call, so not beginning a recording" -msgstr "不在电话上,所以不能开始录音" +msgstr "未接通,所以不能开始录音" #: record.php:73 msgid "Begin the manual recording now..." -msgstr "启动手动录音" +msgstr "启动手动录音..." #: record.php:78 #: index.php:168 @@ -201,19 +202,19 @@ msgstr "开始录音" #: record.php:86 msgid "Stopping recording..." -msgstr "正在停止录音" +msgstr "正在停止录音..." #: record.php:90 msgid "Stop the manual recording now..." -msgstr "停止手动录音" +msgstr "停止手动录音..." #: rs_callback_interface2.php:66 msgid "Respondent Selection - Call back" -msgstr "" +msgstr "受访者选项 - 稍后再拨" #: rs_callback_interface2.php:80 msgid "You are: " -msgstr "" +msgstr "您是: " #: rs_callback_interface2.php:80 #, php-format @@ -222,7 +223,7 @@ msgstr "" #: rs_callback_interface2.php:87 msgid "Yes - Continue where we left off" -msgstr "" +msgstr "是的 - 继续上次调查" #: rs_callback_interface2.php:88 #: rs_project_intro.php:81 @@ -246,7 +247,7 @@ msgstr "结束电话:没有符合条件的调查对象(此号码无人接听 #: rs_project_intro.php:83 msgid "" "End call with outcome: Out of sample (already completed in another mode)" -msgstr "结束电话:样本已经采用其他方式访问" +msgstr "结束电话:样本用尽(样本已经采用其他方式访问完成)" #: appointment.php:69 msgid "Appointment error" @@ -255,7 +256,7 @@ msgstr "预约错误" #: appointment.php:70 msgid "" "You have not been assigned a case therefore cannot create an appointment" -msgstr "您没有被分配访问,所以不能进行预约" +msgstr "您没有被分配受访者,所以不能进行预约" #: appointment.php:109 msgid "Appointment made" @@ -263,23 +264,23 @@ msgstr "完成预约" #: appointment.php:124 msgid "Select a respondent" -msgstr "选择一个受访人" +msgstr "选择一个受访者" #: appointment.php:134 msgid "Create new respondent:" -msgstr "寻找新的受访人" +msgstr "寻找新的受访者:" #: appointment.php:137 msgid "Add this respondent" -msgstr "增加该受访人" +msgstr "增加该受访者" #: appointment.php:159 msgid "Select phone number:" -msgstr "选择电话号码" +msgstr "选择电话号码:" #: appointment.php:164 msgid "None" -msgstr "空" +msgstr "无" #: appointment.php:173 msgid "Add new phone number" @@ -287,7 +288,7 @@ msgstr "增加新电话号码" #: appointment.php:184 msgid "Add new phone number (with area code, eg 0398761234):" -msgstr "增加新电话号码(包括区号,如0398761234)" +msgstr "增加新电话号码(包括区号,如0398761234):" #: appointment.php:187 msgid "Add this phone number" @@ -295,7 +296,7 @@ msgstr "增加该电话号码" #: appointment.php:206 msgid "Appointment:" -msgstr "预约" +msgstr "预约:" #: appointment.php:208 msgid "Accept appointment from " @@ -315,15 +316,15 @@ msgstr "在" #: appointment.php:210 msgid "Appointment with myself only?" -msgstr "" +msgstr "只与我预约?" #: appointment.php:219 msgid "Schedule Appointment" -msgstr "" +msgstr "预约" #: calllist.php:56 msgid "Call List" -msgstr "电话清单" +msgstr "呼叫清单" #: calllist.php:80 msgid "No calls made" @@ -331,81 +332,81 @@ msgstr "没有打过电话" #: calllist.php:84 msgid "Number called" -msgstr "" +msgstr "已呼叫的号码" #: calllist.php:84 msgid "Operator" -msgstr "" +msgstr "电话调查员" #: calllist.php:88 #: project_info.php:82 msgid "No case" -msgstr "" +msgstr "无受访者" #: waitnextcase_interface2.php:54 msgid "Get a new case" -msgstr "" +msgstr "调取新访问" #: index.php:162 msgid "End" -msgstr "" +msgstr "结束" #: index.php:164 msgid "Call/Hangup" -msgstr "" +msgstr "呼叫/挂机" #: index.php:165 msgid "Supervisor" -msgstr "" +msgstr "调查督导员" #: index.php:170 msgid "Restart" -msgstr "" +msgstr "重新开始" #: index.php:228 msgid "Availability" -msgstr "" +msgstr "可选时间" #: index.php:298 msgid "Supervisor chat" -msgstr "" +msgstr "调查督导员聊天室" #: info.php:56 msgid "Information" -msgstr "" +msgstr "信息" #: supervisorchat.php:80 msgid "Me" -msgstr "" +msgstr "我" #: supervisorchat.php:82 msgid "Case id" -msgstr "" +msgstr "访问编号" #: supervisorchat.php:87 msgid "Supervisor is available" -msgstr "" +msgstr "调查督导员在线" #: supervisorchat.php:88 msgid "Supervisor not available" -msgstr "" +msgstr "调查督导员离开" #: supervisorchat.php:90 #: supervisorchat.php:93 msgid "Message" -msgstr "" +msgstr "留言" #: supervisorchat.php:90 msgid "Send" -msgstr "" +msgstr "发送" #: supervisorchat.php:93 msgid "From" -msgstr "" +msgstr "从" #: supervisorchat.php:96 msgid "Supervisor chat is not enabled" -msgstr "" +msgstr "调查督导员聊天室未启用" #: call_interface2.php:181 #: call_interface2.php:210 @@ -422,12 +423,12 @@ msgstr "" #: call.php:306 #: call.php:377 msgid "Call" -msgstr "" +msgstr "呼叫" #: call_interface2.php:302 #: call.php:265 msgid "Not on a call" -msgstr "" +msgstr "呼叫未接通" #: call_interface2.php:314 #: call_interface2.php:430 @@ -440,17 +441,17 @@ msgstr "" #: call.php:414 #: call.php:420 msgid "End case" -msgstr "" +msgstr "结束访问" #: call_interface2.php:339 #: call.php:302 msgid "Press the call button to dial the number for this appointment:" -msgstr "" +msgstr "拨打该预约电话请按呼叫键:" #: call_interface2.php:342 #: call.php:305 msgid "Number to call:" -msgstr "" +msgstr "呼叫号码:" #: call_interface2.php:346 #: call_interface2.php:417 @@ -459,427 +460,427 @@ msgstr "" 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 "" +msgstr "您的VoIP分机未启用。请关闭窗口并点击一下标有‘VoIP关闭’字样的红色按键以启用VoIP" #: call_interface2.php:407 #: call.php:370 msgid "Select phone number to dial:" -msgstr "" +msgstr "选择所拨电话号码:" #: call_interface2.php:422 #: call_interface2.php:456 #: call.php:385 #: call.php:419 msgid "The last call completed this call attempt" -msgstr "" +msgstr "上次呼叫完成了本次呼叫尝试" #: call_interface2.php:426 #: call_interface2.php:449 #: call.php:389 #: call.php:412 msgid "Enter a reason for this outcome before completing this case:" -msgstr "" +msgstr "完成本次访问前请输入此次结果的成因:" #: call_interface2.php:467 #: call.php:448 msgid "Requires coding" -msgstr "" +msgstr "需要区号" #: call_interface2.php:470 #: call.php:451 msgid "Assign outcome" -msgstr "" +msgstr "分派结果" #: call_interface2.php:474 #: call.php:455 msgid "Error: Close window" -msgstr "" +msgstr "错误:关闭窗口" #: call.php:427 msgid "Requesting call" -msgstr "" +msgstr "需要呼叫" #: call.php:428 #: call.php:435 msgid "Call Answered" -msgstr "" +msgstr "呼叫已接通" #: call.php:431 #: call.php:438 #: call.php:445 msgid "Hangup" -msgstr "" +msgstr "挂机" #: call.php:434 msgid "Ringing" -msgstr "" +msgstr "响铃" #: call.php:441 msgid "Answered" -msgstr "" +msgstr "接通" #: call.php:442 msgid "Not Answered" -msgstr "" +msgstr "未接通" #: selectextension.php:99 msgid "" "There are no extensions available, please contact the supervisor or click " "below to try again for an available extension" -msgstr "" +msgstr "现无可用分机,请联系调查督导员或点击下面的链接重试可用分机" #: selectextension.php:100 msgid "Try again" -msgstr "" +msgstr "重试" #: selectextension.php:104 msgid "Select extension" -msgstr "" +msgstr "选择分机" #: selectextension.php:105 msgid "" "Please select your extension from the list below then click on 'Choose " "extension'" -msgstr "" +msgstr "请从以下列表中选择您的分机并点击“选择分机”" #: selectextension.php:108 msgid "Extension" -msgstr "" +msgstr "分机" #: selectextension.php:110 msgid "Choose extension" -msgstr "" +msgstr "选择分机" #: endwork.php:45 msgid "End of work" -msgstr "" +msgstr "结束工作" #: endwork.php:49 msgid "You have been automatically logged out of work due to inactivity" -msgstr "" +msgstr "由于长时间未活动,您已自动登出系统。" #: endwork.php:52 msgid "Work has ended. That is it" -msgstr "" +msgstr "您的工作已结束。今天告一段落。" #: endwork.php:70 msgid "You have been unassigned from your extension" -msgstr "" +msgstr "您已注销分机" #: endwork.php:75 msgid "Go back to work" -msgstr "" +msgstr "返回工作" #: status_interface2.php:70 msgid "Status" -msgstr "" +msgstr "状态" #: status_interface2.php:79 msgid "Name" -msgstr "" +msgstr "姓名" #: status_interface2.php:225 #: status_interface2.php:228 msgid "No more numbers to call" -msgstr "" +msgstr "无可呼叫电话号码" #: rs_intro.php:65 #: rs_intro_interface2.php:65 msgid "Respondent Selection - Introduction" -msgstr "" +msgstr "受访者选项 - 中心介绍" #: rs_intro.php:117 #: rs_intro_interface2.php:117 msgid "Business number" -msgstr "" +msgstr "业务电话号码" #: rs_intro.php:118 #: rs_intro_interface2.php:118 msgid "Answering machine" -msgstr "" +msgstr "电话答录机" #: rs_intro.php:119 #: rs_intro_interface2.php:119 msgid "End call with outcome: No answer (ring out or busy) " -msgstr "" +msgstr "结束电话:无应答(无人接听或线路繁忙) " #: rs_intro.php:120 #: rs_intro_interface2.php:120 msgid "End call with outcome: Accidental hang up" -msgstr "" +msgstr "结束电话:掉线" #: rs_intro.php:121 #: rs_intro_interface2.php:121 msgid "End call with outcome: Refusal by unknown person" -msgstr "" +msgstr "结束电话:非受访者本人拒绝接受访问" #: rs_intro.php:123 #: rs_intro_interface2.php:123 msgid "" "End call with outcome: No eligible respondent (person never available on " "this number)" -msgstr "" +msgstr "结束电话:无合适的受访者(此电话号码联系人没时间参与调查)" #: rs_intro.php:124 #: rs_intro_interface2.php:124 msgid "" "End call with outcome: Non contact (person not currently available on this " "number: no appointment made)" -msgstr "" +msgstr "结束电话:无法联系(此电话号码联系人目前没空:没有进行预约)" #: shifts.php:57 msgid "Shift List" -msgstr "" +msgstr "时区转换列表" #: shifts.php:80 msgid "No shifts for this project" -msgstr "" +msgstr "该项目无时区转换" #: shifts.php:82 #: shifts.php:103 msgid "Start" -msgstr "" +msgstr "开始" #: shifts.php:101 msgid "No future shifts scheduled" -msgstr "" +msgstr "无时区转换时刻表" #: shifts.php:103 #: nocaseavailable.php:138 msgid "Questionnaire" -msgstr "" +msgstr "问卷" #: rs_project_end_interface2.php:62 msgid "Respondent Selection - Project end" -msgstr "" +msgstr "受访者选项 - 项目结束" #: rs_project_end_interface2.php:80 msgid "Call automatically ended with outcome: Complete - End case" -msgstr "" +msgstr "自动结束电话:完成 - 结束访问" #: rs_project_end_interface2.php:85 msgid "End call with outcome: Complete" -msgstr "" +msgstr "结束电话:完成" #: contactdetails.php:90 #: contactdetails.php:128 #: respondent.php:94 #: respondent.php:132 msgid "Add respondent" -msgstr "" +msgstr "添加受访者" #: contactdetails.php:92 #: respondent.php:96 msgid "Go back" -msgstr "" +msgstr "返回" #: contactdetails.php:98 #: respondent.php:102 msgid "Case id:" -msgstr "" +msgstr "访问编号:" #: contactdetails.php:99 #: respondent.php:103 msgid "Respondent:" -msgstr "" +msgstr "受访者:" #: contactdetails.php:163 #: respondent.php:171 msgid "Var" -msgstr "" +msgstr "变量" #: contactdetails.php:163 #: respondent.php:171 msgid "Value" -msgstr "" +msgstr "值" #: availability.php:123 msgid "" "Select groups to limit availability (Selecting none means always available)" -msgstr "" +msgstr "选择分组以限定可选时间(不选表示随时都可以)" #: availability.php:143 msgid "Availability groups not defined for this questionnaire" -msgstr "" +msgstr "本次调查问卷未定义可选时间分组" #: respondent.php:70 msgid "Respondent Selector" -msgstr "" +msgstr "受访者选项" #: respondent.php:167 msgid "Show details" -msgstr "" +msgstr "显示具体信息" #: nocaseavailable.php:63 msgid "No case available" -msgstr "" +msgstr "无可用访问" #: nocaseavailable.php:68 msgid "There is no case currently available" -msgstr "" +msgstr "当前无可用访问" #: nocaseavailable.php:69 msgid "Reasons:" -msgstr "" +msgstr "原因:" #: nocaseavailable.php:80 #: nocaseavailable.php:91 msgid "Enabled" -msgstr "" +msgstr "已启用" #: nocaseavailable.php:80 msgid "Disabled" -msgstr "" +msgstr "未启用" #: nocaseavailable.php:88 msgid "Assigned questionnaires:" -msgstr "" +msgstr "被分派的问卷是:" #: nocaseavailable.php:91 #: nocaseavailable.php:113 msgid "ID" -msgstr "" +msgstr "序号" #: nocaseavailable.php:91 #: nocaseavailable.php:113 msgid "Description" -msgstr "" +msgstr "描述" #: nocaseavailable.php:94 msgid "ERROR: No questionnaires assigned to you" -msgstr "" +msgstr "错误:您未被分派问卷" #: nocaseavailable.php:110 msgid "Assigned samples:" -msgstr "" +msgstr "被分派的样本是:" #: nocaseavailable.php:113 msgid "Sample" -msgstr "" +msgstr "样本" #: nocaseavailable.php:116 msgid "ERROR: No samples assigned to the questionnaires" -msgstr "" +msgstr "错误:问卷未分派样本" #: nocaseavailable.php:135 msgid "Current shifts available:" -msgstr "" +msgstr "当前可用时区转换:" #: nocaseavailable.php:138 msgid "Shift start" -msgstr "" +msgstr "开始时区转换" #: nocaseavailable.php:138 msgid "Shift end" -msgstr "" +msgstr "时区转换结束" #: nocaseavailable.php:141 msgid "ERROR: No shifts at this time" -msgstr "" +msgstr "错误:当前无时区转换" #: nocaseavailable.php:161 msgid "Call restrictions:" -msgstr "" +msgstr "呼叫限制:" #: nocaseavailable.php:165 msgid "" "ERROR: There are no cases available that fall within call restrictions" -msgstr "" +msgstr "错误:呼叫限制内无可用访问" #: nocaseavailable.php:169 msgid "There are " -msgstr "" +msgstr "有 " #: nocaseavailable.php:169 msgid " unassigned case(s) available within the specified call restrictions" -msgstr "" +msgstr " 特定呼叫限制内可用的未分派访问" #: nocaseavailable.php:175 msgid "Limesurvey links:" -msgstr "" +msgstr "Limesurvey连接:" #: nocaseavailable.php:195 msgid "ERROR: No tokens table defined for LimeSurvey questionnaire" -msgstr "" +msgstr "错误:Limesurvey问卷无定义的验证码表" #: nocaseavailable.php:195 msgid "from questionnaire:" -msgstr "" +msgstr "取自问卷:" #: nocaseavailable.php:197 msgid "Tokens table exists for Limesurvey questionnaire:" -msgstr "" +msgstr "Limesurvey问卷存在验证码表:" #: nocaseavailable.php:202 msgid "ERROR: Cannot find questionnaires with LimeSurvey ID's" -msgstr "" +msgstr "错误:无法使用Limesurvey序号找到问卷" #: nocaseavailable.php:221 msgid "ERROR: Quota reached for this question" -msgstr "" +msgstr "错误:该问题达到指标" #: nocaseavailable.php:241 msgid "POSSIBLE ERROR: Row quota reached for this question" -msgstr "" +msgstr "可能错误:该问题达到行指标" #: casenote.php:56 msgid "Case Notes" -msgstr "" +msgstr "访问备注" #: casenote.php:66 #: casenote.php:105 msgid "Add note" -msgstr "" +msgstr "添加备注" #: casenote.php:108 msgid "No notes" -msgstr "" +msgstr "无备注" #: casenote.php:110 msgid "Note" -msgstr "" +msgstr "备注" #: performance.php:77 msgid "This shift" -msgstr "" +msgstr "该时区转换" #: performance.php:78 #: performance.php:85 msgid "Completions" -msgstr "" +msgstr "完成调查数" #: performance.php:78 #: performance.php:85 msgid "Completions per hour" -msgstr "" +msgstr "每小时完成调查数" #: performance.php:84 msgid "This project" -msgstr "" +msgstr "本次调查项目" #: status.php:95 msgid "VoIP On" -msgstr "" +msgstr "VoIP启用" #: status.php:97 msgid "VoIP Off" -msgstr "" +msgstr "VoIP关闭" #: status.php:102 msgid "No VoIP" -msgstr "" +msgstr "无VoIP" #: status.php:106 msgid "No call" -msgstr "" +msgstr "无呼叫" #: status.php:110 msgid "To be coded" -msgstr "" +msgstr "待编码" #: status.php:114 msgid "Requesting" -msgstr "" +msgstr "通话中" #: status.php:130 msgid "APPT" @@ -887,57 +888,57 @@ msgstr "" #: status.php:131 msgid "MISSED" -msgstr "" +msgstr "掉线" #: rs_project_end.php:88 msgid "Call automatically ended with outcome: Complete" -msgstr "" +msgstr "自动结束电话:完成" #: nocallavailable.php:80 msgid "No call available" -msgstr "" +msgstr "无可用呼叫" #: nocallavailable.php:83 msgid "Please click on:" -msgstr "" +msgstr "请点击:" #: nocallavailable.php:83 msgid "to display call script" -msgstr "" +msgstr "显示呼叫脚本" #: nocallavailable.php:177 msgid "Will dial in" -msgstr "" +msgstr "将拨入" #: nocallavailable.php:178 msgid "Dialling now" -msgstr "" +msgstr "正在拨号" #: nocallavailable.php:184 msgid "Will end case in" -msgstr "" +msgstr "将结束访问" #: nocallavailable.php:185 msgid "Ending case now" -msgstr "" +msgstr "正在结束访问" #: nocallavailable.php:203 msgid "seconds" -msgstr "" +msgstr "秒" #: nocallavailable.php:216 msgid "" "Your VoIP extension is not active. Please activate VoIP by clicking once on " "the red button that says 'VoIP Off'" -msgstr "" +msgstr "您的VoIP分机未启动。请点击一次注有“VoIP关闭”的红色按钮以启动VoIP" #: nocallavailable.php:222 msgid "Auto dialling unavailable as VoIP is not enabled" -msgstr "" +msgstr "自动拨号不可用,VoIP未启用该功能" #: nocallavailable.php:228 msgid "Auto dialling unavailable as you are already on a call" -msgstr "" +msgstr "自动拨号不可用,您已经连线中" #: referral.php:167 msgid "Generated referral to case id" @@ -958,7 +959,7 @@ msgstr "" #: referral.php:189 msgid "You must supply a primary phone number" -msgstr "" +msgstr "您必须提供一个主电话号码" #: referral.php:209 #: referral.php:243 @@ -975,144 +976,144 @@ msgstr "" #: rs_quota_end.php:61 msgid "Respondent Selection - Project Quota End" -msgstr "" +msgstr "受访者选项 - 项目配额结束" #: rs_quota_end.php:72 #: rs_quota_end.php:78 msgid "End call with outcome: Quota filled" -msgstr "" +msgstr "结束电话:配额已满" #: email.php:241 msgid "Self completion invitation sent via email to" -msgstr "" +msgstr "邮件发送自助完成问卷的邀请给" #: email.php:295 msgid "The email did not send" -msgstr "" +msgstr "邮件未发送" #: email.php:300 msgid "The email address is not valid" -msgstr "" +msgstr "邮件地址无效" #: email.php:329 msgid "Email respondent for self completion" -msgstr "" +msgstr "发邮件请受访员参与自助问卷调查" #: email.php:337 msgid "First name" -msgstr "" +msgstr "名" #: email.php:338 msgid "Last name" -msgstr "" +msgstr "姓" #: email.php:342 msgid "Send invitation" -msgstr "" +msgstr "发送邀请" #: email.php:344 msgid "Send invitation and Hang up" -msgstr "" +msgstr "发送邀请并挂机" #: email.php:348 msgid "Self completion email not available for this questionnaire" -msgstr "" +msgstr "本次调查问卷未预备自助完成问卷邮件" #: appointmentlist.php:56 msgid "Appointment List" -msgstr "" +msgstr "预约列表" #: appointmentlist.php:70 msgid "Not yet called" -msgstr "" +msgstr "尚未呼叫" #: appointmentlist.php:70 msgid "Any operator" -msgstr "" +msgstr "任何电话调查员" #: appointmentlist.php:83 msgid "No appointments made" -msgstr "" +msgstr "无预约" #: appointmentlist.php:85 msgid "No future appointments scheduled" -msgstr "" +msgstr "无预约时刻表" #: appointmentlist.php:90 msgid "Appointment with" -msgstr "" +msgstr "预约" #: supervisor.php:61 msgid "Please wait till you have ended this call to call the supervisor" -msgstr "" +msgstr "请您切断本次呼叫后,再呼叫调查督导员" #: supervisor.php:105 msgid "You may now close this window" -msgstr "" +msgstr "您现在可以关闭此窗口" #: supervisor.php:110 msgid "Calling the supervisor, you may close this window" -msgstr "" +msgstr "您可以关闭此窗口后呼叫调查督导员" #: supervisor.php:115 msgid "" "Click here to call the supervisor's phone. Otherwise close this window" -msgstr "" +msgstr "点击该链接呼叫调查督导员,或关闭此窗口" #: supervisor.php:116 msgid "Hangup when calling the supervisor" -msgstr "" +msgstr "呼叫调查督导员时请挂机" #: supervisor.php:121 msgid "Try calling the supervisor" -msgstr "" +msgstr "呼叫调查督导员" #: supervisor.php:128 msgid "" "Please wait for this call to answer before attempting to call the supervisor" -msgstr "" +msgstr "呼叫调查督导员前,请等待本次呼叫应答" #: admin/systemsort.php:75 #: admin/systemsort.php:98 #: admin/systemsort.php:99 msgid "Monitor system wide case sorting" -msgstr "" +msgstr "监控系统大规模访问排序" #: admin/systemsort.php:77 msgid "Running process:" -msgstr "" +msgstr "运行进程:" #: admin/systemsort.php:81 msgid "Kill signal sent: Please wait..." -msgstr "" +msgstr "终止信号发送:请等待..." #: admin/systemsort.php:82 msgid "" "Process is already closed (eg. server was rebooted) - click here to confirm" -msgstr "" +msgstr "进程已关闭(例如:服务器重启) - 点击确认" #: admin/systemsort.php:86 msgid "Kill the running process" -msgstr "" +msgstr "终止运行进程" #: admin/systemsort.php:92 #: admin/systemsort.php:106 msgid "Log id" -msgstr "" +msgstr "登录编号" #: admin/systemsort.php:92 #: admin/systemsort.php:106 msgid "Date" -msgstr "" +msgstr "日期" #: admin/systemsort.php:92 #: admin/systemsort.php:106 msgid "Log entry" -msgstr "" +msgstr "登录" #: admin/systemsort.php:100 msgid "Click here to enable and begin system wide case sorting" -msgstr "" +msgstr "点击启动并开始系统大规模访问排序" #: admin/systemsort.php:101 msgid "" @@ -1123,40 +1124,43 @@ msgid "" "complex quotas in place. If you are not experiencing any performance " "problems, it is not recommended to use this feature." msgstr "" +"系统大规模访问排序定期(使用SYSTEM_SORT_MINUTES配置指令)进行系统范围内的大规模访问排序, " +"而不是在每次电话调查员请求一个新访问的时候寻找最合适的访问。这样可以在有大量访问或复杂配额的时候提高效率。如果您没有任何访问效率方面的问题,我们不推荐您使" +"用该功能。" #: admin/systemsort.php:102 msgid "Outcome of last process run (if any)" -msgstr "" +msgstr "最近的进程运行结果(如果有的话)" #: admin/callhistory.php:80 #: admin/callhistory.php:109 #: admin/callhistory.php:117 msgid "Call History List" -msgstr "" +msgstr "呼叫历史列表" #: admin/callhistory.php:96 #: admin/callhistory.php:111 msgid "Date/Time call start" -msgstr "" +msgstr "日期/时间呼叫开始" #: admin/callhistory.php:96 #: admin/callhistory.php:111 msgid "Time end" -msgstr "" +msgstr "时间结束" #: admin/callhistory.php:110 msgid "Download Call History List" -msgstr "" +msgstr "下载呼叫历史列表" #: admin/clientquestionnaire.php:150 #: admin/clientquestionnaire.php:271 msgid "Assign clients to questionnaires" -msgstr "" +msgstr "给项目分派客户" #: admin/quotareport.php:109 #: admin/index.php:80 msgid "Quota report" -msgstr "" +msgstr "配额报表" #: admin/quotareport.php:111 #: admin/quota.php:110 @@ -1164,179 +1168,179 @@ msgstr "" #: admin/questionnaireavailability.php:94 #: admin/outcomes.php:80 msgid "Select a questionnaire from the list below" -msgstr "" +msgstr "从下列列表中选择一张问卷" #: admin/quotareport.php:118 #: admin/quota.php:123 #: admin/samplesearch.php:84 msgid "Select a sample from the list below" -msgstr "" +msgstr "从下列列表中选择一批样本" #: admin/quotareport.php:178 msgid "Total sample" -msgstr "" +msgstr "样本总量" #: admin/quotareport.php:233 #: admin/quotareport.php:240 msgid "closed" -msgstr "" +msgstr "已关闭" #: admin/quotareport.php:235 #: admin/quotareport.php:242 msgid "open" -msgstr "" +msgstr "开启" #: admin/quotareport.php:284 msgid "Strata" -msgstr "" +msgstr "阶层" #: admin/quotareport.php:284 msgid "Quota" -msgstr "" +msgstr "配额" #: admin/quotareport.php:284 msgid "Sample Used" -msgstr "" +msgstr "样本已使用" #: admin/quotareport.php:284 msgid "Sample Remaining" -msgstr "" +msgstr "样本存留" #: admin/quotareport.php:284 msgid "% Complete" -msgstr "" +msgstr "% 完成" #: admin/quotareport.php:284 msgid "Set priority" -msgstr "" +msgstr "设置优先级" #: admin/quotareport.php:284 msgid "Auto prioritise" -msgstr "" +msgstr "自动优先级" #: admin/quotareport.php:285 msgid "Update priorities" -msgstr "" +msgstr "更新优先级" #: admin/import.php:51 msgid "Import: Validating and uploading" -msgstr "" +msgstr "导入:验证并上传" #: admin/import.php:67 msgid "Successfully imported file" -msgstr "" +msgstr "成功导入文件" #: admin/import.php:71 msgid "Error importing file. Please try again" -msgstr "" +msgstr "错误的导入文件。请重试" #: admin/import.php:75 msgid "Error:" -msgstr "" +msgstr "错误:" #: admin/import.php:75 msgid "Please go back in your browser and fix the problem" -msgstr "" +msgstr "请回到您的浏览器修正问题" #: admin/import.php:87 msgid "Import: Select columns to import" -msgstr "" +msgstr "导入:选择要导入的列" #: admin/import.php:112 msgid "Import: Select file to upload" -msgstr "" +msgstr "导入:选择文件上传" #: admin/import.php:117 msgid "Choose the CSV sample file to upload:" -msgstr "" +msgstr "选择要上传的CSV样本文件:" #: admin/import.php:118 msgid "Description for file:" -msgstr "" +msgstr "文件描述:" #: admin/import.php:119 #: admin/assignsample.php:227 msgid "Add sample" -msgstr "" +msgstr "添加样本" #: admin/systemsortprocess.php:91 msgid "Sorting cases process starting" -msgstr "" +msgstr "访问排序程序开始" #: admin/systemsortprocess.php:100 msgid "Sorting cases" -msgstr "" +msgstr "访问排序" #: admin/systemsortprocess.php:130 #: admin/systemsortprocess.php:142 #: admin/systemsortprocess.php:168 #: admin/systemsortprocess.php:180 msgid "System automatically closed case as not closed for more than 24 hours" -msgstr "" +msgstr "由于访问24小时以上未被关闭,系统自动关闭该访问" #: admin/systemsortprocess.php:293 msgid "Completed sort" -msgstr "" +msgstr "完成排序" #: admin/systemsortprocess.php:293 #: admin/systemsortprocess.php:295 msgid "This task took" -msgstr "" +msgstr "本次任务需要" #: admin/systemsortprocess.php:295 msgid "Failed to complete sort" -msgstr "" +msgstr "排序未完成" #: admin/displayappointments.php:149 msgid "Now modify case outcome" -msgstr "" +msgstr "现在修改访问结果" #: admin/displayappointments.php:151 msgid "" "The appointment has been deleted. Now you must modify the case outcome" -msgstr "" +msgstr "预约已删除。现在您必须修改访问结果" #: admin/displayappointments.php:152 msgid "Modify case outcome" -msgstr "" +msgstr "修改访问结果" #: admin/displayappointments.php:159 #: admin/displayappointments.php:212 msgid "Edit appointment" -msgstr "" +msgstr "编辑预约" #: admin/displayappointments.php:185 msgid "Contact phone" -msgstr "" +msgstr "联系电话" #: admin/displayappointments.php:193 msgid "Start time" -msgstr "" +msgstr "开始时间" #: admin/displayappointments.php:194 msgid "End time" -msgstr "" +msgstr "结束时间" #: admin/displayappointments.php:215 msgid "Cancel edit" -msgstr "" +msgstr "取消编辑" #: admin/displayappointments.php:216 msgid "Delete this appointment" -msgstr "" +msgstr "删除该预约" #: admin/displayappointments.php:225 msgid "Display Appointments" -msgstr "" +msgstr "显示预约" #: admin/displayappointments.php:227 msgid "All appointments (with times displayed in your time zone)" -msgstr "" +msgstr "所有预约(按您的时区显示时间)" #: admin/displayappointments.php:229 #: admin/displayappointments.php:243 msgid "Delete" -msgstr "" +msgstr "删除" #: admin/displayappointments.php:229 #: admin/displayappointments.php:243 @@ -1346,394 +1350,394 @@ msgstr "" #: admin/assignsample.php:184 #: admin/assignsample.php:193 msgid "Edit" -msgstr "" +msgstr "编辑" #: admin/displayappointments.php:243 msgid "Operator Name" -msgstr "" +msgstr "电话调查员姓名" #: admin/displayappointments.php:243 msgid "Respondent Name" -msgstr "" +msgstr "受访者姓名" #: admin/displayappointments.php:243 msgid "Surname" -msgstr "" +msgstr "姓" #: admin/displayappointments.php:243 msgid "Current outcome" -msgstr "" +msgstr "当前结果" #: admin/displayappointments.php:243 msgid "Operator who called" -msgstr "" +msgstr "拨打过电话的电话调查员" #: admin/displayappointments.php:246 msgid "No appointments in the future" -msgstr "" +msgstr "未来无预约" #: admin/quota.php:109 #: admin/index.php:62 #: admin/index.php:63 msgid "Quota management" -msgstr "" +msgstr "配额管理" #: admin/quota.php:134 msgid "Current quotas (click to delete)" -msgstr "" +msgstr "当前配额(点击删除)" #: admin/quota.php:146 msgid "Currently no quotas" -msgstr "" +msgstr "当前无配额" #: admin/quota.php:152 msgid "Stop calling this sample when:" -msgstr "" +msgstr "以下情况发生时停止呼叫该样本:" #: admin/quota.php:152 msgid "for" -msgstr "" +msgstr "给" #: admin/quota.php:152 msgid "completions" -msgstr "" +msgstr "完成" #: admin/quota.php:155 msgid "Quota reached" -msgstr "" +msgstr "达到配额" #: admin/quota.php:157 msgid "Quota not yet reached" -msgstr "" +msgstr "配额尚未达到" #: admin/quota.php:159 msgid "Current completions: " -msgstr "" +msgstr "当前完成: " #: admin/quota.php:167 msgid "Select a question for the quota" -msgstr "" +msgstr "给配额选择一个问卷" #: admin/quota.php:192 msgid "Enter the details for creating the quota:" -msgstr "" +msgstr "输入详细信息以创建配额:" #: admin/quota.php:193 msgid "Pre defined values for this question:" -msgstr "" +msgstr "该问卷预先定义值:" #: admin/quota.php:205 msgid "No labels defined for this question" -msgstr "" +msgstr "该问卷尚未定义标题" #: admin/quota.php:207 msgid "Code value" -msgstr "" +msgstr "编码值" #: admin/quota.php:213 msgid "The code value to compare" -msgstr "" +msgstr "要比较的编码值" #: admin/quota.php:214 msgid "The type of comparison" -msgstr "" +msgstr "比较类型" #: admin/quota.php:215 msgid "The number of completions to stop calling at" -msgstr "" +msgstr "停止呼叫的已完成数量" #: admin/quota.php:219 msgid "Add quota" -msgstr "" +msgstr "添加配额" #: admin/operatorskill.php:149 msgid "Assign operators to Skills" -msgstr "" +msgstr "给电话调查员分派职能" #: admin/operatorskill.php:151 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 "" +msgstr "给每位电话调查员设置哪种类型的访问有效。请注意,所有电话调查员都有权给访问分派所有可能的结果。这限定了哪些访问会被分派给哪位电话调查员。" #: admin/operatorskill.php:272 #: admin/index.php:70 msgid "Modify operator skills" -msgstr "" +msgstr "修改电话调查员职能" #: admin/operatorperformance.php:66 msgid "Operator Performance" -msgstr "" +msgstr "电话调查员绩效" #: admin/operatorperformance.php:73 #: admin/shiftreport.php:65 msgid "Please select a questionnaire" -msgstr "" +msgstr "请选择一个问卷" #: admin/operatorperformance.php:81 #: admin/operatorperformance.php:104 msgid "Calls" -msgstr "" +msgstr "呼叫" #: admin/operatorperformance.php:81 #: admin/operatorperformance.php:104 msgid "Total time" -msgstr "" +msgstr "总时间" #: admin/operatorperformance.php:81 #: admin/operatorperformance.php:104 msgid "Call time" -msgstr "" +msgstr "呼叫时间" #: admin/operatorperformance.php:81 #: admin/operatorperformance.php:104 msgid "Completions p/h" -msgstr "" +msgstr "完成数 人/小时" #: admin/operatorperformance.php:81 #: admin/operatorperformance.php:104 msgid "Calls p/h" -msgstr "" +msgstr "呼叫数 人/小时" #: admin/operatorperformance.php:81 #: admin/operatorperformance.php:104 msgid "Effectiveness" -msgstr "" +msgstr "有效时间" #: admin/operatorperformance.php:88 msgid "till" -msgstr "" +msgstr "直到" #: admin/operatorperformance.php:96 #: admin/shiftreport.php:72 msgid "Please select a shift" -msgstr "" +msgstr "请选择一个时区转换" #: admin/availabilitygroup.php:70 #: admin/availabilitygroup.php:112 msgid "Availability groups" -msgstr "" +msgstr "可用组" #: admin/availabilitygroup.php:107 #: admin/availabilitygroup.php:119 msgid "Modify" -msgstr "" +msgstr "修改" #: admin/availabilitygroup.php:114 msgid "" "Availability groups define periods of time of respondent availability." -msgstr "" +msgstr "可用组定义了受访者的可接受访问时间。" #: admin/availabilitygroup.php:117 msgid "No availability groups" -msgstr "" +msgstr "无有效组" #: admin/availabilitygroup.php:119 msgid "Availablity group" -msgstr "" +msgstr "有效组" #: admin/availabilitygroup.php:123 #: admin/availabilitygroup.php:127 msgid "Add availability group" -msgstr "" +msgstr "添加有效组" #: admin/availabilitygroup.php:126 msgid "Availability group name" -msgstr "" +msgstr "可用组名" #: admin/shiftreport.php:61 #: admin/index.php:95 msgid "Shift reports" -msgstr "" +msgstr "时区转换报告" #: admin/shiftreport.php:92 msgid "Reports for this shift" -msgstr "" +msgstr "该转换报告" #: admin/shiftreport.php:104 msgid "Report" -msgstr "" +msgstr "报告" #: admin/shiftreport.php:107 msgid "Create new report for this shift" -msgstr "" +msgstr "给该转换创建新报告" #: admin/shiftreport.php:113 msgid "Enter report for this shift" -msgstr "" +msgstr "给该转换输入报告" #: admin/shiftreport.php:117 msgid "Add report" -msgstr "" +msgstr "添加报告" #: admin/shiftreport.php:153 msgid "This report does not exist in the database" -msgstr "" +msgstr "该报告在数据库中不存在" #: admin/shiftreport.php:158 msgid "Edit report for this shift" -msgstr "" +msgstr "给该转换编辑报告" #: admin/shiftreport.php:163 msgid "Modify report" -msgstr "" +msgstr "修改报告" #: admin/index.php:46 msgid "Administrative Tools" -msgstr "" +msgstr "管理工具" #: admin/index.php:50 msgid "Questionnaire creation and management" -msgstr "" +msgstr "问卷创建及管理" #: admin/index.php:51 msgid "Create an instrument in Limesurvey" -msgstr "" +msgstr "在LimeSurvey中创建提示语:" #: admin/index.php:52 msgid "Create a new questionnaire" -msgstr "" +msgstr "创建新问卷" #: admin/index.php:53 msgid "Questionnaire management" -msgstr "" +msgstr "问卷管理" #: admin/index.php:54 msgid "Administer instruments with Limesurvey" -msgstr "" +msgstr "用LimeSurvey管理提示" #: admin/index.php:56 msgid "Sample/List management" -msgstr "" +msgstr "样本/列表管理" #: admin/index.php:57 msgid "Import a sample file (in CSV form)" -msgstr "" +msgstr "导入样本文件(CSV格式)" #: admin/index.php:58 msgid "Sample management" -msgstr "" +msgstr "样本管理" #: admin/index.php:59 msgid "Assign samples to questionnaires" -msgstr "" +msgstr "给问卷分派样本" #: admin/index.php:60 msgid "Set values in questionnaire to pre fill" -msgstr "" +msgstr "问卷预设值" #: admin/index.php:64 msgid "Quota row management" -msgstr "" +msgstr "配额行管理" #: admin/index.php:66 #: admin/index.php:68 #: admin/index.php:111 msgid "Operator management" -msgstr "" +msgstr "电话调查员管理" #: admin/index.php:67 msgid "Add operators to the system" -msgstr "" +msgstr "在系统中添加电话调查员" #: admin/index.php:69 msgid "Assign operators to questionnaires" -msgstr "" +msgstr "给问卷分派电话调查员" #: admin/index.php:72 msgid "Availability and shift management" -msgstr "" +msgstr "有效时间及时区转换管理" #: admin/index.php:73 msgid "Manage availablity groups" -msgstr "" +msgstr "管理可用组" #: admin/index.php:74 msgid "Assign availabilities to questionnaires" -msgstr "" +msgstr "给问卷分派有效时间" #: admin/index.php:75 msgid "Shift management (add/remove)" -msgstr "" +msgstr "时区转换管理(添加/移除)" #: admin/index.php:77 msgid "Questionnaire progress" -msgstr "" +msgstr "问卷进度" #: admin/index.php:78 msgid "Display all future appointments" -msgstr "" +msgstr "显示全部未来预约" #: admin/index.php:79 msgid "Sample call attempts report" -msgstr "" +msgstr "样本呼叫尝试报告" #: admin/index.php:81 msgid "Questionnaire outcomes" -msgstr "" +msgstr "问卷结果" #: admin/index.php:82 msgid "Data output" -msgstr "" +msgstr "数据输出" #: admin/index.php:85 #: admin/outcomes.php:297 msgid "Operator performance" -msgstr "" +msgstr "电话调查员绩效" #: admin/index.php:87 msgid "Client management" -msgstr "" +msgstr "客户管理" #: admin/index.php:88 msgid "Add clients to the system" -msgstr "" +msgstr "在系统中添加客户" #: admin/index.php:91 msgid "Supervisor functions" -msgstr "" +msgstr "调查督导员功能" #: admin/index.php:92 msgid "Assign outcomes to cases" -msgstr "" +msgstr "给访问分派结果" #: admin/index.php:93 msgid "Search the sample" -msgstr "" +msgstr "查询样本" #: admin/index.php:96 msgid "Case status and assignment" -msgstr "" +msgstr "访问状态及分派" #: admin/index.php:97 msgid "Bulk appointment generator" -msgstr "" +msgstr "批量预约生成器" #: admin/index.php:99 msgid "System settings" -msgstr "" +msgstr "系统设置" #: admin/index.php:100 msgid "Set default timezone list" -msgstr "" +msgstr "设置默认时区列表" #: admin/index.php:101 msgid "Set default shift times" -msgstr "" +msgstr "设置默认转换时间" #: admin/index.php:102 msgid "Set call restriction times" -msgstr "" +msgstr "设置呼叫限定时间" #: admin/index.php:103 #: admin/centreinfo.php:62 msgid "Set centre information" -msgstr "" +msgstr "设置中心信息" #: admin/index.php:105 msgid "Start and monitor system wide case sorting" -msgstr "" +msgstr "开始并监控系统大规模访问排序" #: admin/index.php:109 msgid "VoIP" @@ -1741,126 +1745,126 @@ msgstr "" #: admin/index.php:110 msgid "Start and monitor VoIP" -msgstr "" +msgstr "启动并监控VoIP" #: admin/index.php:112 msgid "Extension status" -msgstr "" +msgstr "分机状态" #: admin/assignsample.php:115 #: admin/assignsample.php:170 msgid "Assign Sample: Select sample to assign" -msgstr "" +msgstr "分派样本:选择要分派的样本" #: admin/assignsample.php:131 msgid "Edit sample details" -msgstr "" +msgstr "编辑样本详细信息" #: admin/assignsample.php:143 #: admin/assignsample.php:222 msgid "Max calls (0 for unlimited)" -msgstr "" +msgstr "最多呼叫次数(0表示无限制)" #: admin/assignsample.php:144 #: admin/assignsample.php:223 msgid "Max call attempts (0 for unlimited)" -msgstr "" +msgstr "最多呼叫尝试(0表示无限制)" #: admin/assignsample.php:145 #: admin/assignsample.php:224 msgid "Number of answering machine messages to leave per case (0 for never)" -msgstr "" +msgstr "每个访问电话答录机的留言数量(0表示从不留言)" #: admin/assignsample.php:146 #: admin/assignsample.php:225 msgid "Select from sample randomly? (otherwise sequentially)" -msgstr "" +msgstr "从样本中随机选择?(否则按顺序选择)" #: admin/assignsample.php:177 msgid "Samples selected for this questionnaire" -msgstr "" +msgstr "该问卷选择的样本" #: admin/assignsample.php:180 #: admin/assignsample.php:181 msgid "Unlimited" -msgstr "" +msgstr "无限制" #: admin/assignsample.php:182 msgid "Sequential" -msgstr "" +msgstr "按顺序" #: admin/assignsample.php:182 msgid "Random" -msgstr "" +msgstr "随机" #: admin/assignsample.php:183 msgid "Never" -msgstr "" +msgstr "从不" #: admin/assignsample.php:185 #: admin/questionnaireavailability.php:117 msgid "Click to unassign" -msgstr "" +msgstr "点击解除分派" #: admin/assignsample.php:193 msgid "Max calls" -msgstr "" +msgstr "最多呼叫数" #: admin/assignsample.php:193 msgid "Max call attempts" -msgstr "" +msgstr "最多呼叫尝试数" #: admin/assignsample.php:193 msgid "Answering machine messages" -msgstr "" +msgstr "电话答录机留言" #: admin/assignsample.php:193 msgid "Selection type" -msgstr "" +msgstr "选项类型" #: admin/assignsample.php:193 msgid "Unassign sample" -msgstr "" +msgstr "尚未分派样本" #: admin/assignsample.php:195 msgid "No samples selected for this questionnaire" -msgstr "" +msgstr "该问卷未选择样本" #: admin/assignsample.php:209 msgid "Add a sample to this questionnaire:" -msgstr "" +msgstr "给该问卷添加样本:" #: admin/assignsample.php:212 msgid "Select sample:" -msgstr "" +msgstr "选择样本:" #: admin/centreinfo.php:66 msgid "Set centre information: " -msgstr "" +msgstr "设置中心信息: " #: admin/centreinfo.php:67 msgid "Update centre information" -msgstr "" +msgstr "更新中心信息" #: admin/questionnaireavailability.php:93 msgid "Assign availability group to questionnaire" -msgstr "" +msgstr "给问卷分派有效组" #: admin/questionnaireavailability.php:110 msgid "There are no availability groups selected for this questionnaire" -msgstr "" +msgstr "该问卷没有选择有效组" #: admin/questionnaireavailability.php:114 msgid "Availability groups selected for this questionnaire" -msgstr "" +msgstr "该问卷选择的有效组" #: admin/questionnaireavailability.php:132 msgid "Add an availability group to this questionnaire:" -msgstr "" +msgstr "给该问卷添加有效组:" #: admin/questionnaireavailability.php:135 msgid "Select availability group:" -msgstr "" +msgstr "选择有效组:" #: admin/supervisorchat.php:63 msgid "" @@ -1868,50 +1872,52 @@ msgid "" "is a BOSH enabled XMPP/Jabber server. The operators and the supervisor will " "need XMPP/Jabber accounts." msgstr "" +"允许电话调查员使用XMPP(Jabber)与督导员谈话。需要一个启动BOSH的XMPP/Jabber服务器。电话调查员和督导员需要XMPP/Jabber账" +"户。" #: admin/supervisorchat.php:73 msgid "Enable supervisor chat?" -msgstr "" +msgstr "启用督导员聊天室?" #: admin/supervisorchat.php:74 msgid "Set BOSH URL" -msgstr "" +msgstr "设置BOSH链接" #: admin/supervisorchat.php:75 msgid "Supervisor XMPP/Jabber id" -msgstr "" +msgstr "调查督导员XMPP/Jabber账号" #: admin/supervisorchat.php:76 msgid "Update" -msgstr "" +msgstr "更新" #: admin/samplesearch.php:83 msgid "Search sample" -msgstr "" +msgstr "查询样本" #: admin/samplesearch.php:100 msgid "No cases yet assigned: Delete this sample record" -msgstr "" +msgstr "尚未分派访问:删除该样本记录" #: admin/samplesearch.php:100 msgid "Assigned to questionnaire: " -msgstr "" +msgstr "分派给问卷: " #: admin/samplesearch.php:110 msgid "No records in this sample match this search criteria" -msgstr "" +msgstr "样本中无记录符合本次查询条件" #: admin/samplesearch.php:121 msgid "Sample id" -msgstr "" +msgstr "样本编号" #: admin/samplesearch.php:130 msgid "Link" -msgstr "" +msgstr "连接" #: admin/samplesearch.php:149 msgid "Search within this sample" -msgstr "" +msgstr "在该样本中查询" #: admin/samplesearch.php:151 #, php-format @@ -1920,200 +1926,200 @@ msgstr "" #: admin/samplesearch.php:156 msgid "Search for:" -msgstr "" +msgstr "查询:" #: admin/samplesearch.php:158 msgid "Start search" -msgstr "" +msgstr "开始查询" #: admin/outcomes.php:77 msgid "Questionnaire Outcomes" -msgstr "" +msgstr "问卷结果" #: admin/outcomes.php:86 #: admin/outcomes.php:244 msgid "Outcomes" -msgstr "" +msgstr "结果" #: admin/outcomes.php:88 #: admin/outcomes.php:231 msgid "Sample status" -msgstr "" +msgstr "样本状态" #: admin/outcomes.php:90 #: admin/outcomes.php:233 msgid "Drawn from sample" -msgstr "" +msgstr "从样本中提取" #: admin/outcomes.php:90 #: admin/outcomes.php:233 msgid "Remain in sample" -msgstr "" +msgstr "保留在样本中" #: admin/outcomes.php:97 #: admin/outcomes.php:241 msgid "Number" -msgstr "" +msgstr "数字" #: admin/outcomes.php:99 msgid "Case availability (cases with temporary or appointment outcomes)" -msgstr "" +msgstr "访问有效时间(带有临时或预约结果的访问)" #: admin/outcomes.php:131 msgid "No cases currently available to call" -msgstr "" +msgstr "当前无待呼叫的可用访问" #: admin/outcomes.php:135 msgid "Cases currently available to call" -msgstr "" +msgstr "当前待呼叫的可用访问" #: admin/outcomes.php:142 msgid "Average time on a completed questionnaire" -msgstr "" +msgstr "完成问卷的平均时间" #: admin/outcomes.php:142 msgid "Min" -msgstr "" +msgstr "最小" #: admin/outcomes.php:142 msgid "Secs" -msgstr "" +msgstr "秒" #: admin/outcomes.php:155 msgid "Rate" -msgstr "" +msgstr "率" #: admin/outcomes.php:156 msgid "Response Rate 1" -msgstr "" +msgstr "回应率 1" #: admin/outcomes.php:157 msgid "Refusal Rate 1" -msgstr "" +msgstr "拒绝率 1" #: admin/outcomes.php:158 msgid "Cooperation Rate 1" -msgstr "" +msgstr "合作率 1" #: admin/outcomes.php:159 msgid "Contact Rate 1" -msgstr "" +msgstr "联系率 1" #: admin/outcomes.php:174 #: admin/outcomes.php:208 #: admin/outcomes.php:261 msgid "Count" -msgstr "" +msgstr "总数" #: admin/outcomes.php:174 #: admin/outcomes.php:208 #: admin/outcomes.php:261 msgid "%" -msgstr "" +msgstr "%" #: admin/outcomes.php:193 msgid "Operator call outcomes" -msgstr "" +msgstr "电话调查员呼叫结果" #: admin/outcomes.php:264 msgid "No outcomes recorded for this sample" -msgstr "" +msgstr "该样本无结果记录" #: admin/outcomes.php:269 msgid "No outcomes recorded for this questionnaire" -msgstr "" +msgstr "该问卷无结果记录" #: admin/outcomes.php:276 msgid "No shift reports: Add report" -msgstr "" +msgstr "无时区转换报告:添加报告" #: admin/outcomes.php:276 msgid "View shift reports" -msgstr "" +msgstr "查看时区转换报告" #: admin/outcomes.php:276 msgid "View operator performance" -msgstr "" +msgstr "查看电话调查员绩效" #: admin/outcomes.php:295 msgid "No shifts defined for this questionnaire" -msgstr "" +msgstr "该问卷未定义时区转换" #: admin/outcomes.php:297 msgid "Shift" -msgstr "" +msgstr "时区转换" #: admin/outcomes.php:297 msgid "Shift report" -msgstr "" +msgstr "时区转换报告" #: admin/voipmonitor.php:73 #: admin/voipmonitor.php:95 #: admin/voipmonitor.php:96 msgid "Monitor VoIP Process" -msgstr "" +msgstr "监控VoIP进程" #: admin/voipmonitor.php:79 msgid "" "Kill signal sent: Please wait... (Note: Process will be stalled until there " "is activity on the VoIP Server)" -msgstr "" +msgstr "终止信号发送:请等待...(注意:进程将阻塞直到VoIP服务器有活动)" #: admin/voipmonitor.php:84 msgid "(requires activity on the VoIP Server to take effect)" -msgstr "" +msgstr "(需要VoIP服务器有活动才有效)" #: admin/voipmonitor.php:97 msgid "Click here to begin monitoring the VoIP Process" -msgstr "" +msgstr "点击开始监控VoIP进程" #: admin/questionnaireprefill.php:99 msgid "Pre fill questionnaire: Set values for questionnaire to prefill" -msgstr "" +msgstr "预设答案问卷:设置问卷预设值" #: admin/questionnaireprefill.php:110 msgid "Current pre fills (click to delete)" -msgstr "" +msgstr "当前预设(点击删除)" #: admin/questionnaireprefill.php:120 msgid "Currently no pre fills" -msgstr "" +msgstr "当前无预设" #: admin/questionnaireprefill.php:132 msgid "Select a question to pre fill" -msgstr "" +msgstr "选择一个预设问题" #: admin/questionnaireprefill.php:164 msgid "Enter a value to pre fill this question with:" -msgstr "" +msgstr "输入该问题的预设值:" #: admin/questionnaireprefill.php:166 msgid "Possible uses:" -msgstr "" +msgstr "可能的用处:" #: admin/questionnaireprefill.php:168 msgid "{Respondent:firstName} First name of the respondent" -msgstr "" +msgstr "{Respondent:firstName} 受访者的名" #: admin/questionnaireprefill.php:169 msgid "{Respondent:lastName} Last name of the respondent" -msgstr "" +msgstr "{Respondent:lastName} 受访者的姓" #: admin/questionnaireprefill.php:170 msgid "{Sample:var} A record from the sample where the column name is 'var'" -msgstr "" +msgstr "{Sample:var} 列名是 'var' 的样本记录" #: admin/questionnaireprefill.php:183 msgid "The value to pre fill" -msgstr "" +msgstr "预设的值" #: admin/questionnaireprefill.php:184 msgid "or: Select pre fill from sample list" -msgstr "" +msgstr "或者:从样本列表中选择预设" #: admin/questionnaireprefill.php:190 msgid "Add pre fill" -msgstr "" +msgstr "添加预设" #: admin/samplelist.php:117 #: admin/samplelist.php:127 @@ -2121,37 +2127,37 @@ msgstr "" #: admin/samplelist.php:270 #: admin/samplelist.php:279 msgid "Rename" -msgstr "" +msgstr "重命名" #: admin/samplelist.php:146 #: admin/samplelist.php:179 #: admin/samplelist.php:269 #: admin/samplelist.php:279 msgid "Operator viewing permissions" -msgstr "" +msgstr "电话调查员查看许可" #: admin/samplelist.php:182 msgid "" "Select which fields from this sample should be able to be viewed by operators" -msgstr "" +msgstr "选择样本中哪些域对电话调查员可见" #: admin/samplelist.php:187 #: admin/samplelist.php:224 msgid "Field" -msgstr "" +msgstr "域" #: admin/samplelist.php:187 #: admin/samplelist.php:224 msgid "Example data" -msgstr "" +msgstr "样例数据" #: admin/samplelist.php:187 msgid "Allow operator to see?" -msgstr "" +msgstr "允许电话调查员查看?" #: admin/samplelist.php:190 msgid "Save changes" -msgstr "" +msgstr "保存修改" #: admin/samplelist.php:202 #: admin/samplelist.php:216 @@ -2159,63 +2165,63 @@ msgstr "" #: admin/samplelist.php:268 #: admin/samplelist.php:279 msgid "Deidentify" -msgstr "" +msgstr "删除" #: admin/samplelist.php:219 msgid "" "Select which fields from this sample to deidentify. Deidentified fields will " "be permanently deleted from the sample." -msgstr "" +msgstr "选择样本中哪些域要删除。删除域将永久从样本中删除。" #: admin/samplelist.php:227 msgid "Delete selected fields" -msgstr "" +msgstr "删除所选域" #: admin/samplelist.php:263 msgid "Enable" -msgstr "" +msgstr "启用" #: admin/samplelist.php:265 msgid "Disable" -msgstr "" +msgstr "禁用" #: admin/samplelist.php:276 msgid "Sample list" -msgstr "" +msgstr "样本列表" #: admin/samplelist.php:279 msgid "Enable/Disable" -msgstr "" +msgstr "启用/禁用" #: admin/bulkappointment.php:199 msgid "Added appointment" -msgstr "" +msgstr "已添加预约" #: admin/bulkappointment.php:203 msgid "" "No such case id, or case set to a final outcome, or case currently assigned " "to an operator" -msgstr "" +msgstr "没有所需访问编号,或所需访问已形成最终结果,或所需访问当前已分派给电话调查员" #: admin/bulkappointment.php:209 msgid "Result" -msgstr "" +msgstr "结果" #: admin/bulkappointment.php:229 msgid "" "Please check the case id's, appointment start and end times and notes are " "correct before accepting below" -msgstr "" +msgstr "接受下列内容前请检查访问编号、预约起止时间及备注是否准确" #: admin/bulkappointment.php:235 msgid "Accept and generate bulk appointments" -msgstr "" +msgstr "接受并生成批量预约" #: admin/bulkappointment.php:240 msgid "" "The file does not contain at least caseid, starttime and endtime columns. " "Please try again." -msgstr "" +msgstr "文件不包含必要的访问编号caseid、开始时间starttime和结束时间endtime列。请重试。" #: admin/bulkappointment.php:251 msgid "" @@ -2225,201 +2231,203 @@ msgid "" "temporary (non final) outcomes will have appointments generated, and the " "outcome of the case will be updated to an appointment outcome." msgstr "" +"提交一份至少包含访问编号caseid、开始时间starttime和结束时间endtime这三列的带标头的CSV文件。您可以选择性地加入备注列note,用来" +"记录除了预约之外的访问信息。只有有临时结果(非最终结果)的访问才可以生成预约,而且访问的结果将在预约结果中更新。" #: admin/bulkappointment.php:252 msgid "Example CSV file:" -msgstr "" +msgstr "样例CSV文件:" #: admin/bulkappointment.php:261 msgid "Choose the CSV file to upload:" -msgstr "" +msgstr "选择要上传的CSV文件:" #: admin/bulkappointment.php:262 msgid "Load bulk appointment CSV" -msgstr "" +msgstr "加载批量预约CSV" #: admin/addshift.php:87 #: admin/addshift.php:140 msgid "Add shifts" -msgstr "" +msgstr "添加时区转换" #: admin/addshift.php:88 msgid "" "You must be an operator (as well as have administrator access) to add/edit " "shifts" -msgstr "" +msgstr "您必须是电话调查员(以及具有管理员访问权限)才可以添加/编辑时区转换" #: admin/addshift.php:151 #: admin/availability.php:106 #: admin/shifttemplate.php:93 msgid "" "Your database does not have timezones installed, please see here for details" -msgstr "" +msgstr "您的数据库没有安装时区,请看这里查看详细信息" #: admin/addshift.php:163 msgid "Add shifts in your Time Zone" -msgstr "" +msgstr "在您的时区内添加时区转换" #: admin/addshift.php:166 msgid "" "Shifts allow you to restrict appointments being made, and interviewers to " "working on a particlar project at defined times." -msgstr "" +msgstr "时区转换允许您将特定项目的预约、访问员的工作限定在规定的时间段内。" #: admin/addshift.php:173 msgid "Select year" -msgstr "" +msgstr "选择年份" #: admin/addshift.php:184 msgid "Select week of year" -msgstr "" +msgstr "选择星期" #: admin/addshift.php:238 #: admin/availability.php:144 #: admin/shifttemplate.php:118 msgid "Day" -msgstr "" +msgstr "日" #: admin/addshift.php:238 msgid "Use shift?" -msgstr "" +msgstr "使用时区转换?" #: admin/addshift.php:263 msgid "Submit changes" -msgstr "" +msgstr "提交修改" #: admin/quotarow.php:154 #: admin/quotarow.php:160 msgid "Copied quotas" -msgstr "" +msgstr "复制的配额" #: admin/quotarow.php:163 msgid "Current row quotas (click to delete)" -msgstr "" +msgstr "当前行配额(点击删除)" #: admin/quotarow.php:175 msgid "Currently no row quotas" -msgstr "" +msgstr "当前无行配额" #: admin/quotarow.php:182 msgid "Replicate: Where" -msgstr "" +msgstr "复制:在" #: admin/quotarow.php:182 #: admin/quotarow.php:184 #: admin/quotarow.php:187 msgid "like" -msgstr "" +msgstr "像" #: admin/quotarow.php:184 msgid "Sample only. Stop calling where" -msgstr "" +msgstr "仅样本。停止呼叫于" #: admin/quotarow.php:184 #: admin/quotarow.php:187 msgid "rows from this sample when:" -msgstr "" +msgstr "行在该样本中当:" #: admin/quotarow.php:187 msgid "Stop calling" -msgstr "" +msgstr "停止呼叫" #: admin/quotarow.php:190 msgid "Row quota reached (Closed)" -msgstr "" +msgstr "行配额达标(已关闭)" #: admin/quotarow.php:192 msgid "Row quota not yet reached (Open)" -msgstr "" +msgstr "行配额尚未达标(开启中)" #: admin/quotarow.php:212 msgid "Copy quotas for this sample to (No error/duplicate checking): " -msgstr "" +msgstr "复制该样本的配额给(无错误/重复检查): " #: admin/quotarow.php:214 msgid "Copy" -msgstr "" +msgstr "复制" #: admin/quotarow.php:216 msgid "" "Copy quotas for this sample to (No error/duplicate checking) with adjusting: " -msgstr "" +msgstr "复制并调整该样本的配额给(无错误/重复检查): " #: admin/quotarow.php:218 msgid "Copy adjustments" -msgstr "" +msgstr "复制调整" #: admin/quotarow.php:224 msgid "Select a question for the row quota" -msgstr "" +msgstr "给行配额选择一个问题" #: admin/quotarow.php:248 msgid "No question (Replicate)" -msgstr "" +msgstr "没有问题(复本)" #: admin/quotarow.php:252 msgid "Sample only quota" -msgstr "" +msgstr "仅样本配额" #: admin/quotarow.php:262 msgid "Select the sample variable to exclude" -msgstr "" +msgstr "选择要排除的样本变量" #: admin/quotarow.php:274 msgid "Enter the details for creating the row quota:" -msgstr "" +msgstr "输入详细信息创建行配额:" #: admin/quotarow.php:300 msgid "Describe this quota" -msgstr "" +msgstr "描述该配额" #: admin/quotarow.php:301 msgid "Quota priority (50 is default, 100 highest, 0 lowest)" -msgstr "" +msgstr "配额优先级(默认为50,100是最高级,0是最低级)" #: admin/quotarow.php:302 msgid "" "Should the priority be automatically updated based on the number of " "completions in this quota?" -msgstr "" +msgstr "优先级是否要基于该配额的完成数量进行自动更新?" #: admin/quotarow.php:316 msgid "Exclude from the sample where the value is like" -msgstr "" +msgstr "从样本中排除此类变量" #: admin/quotarow.php:334 msgid "Add row quota" -msgstr "" +msgstr "添加行配额" #: admin/operators.php:147 msgid "Added:" -msgstr "" +msgstr "添加:" #: admin/operators.php:150 msgid "FreePBX has been reloaded for the new VoIP extension to take effect" -msgstr "" +msgstr "FreePBX已重新加载以启用新的VoIP分机" #: admin/operators.php:174 msgid "" "Could not add operator. There may already be an operator of this name:" -msgstr "" +msgstr "不能添加电话调查员。可能调查员姓名已存在:" #: admin/operators.php:182 #: admin/operators.php:203 msgid "Add an operator" -msgstr "" +msgstr "添加电话调查员" #: admin/operators.php:204 msgid "Adding an operator here will give the user the ability to call cases" -msgstr "" +msgstr "在此添加电话调查员会给新调查员呼叫受访者的访问功能" #: admin/operators.php:204 msgid "Assign Operator to Questionnaire" -msgstr "" +msgstr "给问卷分派电话调查员" #: admin/operators.php:204 msgid "tool" -msgstr "" +msgstr "工具" #: admin/operators.php:205 #: admin/clients.php:106 @@ -2428,125 +2436,125 @@ msgid "" "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 "" +msgstr "基于您的目录安全系统,使用该表单输入用户的用户名。例如,如果您使用Apache基于文件的安全设置来保护根目录,就在本页输入用户的用户名。" #: admin/operators.php:206 msgid "The username and extension must be unique for each operator." -msgstr "" +msgstr "每位电话调查员的用户名和分机号必须唯一。" #: admin/operators.php:208 msgid "Enter the username of an operator to add:" -msgstr "" +msgstr "输入要添加的电话调查员的用户名:" #: admin/operators.php:210 msgid "Enter the password of an operator to add:" -msgstr "" +msgstr "输入要添加的电话调查员的密码:" #: admin/operators.php:212 msgid "Enter the first name of an operator to add:" -msgstr "" +msgstr "输入要添加的电话调查员的名:" #: admin/operators.php:213 msgid "Enter the surname of an operator to add:" -msgstr "" +msgstr "输入要添加的电话调查员的姓:" #: admin/operators.php:214 msgid "Enter the Time Zone of an operator to add:" -msgstr "" +msgstr "输入要添加的电话调查员的时区:" #: admin/operators.php:216 msgid "Select an extension for this operator:" -msgstr "" +msgstr "给该电话调查员选择一个分机:" #: admin/operators.php:218 msgid "Will this operator be using VoIP?" -msgstr "" +msgstr "该电话调查员使用VoIP吗?" #: admin/operators.php:219 msgid "Jabber/XMPP chat user" -msgstr "" +msgstr "Jabber/XMPP聊天室用户名" #: admin/operators.php:220 msgid "Jabber/XMPP chat password" -msgstr "" +msgstr "Jabber/XMPP聊天室密码" #: admin/operators.php:221 msgid "Will this operator be using chat?" -msgstr "" +msgstr "该电话调查员使用聊天室吗?" #: admin/operators.php:222 msgid "Is the operator a normal interviewer?" -msgstr "" +msgstr "该调查员是普通的访问员吗?" #: admin/operators.php:223 msgid "Is the operator a supervisor?" -msgstr "" +msgstr "该调查员是调查督导员吗?" #: admin/operators.php:224 msgid "Is the operator a refusal converter?" -msgstr "" +msgstr "该调查员可以转接拒绝访问的样本吗?" #: admin/operators.php:225 #: admin/clients.php:115 msgid "Add user" -msgstr "" +msgstr "添加电话调查员" #: admin/new.php:59 msgid "New: Create new questionnaire" -msgstr "" +msgstr "新建:创建新问卷" #: admin/new.php:118 msgid "Successfully inserted" -msgstr "" +msgstr "成功添加" #: admin/new.php:118 msgid "as questionnaire" -msgstr "" +msgstr "作为问卷" #: admin/new.php:118 msgid "linked to" -msgstr "" +msgstr "连接到" #: admin/new.php:121 msgid "Error: Failed to insert questionnaire" -msgstr "" +msgstr "错误:添加问卷失败" #: admin/new.php:132 msgid "Name for questionnaire:" -msgstr "" +msgstr "问卷名:" #: admin/new.php:133 msgid "Select limesurvey instrument:" -msgstr "" +msgstr "选择LimeSurvey提示语:" #: admin/new.php:147 #: admin/new.php:171 msgid "Existing instrument:" -msgstr "" +msgstr "已存在的提示语:" #: admin/new.php:156 msgid "Respondent selection type:" -msgstr "" +msgstr "受访者选项类型:" #: admin/new.php:157 msgid "No respondent selection (go straight to questionnaire)" -msgstr "" +msgstr "无受访者选项(直接开始问卷)" #: admin/new.php:157 msgid "Use basic respondent selection text (below)" -msgstr "" +msgstr "使用基本的受访者选项文本(如下)" #: admin/new.php:195 msgid "Restrict appointments to shifts?" -msgstr "" +msgstr "将预约限定在时区转换内?" #: admin/new.php:196 msgid "Restrict work to shifts?" -msgstr "" +msgstr "将访问限定在时区转换内?" #: admin/new.php:197 msgid "Questionnaire for testing only?" -msgstr "" +msgstr "问卷仅用于测试吗?" #: admin/new.php:198 msgid "Allow operators to generate referrals?" @@ -2554,520 +2562,520 @@ msgstr "" #: admin/new.php:199 msgid "Allow for respondent self completion via email invitation?" -msgstr "" +msgstr "允许受访者通过邮件邀请资助完成访问吗?" #: admin/new.php:201 msgid "Questionnaire display mode for respondent" -msgstr "" +msgstr "受访者问卷显示模式" #: admin/new.php:201 msgid "All in one" -msgstr "" +msgstr "在一页中显示所有问题" #: admin/new.php:201 msgid "Question by question" -msgstr "" +msgstr "按问题显示" #: admin/new.php:201 msgid "Group at a time" -msgstr "" +msgstr "按组显示" #: admin/new.php:202 msgid "Limesurvey template for respondent" -msgstr "" +msgstr "受访者LimeSurvey模板" #: admin/new.php:214 msgid "URL to forward respondents on self completion (required)" -msgstr "" +msgstr "受访者自助完成问卷后的跳转链接(必要)" #: admin/new.php:217 msgid "Respondent selection introduction:" -msgstr "" +msgstr "受访者选项说明:" #: admin/new.php:218 msgid "Respondent selection project introduction:" -msgstr "" +msgstr "受访者选项项目说明:" #: admin/new.php:219 msgid "Respondent selection callback (already started questionnaire):" -msgstr "" +msgstr "受访者选项复查(已开始的问卷):" #: admin/new.php:220 msgid "Message to leave on an answering machine:" -msgstr "" +msgstr "电话答录机留言:" #: admin/new.php:222 msgid "Project end text (thank you screen):" -msgstr "" +msgstr "项目结束文本(感谢结语):" #: admin/new.php:223 msgid "Project information for interviewers/operators:" -msgstr "" +msgstr "提供给访问员/电话调查员的项目信息:" #: admin/new.php:224 msgid "Create Questionnaire" -msgstr "" +msgstr "创建问卷" #: admin/extensionstatus.php:101 msgid "" "Failed to add extension. There already may be an extension of this name" -msgstr "" +msgstr "添加分机失败。该姓名可能已有分机" #: admin/extensionstatus.php:133 msgid "Display extension status" -msgstr "" +msgstr "显示分机状态" #: admin/extensionstatus.php:146 #: admin/extensionstatus.php:209 msgid "Extension name (such as SIP/1000):" -msgstr "" +msgstr "分机名称(如SIP/1000):" #: admin/extensionstatus.php:147 #: admin/extensionstatus.php:210 msgid "Extension password:" -msgstr "" +msgstr "分机密码:" #: admin/extensionstatus.php:149 msgid "Edit extension" -msgstr "" +msgstr "编辑分机信息" #: admin/extensionstatus.php:155 msgid "Delete extension" -msgstr "" +msgstr "删除分机" #: admin/extensionstatus.php:160 msgid "Unassign the operator from this extension to be able to delete it" -msgstr "" +msgstr "解除该分机的电话调查员分派以便删除分机" #: admin/extensionstatus.php:168 msgid "Unassign" -msgstr "" +msgstr "解除分派" #: admin/extensionstatus.php:168 msgid "End case to change assignment" -msgstr "" +msgstr "结束访问以便改变分派" #: admin/extensionstatus.php:169 msgid "VoIP Offline" -msgstr "" +msgstr "VoIP离线" #: admin/extensionstatus.php:169 msgid "VoIP Online" -msgstr "" +msgstr "VoIP在线" #: admin/extensionstatus.php:170 msgid "Not called" -msgstr "" +msgstr "未呼叫" #: admin/extensionstatus.php:170 msgid "Done" -msgstr "" +msgstr "完成" #: admin/extensionstatus.php:200 msgid "Assignment" -msgstr "" +msgstr "分派" #: admin/extensionstatus.php:200 msgid "VoIP Status" -msgstr "" +msgstr "VoIP状态" #: admin/extensionstatus.php:200 msgid "Call state" -msgstr "" +msgstr "呼叫状态" #: admin/extensionstatus.php:200 msgid "Time on call" -msgstr "" +msgstr "呼叫时间" #: admin/extensionstatus.php:203 msgid "No extensions" -msgstr "" +msgstr "无分机" #: admin/extensionstatus.php:205 msgid "Add an extension" -msgstr "" +msgstr "添加一个分机" #: admin/extensionstatus.php:211 msgid "Add extension" -msgstr "" +msgstr "添加分机" #: admin/databasestrings.php:32 msgid "Not attempted or worked" -msgstr "" +msgstr "尚未尝试或工作" #: admin/databasestrings.php:33 msgid "No answer" -msgstr "" +msgstr "无回应" #: admin/databasestrings.php:34 msgid "Technical phone problems" -msgstr "" +msgstr "技术性电话故障" #: admin/databasestrings.php:35 msgid "Other, Referred to Supervisor (Eligible)" -msgstr "" +msgstr "否则,联系调查督导员(有相关资格的)" #: admin/databasestrings.php:36 msgid "Other, Referred to Supervisor (Unknown eligibility)" -msgstr "" +msgstr "否则,联系调查督导员(未知相关资格)" #: admin/databasestrings.php:37 msgid "Soft Refusal, Other" -msgstr "" +msgstr "委婉拒绝,其他人" #: admin/databasestrings.php:38 msgid "Hard Refusal, Other" -msgstr "" +msgstr "坚决拒绝,其他人" #: admin/databasestrings.php:39 msgid "Soft Refusal, Respondent" -msgstr "" +msgstr "委婉拒绝,受访者" #: admin/databasestrings.php:40 msgid "Hard Refusal, Respondent" -msgstr "" +msgstr "坚决拒绝,受访者" #: admin/databasestrings.php:41 msgid "Complete" -msgstr "" +msgstr "完成" #: admin/databasestrings.php:42 msgid "Known respondent refusal" -msgstr "" +msgstr "已知的受访者拒绝" #: admin/databasestrings.php:43 msgid "Household-level refusal" -msgstr "" +msgstr "户级拒绝" #: admin/databasestrings.php:44 msgid "Broken appointment (Implicit refusal)" -msgstr "" +msgstr "失约(含蓄拒绝)" #: admin/databasestrings.php:45 msgid "Disconnected number" -msgstr "" +msgstr "失联数" #: admin/databasestrings.php:46 msgid "Fax/data line" -msgstr "" +msgstr "传真/数据线" #: admin/databasestrings.php:47 msgid "Business, government office, other organization" -msgstr "" +msgstr "商务、政府机关、其他组织" #: admin/databasestrings.php:48 msgid "No eligible respondent" -msgstr "" +msgstr "无合适受访者" #: admin/databasestrings.php:49 msgid "Accidental hang up or temporary phone problem" -msgstr "" +msgstr "意外挂断或暂时性电话故障" #: admin/databasestrings.php:50 msgid "Definite Appointment - Respondent" -msgstr "" +msgstr "确定的预约 - 受访者" #: admin/databasestrings.php:51 msgid "Definite Appointment - Other" -msgstr "" +msgstr "确定的预约 - 其他人" #: admin/databasestrings.php:52 msgid "Unspecified Appointment - Respondent" -msgstr "" +msgstr "未指定的预约 - 受访者" #: admin/databasestrings.php:53 msgid "Unspecified Appointment - Other" -msgstr "" +msgstr "未指定的预约 - 其他人" #: admin/databasestrings.php:54 msgid "Household answering machine - Message left" -msgstr "" +msgstr "家庭电话答录机 - 已留留言" #: admin/databasestrings.php:55 msgid "Household answering machine - No message left" -msgstr "" +msgstr "家庭电话答录机 - 未留留言" #: admin/databasestrings.php:56 msgid "Respondent Dead" -msgstr "" +msgstr "受访者去世" #: admin/databasestrings.php:57 msgid "Physically or mentally unable/incompetent" -msgstr "" +msgstr "生理或心理上失能/残障" #: admin/databasestrings.php:58 msgid "Household level language problem" -msgstr "" +msgstr "户级语言问题" #: admin/databasestrings.php:59 msgid "Respondent language problem" -msgstr "" +msgstr "受访者语言问题" #: admin/databasestrings.php:60 msgid "Answering machine - Not a household" -msgstr "" +msgstr "电话答录机 - 不是一个家庭" #: admin/databasestrings.php:61 msgid "Out of sample" -msgstr "" +msgstr "样本用尽" #: admin/databasestrings.php:62 msgid "Non contact" -msgstr "" +msgstr "无联系" #: admin/databasestrings.php:63 msgid "Temporary Outcomes (normal cases)" -msgstr "" +msgstr "临时结果(普通访问)" #: admin/databasestrings.php:64 msgid "Supervisor Outcomes (referred to supervisor)" -msgstr "" +msgstr "调查督导员结果(提交给督导员的)" #: admin/databasestrings.php:65 msgid "Refusal Outcomes (respondent refused)" -msgstr "" +msgstr "拒访结果(受访者拒绝)" #: admin/databasestrings.php:66 msgid "Final Outcomes (completed, final refusal, etc)" -msgstr "" +msgstr "最终结果(完成的,最终拒绝的等)" #: admin/databasestrings.php:67 msgid "Miscellaneous - Unavailable for a week" -msgstr "" +msgstr "其他 - 一周内没时间" #: admin/databasestrings.php:69 msgid "Monday" -msgstr "" +msgstr "周一" #: admin/databasestrings.php:70 msgid "Tuesday" -msgstr "" +msgstr "周二" #: admin/databasestrings.php:71 msgid "Wednesday" -msgstr "" +msgstr "周三" #: admin/databasestrings.php:72 msgid "Thursday" -msgstr "" +msgstr "周四" #: admin/databasestrings.php:73 msgid "Friday" -msgstr "" +msgstr "周五" #: admin/databasestrings.php:74 msgid "Saturday" -msgstr "" +msgstr "周六" #: admin/databasestrings.php:75 msgid "Sunday" -msgstr "" +msgstr "周日" #: admin/databasestrings.php:76 msgid "Quota filled" -msgstr "" +msgstr "配额完成" #: admin/databasestrings.php:77 msgid "Weekday mornings (Before 12pm)" -msgstr "" +msgstr "工作日上午(12pm之前)" #: admin/databasestrings.php:78 msgid "Weekday afternoons (After 12pm but before 6pm)" -msgstr "" +msgstr "工作日下下午(12pm之后6pm之前)" #: admin/databasestrings.php:79 msgid "Evenings (After 6pm)" -msgstr "" +msgstr "晚间(6pm之后)" #: admin/databasestrings.php:80 msgid "Saturdays" -msgstr "" +msgstr "周六" #: admin/databasestrings.php:81 msgid "String" -msgstr "" +msgstr "字符串" #: admin/databasestrings.php:82 msgid "Phone number" -msgstr "" +msgstr "电话号码" #: admin/databasestrings.php:83 msgid "Primary phone number" -msgstr "" +msgstr "主电话号码" #: admin/databasestrings.php:84 msgid "State" -msgstr "" +msgstr "省" #: admin/databasestrings.php:85 msgid "Postcode" -msgstr "" +msgstr "邮编" #: admin/databasestrings.php:86 msgid "Respondent first name" -msgstr "" +msgstr "受访者名称" #: admin/databasestrings.php:87 msgid "Respondent last name" -msgstr "" +msgstr "受访者姓氏" #: admin/databasestrings.php:88 msgid "Email address" -msgstr "" +msgstr "电子邮箱地址" #: admin/databasestrings.php:89 msgid "Self completion email invitation sent" -msgstr "" +msgstr "自助完成邮件邀请已发送" #: admin/databasestrings.php:90 msgid "Self completed online" -msgstr "" +msgstr "在线自助完成" #: admin/casesbyoutcome.php:52 msgid "Cases by outcome" -msgstr "" +msgstr "访问结果" #: admin/casesbyoutcome.php:72 msgid "Project" -msgstr "" +msgstr "项目" #: admin/casesbyoutcome.php:73 msgid "Current outcome:" -msgstr "" +msgstr "当前结果:" #: admin/casesbyoutcome.php:84 msgid "No cases with this outcome" -msgstr "" +msgstr "该结果无访问" #: admin/casesbyoutcome.php:91 msgid "Error with input" -msgstr "" +msgstr "输入错误" #: admin/process.php:90 msgid "Cannot connect to VoIP Server" -msgstr "" +msgstr "无法连接到VoIP服务器" #: admin/availability.php:57 msgid "No availability group set" -msgstr "" +msgstr "未设立有效组" #: admin/availability.php:95 msgid "Modify availability" -msgstr "" +msgstr "修改有效时间" #: admin/availability.php:122 msgid "" "Enter the start and end times for each day of the week to restrict calls " "within" -msgstr "" +msgstr "输入一周每天的起止时间来限定呼叫时间在" #: admin/availability.php:160 #: admin/shifttemplate.php:134 msgid "Add row" -msgstr "" +msgstr "添加行" #: admin/availability.php:162 msgid "Save changes to availabilities" -msgstr "" +msgstr "保存对有效时间的修改" #: admin/availability.php:166 msgid "Delete this availability group" -msgstr "" +msgstr "删除该可用组" #: admin/clients.php:84 msgid "Could not add" -msgstr "" +msgstr "不能添加" #: admin/clients.php:84 msgid "There may already be a client of this name" -msgstr "" +msgstr "可能客户姓名已存在" #: admin/clients.php:89 #: admin/clients.php:104 msgid "Add a client" -msgstr "" +msgstr "添加客户" #: admin/clients.php:105 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 "" +msgstr "在本页添加一个客户会允许其在客户子目录下查看项目信息。您可以给客户分派指定的项目,用" #: admin/clients.php:105 msgid "Assign client to Questionnaire" -msgstr "" +msgstr "给问卷分派客户" #: admin/clients.php:105 msgid "tool." -msgstr "" +msgstr "工具。" #: admin/clients.php:108 msgid "Enter the username of a client to add:" -msgstr "" +msgstr "输入要添加的客户用户名:" #: admin/clients.php:110 msgid "Enter the password of a client to add:" -msgstr "" +msgstr "输入要添加的客户密码:" #: admin/clients.php:112 msgid "Enter the first name of a client to add:" -msgstr "" +msgstr "输入要添加的客户的名:" #: admin/clients.php:113 msgid "Enter the surname of a client to add:" -msgstr "" +msgstr "输入要添加的客户的姓:" #: admin/clients.php:114 msgid "Enter the Time Zone of a client to add:" -msgstr "" +msgstr "输入要添加的客户的时区:" #: admin/shifttemplate.php:82 msgid "Modify shift template" -msgstr "" +msgstr "修改时区转换模板" #: admin/shifttemplate.php:96 msgid "" "Enter standard shift start and end times for each day of the week in local " "time" -msgstr "" +msgstr "按当地时间输入一周每天的标准起止时间转换" #: admin/shifttemplate.php:135 msgid "Save changes to shifts" -msgstr "" +msgstr "保存对时区转换的修改" #: admin/casestatus.php:88 #: admin/casestatus.php:89 msgid "Now" -msgstr "" +msgstr "现在" #: admin/casestatus.php:92 msgid "Not assigned, select to assign" -msgstr "" +msgstr "尚未分派,选择以分派" #: admin/casestatus.php:93 msgid "Assigned to" -msgstr "" +msgstr "分派给" #: admin/casestatus.php:93 msgid "Order" -msgstr "" +msgstr "顺序" #: admin/casestatus.php:111 msgid "Case available in x minutes" -msgstr "" +msgstr "x 分钟后访问有效" #: admin/casestatus.php:111 msgid "Assigned to operator" -msgstr "" +msgstr "分派给电话调查员" #: admin/casestatus.php:119 msgid "Choose operator to assign selected cases to" -msgstr "" +msgstr "选择电话调查员分派已选的访问" #: admin/casestatus.php:122 msgid "Assign cases to operator queue" -msgstr "" +msgstr "给电话调查员队列分派访问" #: admin/casestatus.php:199 msgid "" @@ -3076,100 +3084,102 @@ msgid "" "operator, it will override the normal scheduling process and call them as " "soon as the operator is available." msgstr "" +"按问卷和样本列出访问,并允许将访问分派给指定的电话调查员以立即成为下一个待呼叫访问。如果您将访问分派给电话调查员,将优先于正常的访问调度过程,当调查员可以" +"呼叫时,立即呼叫分派的访问。" #: admin/dataoutput.php:202 msgid "Download data for this questionnaire via Limesurvey" -msgstr "" +msgstr "使用LimeSurvey下载该问卷数据" #: admin/dataoutput.php:204 #: admin/samplecallattempts.php:184 msgid "Please select a sample" -msgstr "" +msgstr "请选择样本" #: admin/dataoutput.php:211 msgid "Download data for this sample via Limesurvey" -msgstr "" +msgstr "使用LimeSurvey下载该样本数据" #: admin/dataoutput.php:218 msgid "Download key file: select sample var" -msgstr "" +msgstr "下载关键文件:选择样本变量" #: admin/dataoutput.php:222 msgid "Download complete key file" -msgstr "" +msgstr "下载完整关键文件" #: admin/dataoutput.php:225 msgid "Download complete sample file with current outcomes" -msgstr "" +msgstr "下载当前结果的完整关键文件" #: admin/callrestrict.php:82 msgid "Modify call restriction times" -msgstr "" +msgstr "修改呼叫限定时间" #: admin/callrestrict.php:135 msgid "Save changes to restriction times" -msgstr "" +msgstr "保存对限定时间的修改" #: admin/operatorlist.php:60 msgid "If changing usernames, you must specify a new password" -msgstr "" +msgstr "如果改变用户名,您必须更换新密码" #: admin/operatorlist.php:116 msgid "Successfully updated user" -msgstr "" +msgstr "成功更新用户信息" #: admin/operatorlist.php:120 msgid "Failed to update user. Please make sure the username is unique" -msgstr "" +msgstr "更新用户信息失败。请确认用户名唯一" #: admin/operatorlist.php:129 msgid "Operator edit" -msgstr "" +msgstr "电话调查员信息编辑" #: admin/operatorlist.php:158 #: admin/operatorlist.php:293 msgid "Username" -msgstr "" +msgstr "用户名" #: admin/operatorlist.php:162 msgid "Update password (leave blank to keep existing password)" -msgstr "" +msgstr "更新密码(空白表示使用原有密码)" #: admin/operatorlist.php:170 msgid "Uses chat" -msgstr "" +msgstr "使用聊天室" #: admin/operatorlist.php:171 msgid "Timezone" -msgstr "" +msgstr "时区" #: admin/operatorlist.php:173 msgid "Uses VoIP" -msgstr "" +msgstr "使用VoIP" #: admin/operatorlist.php:176 msgid "Update operator" -msgstr "" +msgstr "更新电话调查员信息" #: admin/operatorlist.php:270 msgid "Windows bat file" -msgstr "" +msgstr "Windows下的bat文件" #: admin/operatorlist.php:271 msgid "*nix script file" -msgstr "" +msgstr "*nix脚本文件" #: admin/operatorlist.php:279 msgid "Enable VoIP" -msgstr "" +msgstr "启用VoIP" #: admin/operatorlist.php:281 msgid "Disable VoIP" -msgstr "" +msgstr "禁用VoIP" #: admin/operatorlist.php:290 msgid "Operator list" -msgstr "" +msgstr "电话调查员列表" #: admin/operatorlist.php:297 msgid "" @@ -3177,22 +3187,24 @@ msgid "" "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 "" +"给每个用户下载该文件,并保存在与可执行程序voip.exe相同的文件夹内。当该文件执行时,会启动voip.exe程序,使用正确的连接信息将电话调查员连接到" +"VoIP服务器" #: admin/operatorlist.php:299 msgid "Download Windows VoIP Executable" -msgstr "" +msgstr "下载Windows下的VoIP可执行文件" #: admin/operatorlist.php:300 msgid "Download Linux VoIP Executable" -msgstr "" +msgstr "下载Linux下的VoIP可执行文件" #: admin/operatorlist.php:305 msgid "Enable/Disable VoIP" -msgstr "" +msgstr "启用/禁用VoIP" #: admin/operatorlist.php:306 msgid "Windows VoIP" -msgstr "" +msgstr "Windows下的VoIP" #: admin/operatorlist.php:307 msgid "*nix VoIP" @@ -3200,282 +3212,282 @@ msgstr "" #: admin/samplecallattempts.php:107 msgid "Number of cases" -msgstr "" +msgstr "访问数" #: admin/samplecallattempts.php:107 msgid "Call attempts made" -msgstr "" +msgstr "呼叫尝试" #: admin/samplecallattempts.php:170 msgid "Sample call attempt" -msgstr "" +msgstr "样本呼叫尝试" #: admin/samplecallattempts.php:175 msgid "Overall" -msgstr "" +msgstr "整体" #: admin/samplecallattempts.php:195 msgid "Please select a quota" -msgstr "" +msgstr "请选择一个配额" #: admin/samplecallattempts.php:201 msgid "No calls for this quota" -msgstr "" +msgstr "该配额无呼叫" #: admin/samplecallattempts.php:205 msgid "No calls for this sample" -msgstr "" +msgstr "该样本无呼叫" #: admin/samplecallattempts.php:210 msgid "No calls for this questionnaire" -msgstr "" +msgstr "该问卷无呼叫" #: admin/questionnairelist.php:277 msgid "Questionnaire list" -msgstr "" +msgstr "问卷列表" #: admin/questionnairelist.php:329 msgid "Edit instrument in Limesurvey" -msgstr "" +msgstr "在LimeSurvey中编辑提示" #: admin/questionnairelist.php:362 msgid "Edit respondent selection instrument in Limesurvey" -msgstr "" +msgstr "在LimeSurvey中编辑受访者选项提示" #: admin/questionnairelist.php:365 msgid "Update Questionnaire" -msgstr "" +msgstr "更新问卷" #: admin/questionnairelist.php:384 msgid "Any collected data and the limesurvey instrument will NOT be deleted" -msgstr "" +msgstr "任何收集的数据和LimeSurvey提示都不会被删除" #: admin/questionnairelist.php:385 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 "" +msgstr "问卷将从queXS中删除,包括呼叫历史、访问、访问备注、受访者详细信息、预约和电话调查员、客户与问卷间的联系" #: admin/questionnairelist.php:386 msgid "Please confirm you wish to delete the questionnaire" -msgstr "" +msgstr "请确认您想删除问卷" #: admin/questionnairelist.php:389 msgid "Delete this questionnaire" -msgstr "" +msgstr "删除该问卷" #: admin/timezonetemplate.php:87 msgid "Add/Remove Timezones" -msgstr "" +msgstr "添加/移除时区" #: admin/timezonetemplate.php:101 msgid "Click to remove a Timezone from the default list" -msgstr "" +msgstr "点击从默认列表中移除一个时区" #: admin/timezonetemplate.php:113 msgid "Add a Timezone:" -msgstr "" +msgstr "添加时区:" #: admin/timezonetemplate.php:116 msgid "Timezone: " -msgstr "" +msgstr "时区: " #: admin/timezonetemplate.php:117 msgid "Add Timezone" -msgstr "" +msgstr "添加时区" #: admin/supervisor.php:133 msgid "Enter a case id or select a case from the list below:" -msgstr "" +msgstr "输入一个访问编号或从下列列表中选择一个访问:" #: admin/supervisor.php:144 msgid "Select case from list of cases referred to the supervisor:" -msgstr "" +msgstr "从调查督导员管理的访问列表中选择访问:" #: admin/supervisor.php:153 msgid "Select case" -msgstr "" +msgstr "选择访问" #: admin/supervisor.php:176 msgid "Set an outcome for this call" -msgstr "" +msgstr "给该呼叫设置一个结果" #: admin/supervisor.php:189 #: admin/supervisor.php:374 msgid "Set outcome" -msgstr "" +msgstr "设置结果" #: admin/supervisor.php:300 msgid "No appointments for this case" -msgstr "" +msgstr "该访问无预约" #: admin/supervisor.php:302 msgid "Create appointment for this case" -msgstr "" +msgstr "给该访问创建预约" #: admin/supervisor.php:314 msgid "Call list" -msgstr "" +msgstr "呼叫列表" #: admin/supervisor.php:320 msgid "Change outcome" -msgstr "" +msgstr "修改结果" #: admin/supervisor.php:333 msgid "Case notes" -msgstr "" +msgstr "访问备注" #: admin/supervisor.php:355 msgid "Modify responses for this case" -msgstr "" +msgstr "修改该访问受访者" #: admin/supervisor.php:357 msgid "Case not yet started in Limesurvey" -msgstr "" +msgstr "访问尚未在LimeSurvey中开始" #: admin/supervisor.php:361 msgid "Set a case outcome" -msgstr "" +msgstr "设置一个访问结果" #: admin/supervisor.php:411 msgid "Update case availability" -msgstr "" +msgstr "更新访问有效时间" #: admin/supervisor.php:423 msgid "Assign this case to operator (will appear as next case for them)" -msgstr "" +msgstr "将该访问分派给电话调查员(会作为下一个访问出现在调查员访问页面)" #: admin/supervisor.php:435 msgid "Assign this case to operator" -msgstr "" +msgstr "将该访问分派给电话调查员" #: admin/supervisor.php:441 msgid "Remove all sample details and contact numbers from this case" -msgstr "" +msgstr "从该访问移除所有的样本详细信息和联系电话" #: admin/supervisor.php:454 msgid "Case does not exist" -msgstr "" +msgstr "访问不存在" #: voip/downloadvoipclient.php:52 msgid "Error: Cannot write to temporary directory" -msgstr "" +msgstr "错误:无法写入临时目录" #: functions/functions.operator.php:167 msgid "morning" -msgstr "" +msgstr "上午" #: functions/functions.operator.php:168 msgid "afternoon" -msgstr "" +msgstr "下午" #: functions/functions.operator.php:169 msgid "evening" -msgstr "" +msgstr "晚间" #: functions/functions.operator.php:903 msgid "" "ERROR: You do not have server side authentication enabled therefore queXS " "cannot determine which user is accessing the system." -msgstr "" +msgstr "错误:您没有服务器登陆认证,因此queXS无法判断哪位使用者在登录系统。" #: functions/functions.calendar.php:265 msgid "First name:" -msgstr "" +msgstr "名:" #: functions/functions.calendar.php:266 msgid "Last name:" -msgstr "" +msgstr "姓:" #: functions/functions.calendar.php:271 msgid "Time Zone:" -msgstr "" +msgstr "时区:" #: functions/functions.calendar.php:328 msgid "Shift from:" -msgstr "" +msgstr "转换自:" #: functions/functions.calendar.php:335 msgid "Start Time" -msgstr "" +msgstr "开始时间" #: functions/functions.calendar.php:385 msgid "End Time" -msgstr "" +msgstr "结束时间" #: functions/functions.performance.php:469 msgid "No shift" -msgstr "" +msgstr "无转换" #: functions/functions.performance.php:492 msgid "Total completions" -msgstr "" +msgstr "完成总数" #: functions/functions.performance.php:521 msgid "Completions this shift" -msgstr "" +msgstr "本次转换完成数" #: functions/functions.performance.php:544 #: functions/functions.performance.php:590 msgid "No previous shift" -msgstr "" +msgstr "无先前转换" #: functions/functions.performance.php:564 msgid "Completions on the previous shift" -msgstr "" +msgstr "先前转换完成数" #: functions/functions.performance.php:611 msgid "Completions this time on the previous shift" -msgstr "" +msgstr "本次先前转换完成数" #: functions/functions.performance.php:629 msgid "No calls made for this shift" -msgstr "" +msgstr "本次转换无呼叫" #: functions/functions.performance.php:631 msgid "Top CPH for this shift" -msgstr "" +msgstr "本次转换最高呼叫频率" #: functions/functions.performance.php:648 msgid "No calls made for this project" -msgstr "" +msgstr "该项目无呼叫" #: functions/functions.performance.php:650 msgid "Top CPH" -msgstr "" +msgstr "最高呼叫频率" #: functions/functions.import.php:89 msgid "Duplicate name" -msgstr "" +msgstr "副本名" #: functions/functions.import.php:111 msgid "You must select one and one only Primary Phone number" -msgstr "" +msgstr "您必须选择唯一一项作主电话号码" #: functions/functions.import.php:127 msgid "Import?" -msgstr "" +msgstr "导入吗?" #: functions/functions.import.php:127 msgid "Type" -msgstr "" +msgstr "类型" #: functions/functions.voip.php:449 msgid "online" -msgstr "" +msgstr "在线" #: functions/functions.voip.php:449 msgid "offline" -msgstr "" +msgstr "下线" #: functions/functions.voip.php:528 msgid "Disconnected" -msgstr "" +msgstr "掉线" #: functions/functions.voip.php:530 msgid "Reconnected" -msgstr "" +msgstr "重新连线" #: functions/functions.voip.php:553 #: functions/functions.voip.php:565 @@ -3483,141 +3495,141 @@ msgstr "" #: functions/functions.voip.php:587 #: functions/functions.voip.php:596 msgid " Extension " -msgstr "" +msgstr " 分机 " #: functions/functions.voip.php:587 msgid "Unregistered" -msgstr "" +msgstr "未注册" #: functions/functions.voip.php:596 msgid "Registered" -msgstr "" +msgstr "已注册" #: functions/functions.freepbx.php:138 #, php-format msgid "Reload failed because retrieve_conf encountered an error: %s" -msgstr "" +msgstr "重新加载失败,retrieve_conf 文件遇到错误:%s" #: functions/functions.freepbx.php:140 msgid "retrieve_conf failed, config not applied" -msgstr "" +msgstr "retrieve_conf 失败,配置未应用" #: functions/functions.freepbx.php:146 msgid "" "Reload failed because FreePBX could not connect to the asterisk manager " "interface." -msgstr "" +msgstr "重新加载失败,FreePBX无法连接到asterisk管理员界面" #: functions/functions.freepbx.php:165 msgid "" "Could not reload the FOP operator panel server using the bounce_op.sh " "script. Configuration changes may not be reflected in the panel display." -msgstr "" +msgstr "无法用bounce_op.sh脚本重新加载FOP电话调查员版面服务器。配置面板可能不能改变系统配置。" #: functions/functions.freepbx.php:174 #, php-format msgid "Exit code was %s and output was: %s" -msgstr "" +msgstr "退出编码是 %s ,输出是:%s" #: display/index.php:111 msgid "Display" -msgstr "" +msgstr "显示" #: client/index.php:72 msgid "There are no questionnaires assigned to you" -msgstr "" +msgstr "没有分派给您的问卷" #: client/index.php:123 msgid "You are not a valid client" -msgstr "" +msgstr "您不是已验证客户" #: include/limesurvey/quexs.php:674 #: include/limesurvey/quexs.php:753 msgid "Not on an appointment" -msgstr "" +msgstr "无预约" #: include/limesurvey/quexs.php:676 #: include/limesurvey/quexs.php:755 msgid "On an appointment" -msgstr "" +msgstr "预约中" #: include/limesurvey/quexs.php:987 msgid "All samples" -msgstr "" +msgstr "所有样本" #: include/limesurvey/common_functions.php:6298 msgid "queXS: Number of call attempts" -msgstr "" +msgstr "queXS:呼叫尝试数量" #: include/limesurvey/common_functions.php:6299 msgid "queXS: On appointment?" -msgstr "" +msgstr "queXS:有预约?" #: include/limesurvey/common_functions.php:6300 msgid "queXS: Percentage complete" -msgstr "" +msgstr "queXS:完成百分数" #: include/limesurvey/common_functions.php:6301 msgid "queXS: Number of answering machine messages left" -msgstr "" +msgstr "queXS:电话答录机留言数量" #: include/limesurvey/optout.php:83 msgid "Self completion refused via opt out function" -msgstr "" +msgstr "通过选择功能拒绝自助完成调查" #: include/limesurvey/admin/browse.php:791 msgid "Questionnaire and Sample selection:" -msgstr "" +msgstr "问卷及样本选择:" #: include/limesurvey/admin/browse.php:792 msgid "All queXS questionnaires and samples associated with this instrument" -msgstr "" +msgstr "与该提示语相关的所有queXS问卷和样本" #: include/limesurvey/admin/exportresults.php:257 msgid "Token" -msgstr "" +msgstr "标志符" #: include/limesurvey/admin/exportresults.php:259 #: include/limesurvey/admin/exportresults.php:648 #: include/limesurvey/admin/exportresults.php:649 #: include/limesurvey/admin/exportresults.php:969 msgid "Case outcome" -msgstr "" +msgstr "访问结果" #: include/limesurvey/admin/exportresults.php:260 #: include/limesurvey/admin/exportresults.php:603 #: include/limesurvey/admin/exportresults.php:604 #: include/limesurvey/admin/exportresults.php:972 msgid "Number of call attempts" -msgstr "" +msgstr "呼叫尝试数量" #: include/limesurvey/admin/exportresults.php:261 #: include/limesurvey/admin/exportresults.php:608 #: include/limesurvey/admin/exportresults.php:609 #: include/limesurvey/admin/exportresults.php:975 msgid "Number of answering machine messages left" -msgstr "" +msgstr "电话答录机留言数量" #: include/limesurvey/admin/exportresults.php:263 #: include/limesurvey/admin/exportresults.php:618 #: include/limesurvey/admin/exportresults.php:619 #: include/limesurvey/admin/exportresults.php:981 msgid "Total interview time over all calls (mins)" -msgstr "" +msgstr "所有呼叫的总体访问时间(分钟)" #: include/limesurvey/admin/exportresults.php:264 #: include/limesurvey/admin/exportresults.php:623 #: include/limesurvey/admin/exportresults.php:624 #: include/limesurvey/admin/exportresults.php:984 msgid "Interview time for last call (mins)" -msgstr "" +msgstr "最后呼叫的访问时间(分钟)" #: include/limesurvey/admin/exportresults.php:265 #: include/limesurvey/admin/exportresults.php:628 #: include/limesurvey/admin/exportresults.php:629 #: include/limesurvey/admin/exportresults.php:987 msgid "Last number dialled" -msgstr "" +msgstr "最后拨叫号码" #: include/limesurvey/admin/exportresults.php:266 #: include/limesurvey/admin/exportresults.php:633 @@ -3632,3 +3644,14 @@ msgid "" "This is how the story goes.\n" "\n" msgstr "" +"事情是这样的。\n" +"\n" + +#~ msgid "Enter the telephone extension number:" +#~ msgstr "输入要添加的电话调查员的分机号:" + +#~ msgid "Enter the telephone extension password:" +#~ msgstr "输入要添加的电话调查员的分机密码:" + +#~ msgid "No operators" +#~ msgstr "无电话调查员" From 17e880190f8eeb3ae9f7fd37d8d1ef23c695b2a9 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 26 May 2014 12:08:09 +1000 Subject: [PATCH 11/18] Updated download voip client script for separated extension / operator tables --- voip/downloadvoipclient.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voip/downloadvoipclient.php b/voip/downloadvoipclient.php index 0e0b642b..ad676746 100644 --- a/voip/downloadvoipclient.php +++ b/voip/downloadvoipclient.php @@ -59,8 +59,8 @@ if ($operator_id) { $sql = "SELECT *,SUBSTRING_INDEX(extension, '/', -1) as ext - FROM operator - WHERE operator_id = $operator_id"; + FROM extension + WHERE current_operator_id = $operator_id"; $rs = $db->GetRow($sql); From bb21df2819d29e983574a171108e4b74c289a376 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 26 May 2014 12:10:47 +1000 Subject: [PATCH 12/18] update password strings too --- voip/downloadvoipclient.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voip/downloadvoipclient.php b/voip/downloadvoipclient.php index ad676746..89d16d96 100644 --- a/voip/downloadvoipclient.php +++ b/voip/downloadvoipclient.php @@ -74,7 +74,7 @@ if ($operator_id) copy(realpath(dirname(__FILE__) . '/../voipclient'),"$zipdir/voipclient"); $f1 = "$zipdir/voipclient"; $f2 = "$zipdir/startvoip"; - file_put_contents($f2, "./voipclient -i -u {$rs['ext']} -p {$rs['extension_password']} -h " . $_SERVER['SERVER_NAME']); + file_put_contents($f2, "./voipclient -i -u {$rs['ext']} -p {$rs['password']} -h " . $_SERVER['SERVER_NAME']); } else @@ -83,7 +83,7 @@ if ($operator_id) copy(realpath(dirname(__FILE__) . '/../voipclient.exe'),"$zipdir/voipclient.exe"); $f1 = "$zipdir/voipclient.exe"; $f2 = "$zipdir/startvoip.bat"; - file_put_contents($f2, "voipclient.exe -i -u {$rs['ext']} -p {$rs['extension_password']} -h " . $_SERVER['SERVER_NAME']); + file_put_contents($f2, "voipclient.exe -i -u {$rs['ext']} -p {$rs['password']} -h " . $_SERVER['SERVER_NAME']); } From a530b3d7581c14242080da0f7fc29053c21fc988 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 7 Jul 2014 11:37:36 +1000 Subject: [PATCH 13/18] Fixes lp:1338395 - Quotas being incremented in samples that have not yet been accessed --- functions/functions.limesurvey.php | 12 +++++++----- functions/functions.operator.php | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/functions/functions.limesurvey.php b/functions/functions.limesurvey.php index 66b54dc7..8e465228 100644 --- a/functions/functions.limesurvey.php +++ b/functions/functions.limesurvey.php @@ -313,20 +313,21 @@ function limesurvey_quota_replicate_completions($lime_sid,$questionnaire_id,$sam * @param string $lime_sgqa The limesurvey SGQA * @param int $lime_sid The limesurvey survey id * @param int $case_id The case id - * @param int $sample_import_id The sample import ID * @param string $value The value to compare * @param string $comparison The type of comparison + * @param int $sample_import_id The sample import ID + * * @return bool|int False if failed, otherwise 1 if matched, 0 if doesn't * */ -function limesurvey_quota_match($lime_sgqa,$lime_sid,$case_id,$value,$comparison) +function limesurvey_quota_match($lime_sgqa,$lime_sid,$case_id,$value,$comparison,$sample_import_id) { global $db; $sql = "SELECT count(*) as c FROM " . LIME_PREFIX . "survey_$lime_sid as s JOIN `case` as c ON (c.case_id = '$case_id') - JOIN `sample` as sam ON (c.sample_id = sam.sample_id) + JOIN `sample` as sam ON (c.sample_id = sam.sample_id and sam.import_id = $sample_import_id) WHERE s.token = c.token AND s.`$lime_sgqa` $comparison '$value'"; @@ -345,19 +346,20 @@ function limesurvey_quota_match($lime_sgqa,$lime_sid,$case_id,$value,$comparison * @param int $case_id The case id * @param string $val The sample value to compare * @param string $var The sample variable to compare + * @param int $sample_import_id The sample import id we are looking at * * @return bool|int False if failed, otherwise 1 if matched, 0 if doesn't * @author Adam Zammit * @since 2012-04-30 */ -function limesurvey_quota_replicate_match($lime_sid,$case_id,$val,$var) +function limesurvey_quota_replicate_match($lime_sid,$case_id,$val,$var,$import_id) { global $db; $sql = "SELECT count(*) as c FROM " . LIME_PREFIX . "survey_$lime_sid as s JOIN `case` as c ON (c.case_id = '$case_id') - JOIN `sample` as sam ON (c.sample_id = sam.sample_id) + JOIN `sample` as sam ON (c.sample_id = sam.sample_id and sam.import_id = $sample_import_id) JOIN `sample_var` as sv ON (sv.sample_id = sam.sample_id AND sv.var LIKE '$var' AND sv.val LIKE '$val') WHERE s.token = c.token"; diff --git a/functions/functions.operator.php b/functions/functions.operator.php index a7d3a48f..3bad8a61 100644 --- a/functions/functions.operator.php +++ b/functions/functions.operator.php @@ -1685,9 +1685,9 @@ function update_row_quota($questionnaire_id,$case_id = false) if ($case_id != false) { if ($r['lime_sgqa'] == -2) - $match = limesurvey_quota_replicate_match($r['lime_sid'],$case_id,$r['exclude_val'],$r['exclude_var']); + $match = limesurvey_quota_replicate_match($r['lime_sid'],$case_id,$r['exclude_val'],$r['exclude_var'],$r['sample_import_id']); else - $match = limesurvey_quota_match($r['lime_sgqa'],$r['lime_sid'],$case_id,$r['value'],$r['comparison']); + $match = limesurvey_quota_match($r['lime_sgqa'],$r['lime_sid'],$case_id,$r['value'],$r['comparison'],$r['sample_import_id']); if ($match == 1) { From 2f9e52af7784e880f3a68f36774ee7810b7a97ee Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 7 Jul 2014 15:16:45 +1000 Subject: [PATCH 14/18] Typo fix --- functions/functions.limesurvey.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/functions.limesurvey.php b/functions/functions.limesurvey.php index 8e465228..200c7544 100644 --- a/functions/functions.limesurvey.php +++ b/functions/functions.limesurvey.php @@ -352,7 +352,7 @@ function limesurvey_quota_match($lime_sgqa,$lime_sid,$case_id,$value,$comparison * @author Adam Zammit * @since 2012-04-30 */ -function limesurvey_quota_replicate_match($lime_sid,$case_id,$val,$var,$import_id) +function limesurvey_quota_replicate_match($lime_sid,$case_id,$val,$var,$sample_import_id) { global $db; From 88b6f9d3692c1b5b6d485d6fb7eb06d3d8c57b1d Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Thu, 10 Jul 2014 15:07:46 +1000 Subject: [PATCH 15/18] Make sure quota priority is never less than 0 Fixed bug: Process won't close itself if forced killed before it has a chance to close --- functions/functions.operator.php | 4 +++- functions/functions.process.php | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/functions.operator.php b/functions/functions.operator.php index 3bad8a61..9d8f972e 100644 --- a/functions/functions.operator.php +++ b/functions/functions.operator.php @@ -1735,7 +1735,9 @@ function update_row_quota($questionnaire_id,$case_id = false) if ($r['autoprioritise'] == 1) { //priority is 100 - the percentage of completions - $pr = 100 - round(100 * ($completions / $r['completions'])); + $pr = 100 - round(100 * ($completions / $r['completions'])); + if ($pr < 0) + $pr = 0; $sql .= ", priority = '$pr' "; //need to update quotas now diff --git a/functions/functions.process.php b/functions/functions.process.php index 0e451bdb..12388053 100644 --- a/functions/functions.process.php +++ b/functions/functions.process.php @@ -76,7 +76,6 @@ function is_process_killed($process_id) $sql = "SELECT `process_id` FROM `process` WHERE `kill` = 1 - AND `stop` IS NULL AND `process_id` = '$process_id'"; $rs = $db->GetRow($sql); From fd097b9bf1920adb5d8129a4d2d4379dcb1aba2c Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 14 Jul 2014 11:03:34 +1000 Subject: [PATCH 16/18] Updated translations Updated CHANGELOG for 1.10.4 --- CHANGELOG | 8 ++++++++ locale/bs/LC_MESSAGES/bs.mo | Bin 1542 -> 1542 bytes locale/bs/LC_MESSAGES/bs.po | 4 ++-- locale/cs/LC_MESSAGES/cs.mo | Bin 64928 -> 64928 bytes locale/cs/LC_MESSAGES/cs.po | 4 ++-- locale/de/LC_MESSAGES/de.mo | Bin 16626 -> 16626 bytes locale/de/LC_MESSAGES/de.po | 4 ++-- locale/el/LC_MESSAGES/el.mo | Bin 9006 -> 9006 bytes locale/el/LC_MESSAGES/el.po | 4 ++-- locale/es/LC_MESSAGES/es.mo | Bin 28881 -> 28881 bytes locale/es/LC_MESSAGES/es.po | 4 ++-- locale/fa/LC_MESSAGES/fa.mo | Bin 9181 -> 9181 bytes locale/fa/LC_MESSAGES/fa.po | 4 ++-- locale/fr/LC_MESSAGES/fr.mo | Bin 8108 -> 8108 bytes locale/fr/LC_MESSAGES/fr.po | 4 ++-- locale/gl/LC_MESSAGES/gl.mo | Bin 39714 -> 39714 bytes locale/gl/LC_MESSAGES/gl.po | 4 ++-- locale/he/LC_MESSAGES/he.mo | Bin 4587 -> 4587 bytes locale/he/LC_MESSAGES/he.po | 4 ++-- locale/id/LC_MESSAGES/id.mo | Bin 468 -> 468 bytes locale/id/LC_MESSAGES/id.po | 4 ++-- locale/it/LC_MESSAGES/it.mo | Bin 66083 -> 66083 bytes locale/it/LC_MESSAGES/it.po | 4 ++-- locale/lt/LC_MESSAGES/lt.mo | Bin 35333 -> 35333 bytes locale/lt/LC_MESSAGES/lt.po | 4 ++-- locale/nl/LC_MESSAGES/nl.mo | Bin 28347 -> 28347 bytes locale/nl/LC_MESSAGES/nl.po | 4 ++-- locale/oc/LC_MESSAGES/oc.mo | Bin 4837 -> 4837 bytes locale/oc/LC_MESSAGES/oc.po | 4 ++-- locale/pl/LC_MESSAGES/pl.mo | Bin 17244 -> 17244 bytes locale/pl/LC_MESSAGES/pl.po | 4 ++-- locale/pt/LC_MESSAGES/pt.mo | Bin 65631 -> 65631 bytes locale/pt/LC_MESSAGES/pt.po | 4 ++-- locale/ro/LC_MESSAGES/ro.mo | Bin 1651 -> 1651 bytes locale/ro/LC_MESSAGES/ro.po | 4 ++-- locale/ru/LC_MESSAGES/ru.mo | Bin 8236 -> 8236 bytes locale/ru/LC_MESSAGES/ru.po | 4 ++-- locale/sv/LC_MESSAGES/sv.mo | Bin 39394 -> 39394 bytes locale/sv/LC_MESSAGES/sv.po | 4 ++-- locale/zh/LC_MESSAGES/zh.mo | Bin 63110 -> 64294 bytes locale/zh/LC_MESSAGES/zh.po | 36 ++++++++++++++++++------------------ 41 files changed, 64 insertions(+), 56 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a9894d1c..b84fbc69 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +queXS 1.10.4 - Changes since 1.10.3 + +Fixed bug: Quota priority could get below 0 +Fixed bug: Process won't close itself if forced killed before it has a chance to close +Fixed bug: lp:1338395 - Quotas being incremented in samples that have not yet been accessed +Fixed bug: Download VoIP client script failing +Translations: Updated from Launchpad. Thank you for contributing! + queXS 1.10.3 - Changes since 1.10.2 Fixed bug: Initial page is always Call/Hangup even if on a call or no case available diff --git a/locale/bs/LC_MESSAGES/bs.mo b/locale/bs/LC_MESSAGES/bs.mo index 552c8f6a9ab060531c1c3a36b01dd3d929c09366..dca03064a746ba601a88a1a91f7110bc0d526cb2 100644 GIT binary patch delta 32 ncmZqUY2(=t#lmH-YiOciU}$AvI5~wymBrl9&~S4vOC=)!f*%LY delta 32 ncmZqUY2(=t#lmH(YhbQmWNc+(F*$`rmBq}`(rj}tOC=)!gO~^L diff --git a/locale/bs/LC_MESSAGES/bs.po b/locale/bs/LC_MESSAGES/bs.po index e020f068..4dc25763 100644 --- a/locale/bs/LC_MESSAGES/bs.po +++ b/locale/bs/LC_MESSAGES/bs.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" -"X-Generator: Launchpad (build 16996)\n" +"X-Launchpad-Export-Date: 2014-07-14 01:01+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/cs/LC_MESSAGES/cs.mo b/locale/cs/LC_MESSAGES/cs.mo index 48e9d053118f3310e473e24e3175fd04c96f2f80..a6457509810bc572cf80cbbb92cf441f34841718 100644 GIT binary patch delta 34 qcmZ4Rn|Z-+<_*HLxXg78O%x0atqcq&%g$0|F*h_c-0U_hDj5LL?+X?H delta 34 qcmZ4Rn|Z-+<_*HLxJ-2o%oU7`txPN?%g$0|F|)KZ+w3+gDj5LNXbU+2 diff --git a/locale/cs/LC_MESSAGES/cs.po b/locale/cs/LC_MESSAGES/cs.po index 37e853f0..b8ea0566 100644 --- a/locale/cs/LC_MESSAGES/cs.po +++ b/locale/cs/LC_MESSAGES/cs.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" -"X-Generator: Launchpad (build 16996)\n" +"X-Launchpad-Export-Date: 2014-07-14 01:01+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/de/LC_MESSAGES/de.mo b/locale/de/LC_MESSAGES/de.mo index 5af5f0516bbe933d17b13f138c5852b982bb42f2..4790eaacbcfe9e23c6e0b876799e65efcabf5142 100644 GIT binary patch delta 34 pcmey=$oQ#|af7f1m$|N?iGqQlm4V@8Sq)Vdb3;SJ&2AcNBmlNp33C7d delta 34 pcmey=$oQ#|af7f1m#MCSxq^|gm5Ie>` diff --git a/locale/es/LC_MESSAGES/es.po b/locale/es/LC_MESSAGES/es.po index 5f33e0b2..f97f89b6 100644 --- a/locale/es/LC_MESSAGES/es.po +++ b/locale/es/LC_MESSAGES/es.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" -"X-Generator: Launchpad (build 16996)\n" +"X-Launchpad-Export-Date: 2014-07-14 01:01+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/fa/LC_MESSAGES/fa.mo b/locale/fa/LC_MESSAGES/fa.mo index 93c95f7c7bfc57ae9edd883353e7b33e12b6e107..c8c13bc656f1114fe518f9a6bee2b16746bf2668 100644 GIT binary patch delta 32 ocmccXe%F1&6Co~hT|*NE14AnV!^!W2R9Vao4GlMo3m+2z0K2CO7XSbN delta 32 ocmccXe%F1&6Co~BT?2CkBV#KQi^=bVR9Va{EzLHI3m+2z0KFgzIsgCw diff --git a/locale/fa/LC_MESSAGES/fa.po b/locale/fa/LC_MESSAGES/fa.po index 0a8bbf69..7d2cf257 100644 --- a/locale/fa/LC_MESSAGES/fa.po +++ b/locale/fa/LC_MESSAGES/fa.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" -"X-Generator: Launchpad (build 16996)\n" +"X-Launchpad-Export-Date: 2014-07-14 01:01+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/fr/LC_MESSAGES/fr.mo b/locale/fr/LC_MESSAGES/fr.mo index dae3d5412423a28529207c5e1e5182401e7038fc..2494ef47cb2e6c19c48af7b974202c9eed507c2b 100644 GIT binary patch delta 32 ncmZ2uzs7z;o+y{OuAzy7fuWUw;p7TYRTgtYL&MDrMY*{EoSg`Y delta 32 ncmZ2uzs7z;o+y{8u7SCNk+GGD#pDW6RTeW#OS8=jMY*{Eo)!qL diff --git a/locale/fr/LC_MESSAGES/fr.po b/locale/fr/LC_MESSAGES/fr.po index 404ed9c2..923f177b 100644 --- a/locale/fr/LC_MESSAGES/fr.po +++ b/locale/fr/LC_MESSAGES/fr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" -"X-Generator: Launchpad (build 16996)\n" +"X-Launchpad-Export-Date: 2014-07-14 01:01+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/gl/LC_MESSAGES/gl.mo b/locale/gl/LC_MESSAGES/gl.mo index 48d50e0520ddfb0ab56194032a1c657c2ad6713d..270270562cc6cb8fca1fc7ccf15bd636e4f9ba6b 100644 GIT binary patch delta 34 qcmZ3qjcL&~rVV0oT;{rlCJF|IRtAQX72;G`%nc0Am*EIk delta 32 ncmaE@{91W~GB=m0u7SCNk+GGD#bjM>RTeW#OS8>k+*8>AnOX>X diff --git a/locale/he/LC_MESSAGES/he.po b/locale/he/LC_MESSAGES/he.po index e2b23ce0..7e27e673 100644 --- a/locale/he/LC_MESSAGES/he.po +++ b/locale/he/LC_MESSAGES/he.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" -"X-Generator: Launchpad (build 16996)\n" +"X-Launchpad-Export-Date: 2014-07-14 01:01+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/id/LC_MESSAGES/id.mo b/locale/id/LC_MESSAGES/id.mo index e5e66755435010c6a1e8d95a78d4c55200b60d9c..fb07c69b41a2f4ef0b826fcc2c725db698ec998e 100644 GIT binary patch delta 30 lcmcb@e1&<#JVq{aT|*NE14AnV!^tZcRoTrA4GlH97yyXU2T}k4 delta 30 lcmcb@e1&<#JVq{4T?2CkBV#KQi^(e(RoTrfEzLB!7yya|2Xz1d diff --git a/locale/id/LC_MESSAGES/id.po b/locale/id/LC_MESSAGES/id.po index fff3801d..d3536e7e 100644 --- a/locale/id/LC_MESSAGES/id.po +++ b/locale/id/LC_MESSAGES/id.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" -"X-Generator: Launchpad (build 16996)\n" +"X-Launchpad-Export-Date: 2014-07-14 01:01+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/it/LC_MESSAGES/it.mo b/locale/it/LC_MESSAGES/it.mo index 0f17e393254a6a6836fc1c3df543a160f31aae74..c3f70001e6865eeac62509ac773ece679e509d64 100644 GIT binary patch delta 34 qcmZ47!m_x9Wy9+kT;{rlCJF|IRtAQXzs^u)F*h_c+$=YfH4^~U(+gw( delta 34 qcmZ47!m_x9Wy9+kT&B7P<_bo}Rwfpczs^u)F|)KZ+blPeH4^~WObdqq diff --git a/locale/it/LC_MESSAGES/it.po b/locale/it/LC_MESSAGES/it.po index 19bd2ae5..29ae0600 100644 --- a/locale/it/LC_MESSAGES/it.po +++ b/locale/it/LC_MESSAGES/it.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" -"X-Generator: Launchpad (build 16996)\n" +"X-Launchpad-Export-Date: 2014-07-14 01:01+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/lt/LC_MESSAGES/lt.mo b/locale/lt/LC_MESSAGES/lt.mo index 15df0720efee691eac51a8e70829e80cc4265076..b70b53282b51fba2d3075939926c3761979f2ee2 100644 GIT binary patch delta 34 pcmZpj!qhs2X@fxsm$|N?iGqQlm4V@8s}NNdb3;SJ&B-B)OaZH=39kSE delta 34 pcmZpj!qhs2X@fxsm#MCSxq^|gm5Ie~sLx!VFme delta 34 qcmccLz;eHVWy8c7T&B7P<_bo}RwfpcXU|Y&F|)KZ+k9lk>~sLzI}CgP diff --git a/locale/pt/LC_MESSAGES/pt.po b/locale/pt/LC_MESSAGES/pt.po index 4c85e32a..4cbc3a09 100644 --- a/locale/pt/LC_MESSAGES/pt.po +++ b/locale/pt/LC_MESSAGES/pt.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" -"X-Generator: Launchpad (build 16996)\n" +"X-Launchpad-Export-Date: 2014-07-14 01:01+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/ro/LC_MESSAGES/ro.mo b/locale/ro/LC_MESSAGES/ro.mo index be41d92001f56d30ca60ed5570554f72cf54ee26..0098dc374679e70f599ae14b2771df26b131ac05 100644 GIT binary patch delta 32 ocmey&^O(^b diff --git a/locale/ro/LC_MESSAGES/ro.po b/locale/ro/LC_MESSAGES/ro.po index e3cd26c9..cf857c9f 100644 --- a/locale/ro/LC_MESSAGES/ro.po +++ b/locale/ro/LC_MESSAGES/ro.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" -"X-Generator: Launchpad (build 16996)\n" +"X-Launchpad-Export-Date: 2014-07-14 01:01+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/ru/LC_MESSAGES/ru.mo b/locale/ru/LC_MESSAGES/ru.mo index 982ef9ee74823133889aa22957a857f771972c29..a68fddc5014c677c40bb180cb99f0d58284eb38f 100644 GIT binary patch delta 32 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 LfBd;u^?m*an$O#j diff --git a/locale/zh/LC_MESSAGES/zh.po b/locale/zh/LC_MESSAGES/zh.po index 8d4fa6cb..3a853e50 100644 --- a/locale/zh/LC_MESSAGES/zh.po +++ b/locale/zh/LC_MESSAGES/zh.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-03-17 10:47+1000\n" -"PO-Revision-Date: 2014-04-29 04:58+0000\n" +"PO-Revision-Date: 2014-05-09 09:17+0000\n" "Last-Translator: Shihui Yin \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-07 23:48+0000\n" -"X-Generator: Launchpad (build 16996)\n" +"X-Launchpad-Export-Date: 2014-07-14 01:01+0000\n" +"X-Generator: Launchpad (build 17111)\n" "Language: zh\n" #: callhistory.php:56 @@ -98,7 +98,7 @@ msgstr "结束电话:业务电话号码" #: waitnextcase_interface2.php:49 #: index.php:145 msgid "queXS" -msgstr "" +msgstr "queXS" #: index_interface2.php:213 #: appointment.php:121 @@ -114,7 +114,7 @@ msgstr "邮件" #: index_interface2.php:215 #: index.php:167 msgid "Referral" -msgstr "" +msgstr "被引荐的受访者" #: index_interface2.php:216 #: waitnextcase_interface2.php:55 @@ -884,7 +884,7 @@ msgstr "通话中" #: status.php:130 msgid "APPT" -msgstr "" +msgstr "APPT" #: status.php:131 msgid "MISSED" @@ -942,20 +942,20 @@ msgstr "自动拨号不可用,您已经连线中" #: referral.php:167 msgid "Generated referral to case id" -msgstr "" +msgstr "给访问编号生成被引荐受访者" #: referral.php:173 msgid "Generated as referral from case id" -msgstr "" +msgstr "生成属于访问编号的被引荐受访者" #: referral.php:179 msgid "Created referral case - you may now close this window" -msgstr "" +msgstr "创建被引荐受访者的访问 - 您现在可以关闭该窗口" #: referral.php:183 msgid "" "Failed to create referral case - please check your input and try again" -msgstr "" +msgstr "创建被引荐受访者的访问失败 - 请检查您的输入并重试" #: referral.php:189 msgid "You must supply a primary phone number" @@ -964,15 +964,15 @@ msgstr "您必须提供一个主电话号码" #: referral.php:209 #: referral.php:243 msgid "Create referral" -msgstr "" +msgstr "创建被引荐的受访者" #: referral.php:241 msgid "Call this new referral immediately after this case?" -msgstr "" +msgstr "该访问结束后立即呼叫新添的被引荐受访者吗?" #: referral.php:248 msgid "Referrals not available for this questionnaire" -msgstr "" +msgstr "被引荐的受访者没时间接受本次问卷调查" #: rs_quota_end.php:61 msgid "Respondent Selection - Project Quota End" @@ -1741,7 +1741,7 @@ msgstr "开始并监控系统大规模访问排序" #: admin/index.php:109 msgid "VoIP" -msgstr "" +msgstr "VoIP" #: admin/index.php:110 msgid "Start and monitor VoIP" @@ -2558,11 +2558,11 @@ msgstr "问卷仅用于测试吗?" #: admin/new.php:198 msgid "Allow operators to generate referrals?" -msgstr "" +msgstr "允许电话调查员生成被引荐的受访者吗?" #: admin/new.php:199 msgid "Allow for respondent self completion via email invitation?" -msgstr "允许受访者通过邮件邀请资助完成访问吗?" +msgstr "允许受访者通过邮件邀请自助完成访问吗?" #: admin/new.php:201 msgid "Questionnaire display mode for respondent" @@ -3208,7 +3208,7 @@ msgstr "Windows下的VoIP" #: admin/operatorlist.php:307 msgid "*nix VoIP" -msgstr "" +msgstr "*nix VoIP" #: admin/samplecallattempts.php:107 msgid "Number of cases" @@ -3636,7 +3636,7 @@ msgstr "最后拨叫号码" #: include/limesurvey/admin/exportresults.php:634 #: include/limesurvey/admin/exportresults.php:990 msgid "Operator username for last call" -msgstr "" +msgstr "最后一次呼叫的电话调查员的用户名" #: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 #: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 From cb884068a8bf14df4941c90396da8b2390fa9e8c Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 14 Jul 2014 11:47:43 +1000 Subject: [PATCH 17/18] Fixed Bug: Operator extension not clearing correctly at end of work --- endwork.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endwork.php b/endwork.php index 47145bb6..15090d86 100644 --- a/endwork.php +++ b/endwork.php @@ -51,10 +51,10 @@ if (isset($_GET['auto'])) print "

    " . T_("Work has ended. That is it") . "

    "; +include_once("functions/functions.operator.php"); if (ALLOW_OPERATOR_EXTENSION_SELECT && VOIP_ENABLED) { //unassign extension - include_once("functions/functions.operator.php"); $operator_id = get_operator_id(); if (get_case_id($operator_id) == false && is_voip_enabled($operator_id)) From c64c71e4284f018d05c202bd3e8c8c79e9d47cab Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 14 Jul 2014 12:03:29 +1000 Subject: [PATCH 18/18] Fixed Bug: Notices generated when running index_update.php --- index_interface2.php | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/index_interface2.php b/index_interface2.php index ff582265..23d0a913 100644 --- a/index_interface2.php +++ b/index_interface2.php @@ -45,12 +45,15 @@ include ("functions/functions.xhtml.php"); */ include("functions/functions.operator.php"); -$db->StartTrans(); $popupcall = false; $operator_id = get_operator_id(); +if ($operator_id === false) die(); + +$db->StartTrans(); + if (isset($_GET['endwork'])) { $call_id = get_call($operator_id); @@ -235,7 +238,7 @@ if (!$call_id) if ($appointment) { //create a call on the appointment number - $sql = "SELECT cp.* + $sql = "SELECT cp.*, a.respondent_id FROM contact_phone as cp, appointment as a WHERE cp.case_id = '$case_id' AND a.appointment_id = '$appointment' @@ -274,6 +277,19 @@ if (!$call_id) { $contact_phone_id = $rs['contact_phone_id']; + if (!isset($rs['respondent_id'])) + { + $sql = "SELECT respondent_id + FROM respondent + WHERE case_id = $case_id"; + + $respondent_id = $db->GetOne($sql); + } + else + { + $respondent_id = $rs['respondent_id']; + } + $call_id = get_call($operator_id,$respondent_id,$contact_phone_id,true); } }