diff --git a/CHANGELOG b/CHANGELOG index 10ad1960..6a8867d7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ queXS 1.6.1 - Changes since 1.6.0 New Feature: Include paradata/metadata in data output (number call attempts, number of answering machine messages and all sample variables) +Fixed Bug: Sample import lists not translatable +Translations updated (Thanks to those who contributed on Launchpad) quexs 1.6.0 - Changes since 1.5.4 diff --git a/admin/databasestrings.php b/admin/databasestrings.php index 193e644e..6deb9854 100755 --- a/admin/databasestrings.php +++ b/admin/databasestrings.php @@ -78,5 +78,12 @@ T_("Weekday mornings (Before 12pm)"); T_("Weekday afternoons (After 12pm but before 6pm)"); T_("Evenings (After 6pm)"); T_("Saturdays"); +T_("String"); +T_("Phone number"); +T_("Primary phone number"); +T_("State"); +T_("Postcode"); +T_("Respondent first name"); +T_("Respondent last name"); ?> diff --git a/functions/functions.import.php b/functions/functions.import.php index d32555b0..c814a460 100644 --- a/functions/functions.import.php +++ b/functions/functions.import.php @@ -132,7 +132,7 @@ function display_table($data) $sql = "SELECT description,type FROM sample_var_type"; - $rs = $db->Execute($sql); + $rs = $db->GetAll($sql); foreach ($data as $key => $value) { @@ -140,10 +140,18 @@ function display_table($data) $checked = "checked"; if (empty($val)) $val = "samp_$row"; - print "$value" . $rs->GetMenu("t_$row","1",false) . ""; + print "$value"; + print ""; + print ""; $row++; - $rs->MoveFirst(); } print ""; diff --git a/locale/el/LC_MESSAGES/el.mo b/locale/el/LC_MESSAGES/el.mo index 4fae5e01..a68e5f73 100644 Binary files a/locale/el/LC_MESSAGES/el.mo and b/locale/el/LC_MESSAGES/el.mo differ diff --git a/locale/el/LC_MESSAGES/el.po b/locale/el/LC_MESSAGES/el.po index 663881a5..512d6481 100644 --- a/locale/el/LC_MESSAGES/el.po +++ b/locale/el/LC_MESSAGES/el.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: 2012-11-14 05:05+0000\n" -"X-Generator: Launchpad (build 16251)\n" +"X-Launchpad-Export-Date: 2013-01-24 01:12+0000\n" +"X-Generator: Launchpad (build 16445)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/es/LC_MESSAGES/es.mo b/locale/es/LC_MESSAGES/es.mo index 4c8c7925..d3648eec 100644 Binary files a/locale/es/LC_MESSAGES/es.mo and b/locale/es/LC_MESSAGES/es.mo differ diff --git a/locale/es/LC_MESSAGES/es.po b/locale/es/LC_MESSAGES/es.po index b58010bd..9358670a 100644 --- a/locale/es/LC_MESSAGES/es.po +++ b/locale/es/LC_MESSAGES/es.po @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-11-14 05:05+0000\n" -"X-Generator: Launchpad (build 16251)\n" +"X-Launchpad-Export-Date: 2013-01-24 01:12+0000\n" +"X-Generator: Launchpad (build 16445)\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 9c7f9566..6e2095a4 100644 Binary files a/locale/fr/LC_MESSAGES/fr.mo and b/locale/fr/LC_MESSAGES/fr.mo differ diff --git a/locale/fr/LC_MESSAGES/fr.po b/locale/fr/LC_MESSAGES/fr.po index f401b0d7..03c0d5a3 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: 2012-11-14 05:05+0000\n" -"X-Generator: Launchpad (build 16251)\n" +"X-Launchpad-Export-Date: 2013-01-24 01:12+0000\n" +"X-Generator: Launchpad (build 16445)\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 a272e88f..64db6204 100644 Binary files a/locale/gl/LC_MESSAGES/gl.mo and b/locale/gl/LC_MESSAGES/gl.mo differ diff --git a/locale/gl/LC_MESSAGES/gl.po b/locale/gl/LC_MESSAGES/gl.po index f67e8cba..e24aff31 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: 2012-11-14 05:05+0000\n" -"X-Generator: Launchpad (build 16251)\n" +"X-Launchpad-Export-Date: 2013-01-24 01:12+0000\n" +"X-Generator: Launchpad (build 16445)\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 b1ea13de..c60496aa 100644 Binary files a/locale/id/LC_MESSAGES/id.mo and b/locale/id/LC_MESSAGES/id.mo differ diff --git a/locale/id/LC_MESSAGES/id.po b/locale/id/LC_MESSAGES/id.po index 3ae3c5fe..877d0fa9 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: 2012-11-14 05:05+0000\n" -"X-Generator: Launchpad (build 16251)\n" +"X-Launchpad-Export-Date: 2013-01-24 01:12+0000\n" +"X-Generator: Launchpad (build 16445)\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 8a9bf786..fb81b297 100644 Binary files a/locale/it/LC_MESSAGES/it.mo and b/locale/it/LC_MESSAGES/it.mo differ diff --git a/locale/it/LC_MESSAGES/it.po b/locale/it/LC_MESSAGES/it.po index 1c5e3300..a59500ee 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: 2012-11-14 05:05+0000\n" -"X-Generator: Launchpad (build 16251)\n" +"X-Launchpad-Export-Date: 2013-01-24 01:12+0000\n" +"X-Generator: Launchpad (build 16445)\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 faed8e45..0b736544 100644 Binary files a/locale/lt/LC_MESSAGES/lt.mo and b/locale/lt/LC_MESSAGES/lt.mo differ diff --git a/locale/lt/LC_MESSAGES/lt.po b/locale/lt/LC_MESSAGES/lt.po index bfbe8747..e891c641 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: 2012-11-14 05:05+0000\n" -"X-Generator: Launchpad (build 16251)\n" +"X-Launchpad-Export-Date: 2013-01-24 01:12+0000\n" +"X-Generator: Launchpad (build 16445)\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 c631d183..a606f9d0 100644 Binary files a/locale/nl/LC_MESSAGES/nl.mo and b/locale/nl/LC_MESSAGES/nl.mo differ diff --git a/locale/nl/LC_MESSAGES/nl.po b/locale/nl/LC_MESSAGES/nl.po index fc650192..f0706f3d 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: 2012-11-14 05:05+0000\n" -"X-Generator: Launchpad (build 16251)\n" +"X-Launchpad-Export-Date: 2013-01-24 01:12+0000\n" +"X-Generator: Launchpad (build 16445)\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 b425edf4..ed08c8e4 100644 Binary files a/locale/oc/LC_MESSAGES/oc.mo and b/locale/oc/LC_MESSAGES/oc.mo differ diff --git a/locale/oc/LC_MESSAGES/oc.po b/locale/oc/LC_MESSAGES/oc.po index df2f558e..e2119e9e 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: 2012-11-14 05:05+0000\n" -"X-Generator: Launchpad (build 16251)\n" +"X-Launchpad-Export-Date: 2013-01-24 01:12+0000\n" +"X-Generator: Launchpad (build 16445)\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 90833cf9..799016d9 100644 Binary files a/locale/pl/LC_MESSAGES/pl.mo and b/locale/pl/LC_MESSAGES/pl.mo differ diff --git a/locale/pl/LC_MESSAGES/pl.po b/locale/pl/LC_MESSAGES/pl.po index 29f24785..a592705b 100644 --- a/locale/pl/LC_MESSAGES/pl.po +++ b/locale/pl/LC_MESSAGES/pl.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: 2012-11-14 05:05+0000\n" -"X-Generator: Launchpad (build 16251)\n" +"X-Launchpad-Export-Date: 2013-01-24 01:12+0000\n" +"X-Generator: Launchpad (build 16445)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/pt/LC_MESSAGES/pt.mo b/locale/pt/LC_MESSAGES/pt.mo index 4ce08903..2c3fd9d3 100644 Binary files a/locale/pt/LC_MESSAGES/pt.mo and b/locale/pt/LC_MESSAGES/pt.mo differ diff --git a/locale/pt/LC_MESSAGES/pt.po b/locale/pt/LC_MESSAGES/pt.po index cb519368..4fae2185 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: 2012-11-14 05:06+0000\n" -"X-Generator: Launchpad (build 16251)\n" +"X-Launchpad-Export-Date: 2013-01-24 01:12+0000\n" +"X-Generator: Launchpad (build 16445)\n" #: callhistory.php:56 msgid "Case History List" diff --git a/locale/quexs.pot b/locale/quexs.pot index 6fb1faa2..0048b53d 100644 --- a/locale/quexs.pot +++ b/locale/quexs.pot @@ -2,237 +2,19 @@ msgid "" msgstr "" "Project-Id-Version: queXS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-11-14 11:25+1000\n" +"POT-Creation-Date: 2013-01-24 12:09+1000\n" "PO-Revision-Date: \n" "Last-Translator: Adam Zammit \n" "Language-Team: \n" -"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: \n" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-KeywordsList: T_\n" "X-Poedit-Basepath: /home/adam/Sandbox/www/quexs-1.0.0\n" "X-Poedit-SearchPath-0: .\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 "" - -#: callhistory.php:83 -msgid "Case ID" -msgstr "" - -#: callhistory.php:83 -#: index_interface2.php:201 -#: calllist.php:84 -msgid "Outcome" -msgstr "" - -#: callhistory.php:83 -msgid "Respondent" -msgstr "" - -#: callhistory.php:87 -msgid "No operator" -msgstr "" - -#: rs_answeringmachine_interface2.php:64 -#: rs_answeringmachine.php:64 -msgid "Respondent Selection - Answering machine" -msgstr "" - -#: rs_answeringmachine_interface2.php:78 -#: rs_answeringmachine.php:78 -msgid "Do not leave a message, please hang up" -msgstr "" - -#: rs_answeringmachine_interface2.php:81 -#: rs_answeringmachine.php:81 -msgid "End call with outcome: Business answering machine" -msgstr "" - -#: rs_answeringmachine_interface2.php:86 -#: rs_answeringmachine.php:86 -msgid "End call with outcome: Answering machine Message left" -msgstr "" - -#: rs_answeringmachine_interface2.php:90 -#: rs_answeringmachine.php:90 -msgid "End call with outcome: Answering machine No message left" -msgstr "" - -#: 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 "" - -#: rs_business_interface2.php:55 -msgid "Respondent Selection - Business answers" -msgstr "" - -#: rs_business_interface2.php:59 -msgid "Sorry to bother you, I have called the wrong number" -msgstr "" - -#: rs_business_interface2.php:61 -msgid "End call with outcome: Business number" -msgstr "" - -#: index_interface2.php:195 -#: waitnextcase_interface2.php:49 -#: index.php:130 -msgid "queXS" -msgstr "" - -#: index_interface2.php:202 -#: appointment.php:119 -#: index.php:137 -msgid "Appointment" -msgstr "" - -#: index_interface2.php:203 -#: waitnextcase_interface2.php:55 -msgid "End work" -msgstr "" - -#: index_interface2.php:282 -#: index.php:141 -msgid "Arrow for expanding or contracting" -msgstr "" - -#: index_interface2.php:294 -#: index.php:187 -msgid "Notes" -msgstr "" - -#: index_interface2.php:302 -#: index.php:205 -msgid "Contact details" -msgstr "" - -#: index_interface2.php:311 -#: index.php:214 -msgid "Call history" -msgstr "" - -#: index_interface2.php:320 -#: index.php:223 -msgid "Shifts" -msgstr "" - -#: index_interface2.php:329 -#: index.php:232 -msgid "Appointments" -msgstr "" - -#: index_interface2.php:338 -#: index.php:241 -msgid "Performance" -msgstr "" - -#: index_interface2.php:346 -#: index.php:249 -msgid "Work history" -msgstr "" - -#: index_interface2.php:354 -#: project_info.php:61 -#: index.php:257 -msgid "Project information" -msgstr "" - -#: index_interface2.php:363 -#: index.php:266 -msgid "Info" -msgstr "" - -#: record.php:55 -msgid "Stop REC" -msgstr "" - -#: record.php:56 -#: record.php:79 -#: record.php:96 -msgid "Record" -msgstr "" - -#: record.php:66 -msgid "Beginning recording..." -msgstr "" - -#: record.php:69 -#: record.php:97 -msgid "Not on a call, so not beginning a recording" -msgstr "" - -#: record.php:73 -msgid "Begin the manual recording now..." -msgstr "" - -#: record.php:78 -#: index.php:140 -msgid "Start REC" -msgstr "" - -#: record.php:86 -msgid "Stopping recording..." -msgstr "" - -#: record.php:90 -msgid "Stop the manual recording now..." -msgstr "" - -#: rs_callback_interface2.php:66 -msgid "Respondent Selection - Call back" -msgstr "" - -#: 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 "" - -#: rs_callback_interface2.php:88 -#: rs_project_intro.php:81 -msgid "End call with outcome: Refusal by respondent" -msgstr "" - -#: rs_project_intro.php:59 -msgid "Respondent Selection - Project Introduction" -msgstr "" - -#: rs_project_intro.php:79 -msgid "Yes - Continue" -msgstr "" - -#: rs_project_intro.php:82 -msgid "End call with outcome: No eligible respondent (person not available on this number)" -msgstr "" - -#: rs_project_intro.php:83 -msgid "End call with outcome: Out of sample (already completed in another mode)" -msgstr "" - #: appointment.php:69 msgid "Appointment error" msgstr "" @@ -245,6 +27,11 @@ msgstr "" msgid "Appointment made" msgstr "" +#: appointment.php:119 +#: status_interface2.php:176 +msgid "Appointment" +msgstr "" + #: appointment.php:122 msgid "Select a respondent" msgstr "" @@ -297,178 +84,31 @@ msgstr "" msgid "on" msgstr "" -#: calllist.php:56 -msgid "Call List" +#: performance.php:61 +msgid "Performance" msgstr "" -#: calllist.php:80 -msgid "No calls made" +#: performance.php:77 +msgid "This shift" msgstr "" -#: calllist.php:84 -msgid "Number called" -msgstr "" - -#: calllist.php:84 +#: performance.php:78 +#: performance.php:85 msgid "Operator" msgstr "" -#: calllist.php:88 -#: project_info.php:82 -msgid "No case" +#: performance.php:78 +#: performance.php:85 +msgid "Completions" msgstr "" -#: waitnextcase_interface2.php:54 -msgid "Get a new case" +#: performance.php:78 +#: performance.php:85 +msgid "Completions per hour" msgstr "" -#: index.php:136 -msgid "End" -msgstr "" - -#: index.php:138 -msgid "Call/Hangup" -msgstr "" - -#: index.php:139 -msgid "Supervisor" -msgstr "" - -#: index.php:142 -msgid "Restart" -msgstr "" - -#: index.php:195 -msgid "Availability" -msgstr "" - -#: info.php:56 -msgid "Information" -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.php:182 -#: call.php:202 -#: call.php:218 -#: call.php:249 -msgid "Call" -msgstr "" - -#: call_interface2.php:302 -#: call.php:256 -msgid "Not on a call" -msgstr "" - -#: call_interface2.php:314 -#: call_interface2.php:430 -#: call_interface2.php:435 -#: call_interface2.php:451 -#: call_interface2.php:457 -#: call.php:268 -#: call.php:384 -#: call.php:389 -#: call.php:405 -#: call.php:411 -msgid "End case" -msgstr "" - -#: call_interface2.php:339 -#: call.php:293 -msgid "Press the call button to dial the number for this appointment:" -msgstr "" - -#: call_interface2.php:342 -#: call.php:296 -msgid "Number to call:" -msgstr "" - -#: call_interface2.php:346 -#: call_interface2.php:417 -#: call.php:300 -#: call.php:371 -msgid "Your VoIP extension is not enabled. Please close this window and enable VoIP by clicking once on the red button that says 'VoIP Off'" -msgstr "" - -#: call_interface2.php:407 -#: call.php:361 -msgid "Select phone number to dial:" -msgstr "" - -#: call_interface2.php:422 -#: call_interface2.php:456 -#: call.php:376 -#: call.php:410 -msgid "The last call completed this call attempt" -msgstr "" - -#: call_interface2.php:426 -#: call_interface2.php:449 -#: call.php:380 -#: call.php:403 -msgid "Enter a reason for this outcome before completing this case:" -msgstr "" - -#: call_interface2.php:467 -#: call.php:439 -msgid "Requires coding" -msgstr "" - -#: call_interface2.php:470 -#: call.php:442 -msgid "Assign outcome" -msgstr "" - -#: call_interface2.php:474 -#: call.php:446 -msgid "Error: Close window" -msgstr "" - -#: call.php:418 -msgid "Requesting call" -msgstr "" - -#: call.php:419 -#: call.php:426 -msgid "Call Answered" -msgstr "" - -#: call.php:422 -#: call.php:429 -#: call.php:436 -msgid "Hangup" -msgstr "" - -#: call.php:425 -msgid "Ringing" -msgstr "" - -#: call.php:432 -msgid "Answered" -msgstr "" - -#: call.php:433 -msgid "Not Answered" -msgstr "" - -#: endwork.php:45 -msgid "End of work" -msgstr "" - -#: 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 "" - -#: endwork.php:54 -msgid "Go back to work" +#: performance.php:84 +msgid "This project" msgstr "" #: status_interface2.php:70 @@ -484,11 +124,58 @@ msgstr "" msgid "No more numbers to call" msgstr "" +#: status_interface2.php:231 +msgid "No case" +msgstr "" + +#: rs_callback.php:66 +msgid "Respondent Selection - Call back" +msgstr "" + +#: rs_callback.php:80 +msgid "You are: " +msgstr "" + +#: rs_callback.php:80 +#, php-format +msgid "% complete" +msgstr "" + +#: rs_callback.php:87 +msgid "Yes - Continue where we left off" +msgstr "" + +#: rs_callback.php:88 +#: rs_intro.php:122 +#: rs_project_intro.php:81 +#: rs_intro_interface2.php:122 +msgid "End call with outcome: Refusal by respondent" +msgstr "" + +#: rs_callback.php:89 +#: rs_project_intro.php:85 +#: rs_answeringmachine_interface2.php:91 +#: rs_answeringmachine.php:91 +msgid "Go Back" +msgstr "" + #: rs_intro.php:65 #: rs_intro_interface2.php:65 msgid "Respondent Selection - Introduction" msgstr "" +#: rs_intro.php:92 +#: rs_intro.php:98 +#: rs_intro.php:106 +#: rs_intro.php:112 +#: rs_project_intro.php:79 +#: rs_intro_interface2.php:92 +#: rs_intro_interface2.php:98 +#: rs_intro_interface2.php:106 +#: rs_intro_interface2.php:112 +msgid "Yes - Continue" +msgstr "" + #: rs_intro.php:117 #: rs_intro_interface2.php:117 msgid "Business number" @@ -524,73 +211,186 @@ msgstr "" msgid "End call with outcome: Non contact (person not currently available on this number: no appointment made)" msgstr "" -#: shifts.php:57 -msgid "Shift List" +#: rs_intro.php:125 +#: rs_project_intro.php:83 +#: rs_intro_interface2.php:125 +msgid "End call with outcome: Out of sample (already completed in another mode)" msgstr "" -#: shifts.php:80 -msgid "No shifts for this project" +#: callhistory.php:56 +msgid "Case History List" msgstr "" -#: shifts.php:82 -#: shifts.php:103 -msgid "Start" +#: callhistory.php:79 +msgid "No calls ever made" msgstr "" -#: shifts.php:101 -msgid "No future shifts scheduled" +#: callhistory.php:83 +msgid "Date/Time" msgstr "" -#: shifts.php:103 -#: nocaseavailable.php:115 -msgid "Questionnaire" +#: callhistory.php:83 +msgid "Case ID" msgstr "" -#: rs_project_end_interface2.php:62 -msgid "Respondent Selection - Project end" +#: callhistory.php:83 +msgid "Outcome" msgstr "" -#: rs_project_end_interface2.php:80 -msgid "Call automatically ended with outcome: Complete - End case" +#: callhistory.php:83 +msgid "Respondent" msgstr "" -#: rs_project_end_interface2.php:85 -msgid "End call with outcome: Complete" +#: callhistory.php:87 +msgid "No operator" +msgstr "" + +#: rs_project_intro.php:59 +msgid "Respondent Selection - Project Introduction" +msgstr "" + +#: rs_project_intro.php:82 +msgid "End call with outcome: No eligible respondent (person not available on this number)" +msgstr "" + +#: supervisor.php:52 +msgid "Supervisor" +msgstr "" + +#: 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 "" + +#: rs_answeringmachine_interface2.php:64 +#: rs_answeringmachine.php:64 +msgid "Respondent Selection - Answering machine" +msgstr "" + +#: rs_answeringmachine_interface2.php:78 +#: rs_answeringmachine.php:78 +msgid "Do not leave a message, please hang up" +msgstr "" + +#: rs_answeringmachine_interface2.php:81 +#: rs_answeringmachine.php:81 +msgid "End call with outcome: Business answering machine" +msgstr "" + +#: rs_answeringmachine_interface2.php:86 +#: rs_answeringmachine.php:86 +msgid "End call with outcome: Answering machine Message left" +msgstr "" + +#: rs_answeringmachine_interface2.php:90 +#: rs_answeringmachine.php:90 +msgid "End call with outcome: Answering machine No message left" +msgstr "" + +#: respondent.php:70 +msgid "Respondent Selector" msgstr "" -#: contactdetails.php:90 -#: contactdetails.php:128 #: respondent.php:94 #: respondent.php:132 +#: contactdetails.php:90 +#: contactdetails.php:128 msgid "Add respondent" msgstr "" -#: contactdetails.php:92 #: respondent.php:96 -#: casenote.php:69 +#: contactdetails.php:92 msgid "Go back" msgstr "" -#: contactdetails.php:98 #: respondent.php:102 +#: contactdetails.php:98 msgid "Case id:" msgstr "" -#: contactdetails.php:99 #: respondent.php:103 +#: contactdetails.php:99 msgid "Respondent:" msgstr "" -#: contactdetails.php:161 +#: respondent.php:164 +msgid "Show details" +msgstr "" + #: respondent.php:168 msgid "Var" msgstr "" -#: contactdetails.php:161 #: respondent.php:168 msgid "Value" msgstr "" +#: record.php:55 +msgid "Stop REC" +msgstr "" + +#: record.php:56 +#: record.php:79 +#: record.php:96 +msgid "Record" +msgstr "" + +#: record.php:66 +msgid "Beginning recording..." +msgstr "" + +#: record.php:69 +#: record.php:97 +msgid "Not on a call, so not beginning a recording" +msgstr "" + +#: record.php:73 +msgid "Begin the manual recording now..." +msgstr "" + +#: record.php:78 +msgid "Start REC" +msgstr "" + +#: record.php:86 +msgid "Stopping recording..." +msgstr "" + +#: record.php:90 +msgid "Stop the manual recording now..." +msgstr "" + +#: contactdetails.php:70 +msgid "Contact details" +msgstr "" + +#: availability.php:56 +msgid "Availability" +msgstr "" + #: availability.php:123 msgid "Select groups to limit availability (Selecting none means always available)" msgstr "" @@ -599,12 +399,152 @@ msgstr "" msgid "Availability groups not defined for this questionnaire" msgstr "" -#: respondent.php:70 -msgid "Respondent Selector" +#: endwork.php:45 +msgid "End of work" msgstr "" -#: respondent.php:164 -msgid "Show details" +#: 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 "" + +#: endwork.php:54 +msgid "Go back to work" +msgstr "" + +#: endwork.php:55 +msgid "Start break / Log off" +msgstr "" + +#: info.php:56 +msgid "Information" +msgstr "" + +#: call.php:182 +#: call.php:202 +#: call.php:218 +#: call.php:249 +#: call_interface2.php:181 +#: call_interface2.php:210 +#: call_interface2.php:242 +#: call_interface2.php:246 +#: call_interface2.php:264 +#: call_interface2.php:295 +msgid "Call" +msgstr "" + +#: call.php:256 +#: call_interface2.php:302 +msgid "Not on a call" +msgstr "" + +#: call.php:267 +#: call.php:269 +#: call.php:385 +#: call.php:390 +#: call.php:406 +#: call.php:412 +#: call_interface2.php:313 +#: call_interface2.php:315 +#: call_interface2.php:431 +#: call_interface2.php:436 +#: call_interface2.php:452 +#: call_interface2.php:458 +msgid "End work" +msgstr "" + +#: call.php:268 +#: call.php:384 +#: call.php:389 +#: call.php:405 +#: call.php:411 +#: call_interface2.php:314 +#: call_interface2.php:430 +#: call_interface2.php:435 +#: call_interface2.php:451 +#: call_interface2.php:457 +msgid "End case" +msgstr "" + +#: call.php:293 +#: call_interface2.php:339 +msgid "Press the call button to dial the number for this appointment:" +msgstr "" + +#: call.php:296 +#: call_interface2.php:342 +msgid "Number to call:" +msgstr "" + +#: call.php:300 +#: call.php:371 +#: call_interface2.php:346 +#: call_interface2.php:417 +msgid "Your VoIP extension is not enabled. Please close this window and enable VoIP by clicking once on the red button that says 'VoIP Off'" +msgstr "" + +#: call.php:361 +#: call_interface2.php:407 +msgid "Select phone number to dial:" +msgstr "" + +#: call.php:376 +#: call.php:410 +#: call_interface2.php:422 +#: call_interface2.php:456 +msgid "The last call completed this call attempt" +msgstr "" + +#: call.php:380 +#: call.php:403 +#: call_interface2.php:426 +#: call_interface2.php:449 +msgid "Enter a reason for this outcome before completing this case:" +msgstr "" + +#: call.php:418 +msgid "Requesting call" +msgstr "" + +#: call.php:419 +#: call.php:426 +msgid "Call Answered" +msgstr "" + +#: call.php:422 +#: call.php:429 +#: call.php:436 +msgid "Hangup" +msgstr "" + +#: call.php:425 +msgid "Ringing" +msgstr "" + +#: call.php:432 +msgid "Answered" +msgstr "" + +#: call.php:433 +msgid "Not Answered" +msgstr "" + +#: call.php:439 +#: call_interface2.php:467 +msgid "Requires coding" +msgstr "" + +#: call.php:442 +#: call_interface2.php:470 +msgid "Assign outcome" +msgstr "" + +#: call.php:446 +#: call_interface2.php:474 +msgid "Error: Close window" msgstr "" #: nocaseavailable.php:63 @@ -639,6 +579,10 @@ msgstr "" msgid "Current shifts available:" msgstr "" +#: nocaseavailable.php:115 +msgid "Questionnaire" +msgstr "" + #: nocaseavailable.php:115 msgid "Shift start" msgstr "" @@ -695,6 +639,146 @@ msgstr "" msgid "POSSIBLE ERROR: Row quota reached for this question" msgstr "" +#: rs_project_end.php:71 +#: rs_project_end_interface2.php:62 +msgid "Respondent Selection - Project end" +msgstr "" + +#: rs_project_end.php:88 +msgid "Call automatically ended with outcome: Complete" +msgstr "" + +#: rs_project_end.php:93 +#: rs_project_end_interface2.php:85 +msgid "End call with outcome: Complete" +msgstr "" + +#: appointmentlist.php:56 +msgid "Appointment List" +msgstr "" + +#: appointmentlist.php:70 +msgid "Not yet called" +msgstr "" + +#: appointmentlist.php:82 +msgid "No appointments made" +msgstr "" + +#: appointmentlist.php:84 +msgid "No future appointments scheduled" +msgstr "" + +#: appointmentlist.php:89 +msgid "Start" +msgstr "" + +#: appointmentlist.php:89 +#: index.php:136 +msgid "End" +msgstr "" + +#: rs_project_end_interface2.php:80 +msgid "Call automatically ended with outcome: Complete - End case" +msgstr "" + +#: rs_business_interface2.php:55 +#: rs_business.php:55 +msgid "Respondent Selection - Business answers" +msgstr "" + +#: rs_business_interface2.php:59 +#: rs_business.php:59 +msgid "Sorry to bother you, I have called the wrong number" +msgstr "" + +#: rs_business_interface2.php:61 +#: rs_business.php:61 +msgid "End call with outcome: Business number" +msgstr "" + +#: nocallavailable.php:51 +msgid "No call available" +msgstr "" + +#: nocallavailable.php:54 +msgid "Please click on:" +msgstr "" + +#: nocallavailable.php:54 +#: index.php:138 +msgid "Call/Hangup" +msgstr "" + +#: nocallavailable.php:54 +msgid "to display call script" +msgstr "" + +#: index.php:130 +msgid "queXS" +msgstr "" + +#: index.php:141 +msgid "Arrow for expanding or contracting" +msgstr "" + +#: index.php:142 +msgid "Restart" +msgstr "" + +#: index.php:187 +msgid "Notes" +msgstr "" + +#: index.php:214 +msgid "Call history" +msgstr "" + +#: index.php:223 +msgid "Shifts" +msgstr "" + +#: index.php:232 +msgid "Appointments" +msgstr "" + +#: index.php:249 +msgid "Work history" +msgstr "" + +#: index.php:257 +msgid "Project information" +msgstr "" + +#: index.php:266 +msgid "Info" +msgstr "" + +#: calllist.php:56 +msgid "Call List" +msgstr "" + +#: calllist.php:80 +msgid "No calls made" +msgstr "" + +#: calllist.php:84 +msgid "Number called" +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 "" + +#: waitnextcase_interface2.php:54 +msgid "Get a new case" +msgstr "" + #: casenote.php:56 msgid "Case Notes" msgstr "" @@ -712,24 +796,6 @@ msgstr "" msgid "Note" msgstr "" -#: 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 "" @@ -762,143 +828,184 @@ msgstr "" msgid "MISSED" msgstr "" -#: rs_project_end.php:88 -msgid "Call automatically ended with outcome: Complete" +#: shifts.php:57 +msgid "Shift List" msgstr "" -#: nocallavailable.php:51 -msgid "No call available" +#: shifts.php:80 +msgid "No shifts for this project" msgstr "" -#: nocallavailable.php:54 -msgid "Please click on:" +#: shifts.php:101 +msgid "No future shifts scheduled" msgstr "" -#: nocallavailable.php:54 -msgid "to display call script" +#: functions/functions.calendar.php:261 +msgid "First name:" msgstr "" -#: rs_quota_end.php:61 -msgid "Respondent Selection - Project Quota End" +#: functions/functions.calendar.php:262 +msgid "Last name:" msgstr "" -#: rs_quota_end.php:72 -#: rs_quota_end.php:78 -msgid "End call with outcome: Quota filled" +#: functions/functions.calendar.php:267 +msgid "Time Zone:" msgstr "" -#: appointmentlist.php:56 -msgid "Appointment List" +#: functions/functions.calendar.php:324 +msgid "Shift from:" msgstr "" -#: appointmentlist.php:70 -#: admin/displayappointments.php:210 -msgid "Not yet called" +#: functions/functions.calendar.php:331 +msgid "Start Time" msgstr "" -#: appointmentlist.php:82 -msgid "No appointments made" +#: functions/functions.calendar.php:381 +msgid "End Time" msgstr "" -#: appointmentlist.php:84 -msgid "No future appointments scheduled" +#: functions/functions.performance.php:469 +msgid "No shift" msgstr "" -#: supervisor.php:61 -msgid "Please wait till you have ended this call to call the supervisor" +#: functions/functions.performance.php:492 +msgid "Total completions" msgstr "" -#: supervisor.php:105 -msgid "You may now close this window" +#: functions/functions.performance.php:521 +msgid "Completions this shift" msgstr "" -#: supervisor.php:110 -msgid "Calling the supervisor, you may close this window" +#: functions/functions.performance.php:544 +#: functions/functions.performance.php:590 +msgid "No previous shift" msgstr "" -#: supervisor.php:115 -msgid "Click here to call the supervisor's phone. Otherwise close this window" +#: functions/functions.performance.php:564 +msgid "Completions on the previous shift" msgstr "" -#: supervisor.php:116 -msgid "Hangup when calling the supervisor" +#: functions/functions.performance.php:611 +msgid "Completions this time on the previous shift" msgstr "" -#: supervisor.php:121 -msgid "Try calling the supervisor" +#: functions/functions.performance.php:629 +msgid "No calls made for this shift" msgstr "" -#: supervisor.php:128 -msgid "Please wait for this call to answer before attempting to call the supervisor" +#: functions/functions.performance.php:631 +msgid "Top CPH for this shift" msgstr "" -#: admin/systemsort.php:75 -#: admin/systemsort.php:98 -#: admin/systemsort.php:99 -msgid "Monitor system wide case sorting" +#: functions/functions.performance.php:648 +msgid "No calls made for this project" msgstr "" -#: admin/systemsort.php:77 -msgid "Running process:" +#: functions/functions.performance.php:650 +msgid "Top CPH" msgstr "" -#: admin/systemsort.php:81 -msgid "Kill signal sent: Please wait..." +#: functions/functions.freepbx.php:138 +#, php-format +msgid "Reload failed because retrieve_conf encountered an error: %s" msgstr "" -#: admin/systemsort.php:82 -msgid "Process is already closed (eg. server was rebooted) - click here to confirm" +#: functions/functions.freepbx.php:140 +msgid "retrieve_conf failed, config not applied" msgstr "" -#: admin/systemsort.php:86 -msgid "Kill the running process" +#: functions/functions.freepbx.php:146 +msgid "Reload failed because FreePBX could not connect to the asterisk manager interface." msgstr "" -#: admin/systemsort.php:92 -#: admin/systemsort.php:106 -msgid "Log id" +#: 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 "" -#: admin/systemsort.php:92 -#: admin/systemsort.php:106 -msgid "Date" +#: functions/functions.freepbx.php:174 +#, php-format +msgid "Exit code was %s and output was: %s" msgstr "" -#: admin/systemsort.php:92 -#: admin/systemsort.php:106 -msgid "Log entry" +#: functions/functions.voip.php:449 +msgid "Extension" msgstr "" -#: admin/systemsort.php:100 -msgid "Click here to enable and begin system wide case sorting" +#: functions/functions.voip.php:449 +msgid "online" 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." +#: functions/functions.voip.php:449 +msgid "offline" msgstr "" -#: admin/systemsort.php:102 -msgid "Outcome of last process run (if any)" +#: functions/functions.voip.php:530 +msgid "Disconnected" msgstr "" -#: admin/callhistory.php:73 -#: admin/callhistory.php:100 -#: admin/callhistory.php:108 -msgid "Call History List" +#: functions/functions.voip.php:532 +msgid "Reconnected" msgstr "" -#: admin/callhistory.php:90 -#: admin/callhistory.php:102 -msgid "Date/Time call start" +#: functions/functions.voip.php:555 +#: functions/functions.voip.php:567 +#: functions/functions.voip.php:579 +#: functions/functions.voip.php:589 +#: functions/functions.voip.php:598 +msgid " Extension " msgstr "" -#: admin/callhistory.php:90 -#: admin/callhistory.php:102 -msgid "Time end" +#: functions/functions.voip.php:555 +#: functions/functions.voip.php:567 +#: functions/functions.voip.php:579 +msgid "Case id" msgstr "" -#: admin/callhistory.php:101 -msgid "Download Call History List" +#: functions/functions.voip.php:589 +msgid "Unregistered" +msgstr "" + +#: functions/functions.voip.php:598 +msgid "Registered" +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.operator.php:121 +msgid "morning" +msgstr "" + +#: functions/functions.operator.php:122 +msgid "afternoon" +msgstr "" + +#: functions/functions.operator.php:123 +msgid "evening" +msgstr "" + +#: functions/functions.operator.php:777 +msgid "ERROR: You do not have server side authentication enabled therefore queXS cannot determine which user is accessing the system." +msgstr "" + +#: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 +#: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 +msgid "" +"This is how the story goes.\n" +"\n" msgstr "" #: admin/clientquestionnaire.php:150 @@ -906,6 +1013,80 @@ msgstr "" msgid "Assign clients to questionnaires" msgstr "" +#: admin/systemsortprocess.php:86 +msgid "Sorting cases process starting" +msgstr "" + +#: admin/systemsortprocess.php:95 +msgid "Sorting cases" +msgstr "" + +#: admin/systemsortprocess.php:199 +msgid "Completed sort" +msgstr "" + +#: admin/systemsortprocess.php:199 +#: admin/systemsortprocess.php:201 +msgid "This task took" +msgstr "" + +#: admin/systemsortprocess.php:199 +#: admin/systemsortprocess.php:201 +msgid "seconds" +msgstr "" + +#: admin/systemsortprocess.php:201 +msgid "Failed to complete sort" +msgstr "" + +#: admin/operatorperformance.php:67 +msgid "Operator Performance" +msgstr "" + +#: admin/operatorperformance.php:74 +#: admin/shiftreport.php:66 +msgid "Please select a questionnaire" +msgstr "" + +#: admin/operatorperformance.php:82 +#: admin/operatorperformance.php:105 +msgid "Calls" +msgstr "" + +#: admin/operatorperformance.php:82 +#: admin/operatorperformance.php:105 +msgid "Total time" +msgstr "" + +#: admin/operatorperformance.php:82 +#: admin/operatorperformance.php:105 +msgid "Call time" +msgstr "" + +#: admin/operatorperformance.php:82 +#: admin/operatorperformance.php:105 +msgid "Completions p/h" +msgstr "" + +#: admin/operatorperformance.php:82 +#: admin/operatorperformance.php:105 +msgid "Calls p/h" +msgstr "" + +#: admin/operatorperformance.php:82 +#: admin/operatorperformance.php:105 +msgid "Effectiveness" +msgstr "" + +#: admin/operatorperformance.php:89 +msgid "till" +msgstr "" + +#: admin/operatorperformance.php:97 +#: admin/shiftreport.php:73 +msgid "Please select a shift" +msgstr "" + #: admin/quotareport.php:110 msgid "Quota report" msgstr "" @@ -968,316 +1149,146 @@ msgstr "" msgid "Update priorities" msgstr "" -#: admin/import.php:51 -msgid "Import: Validating and uploading" +#: admin/operators.php:135 +msgid "Added:" msgstr "" -#: admin/import.php:67 -msgid "Successfully imported file" +#: admin/operators.php:138 +msgid "FreePBX has been reloaded for the new VoIP extension to take effect" msgstr "" -#: admin/import.php:71 -msgid "Error importing file. Please try again" +#: admin/operators.php:163 +msgid "Could not add operator. There may already be an operator of this name:" msgstr "" -#: admin/import.php:75 -msgid "Error:" +#: admin/operators.php:171 +#: admin/operators.php:186 +msgid "Add an operator" msgstr "" -#: admin/import.php:75 -msgid "Please go back in your browser and fix the problem" +#: admin/operators.php:187 +msgid "Adding an operator here will give the user the ability to call cases" msgstr "" -#: admin/import.php:87 -msgid "Import: Select columns to import" +#: admin/operators.php:187 +msgid "Assign Operator to Questionnaire" msgstr "" -#: admin/import.php:112 -msgid "Import: Select file to upload" +#: admin/operators.php:187 +msgid "tool" msgstr "" -#: admin/import.php:117 -msgid "Choose the CSV sample file to upload:" +#: admin/operators.php:188 +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/import.php:118 -msgid "Description for file:" +#: admin/operators.php:190 +msgid "Enter the username of an operator to add:" msgstr "" -#: admin/import.php:119 -msgid "Add sample" +#: admin/operators.php:192 +msgid "Enter the password of an operator to add:" msgstr "" -#: admin/systemsortprocess.php:86 -msgid "Sorting cases process starting" +#: admin/operators.php:194 +msgid "Enter the first name of an operator to add:" msgstr "" -#: admin/systemsortprocess.php:95 -msgid "Sorting cases" +#: admin/operators.php:195 +msgid "Enter the surname of an operator to add:" msgstr "" -#: admin/systemsortprocess.php:199 -msgid "Completed sort" +#: admin/operators.php:196 +msgid "Enter the Time Zone of an operator to add:" msgstr "" -#: admin/systemsortprocess.php:199 -#: admin/systemsortprocess.php:201 -msgid "This task took" +#: admin/operators.php:198 +msgid "Enter the telephone extension number:" msgstr "" -#: admin/systemsortprocess.php:199 -#: admin/systemsortprocess.php:201 -msgid "seconds" +#: admin/operators.php:199 +msgid "Enter the telephone extension password:" msgstr "" -#: admin/systemsortprocess.php:201 -msgid "Failed to complete sort" +#: admin/operators.php:201 +msgid "Will this operator be using VoIP?" msgstr "" -#: admin/displayappointments.php:147 -msgid "Now modify case outcome" +#: admin/operators.php:202 +msgid "Is the operator a normal interviewer?" msgstr "" -#: admin/displayappointments.php:149 -msgid "The appointment has been deleted. Now you must modify the case outcome" +#: admin/operators.php:203 +msgid "Is the operator a supervisor?" msgstr "" -#: admin/displayappointments.php:150 -msgid "Modify case outcome" +#: admin/operators.php:204 +msgid "Is the operator a refusal converter?" msgstr "" -#: admin/displayappointments.php:157 -#: admin/displayappointments.php:193 -msgid "Edit appointment" +#: admin/operators.php:205 +msgid "Add user" msgstr "" -#: admin/displayappointments.php:182 -msgid "Contact phone" +#: 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:230 #: admin/displayappointments.php:190 msgid "Start time" msgstr "" +#: admin/bulkappointment.php:230 #: admin/displayappointments.php:191 msgid "End time" msgstr "" -#: admin/displayappointments.php:196 -msgid "Cancel edit" +#: admin/bulkappointment.php:235 +msgid "Accept and generate bulk appointments" msgstr "" -#: admin/displayappointments.php:197 -msgid "Delete this appointment" +#: admin/bulkappointment.php:240 +msgid "The file does not contain at least caseid, starttime and endtime columns. Please try again." msgstr "" -#: admin/displayappointments.php:206 -msgid "Display Appointments" +#: admin/bulkappointment.php:248 +msgid "Import: Select file to upload" msgstr "" -#: admin/displayappointments.php:208 -msgid "All appointments (with times displayed in your time zone)" +#: admin/bulkappointment.php:250 +msgid "Bulk appointment generator" msgstr "" -#: admin/displayappointments.php:210 -#: admin/displayappointments.php:223 -msgid "Delete" +#: 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/displayappointments.php:210 -#: admin/displayappointments.php:223 -msgid "Edit" +#: admin/bulkappointment.php:252 +msgid "Example CSV file:" msgstr "" -#: admin/displayappointments.php:223 -msgid "Operator Name" +#: admin/bulkappointment.php:261 +msgid "Choose the CSV file to upload:" msgstr "" -#: admin/displayappointments.php:223 -msgid "Respondent Name" -msgstr "" - -#: admin/displayappointments.php:223 -msgid "Surname" -msgstr "" - -#: admin/displayappointments.php:223 -msgid "Current outcome" -msgstr "" - -#: admin/displayappointments.php:223 -msgid "Operator who called" -msgstr "" - -#: admin/displayappointments.php:226 -msgid "No appointments in the future" -msgstr "" - -#: 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 -#: admin/quotarow.php:187 -msgid "for" -msgstr "" - -#: admin/quota.php:152 -#: admin/quotarow.php:184 -#: admin/quotarow.php:187 -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 -#: admin/quotarow.php:195 -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 -#: admin/quotarow.php:275 -msgid "Pre defined values for this question:" -msgstr "" - -#: admin/quota.php:205 -#: admin/quotarow.php:287 -msgid "No labels defined for this question" -msgstr "" - -#: admin/quota.php:207 -#: admin/quotarow.php:289 -msgid "Code value" -msgstr "" - -#: admin/quota.php:213 -#: admin/quotarow.php:299 -msgid "The code value to compare" -msgstr "" - -#: admin/quota.php:214 -#: admin/quotarow.php:300 -msgid "The type of comparison" -msgstr "" - -#: admin/quota.php:215 -#: admin/quotarow.php:305 -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:270 -#: admin/index.php:70 -msgid "Modify operator skills" -msgstr "" - -#: admin/operatorperformance.php:67 -msgid "Operator Performance" -msgstr "" - -#: admin/operatorperformance.php:74 -#: admin/shiftreport.php:66 -msgid "Please select a questionnaire" -msgstr "" - -#: admin/operatorperformance.php:82 -#: admin/operatorperformance.php:105 -msgid "Calls" -msgstr "" - -#: admin/operatorperformance.php:82 -#: admin/operatorperformance.php:105 -msgid "Total time" -msgstr "" - -#: admin/operatorperformance.php:82 -#: admin/operatorperformance.php:105 -msgid "Call time" -msgstr "" - -#: admin/operatorperformance.php:82 -#: admin/operatorperformance.php:105 -msgid "Completions p/h" -msgstr "" - -#: admin/operatorperformance.php:82 -#: admin/operatorperformance.php:105 -msgid "Calls p/h" -msgstr "" - -#: admin/operatorperformance.php:82 -#: admin/operatorperformance.php:105 -msgid "Effectiveness" -msgstr "" - -#: admin/operatorperformance.php:89 -msgid "till" -msgstr "" - -#: admin/operatorperformance.php:97 -#: admin/shiftreport.php:73 -msgid "Please select a shift" -msgstr "" - -#: admin/availabilitygroup.php:70 -#: admin/availabilitygroup.php:89 -msgid "Availability groups" -msgstr "" - -#: admin/availabilitygroup.php:84 -#: admin/availabilitygroup.php:94 -msgid "Modify" -msgstr "" - -#: admin/availabilitygroup.php:92 -msgid "No availability groups" -msgstr "" - -#: admin/availabilitygroup.php:94 -msgid "Availablity group" -msgstr "" - -#: admin/availabilitygroup.php:100 -msgid "Add availability group" +#: admin/bulkappointment.php:262 +msgid "Load bulk appointment CSV" msgstr "" #: admin/shiftreport.php:62 -#: admin/index.php:95 msgid "Shift reports" msgstr "" @@ -1285,6 +1296,17 @@ msgstr "" msgid "Reports for this shift" msgstr "" +#: admin/shiftreport.php:97 +#: admin/shiftreport.php:105 +#: admin/displayappointments.php:210 +#: admin/displayappointments.php:223 +msgid "Edit" +msgstr "" + +#: admin/shiftreport.php:105 +msgid "Date" +msgstr "" + #: admin/shiftreport.php:105 msgid "Report" msgstr "" @@ -1313,288 +1335,134 @@ msgstr "" msgid "Modify report" msgstr "" -#: admin/index.php:47 -msgid "Administrative Tools" +#: admin/displayappointments.php:147 +msgid "Now modify case outcome" msgstr "" -#: admin/index.php:51 -msgid "Questionnaire creation and management" +#: admin/displayappointments.php:149 +msgid "The appointment has been deleted. Now you must modify the case outcome" msgstr "" -#: admin/index.php:52 -msgid "Create an instrument in Limesurvey" +#: admin/displayappointments.php:150 +msgid "Modify case outcome" msgstr "" -#: admin/index.php:53 -msgid "Create a new questionnaire" +#: admin/displayappointments.php:157 +#: admin/displayappointments.php:193 +msgid "Edit appointment" msgstr "" -#: admin/index.php:54 -msgid "Questionnaire management" +#: admin/displayappointments.php:182 +msgid "Contact phone" msgstr "" -#: admin/index.php:55 -msgid "Administer instruments with Limesurvey" +#: admin/displayappointments.php:196 +msgid "Cancel edit" msgstr "" -#: admin/index.php:57 -msgid "Sample/List management" +#: admin/displayappointments.php:197 +msgid "Delete this appointment" msgstr "" -#: admin/index.php:58 -msgid "Import a sample file (in CSV form)" +#: admin/displayappointments.php:206 +msgid "Display Appointments" msgstr "" -#: admin/index.php:59 -msgid "Assign samples to questionnaires" +#: admin/displayappointments.php:208 +msgid "All appointments (with times displayed in your time zone)" msgstr "" -#: admin/index.php:60 -msgid "Set values in questionnaire to pre fill" +#: admin/displayappointments.php:210 +#: admin/displayappointments.php:223 +msgid "Delete" msgstr "" -#: admin/index.php:64 -#: admin/quotarow.php:126 -msgid "Quota row management" +#: admin/displayappointments.php:223 +msgid "Operator Name" msgstr "" -#: admin/index.php:66 -#: admin/index.php:68 -#: admin/index.php:109 -msgid "Operator management" +#: admin/displayappointments.php:223 +msgid "Respondent Name" msgstr "" -#: admin/index.php:67 -msgid "Add operators to the system" +#: admin/displayappointments.php:223 +msgid "Surname" msgstr "" -#: admin/index.php:69 -msgid "Assign operators to questionnaires" +#: admin/displayappointments.php:223 +msgid "Current outcome" msgstr "" -#: admin/index.php:72 -msgid "Availability and shift management" +#: admin/displayappointments.php:223 +msgid "Operator who called" msgstr "" -#: admin/index.php:73 -msgid "Manage availablity groups" +#: admin/displayappointments.php:226 +msgid "No appointments in the future" msgstr "" -#: admin/index.php:74 -msgid "Assign availabilities to questionnaires" +#: admin/systemsort.php:75 +#: admin/systemsort.php:98 +#: admin/systemsort.php:99 +msgid "Monitor system wide case sorting" msgstr "" -#: admin/index.php:75 -msgid "Shift management (add/remove)" +#: admin/systemsort.php:77 +msgid "Running process:" msgstr "" -#: admin/index.php:77 -msgid "Questionnaire progress" +#: admin/systemsort.php:81 +msgid "Kill signal sent: Please wait..." msgstr "" -#: admin/index.php:78 -msgid "Display all future appointments" +#: admin/systemsort.php:82 +msgid "Process is already closed (eg. server was rebooted) - click here to confirm" msgstr "" -#: admin/index.php:79 -msgid "Sample call attempts report" +#: admin/systemsort.php:86 +msgid "Kill the running process" msgstr "" -#: admin/index.php:81 -msgid "Questionnaire outcomes" +#: admin/systemsort.php:92 +#: admin/systemsort.php:106 +msgid "Log id" msgstr "" -#: admin/index.php:82 -msgid "Data output" +#: admin/systemsort.php:92 +#: admin/systemsort.php:106 +msgid "Log entry" msgstr "" -#: admin/index.php:85 -#: admin/outcomes.php:259 -msgid "Operator performance" +#: admin/systemsort.php:100 +msgid "Click here to enable and begin system wide case sorting" msgstr "" -#: admin/index.php:87 -msgid "Client management" +#: 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/index.php:88 -msgid "Add clients to the system" +#: admin/systemsort.php:102 +msgid "Outcome of last process run (if any)" msgstr "" -#: admin/index.php:91 -msgid "Supervisor functions" +#: admin/callhistory.php:80 +#: admin/callhistory.php:109 +#: admin/callhistory.php:117 +msgid "Call History List" msgstr "" -#: admin/index.php:92 -msgid "Assign outcomes to cases" +#: admin/callhistory.php:96 +#: admin/callhistory.php:111 +msgid "Date/Time call start" msgstr "" -#: admin/index.php:93 -msgid "Search the sample" +#: admin/callhistory.php:96 +#: admin/callhistory.php:111 +msgid "Time end" msgstr "" -#: admin/index.php:96 -#: admin/bulkappointment.php:250 -msgid "Bulk appointment generator" -msgstr "" - -#: admin/index.php:98 -msgid "System settings" -msgstr "" - -#: admin/index.php:99 -msgid "Set default timezone list" -msgstr "" - -#: admin/index.php:100 -msgid "Set default shift times" -msgstr "" - -#: admin/index.php:101 -msgid "Set call restriction times" -msgstr "" - -#: admin/index.php:102 -#: admin/centreinfo.php:62 -msgid "Set centre information" -msgstr "" - -#: admin/index.php:103 -msgid "Start and monitor system wide case sorting" -msgstr "" - -#: admin/index.php:107 -msgid "VoIP" -msgstr "" - -#: admin/index.php:108 -msgid "Start and monitor VoIP" -msgstr "" - -#: admin/index.php:110 -msgid "Extension status" -msgstr "" - -#: admin/assignsample.php:100 -msgid "Assign Sample: Select sample to assign" -msgstr "" - -#: admin/assignsample.php:107 -msgid "Samples selected for this questionnaire" -msgstr "" - -#: admin/assignsample.php:118 -msgid "Sequentially selected" -msgstr "" - -#: admin/assignsample.php:119 -msgid "Randomly selected" -msgstr "" - -#: admin/assignsample.php:120 -msgid "Max calls:" -msgstr "" - -#: admin/assignsample.php:120 -msgid "Max call attempts:" -msgstr "" - -#: admin/assignsample.php:120 -#: admin/questionnaireavailability.php:117 -msgid "Click to unassign" -msgstr "" - -#: admin/assignsample.php:135 -msgid "Add a sample to this questionnaire:" -msgstr "" - -#: admin/assignsample.php:138 -msgid "Select sample:" -msgstr "" - -#: admin/assignsample.php:148 -msgid "Max calls (0 for unlimited)" -msgstr "" - -#: admin/assignsample.php:149 -msgid "Max call attempts (0 for unlimited)" -msgstr "" - -#: admin/assignsample.php:150 -msgid "Number of answering machine messages to leave per case (0 for never)" -msgstr "" - -#: admin/assignsample.php:151 -msgid "Select from sample randomly? (otherwise sequentially)" -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/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" +#: admin/callhistory.php:110 +msgid "Download Call History List" msgstr "" #: admin/outcomes.php:78 @@ -1706,144 +1574,373 @@ msgstr "" msgid "Shift report" msgstr "" -#: admin/voipmonitor.php:73 -#: admin/voipmonitor.php:95 -#: admin/voipmonitor.php:96 -msgid "Monitor VoIP Process" +#: admin/outcomes.php:259 +msgid "Operator performance" msgstr "" -#: admin/voipmonitor.php:79 -msgid "Kill signal sent: Please wait... (Note: Process will be stalled until there is activity on the VoIP Server)" +#: admin/questionnaireavailability.php:93 +msgid "Assign availability group to questionnaire" msgstr "" -#: admin/voipmonitor.php:84 -msgid "(requires activity on the VoIP Server to take effect)" +#: admin/questionnaireavailability.php:110 +msgid "There are no availability groups selected for this questionnaire" msgstr "" -#: admin/voipmonitor.php:97 -msgid "Click here to begin monitoring the VoIP Process" +#: admin/questionnaireavailability.php:114 +msgid "Availability groups selected for this questionnaire" msgstr "" -#: admin/questionnaireprefill.php:99 -msgid "Pre fill questionnaire: Set values for questionnaire to prefill" +#: admin/questionnaireavailability.php:117 +msgid "Click to unassign" msgstr "" -#: admin/questionnaireprefill.php:110 -msgid "Current pre fills (click to delete)" +#: admin/questionnaireavailability.php:132 +msgid "Add an availability group to this questionnaire:" msgstr "" -#: admin/questionnaireprefill.php:120 -msgid "Currently no pre fills" +#: admin/questionnaireavailability.php:135 +msgid "Select availability group:" msgstr "" -#: admin/questionnaireprefill.php:132 -msgid "Select a question to pre fill" +#: admin/quota.php:109 +msgid "Quota management" msgstr "" -#: admin/questionnaireprefill.php:155 -msgid "Enter a value to pre fill this question with:" +#: admin/quota.php:134 +msgid "Current quotas (click to delete)" msgstr "" -#: admin/questionnaireprefill.php:157 -msgid "Possible uses:" +#: admin/quota.php:146 +msgid "Currently no quotas" msgstr "" -#: admin/questionnaireprefill.php:159 -msgid "{Respondent:firstName} First name of the respondent" +#: admin/quota.php:152 +msgid "Stop calling this sample when:" msgstr "" -#: admin/questionnaireprefill.php:160 -msgid "{Respondent:lastName} Last name of the respondent" +#: admin/quota.php:152 +#: admin/quotarow.php:187 +msgid "for" msgstr "" -#: admin/questionnaireprefill.php:161 -msgid "{Sample:var} A record from the sample where the column name is 'var'" +#: admin/quota.php:152 +#: admin/quotarow.php:184 +#: admin/quotarow.php:187 +msgid "completions" msgstr "" -#: admin/questionnaireprefill.php:174 -msgid "The value to pre fill" +#: admin/quota.php:155 +msgid "Quota reached" msgstr "" -#: admin/questionnaireprefill.php:175 -msgid "or: Select pre fill from sample list" +#: admin/quota.php:157 +msgid "Quota not yet reached" msgstr "" -#: admin/questionnaireprefill.php:181 -msgid "Add pre fill" +#: admin/quota.php:159 +#: admin/quotarow.php:195 +msgid "Current completions: " msgstr "" -#: admin/bulkappointment.php:199 -msgid "Added appointment" +#: admin/quota.php:167 +msgid "Select a question for the quota" msgstr "" -#: admin/bulkappointment.php:203 -msgid "No such case id, or case set to a final outcome, or case currently assigned to an operator" +#: admin/quota.php:192 +msgid "Enter the details for creating the quota:" msgstr "" -#: admin/bulkappointment.php:209 -#: admin/bulkappointment.php:230 -msgid "Case id" +#: admin/quota.php:193 +#: admin/quotarow.php:275 +msgid "Pre defined values for this question:" msgstr "" -#: admin/bulkappointment.php:209 -msgid "Result" +#: admin/quota.php:205 +#: admin/quotarow.php:292 +msgid "No labels defined for this question" msgstr "" -#: admin/bulkappointment.php:229 -msgid "Please check the case id's, appointment start and end times and notes are correct before accepting below" +#: admin/quota.php:207 +#: admin/quotarow.php:294 +msgid "Code value" msgstr "" -#: admin/bulkappointment.php:235 -msgid "Accept and generate bulk appointments" +#: admin/quota.php:213 +#: admin/quotarow.php:304 +msgid "The code value to compare" msgstr "" -#: admin/bulkappointment.php:240 -msgid "The file does not contain at least caseid, starttime and endtime columns. Please try again." +#: admin/quota.php:214 +#: admin/quotarow.php:305 +msgid "The type of comparison" 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." +#: admin/quota.php:215 +#: admin/quotarow.php:310 +msgid "The number of completions to stop calling at" msgstr "" -#: admin/bulkappointment.php:252 -msgid "Example CSV file:" +#: admin/quota.php:219 +msgid "Add quota" msgstr "" -#: admin/bulkappointment.php:261 -msgid "Choose the CSV file to upload:" +#: admin/supervisor.php:87 +msgid "Supervisor functions" msgstr "" -#: admin/bulkappointment.php:262 -msgid "Load bulk appointment CSV" +#: admin/supervisor.php:89 +msgid "Enter a case id or select a case from the list below:" msgstr "" -#: admin/addshift.php:87 -#: admin/addshift.php:140 -msgid "Add shifts" +#: admin/supervisor.php:100 +msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/addshift.php:88 -msgid "You must be an operator (as well as have administrator access) to add/edit shifts" +#: admin/supervisor.php:109 +msgid "Select case" msgstr "" -#: admin/addshift.php:151 -msgid "Your database does not have timezones installed, please see here for details" +#: admin/supervisor.php:126 +msgid "Set an outcome for this call" msgstr "" -#: admin/addshift.php:163 -msgid "Add shifts in your Time Zone" +#: admin/supervisor.php:139 +#: admin/supervisor.php:321 +msgid "Set outcome" msgstr "" -#: admin/addshift.php:235 -msgid "Day" +#: admin/supervisor.php:220 +msgid "Project" msgstr "" -#: admin/addshift.php:235 -msgid "Use shift?" +#: admin/supervisor.php:223 +msgid "Current outcome:" msgstr "" -#: admin/addshift.php:260 -msgid "Submit changes" +#: admin/supervisor.php:247 +msgid "No appointments for this case" +msgstr "" + +#: admin/supervisor.php:249 +msgid "Create appointment for this case" +msgstr "" + +#: admin/supervisor.php:261 +msgid "Call list" +msgstr "" + +#: admin/supervisor.php:267 +#: admin/databasestrings.php:82 +msgid "Phone number" +msgstr "" + +#: admin/supervisor.php:267 +msgid "Change outcome" +msgstr "" + +#: admin/supervisor.php:280 +msgid "Case notes" +msgstr "" + +#: admin/supervisor.php:302 +msgid "Modify responses for this case" +msgstr "" + +#: admin/supervisor.php:304 +msgid "Case not yet started in Limesurvey" +msgstr "" + +#: admin/supervisor.php:308 +msgid "Set a case outcome" +msgstr "" + +#: admin/supervisor.php:358 +msgid "Update case availability" +msgstr "" + +#: admin/supervisor.php:370 +msgid "Assign this case to operator (will appear as next case for them)" +msgstr "" + +#: admin/supervisor.php:382 +msgid "Assign this case to operator" +msgstr "" + +#: admin/supervisor.php:390 +msgid "Case does not exist" +msgstr "" + +#: admin/process.php:90 +msgid "Cannot connect to VoIP Server" +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/availabilitygroup.php:70 +#: admin/availabilitygroup.php:89 +msgid "Availability groups" +msgstr "" + +#: admin/availabilitygroup.php:84 +#: admin/availabilitygroup.php:94 +msgid "Modify" +msgstr "" + +#: admin/availabilitygroup.php:92 +msgid "No availability groups" +msgstr "" + +#: admin/availabilitygroup.php:94 +msgid "Availablity group" +msgstr "" + +#: admin/availabilitygroup.php:100 +msgid "Add availability group" +msgstr "" + +#: admin/dataoutput.php:206 +msgid "Data output" +msgstr "" + +#: admin/dataoutput.php:222 +msgid "Download data for this questionnaire via Limesurvey" +msgstr "" + +#: admin/dataoutput.php:224 +msgid "Please select a sample" +msgstr "" + +#: admin/dataoutput.php:231 +msgid "Download data for this sample via Limesurvey" +msgstr "" + +#: admin/dataoutput.php:238 +msgid "Download key file: select sample var" +msgstr "" + +#: admin/dataoutput.php:242 +msgid "Download complete key file" +msgstr "" + +#: admin/dataoutput.php:245 +msgid "Download complete sample file with current outcomes" +msgstr "" + +#: admin/operatorlist.php:159 +#: admin/operatorlist.php:208 +msgid "Update password" +msgstr "" + +#: admin/operatorlist.php:165 +#: admin/operatorlist.php:188 +msgid "Update timezone" +msgstr "" + +#: admin/operatorlist.php:166 +msgid "Windows bat file" +msgstr "" + +#: admin/operatorlist.php:167 +msgid "*nix script file" +msgstr "" + +#: admin/operatorlist.php:169 +msgid "Enable" +msgstr "" + +#: admin/operatorlist.php:171 +msgid "Disable" +msgstr "" + +#: admin/operatorlist.php:175 +msgid "Enable VoIP" +msgstr "" + +#: admin/operatorlist.php:177 +msgid "Disable VoIP" +msgstr "" + +#: admin/operatorlist.php:185 +msgid "Operator list" +msgstr "" + +#: admin/operatorlist.php:188 +msgid "Username" +msgstr "" + +#: admin/operatorlist.php:188 +msgid "Enable/Disable" +msgstr "" + +#: admin/operatorlist.php:192 +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:194 +msgid "Download Windows VoIP Executable" +msgstr "" + +#: admin/operatorlist.php:195 +msgid "Download Linux VoIP Executable" +msgstr "" + +#: admin/operatorlist.php:200 +msgid "Enable/Disable VoIP" +msgstr "" + +#: admin/operatorlist.php:201 +msgid "Windows VoIP" +msgstr "" + +#: admin/operatorlist.php:202 +msgid "*nix VoIP" +msgstr "" + +#: admin/quotarow.php:126 +msgid "Quota row management" msgstr "" #: admin/quotarow.php:154 @@ -1926,242 +2023,49 @@ msgstr "" msgid "Enter the details for creating the row quota:" msgstr "" -#: admin/quotarow.php:295 +#: admin/quotarow.php:300 msgid "Describe this quota" msgstr "" -#: admin/quotarow.php:296 +#: admin/quotarow.php:301 msgid "Quota priority (50 is default, 100 highest, 0 lowest)" msgstr "" -#: admin/quotarow.php:297 +#: admin/quotarow.php:302 msgid "Should the priority be automatically updated based on the number of completions in this quota?" msgstr "" -#: admin/quotarow.php:311 +#: admin/quotarow.php:316 msgid "Exclude from the sample where the value is like" msgstr "" -#: admin/quotarow.php:329 +#: admin/quotarow.php:334 msgid "Add row quota" msgstr "" -#: admin/operators.php:135 -msgid "Added:" +#: admin/timezonetemplate.php:87 +msgid "Add/Remove Timezones" msgstr "" -#: admin/operators.php:138 -msgid "FreePBX has been reloaded for the new VoIP extension to take effect" +#: admin/timezonetemplate.php:97 +#: admin/availability.php:100 +msgid "Your database does not have timezones installed, please see here for details" msgstr "" -#: admin/operators.php:163 -msgid "Could not add operator. There may already be an operator of this name:" +#: admin/timezonetemplate.php:101 +msgid "Click to remove a Timezone from the default list" msgstr "" -#: admin/operators.php:171 -#: admin/operators.php:186 -msgid "Add an operator" +#: admin/timezonetemplate.php:113 +msgid "Add a Timezone:" msgstr "" -#: admin/operators.php:187 -msgid "Adding an operator here will give the user the ability to call cases" +#: admin/timezonetemplate.php:116 +msgid "Timezone: " msgstr "" -#: admin/operators.php:187 -msgid "Assign Operator to Questionnaire" -msgstr "" - -#: admin/operators.php:187 -msgid "tool" -msgstr "" - -#: admin/operators.php:188 -#: 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:190 -msgid "Enter the username of an operator to add:" -msgstr "" - -#: admin/operators.php:192 -msgid "Enter the password of an operator to add:" -msgstr "" - -#: admin/operators.php:194 -msgid "Enter the first name of an operator to add:" -msgstr "" - -#: admin/operators.php:195 -msgid "Enter the surname of an operator to add:" -msgstr "" - -#: admin/operators.php:196 -msgid "Enter the Time Zone of an operator to add:" -msgstr "" - -#: admin/operators.php:198 -msgid "Enter the telephone extension number:" -msgstr "" - -#: admin/operators.php:199 -msgid "Enter the telephone extension password:" -msgstr "" - -#: admin/operators.php:201 -msgid "Will this operator be using VoIP?" -msgstr "" - -#: admin/operators.php:202 -msgid "Is the operator a normal interviewer?" -msgstr "" - -#: admin/operators.php:203 -msgid "Is the operator a supervisor?" -msgstr "" - -#: admin/operators.php:204 -msgid "Is the operator a refusal converter?" -msgstr "" - -#: admin/operators.php:205 -#: admin/clients.php:115 -msgid "Add user" -msgstr "" - -#: admin/new.php:59 -msgid "New: Create new questionnaire" -msgstr "" - -#: admin/new.php:102 -msgid "Successfully inserted" -msgstr "" - -#: admin/new.php:102 -msgid "as questionnaire" -msgstr "" - -#: admin/new.php:102 -msgid "linked to" -msgstr "" - -#: admin/new.php:105 -msgid "Error: Failed to insert questionnaire" -msgstr "" - -#: admin/new.php:116 -#: admin/questionnairelist.php:164 -msgid "Name for questionnaire:" -msgstr "" - -#: admin/new.php:117 -msgid "Select limesurvey instrument:" -msgstr "" - -#: admin/new.php:131 -#: admin/new.php:155 -msgid "Existing instrument:" -msgstr "" - -#: admin/new.php:140 -msgid "Respondent selection type:" -msgstr "" - -#: admin/new.php:141 -msgid "No respondent selection (go straight to questionnaire)" -msgstr "" - -#: admin/new.php:141 -msgid "Use basic respondent selection text (below)" -msgstr "" - -#: admin/new.php:179 -#: admin/questionnairelist.php:165 -msgid "Restrict appointments to shifts?" -msgstr "" - -#: admin/new.php:180 -#: admin/questionnairelist.php:166 -msgid "Restrict work to shifts?" -msgstr "" - -#: admin/new.php:181 -#: admin/questionnairelist.php:167 -msgid "Questionnaire for testing only?" -msgstr "" - -#: admin/new.php:183 -#: admin/questionnairelist.php:169 -msgid "Respondent selection introduction:" -msgstr "" - -#: admin/new.php:184 -#: admin/questionnairelist.php:170 -msgid "Respondent selection project introduction:" -msgstr "" - -#: admin/new.php:185 -#: admin/questionnairelist.php:171 -msgid "Respondent selection callback (already started questionnaire):" -msgstr "" - -#: admin/new.php:186 -#: admin/questionnairelist.php:172 -msgid "Message to leave on an answering machine:" -msgstr "" - -#: admin/new.php:188 -#: admin/questionnairelist.php:174 -msgid "Project end text (thank you screen):" -msgstr "" - -#: admin/new.php:189 -#: admin/questionnairelist.php:175 -msgid "Project information for interviewers/operators:" -msgstr "" - -#: admin/new.php:190 -msgid "Create Questionnaire" -msgstr "" - -#: admin/extensionstatus.php:47 -msgid "Display extension status" -msgstr "" - -#: admin/extensionstatus.php:49 -msgid "VoIP Offline" -msgstr "" - -#: admin/extensionstatus.php:49 -msgid "VoIP Online" -msgstr "" - -#: admin/extensionstatus.php:49 -msgid "Not called" -msgstr "" - -#: admin/extensionstatus.php:49 -msgid "Done" -msgstr "" - -#: admin/extensionstatus.php:62 -msgid "Extension" -msgstr "" - -#: admin/extensionstatus.php:62 -msgid "VoIP Status" -msgstr "" - -#: admin/extensionstatus.php:62 -msgid "Call state" -msgstr "" - -#: admin/extensionstatus.php:62 -msgid "Time on call" -msgstr "" - -#: admin/extensionstatus.php:65 -msgid "No operators" +#: admin/timezonetemplate.php:117 +msgid "Add Timezone" msgstr "" #: admin/databasestrings.php:32 @@ -2356,28 +2260,64 @@ msgstr "" msgid "Saturdays" msgstr "" -#: admin/casesbyoutcome.php:52 -msgid "Cases by outcome" +#: admin/databasestrings.php:81 +msgid "String" msgstr "" -#: admin/casesbyoutcome.php:72 -msgid "Project" +#: admin/databasestrings.php:83 +msgid "Primary phone number" msgstr "" -#: admin/casesbyoutcome.php:73 -msgid "Current outcome:" +#: admin/databasestrings.php:84 +msgid "State" msgstr "" -#: admin/casesbyoutcome.php:84 -msgid "No cases with this outcome" +#: admin/databasestrings.php:85 +msgid "Postcode" msgstr "" -#: admin/casesbyoutcome.php:91 -msgid "Error with input" +#: admin/databasestrings.php:86 +msgid "Respondent first name" msgstr "" -#: admin/process.php:90 -msgid "Cannot connect to VoIP Server" +#: admin/databasestrings.php:87 +msgid "Respondent last name" +msgstr "" + +#: admin/extensionstatus.php:47 +msgid "Display extension status" +msgstr "" + +#: admin/extensionstatus.php:49 +msgid "VoIP Offline" +msgstr "" + +#: admin/extensionstatus.php:49 +msgid "VoIP Online" +msgstr "" + +#: admin/extensionstatus.php:49 +msgid "Not called" +msgstr "" + +#: admin/extensionstatus.php:49 +msgid "Done" +msgstr "" + +#: admin/extensionstatus.php:62 +msgid "VoIP Status" +msgstr "" + +#: admin/extensionstatus.php:62 +msgid "Call state" +msgstr "" + +#: admin/extensionstatus.php:62 +msgid "Time on call" +msgstr "" + +#: admin/extensionstatus.php:65 +msgid "No operators" msgstr "" #: admin/availability.php:57 @@ -2389,13 +2329,14 @@ msgid "Modify availability" msgstr "" #: admin/availability.php:114 -#: admin/callrestrict.php:96 msgid "Enter the start and end times for each day of the week to restrict calls within" msgstr "" +#: admin/availability.php:136 +msgid "Day" +msgstr "" + #: admin/availability.php:152 -#: admin/shifttemplate.php:134 -#: admin/callrestrict.php:134 msgid "Add row" msgstr "" @@ -2403,49 +2344,12 @@ msgstr "" msgid "Save changes to availabilities" msgstr "" -#: admin/clients.php:84 -msgid "Could not add" +#: admin/callrestrict.php:82 +msgid "Modify call restriction times" 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:" +#: admin/callrestrict.php:135 +msgid "Save changes to restriction times" msgstr "" #: admin/shifttemplate.php:82 @@ -2460,110 +2364,372 @@ msgstr "" msgid "Save changes to shifts" msgstr "" -#: admin/dataoutput.php:222 -msgid "Download data for this questionnaire via Limesurvey" +#: admin/samplesearch.php:83 +msgid "Search sample" msgstr "" -#: admin/dataoutput.php:224 -#: admin/samplecallattempts.php:186 -msgid "Please select a sample" +#: admin/samplesearch.php:100 +msgid "No cases yet assigned: Delete this sample record" msgstr "" -#: admin/dataoutput.php:231 -msgid "Download data for this sample via Limesurvey" +#: admin/samplesearch.php:100 +msgid "Assigned to questionnaire: " msgstr "" -#: admin/dataoutput.php:238 -msgid "Download key file: select sample var" +#: admin/samplesearch.php:110 +msgid "No records in this sample match this search criteria" msgstr "" -#: admin/dataoutput.php:242 -msgid "Download complete key file" +#: admin/samplesearch.php:121 +msgid "Sample id" msgstr "" -#: admin/dataoutput.php:245 -msgid "Download complete sample file with current outcomes" +#: admin/samplesearch.php:130 +msgid "Link" msgstr "" -#: admin/callrestrict.php:82 -msgid "Modify call restriction times" +#: admin/samplesearch.php:149 +msgid "Search within this sample" msgstr "" -#: admin/callrestrict.php:135 -msgid "Save changes to restriction times" +#: admin/samplesearch.php:151 +#, php-format +msgid "Use the % character as a wildcard" msgstr "" -#: admin/operatorlist.php:159 -#: admin/operatorlist.php:208 -msgid "Update password" +#: admin/samplesearch.php:156 +msgid "Search for:" msgstr "" -#: admin/operatorlist.php:165 -#: admin/operatorlist.php:188 -msgid "Update timezone" +#: admin/samplesearch.php:158 +msgid "Start search" msgstr "" -#: admin/operatorlist.php:166 -msgid "Windows bat file" +#: admin/new.php:59 +msgid "New: Create new questionnaire" msgstr "" -#: admin/operatorlist.php:167 -msgid "*nix script file" +#: admin/new.php:102 +msgid "Successfully inserted" msgstr "" -#: admin/operatorlist.php:169 -#: admin/questionnairelist.php:189 -msgid "Enable" +#: admin/new.php:102 +msgid "as questionnaire" msgstr "" -#: admin/operatorlist.php:171 -#: admin/questionnairelist.php:191 -msgid "Disable" +#: admin/new.php:102 +msgid "linked to" msgstr "" -#: admin/operatorlist.php:175 -msgid "Enable VoIP" +#: admin/new.php:105 +msgid "Error: Failed to insert questionnaire" msgstr "" -#: admin/operatorlist.php:177 -msgid "Disable VoIP" +#: admin/new.php:116 +#: admin/questionnairelist.php:164 +msgid "Name for questionnaire:" msgstr "" -#: admin/operatorlist.php:185 -msgid "Operator list" +#: admin/new.php:117 +msgid "Select limesurvey instrument:" msgstr "" -#: admin/operatorlist.php:188 -msgid "Username" +#: admin/new.php:131 +#: admin/new.php:155 +msgid "Existing instrument:" msgstr "" -#: admin/operatorlist.php:188 -#: admin/questionnairelist.php:184 -msgid "Enable/Disable" +#: admin/new.php:137 +#: admin/index.php:52 +msgid "Create an instrument in Limesurvey" msgstr "" -#: admin/operatorlist.php:192 -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" +#: admin/new.php:140 +msgid "Respondent selection type:" msgstr "" -#: admin/operatorlist.php:194 -msgid "Download Windows VoIP Executable" +#: admin/new.php:141 +msgid "No respondent selection (go straight to questionnaire)" msgstr "" -#: admin/operatorlist.php:195 -msgid "Download Linux VoIP Executable" +#: admin/new.php:141 +msgid "Use basic respondent selection text (below)" msgstr "" -#: admin/operatorlist.php:200 -msgid "Enable/Disable VoIP" +#: admin/new.php:179 +#: admin/questionnairelist.php:165 +msgid "Restrict appointments to shifts?" msgstr "" -#: admin/operatorlist.php:201 -msgid "Windows VoIP" +#: admin/new.php:180 +#: admin/questionnairelist.php:166 +msgid "Restrict work to shifts?" msgstr "" -#: admin/operatorlist.php:202 -msgid "*nix VoIP" +#: admin/new.php:181 +#: admin/questionnairelist.php:167 +msgid "Questionnaire for testing only?" +msgstr "" + +#: admin/new.php:183 +#: admin/questionnairelist.php:169 +msgid "Respondent selection introduction:" +msgstr "" + +#: admin/new.php:184 +#: admin/questionnairelist.php:170 +msgid "Respondent selection project introduction:" +msgstr "" + +#: admin/new.php:185 +#: admin/questionnairelist.php:171 +msgid "Respondent selection callback (already started questionnaire):" +msgstr "" + +#: admin/new.php:186 +#: admin/questionnairelist.php:172 +msgid "Message to leave on an answering machine:" +msgstr "" + +#: admin/new.php:188 +#: admin/questionnairelist.php:174 +msgid "Project end text (thank you screen):" +msgstr "" + +#: admin/new.php:189 +#: admin/questionnairelist.php:175 +msgid "Project information for interviewers/operators:" +msgstr "" + +#: admin/new.php:190 +msgid "Create Questionnaire" +msgstr "" + +#: admin/casesbyoutcome.php:52 +msgid "Cases by outcome" +msgstr "" + +#: admin/casesbyoutcome.php:84 +msgid "No cases with this outcome" +msgstr "" + +#: admin/casesbyoutcome.php:91 +msgid "Error with input" +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:163 +msgid "Add shifts in your Time Zone" +msgstr "" + +#: admin/addshift.php:235 +msgid "Use shift?" +msgstr "" + +#: admin/addshift.php:260 +msgid "Submit changes" +msgstr "" + +#: admin/questionnairelist.php:122 +msgid "Questionnaire list" +msgstr "" + +#: admin/questionnairelist.php:161 +msgid "Edit instrument in Limesurvey" +msgstr "" + +#: admin/questionnairelist.php:173 +msgid "Edit respondent selection instrument in Limesurvey" +msgstr "" + +#: admin/questionnairelist.php:176 +msgid "Update Questionnaire" +msgstr "" + +#: admin/index.php:47 +msgid "Administrative Tools" +msgstr "" + +#: admin/index.php:51 +msgid "Questionnaire creation and management" +msgstr "" + +#: admin/index.php:53 +msgid "Create a new questionnaire" +msgstr "" + +#: admin/index.php:54 +msgid "Questionnaire management" +msgstr "" + +#: admin/index.php:55 +msgid "Administer instruments with Limesurvey" +msgstr "" + +#: admin/index.php:57 +msgid "Sample/List management" +msgstr "" + +#: admin/index.php:58 +msgid "Import a sample file (in CSV form)" +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:66 +#: admin/index.php:68 +#: admin/index.php:109 +msgid "Operator management" +msgstr "" + +#: admin/index.php:67 +msgid "Add operators to the system" +msgstr "" + +#: admin/index.php:69 +#: admin/operatorquestionnaire.php:155 +#: admin/operatorquestionnaire.php:276 +msgid "Assign operators to questionnaires" +msgstr "" + +#: admin/index.php:70 +#: admin/operatorskill.php:270 +msgid "Modify operator skills" +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:87 +msgid "Client management" +msgstr "" + +#: admin/index.php:88 +msgid "Add clients to the system" +msgstr "" + +#: admin/index.php:92 +msgid "Assign outcomes to cases" +msgstr "" + +#: admin/index.php:93 +msgid "Search the sample" +msgstr "" + +#: admin/index.php:98 +msgid "System settings" +msgstr "" + +#: admin/index.php:99 +msgid "Set default timezone list" +msgstr "" + +#: admin/index.php:100 +msgid "Set default shift times" +msgstr "" + +#: admin/index.php:101 +msgid "Set call restriction times" +msgstr "" + +#: admin/index.php:102 +#: admin/centreinfo.php:62 +msgid "Set centre information" +msgstr "" + +#: admin/index.php:103 +msgid "Start and monitor system wide case sorting" +msgstr "" + +#: admin/index.php:107 +msgid "VoIP" +msgstr "" + +#: admin/index.php:108 +msgid "Start and monitor VoIP" +msgstr "" + +#: admin/index.php:110 +msgid "Extension status" +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 "" + +#: 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:117 +msgid "Choose the CSV sample file to upload:" +msgstr "" + +#: admin/import.php:118 +msgid "Description for file:" +msgstr "" + +#: admin/import.php:119 +msgid "Add sample" msgstr "" #: admin/samplecallattempts.php:108 @@ -2598,264 +2764,130 @@ msgstr "" msgid "No calls for this questionnaire" msgstr "" -#: admin/questionnairelist.php:122 -msgid "Questionnaire list" +#: admin/operatorskill.php:149 +msgid "Assign operators to Skills" msgstr "" -#: admin/questionnairelist.php:161 -msgid "Edit instrument in Limesurvey" +#: admin/questionnaireprefill.php:99 +msgid "Pre fill questionnaire: Set values for questionnaire to prefill" msgstr "" -#: admin/questionnairelist.php:173 -msgid "Edit respondent selection instrument in Limesurvey" +#: admin/questionnaireprefill.php:110 +msgid "Current pre fills (click to delete)" msgstr "" -#: admin/questionnairelist.php:176 -msgid "Update Questionnaire" +#: admin/questionnaireprefill.php:120 +msgid "Currently no pre fills" msgstr "" -#: admin/timezonetemplate.php:87 -msgid "Add/Remove Timezones" +#: admin/questionnaireprefill.php:132 +msgid "Select a question to pre fill" msgstr "" -#: admin/timezonetemplate.php:101 -msgid "Click to remove a Timezone from the default list" +#: admin/questionnaireprefill.php:155 +msgid "Enter a value to pre fill this question with:" msgstr "" -#: admin/timezonetemplate.php:113 -msgid "Add a Timezone:" +#: admin/questionnaireprefill.php:157 +msgid "Possible uses:" msgstr "" -#: admin/timezonetemplate.php:116 -msgid "Timezone: " +#: admin/questionnaireprefill.php:159 +msgid "{Respondent:firstName} First name of the respondent" msgstr "" -#: admin/timezonetemplate.php:117 -msgid "Add Timezone" +#: admin/questionnaireprefill.php:160 +msgid "{Respondent:lastName} Last name of the respondent" msgstr "" -#: admin/supervisor.php:89 -msgid "Enter a case id or select a case from the list below:" +#: admin/questionnaireprefill.php:161 +msgid "{Sample:var} A record from the sample where the column name is 'var'" msgstr "" -#: admin/supervisor.php:100 -msgid "Select case from list of cases referred to the supervisor:" +#: admin/questionnaireprefill.php:174 +msgid "The value to pre fill" msgstr "" -#: admin/supervisor.php:109 -msgid "Select case" +#: admin/questionnaireprefill.php:175 +msgid "or: Select pre fill from sample list" msgstr "" -#: admin/supervisor.php:126 -msgid "Set an outcome for this call" +#: admin/questionnaireprefill.php:181 +msgid "Add pre fill" msgstr "" -#: admin/supervisor.php:139 -#: admin/supervisor.php:321 -msgid "Set outcome" +#: admin/voipmonitor.php:73 +#: admin/voipmonitor.php:95 +#: admin/voipmonitor.php:96 +msgid "Monitor VoIP Process" msgstr "" -#: admin/supervisor.php:247 -msgid "No appointments for this case" +#: 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/supervisor.php:249 -msgid "Create appointment for this case" +#: admin/voipmonitor.php:84 +msgid "(requires activity on the VoIP Server to take effect)" msgstr "" -#: admin/supervisor.php:261 -msgid "Call list" +#: admin/voipmonitor.php:97 +msgid "Click here to begin monitoring the VoIP Process" msgstr "" -#: admin/supervisor.php:267 -msgid "Phone number" +#: admin/assignsample.php:100 +msgid "Assign Sample: Select sample to assign" msgstr "" -#: admin/supervisor.php:267 -msgid "Change outcome" +#: admin/assignsample.php:107 +msgid "Samples selected for this questionnaire" msgstr "" -#: admin/supervisor.php:280 -msgid "Case notes" +#: admin/assignsample.php:118 +msgid "Sequentially selected" msgstr "" -#: admin/supervisor.php:302 -msgid "Modify responses for this case" +#: admin/assignsample.php:119 +msgid "Randomly selected" msgstr "" -#: admin/supervisor.php:304 -msgid "Case not yet started in Limesurvey" +#: admin/assignsample.php:120 +msgid "Max calls:" msgstr "" -#: admin/supervisor.php:308 -msgid "Set a case outcome" +#: admin/assignsample.php:120 +msgid "Max call attempts:" msgstr "" -#: admin/supervisor.php:358 -msgid "Update case availability" +#: admin/assignsample.php:135 +msgid "Add a sample to this questionnaire:" msgstr "" -#: admin/supervisor.php:370 -msgid "Assign this case to operator (will appear as next case for them)" +#: admin/assignsample.php:138 +msgid "Select sample:" msgstr "" -#: admin/supervisor.php:382 -msgid "Assign this case to operator" +#: admin/assignsample.php:148 +msgid "Max calls (0 for unlimited)" msgstr "" -#: admin/supervisor.php:390 -msgid "Case does not exist" +#: admin/assignsample.php:149 +msgid "Max call attempts (0 for unlimited)" msgstr "" -#: functions/functions.operator.php:121 -msgid "morning" +#: admin/assignsample.php:150 +msgid "Number of answering machine messages to leave per case (0 for never)" msgstr "" -#: functions/functions.operator.php:122 -msgid "afternoon" +#: admin/assignsample.php:151 +msgid "Select from sample randomly? (otherwise sequentially)" msgstr "" -#: functions/functions.operator.php:123 -msgid "evening" +#: admin/centreinfo.php:66 +msgid "Set centre information: " msgstr "" -#: functions/functions.operator.php:744 -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:261 -msgid "First name:" -msgstr "" - -#: functions/functions.calendar.php:262 -msgid "Last name:" -msgstr "" - -#: functions/functions.calendar.php:267 -msgid "Time Zone:" -msgstr "" - -#: functions/functions.calendar.php:324 -msgid "Shift from:" -msgstr "" - -#: functions/functions.calendar.php:331 -msgid "Start Time" -msgstr "" - -#: functions/functions.calendar.php:381 -msgid "End Time" -msgstr "" - -#: functions/functions.performance.php:469 -msgid "No shift" -msgstr "" - -#: 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 "" - -#: functions/functions.voip.php:449 -msgid "offline" -msgstr "" - -#: functions/functions.voip.php:530 -msgid "Disconnected" -msgstr "" - -#: functions/functions.voip.php:532 -msgid "Reconnected" -msgstr "" - -#: functions/functions.voip.php:555 -#: functions/functions.voip.php:567 -#: functions/functions.voip.php:579 -#: functions/functions.voip.php:589 -#: functions/functions.voip.php:598 -msgid " Extension " -msgstr "" - -#: functions/functions.voip.php:589 -msgid "Unregistered" -msgstr "" - -#: functions/functions.voip.php:598 -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" +#: admin/centreinfo.php:67 +msgid "Update centre information" msgstr "" #: display/index.php:111 @@ -2870,10 +2902,3 @@ msgstr "" 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/ro/LC_MESSAGES/ro.mo b/locale/ro/LC_MESSAGES/ro.mo index 19107bad..58a1f607 100644 Binary files a/locale/ro/LC_MESSAGES/ro.mo and b/locale/ro/LC_MESSAGES/ro.mo differ diff --git a/locale/ro/LC_MESSAGES/ro.po b/locale/ro/LC_MESSAGES/ro.po index 1f7b3a06..6498e0c4 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: 2012-11-14 05:05+0000\n" -"X-Generator: Launchpad (build 16251)\n" +"X-Launchpad-Export-Date: 2013-01-24 01:12+0000\n" +"X-Generator: Launchpad (build 16445)\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 e8f4e061..3f6707b3 100644 Binary files a/locale/ru/LC_MESSAGES/ru.mo and b/locale/ru/LC_MESSAGES/ru.mo differ diff --git a/locale/ru/LC_MESSAGES/ru.po b/locale/ru/LC_MESSAGES/ru.po index 5eac1e71..921751a3 100644 --- a/locale/ru/LC_MESSAGES/ru.po +++ b/locale/ru/LC_MESSAGES/ru.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-11-14 11:25+1000\n" -"PO-Revision-Date: 2012-10-21 23:05+0000\n" -"Last-Translator: mimoxod \n" +"PO-Revision-Date: 2012-11-15 09:29+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: 2012-11-14 05:06+0000\n" -"X-Generator: Launchpad (build 16251)\n" +"X-Launchpad-Export-Date: 2013-01-24 01:12+0000\n" +"X-Generator: Launchpad (build 16445)\n" #: callhistory.php:56 msgid "Case History List" @@ -51,27 +51,28 @@ 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 "" +"Окончание звонка с результатом: Автоответчик - сообщение не оставлено" #: rs_answeringmachine_interface2.php:91 #: rs_business_interface2.php:62 @@ -79,25 +80,25 @@ 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 #: index.php:130 msgid "queXS" -msgstr "" +msgstr "queXS" #: index_interface2.php:202 #: appointment.php:119 @@ -118,17 +119,17 @@ msgstr "Стрелочка для изменения размера" #: index_interface2.php:294 #: index.php:187 msgid "Notes" -msgstr "" +msgstr "Примечания" #: index_interface2.php:302 #: index.php:205 msgid "Contact details" -msgstr "" +msgstr "Контактная информация" #: index_interface2.php:311 #: index.php:214 msgid "Call history" -msgstr "" +msgstr "История вызовов" #: index_interface2.php:320 #: index.php:223 @@ -143,7 +144,7 @@ msgstr "" #: index_interface2.php:338 #: index.php:241 msgid "Performance" -msgstr "" +msgstr "Производительность" #: index_interface2.php:346 #: index.php:249 diff --git a/locale/sv/LC_MESSAGES/sv.mo b/locale/sv/LC_MESSAGES/sv.mo index eba59104..cd62b473 100644 Binary files a/locale/sv/LC_MESSAGES/sv.mo and b/locale/sv/LC_MESSAGES/sv.mo differ diff --git a/locale/sv/LC_MESSAGES/sv.po b/locale/sv/LC_MESSAGES/sv.po index f23b32e4..b23fd99f 100644 --- a/locale/sv/LC_MESSAGES/sv.po +++ b/locale/sv/LC_MESSAGES/sv.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-11-14 11:25+1000\n" -"PO-Revision-Date: 2012-08-21 20:49+0000\n" +"PO-Revision-Date: 2012-12-27 14:22+0000\n" "Last-Translator: Tony Jansson \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: 2012-11-14 05:06+0000\n" -"X-Generator: Launchpad (build 16251)\n" +"X-Launchpad-Export-Date: 2013-01-24 01:12+0000\n" +"X-Generator: Launchpad (build 16445)\n" "Language: sv\n" #: callhistory.php:56 @@ -108,7 +108,7 @@ msgstr "Find´Em" #: appointment.php:119 #: index.php:137 msgid "Appointment" -msgstr "Återkontakt" +msgstr "Återkontakt" #: index_interface2.php:203 #: waitnextcase_interface2.php:55 @@ -143,7 +143,7 @@ msgstr "Skift" #: index_interface2.php:329 #: index.php:232 msgid "Appointments" -msgstr "Återkontakter" +msgstr "Återkontakter" #: index_interface2.php:338 #: index.php:241 @@ -249,7 +249,7 @@ msgstr "" #: appointment.php:69 msgid "Appointment error" -msgstr "Error återkontakt" +msgstr "Error återkontakt" #: appointment.php:70 msgid "" @@ -260,7 +260,7 @@ msgstr "" #: appointment.php:107 msgid "Appointment made" -msgstr "Återkontakt skapad" +msgstr "Återkontakt skapad" #: appointment.php:122 msgid "Select a respondent" @@ -297,11 +297,11 @@ msgstr "Lägg till detta telefonnummer" #: appointment.php:204 msgid "Appointment:" -msgstr "Återkontakt:" +msgstr "Återkontakt:" #: appointment.php:206 msgid "Accept appointment from " -msgstr "Acceptera återkontakt från " +msgstr "Acceptera återkontakt från " #: appointment.php:206 msgid " till " @@ -400,7 +400,7 @@ msgstr "Avsluta ärende" msgid "Press the call button to dial the number for this appointment:" msgstr "" "Tryck på samtalsknappen för att ringa numret för denna " -"återkontakt:" +"återkontakt:" #: call_interface2.php:342 #: call.php:296 @@ -452,7 +452,7 @@ msgstr "Tilldela resultat" #: call_interface2.php:474 #: call.php:446 msgid "Error: Close window" -msgstr "Error: Stäng fönster" +msgstr "Error: Stäng fönster" #: call.php:418 msgid "Requesting call" @@ -707,10 +707,12 @@ msgstr "Det är " #: nocaseavailable.php:146 msgid " unassigned case(s) available within the specified call restrictions" msgstr "" +" Ej tilldelade intervjuer tillgängliga inom de specificerade " +"samtalsbegränsningar" #: nocaseavailable.php:152 msgid "Limesurvey links:" -msgstr "Enkät läkar" +msgstr "Enkät länkar" #: nocaseavailable.php:172 msgid "ERROR: No tokens table defined for LimeSurvey questionnaire" @@ -830,7 +832,7 @@ msgstr "Avsluta samtal med resultatet: Kvot fylld" #: appointmentlist.php:56 msgid "Appointment List" -msgstr "Återkontaktlista" +msgstr "Återkontaktlista" #: appointmentlist.php:70 #: admin/displayappointments.php:210 @@ -839,16 +841,16 @@ msgstr "Inte ringd ännu" #: appointmentlist.php:82 msgid "No appointments made" -msgstr "Inga återkontakter gjorda" +msgstr "Inga återkontakter gjorda" #: appointmentlist.php:84 msgid "No future appointments scheduled" -msgstr "Inga framtida återkontakter schemalagda" +msgstr "Inga framtida återkontakter schemalagda" #: supervisor.php:61 msgid "Please wait till you have ended this call to call the supervisor" msgstr "" -"Vänligen vänta tills du avslutat detta samtal fouml;r att ringa " +"Vänligen vänta tills du avslutat detta samtal för att ringa " "till handledare" #: supervisor.php:105 @@ -868,7 +870,7 @@ msgstr "" #: supervisor.php:116 msgid "Hangup when calling the supervisor" -msgstr "Lägg på när du ringer chefen" +msgstr "Lägg på när du ringer chefen" #: supervisor.php:121 msgid "Try calling the supervisor" @@ -878,12 +880,14 @@ msgstr "Försöker ringa chefen" msgid "" "Please wait for this call to answer before attempting to call the supervisor" msgstr "" +"Vänta för detta samtal att svara innan du försöker ringa " +"handledaren" #: admin/systemsort.php:75 #: admin/systemsort.php:98 #: admin/systemsort.php:99 msgid "Monitor system wide case sorting" -msgstr "" +msgstr "Övervaka hela systemet intervju sortering" #: admin/systemsort.php:77 msgid "Running process:" @@ -897,6 +901,8 @@ msgstr "Död signal skickad: Vänligen vänta" msgid "" "Process is already closed (eg. server was rebooted) - click here to confirm" msgstr "" +"Processen är redan stängd (t.ex. server startas om) - klicka " +"här för att bekräfta" #: admin/systemsort.php:86 msgid "Kill the running process" @@ -932,10 +938,18 @@ msgid "" "complex quotas in place. If you are not experiencing any performance " "problems, it is not recommended to use this feature." msgstr "" +"Hela systemet intervju sortering är regelbundet (via " +"SYSTEM_SORT_MINUTES konfiguration direktivet) sortering fall på ett " +"system brett underlag istället för att hitta den lämpligaste " +"intervju varje gång en operatör begär ett nytt fall. Detta " +"kan öka prestandan där det finns ett stort antal fall eller " +"komplexa kvoter på plats. Om du inte upplever några " +"prestandaproblem, är det inte rekommenderat att använda den " +"här funktionen." #: admin/systemsort.php:102 msgid "Outcome of last process run (if any)" -msgstr "" +msgstr "Resultatet av förra processen kör (om någon)" #: admin/callhistory.php:73 #: admin/callhistory.php:100 @@ -955,12 +969,12 @@ msgstr "Sluttid" #: admin/callhistory.php:101 msgid "Download Call History List" -msgstr "" +msgstr "Ladda ned Samtalshistorik" #: admin/clientquestionnaire.php:150 #: admin/clientquestionnaire.php:271 msgid "Assign clients to questionnaires" -msgstr "Tilldela klienter till enkäter" +msgstr "Tilldela klienter till enkäter" #: admin/quotareport.php:110 msgid "Quota report" @@ -990,7 +1004,7 @@ msgstr "öppen" #: admin/quotareport.php:285 msgid "Strata" -msgstr "" +msgstr "Strata" #: admin/quotareport.php:285 msgid "Quota" @@ -1010,7 +1024,7 @@ msgstr "Kontakter kvar" #: admin/quotareport.php:285 msgid "% Complete" -msgstr "" +msgstr "% färdigt" #: admin/quotareport.php:285 msgid "Set priority" @@ -1067,7 +1081,7 @@ msgstr "Lägg till kontakter" #: admin/systemsortprocess.php:86 msgid "Sorting cases process starting" -msgstr "" +msgstr "Sortering intervju som startar" #: admin/systemsortprocess.php:95 msgid "Sorting cases" @@ -1099,6 +1113,8 @@ msgstr "Nu ändra intervjuresultat" msgid "" "The appointment has been deleted. Now you must modify the case outcome" msgstr "" +"Återkontakten har raderats. Nu måste du ändra intervju " +"resultatet" #: admin/displayappointments.php:150 msgid "Modify case outcome" @@ -1127,15 +1143,15 @@ msgstr "Avbryt redigering" #: admin/displayappointments.php:197 msgid "Delete this appointment" -msgstr "Radera denna återkontakt" +msgstr "Radera denna återkontakt" #: admin/displayappointments.php:206 msgid "Display Appointments" -msgstr "Visa återkontakter" +msgstr "Visa återkontakter" #: admin/displayappointments.php:208 msgid "All appointments (with times displayed in your time zone)" -msgstr "Alla återkontakter (med visad tid i din tidszon)" +msgstr "Alla återkontakter (med visad tid i din tidszon)" #: admin/displayappointments.php:210 #: admin/displayappointments.php:223 @@ -1169,7 +1185,7 @@ msgstr "Intervjuare som ringde" #: admin/displayappointments.php:226 msgid "No appointments in the future" -msgstr "Inga framtida återkontakter" +msgstr "Inga framtida återkontakter" #: admin/quota.php:109 #: admin/index.php:62 @@ -1183,7 +1199,7 @@ msgstr "Nuvarande kvot (klicka för att radera)" #: admin/quota.php:146 msgid "Currently no quotas" -msgstr "" +msgstr "För tillfället inga kvoter" #: admin/quota.php:152 msgid "Stop calling this sample when:" @@ -1202,11 +1218,11 @@ msgstr "Intervjuer" #: admin/quota.php:155 msgid "Quota reached" -msgstr "Kvot nådd" +msgstr "Kvot nådd" #: admin/quota.php:157 msgid "Quota not yet reached" -msgstr "" +msgstr "Kvot ännu inte nådd" #: admin/quota.php:159 #: admin/quotarow.php:195 @@ -1215,21 +1231,21 @@ msgstr "Aktuella intervjuer: " #: admin/quota.php:167 msgid "Select a question for the quota" -msgstr "Välj en fråga fouml;r denna kvot" +msgstr "Välj en fråga för denna kvot" #: admin/quota.php:192 msgid "Enter the details for creating the quota:" -msgstr "" +msgstr "Ange informationen för att skapa kvoten:" #: admin/quota.php:193 #: admin/quotarow.php:275 msgid "Pre defined values for this question:" -msgstr "" +msgstr "Fördefinierade värden för denna fråga:" #: admin/quota.php:205 #: admin/quotarow.php:287 msgid "No labels defined for this question" -msgstr "" +msgstr "Ingen rubrik definierad för denna fråga:" #: admin/quota.php:207 #: admin/quotarow.php:289 @@ -1315,7 +1331,7 @@ msgstr "Vänligen välj ett skift" #: admin/availabilitygroup.php:70 #: admin/availabilitygroup.php:89 msgid "Availability groups" -msgstr "Tillgängligehtsgrupper" +msgstr "Tillgänglighetsgrupper" #: admin/availabilitygroup.php:84 #: admin/availabilitygroup.php:94 @@ -1324,11 +1340,11 @@ msgstr "Ändra" #: admin/availabilitygroup.php:92 msgid "No availability groups" -msgstr "" +msgstr "Ingen tillgänglighet grupp" #: admin/availabilitygroup.php:94 msgid "Availablity group" -msgstr "Tillgängligehtsgrupper" +msgstr "Tillgänglighetsgrupper" #: admin/availabilitygroup.php:100 msgid "Add availability group" @@ -1353,7 +1369,7 @@ msgstr "Skapa ny rapport för detta skift" #: admin/shiftreport.php:114 msgid "Enter report for this shift" -msgstr "" +msgstr "Ange rapport för detta skift" #: admin/shiftreport.php:118 msgid "Add report" @@ -1401,7 +1417,7 @@ msgstr "Kontakt/lista hanterare" #: admin/index.php:58 msgid "Import a sample file (in CSV form)" -msgstr "" +msgstr "Importera en exempelfil (i CSV-form)" #: admin/index.php:59 msgid "Assign samples to questionnaires" @@ -1409,7 +1425,7 @@ msgstr "Tilldela kontakter till enkät" #: admin/index.php:60 msgid "Set values in questionnaire to pre fill" -msgstr "" +msgstr "Ställ värden i enkäten att i förväg fylla" #: admin/index.php:64 #: admin/quotarow.php:126 @@ -1428,7 +1444,7 @@ msgstr "Lägg till intervjuare i systemet" #: admin/index.php:69 msgid "Assign operators to questionnaires" -msgstr "Tilldela intervjuare till enkäter" +msgstr "Tilldela intervjuare till enkäter" #: admin/index.php:72 msgid "Availability and shift management" @@ -1440,7 +1456,7 @@ msgstr "" #: admin/index.php:74 msgid "Assign availabilities to questionnaires" -msgstr "Tlldela tillgänglighet till enkäter" +msgstr "Tlldela tillgänglighet till enkäter" #: admin/index.php:75 msgid "Shift management (add/remove)" @@ -1597,7 +1613,7 @@ msgstr "Uppdatera callcenter information" #: admin/questionnaireavailability.php:93 msgid "Assign availability group to questionnaire" -msgstr "Tlldela tillgänglighetsgrupper till enkäter" +msgstr "Tilldela tillgänglighetsgrupper till enkäter" #: admin/questionnaireavailability.php:110 msgid "There are no availability groups selected for this questionnaire" @@ -1919,7 +1935,7 @@ msgstr "Använda skift?" #: admin/addshift.php:260 msgid "Submit changes" -msgstr "Skicka förändringar" +msgstr "Skicka förändringar" #: admin/quotarow.php:154 #: admin/quotarow.php:160 @@ -2048,7 +2064,7 @@ msgstr "" #: admin/operators.php:187 msgid "Assign Operator to Questionnaire" -msgstr "Tilldela intervjuare till enkäter" +msgstr "Tilldela intervjuare till enkäter" #: admin/operators.php:187 msgid "tool" @@ -2297,7 +2313,7 @@ msgstr "Vägran företagsnivå" #: admin/databasestrings.php:44 msgid "Broken appointment (Implicit refusal)" -msgstr "Bruten återkontakt (vägran)" +msgstr "Bruten å:terkontakt (vägran)" #: admin/databasestrings.php:45 msgid "Disconnected number" @@ -2321,19 +2337,19 @@ msgstr "Råkade lägga på" #: admin/databasestrings.php:50 msgid "Definite Appointment - Respondent" -msgstr "Återkontakt - Kontaktperson" +msgstr "Återkontakt - Kontaktperson" #: admin/databasestrings.php:51 msgid "Definite Appointment - Other" -msgstr "Återkontakt - Annan person" +msgstr "Återkontakt - Annan person" #: admin/databasestrings.php:52 msgid "Unspecified Appointment - Respondent" -msgstr "Eventuell återkontakt - Kontaktperson" +msgstr "Eventuell återkontakt - Kontaktperson" #: admin/databasestrings.php:53 msgid "Unspecified Appointment - Other" -msgstr "Eventuell återkontakt - Annan person" +msgstr "Eventuell återkontakt - Annan person" #: admin/databasestrings.php:54 msgid "Household answering machine - Message left" @@ -2513,7 +2529,7 @@ msgstr "" #: admin/clients.php:105 msgid "Assign client to Questionnaire" -msgstr "Tilldela klienter till enkäter" +msgstr "Tilldela klienter till enkäter" #: admin/clients.php:105 msgid "tool." @@ -2741,7 +2757,7 @@ msgstr "" #: admin/supervisor.php:109 msgid "Select case" -msgstr "Välj intervju" +msgstr "Välj intervju" #: admin/supervisor.php:126 msgid "Set an outcome for this call" @@ -2796,7 +2812,7 @@ msgstr "Uppdatera intervju tillgänglighet" 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)" +"intervju för dom)" #: admin/supervisor.php:382 msgid "Assign this case to operator" @@ -2867,7 +2883,7 @@ msgstr "Inga föregående skift" #: functions/functions.performance.php:564 msgid "Completions on the previous shift" -msgstr "Intervjuer på föregående skift" +msgstr "Intervjuer på föregående skift" #: functions/functions.performance.php:611 msgid "Completions this time on the previous shift" @@ -2982,5 +2998,5 @@ msgid "" "This is how the story goes.\n" "\n" msgstr "" -"Detta %auml;r hur historien går.\n" +"Detta är hur historien går.\n" "\n" diff --git a/locale/zh/LC_MESSAGES/zh.mo b/locale/zh/LC_MESSAGES/zh.mo index 1950c470..1081bf92 100644 Binary files a/locale/zh/LC_MESSAGES/zh.mo and b/locale/zh/LC_MESSAGES/zh.mo differ diff --git a/locale/zh/LC_MESSAGES/zh.po b/locale/zh/LC_MESSAGES/zh.po index 9de13839..2c9c1547 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: 2012-11-14 05:05+0000\n" -"X-Generator: Launchpad (build 16251)\n" +"X-Launchpad-Export-Date: 2013-01-24 01:12+0000\n" +"X-Generator: Launchpad (build 16445)\n" #: callhistory.php:56 msgid "Case History List"