diff --git a/call_interface2.php b/call_interface2.php index f4174f91..3b0f0c96 100644 --- a/call_interface2.php +++ b/call_interface2.php @@ -20,11 +20,11 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * - * @author Adam Zammit - * @copyright Australian Consortium for Social and Political Research Inc 2007,2008 + * @author Adam Zammit + * @copyright Deakin University 2007,2008 * @package queXS * @subpackage user - * @link http://www.acspri.org.au/ queXS was writen for Australian Consortium for Social and Political Research Incorporated (ACSPRI) + * @link http://www.deakin.edu.au/dcarf/ queXS was writen for DCARF - Deakin Computer Assisted Research Facility * @license http://opensource.org/licenses/gpl-2.0.php The GNU General Public License (GPL) Version 2 * */ diff --git a/css/images/appointments.png b/css/images/appointments.png new file mode 100644 index 00000000..99c9577f Binary files /dev/null and b/css/images/appointments.png differ diff --git a/css/images/appointments_act.png b/css/images/appointments_act.png new file mode 100644 index 00000000..081d4908 Binary files /dev/null and b/css/images/appointments_act.png differ diff --git a/css/images/arrow_down.jpg b/css/images/arrow_down.jpg new file mode 100644 index 00000000..24f31095 Binary files /dev/null and b/css/images/arrow_down.jpg differ diff --git a/css/images/arrow_up.jpg b/css/images/arrow_up.jpg new file mode 100644 index 00000000..98c621b2 Binary files /dev/null and b/css/images/arrow_up.jpg differ diff --git a/css/images/btn_field.jpg b/css/images/btn_field.jpg new file mode 100644 index 00000000..10a1b817 Binary files /dev/null and b/css/images/btn_field.jpg differ diff --git a/css/images/details.png b/css/images/details.png new file mode 100644 index 00000000..341958d7 Binary files /dev/null and b/css/images/details.png differ diff --git a/css/images/details_act.png b/css/images/details_act.png new file mode 100644 index 00000000..b0c12ecf Binary files /dev/null and b/css/images/details_act.png differ diff --git a/css/images/end.jpg b/css/images/end.jpg new file mode 100644 index 00000000..f30651ad Binary files /dev/null and b/css/images/end.jpg differ diff --git a/css/images/history.png b/css/images/history.png new file mode 100644 index 00000000..15a3e33e Binary files /dev/null and b/css/images/history.png differ diff --git a/css/images/history_act.png b/css/images/history_act.png new file mode 100644 index 00000000..9c0ffbdd Binary files /dev/null and b/css/images/history_act.png differ diff --git a/css/images/info.png b/css/images/info.png new file mode 100644 index 00000000..1f0193b6 Binary files /dev/null and b/css/images/info.png differ diff --git a/css/images/info_act.png b/css/images/info_act.png new file mode 100644 index 00000000..7660f530 Binary files /dev/null and b/css/images/info_act.png differ diff --git a/css/images/info_field.jpg b/css/images/info_field.jpg new file mode 100644 index 00000000..332c77be Binary files /dev/null and b/css/images/info_field.jpg differ diff --git a/css/images/notes.png b/css/images/notes.png new file mode 100644 index 00000000..48cfd386 Binary files /dev/null and b/css/images/notes.png differ diff --git a/css/images/notes_act.png b/css/images/notes_act.png new file mode 100644 index 00000000..927e1a42 Binary files /dev/null and b/css/images/notes_act.png differ diff --git a/css/images/play.jpg b/css/images/play.jpg new file mode 100644 index 00000000..68e475c0 Binary files /dev/null and b/css/images/play.jpg differ diff --git a/css/images/plius.jpg b/css/images/plius.jpg new file mode 100644 index 00000000..a552f5e9 Binary files /dev/null and b/css/images/plius.jpg differ diff --git a/css/images/tab_field.png b/css/images/tab_field.png new file mode 100644 index 00000000..597f9cf2 Binary files /dev/null and b/css/images/tab_field.png differ diff --git a/css/index_interface2.css b/css/index_interface2.css index d0e21946..f1f86be7 100644 --- a/css/index_interface2.css +++ b/css/index_interface2.css @@ -1,12 +1,326 @@ +/** RESET **/ +* { + margin: 0; + padding: 0; +} + + +html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { + margin: 0; + padding: 0; + border: 0; + font-weight: inherit; + font-style: inherit; + font-size: 100%; + font-family: inherit; + vertical-align: baseline; +} + +.clear { + clear:both; + font-size:0; + height:0; + overflow:hidden; +} + +body { + margin: 0px; + padding: 0; + background: #FFFFFF; + text-align: justify; + font-family: Tahoma, Arial, Helvetica, sans-serif; +} + + +#wrapper_e { +} +.full_height_wrapper{ + margin: 0px; + padding: 0; + text-align: justify; + height:285px; + font-family: Tahoma, Arial, Helvetica, sans-serif; + min-width:1024px; +} +.half_height_wrapper{ + margin: 0px; + padding: 0; + text-align: justify; + height:94px; + font-family: Tahoma, Arial, Helvetica, sans-serif; + min-width:1024px; +} + +#top_page { +} +#top_page_in_e { +} + +.full_height_top_page{ + height: 207px; +} +.half_height_top_page{ + height: 56px; +} + +.full_height{ + margin: 0px; + padding: 0; + background: #FFF; + text-align: justify; + font-family: Tahoma, Arial, Helvetica, sans-serif; + height: 271px; + padding-top:14px; +} +.half_height{ + margin: 0px; + padding: 0; + background: #FFF; + text-align: justify; + font-family: Tahoma, Arial, Helvetica, sans-serif; + height: 80px; + padding-top:14px; +} + + +#header_line { + margin: 16px 0px 0px 12px; + padding: 0; + text-align: justify; + font-family: Tahoma, Arial, Helvetica, sans-serif; + height: 24px; +} + + +#menu_left_e { +} +.menu_full_height { + padding: 0; + height: 137px; + width:145px; + display:block; + float:left; + padding:9px 22px 0px 44px; + padding-left:44px; + padding-top:9px; + list-style:none; +} + +.menu_half_height { + padding: 0; + height: 47px; + list-style:none; + width:145px; + display:block; + float:left; + padding:9px 22px 0px 44px; + padding-left:44px; + padding-top:9px; +} + +#menu_left li { + list-style: none; +} + +#item_1 a{ + background: url(images/btn_field.jpg) no-repeat left top; + list-style: none; + display: inline; + float: left; + width: 145px; + height: 36px; + color:#9f9f9f; + text-decoration:none; + padding:8px 0px 0px 18px; + border:none; +} + +#item_1 a:hover{ + list-style: none; + display: inline; + float: left; + width: 145px; + height: 36px; + text-decoration:none; + color:#49b848; +} + +#item_2_e a{ +} + +.item_2_full_height a{ + background: url(images/btn_field.jpg) no-repeat left top; + list-style: none; + display: inline; + float: left; + width: 145px; + height: 36px; + text-decoration:none; + color:#9f9f9f; + padding:8px 0px 0px 18px; + border:none; +} +.item_2_half_height a{ + float: left; + width: 145px; + height: 1px; + text-decoration:none; + color:#b8b8ba; + display:none; +} +.item_2_full_height a:hover{ +list-style: none; + display: inline; + float: left; + width: 145px; + height: 36px; + text-decoration:none; + color:#05b0f7; + background: url(images/btn_field.jpg) no-repeat left top; +} + +#item_2_e a:hover{ +} +.item_2_half_height { + float: left; + width: 145px; + height: 1px; + display:none; +} + +#item_3_e a{ +} +.item_3_half_height { + float: left; + width: 145px; + height: 1px; + display:none; +} +.item_3_full_height a{ + background: url(images/btn_field.jpg) no-repeat left top; + list-style: none; + display: inline; + float: left; + width: 145px; + height: 36px; + text-decoration:none; + color:#9f9f9f; + padding:8px 0px 0px 18px; + border:none; +} +.item_3_half_height a{ +} +.item_3_full_height a:hover{ + list-style: none; + display: inline; + float: left; + width: 145px; + height: 36px; + text-decoration:none; + color:#ff3506; +} + +#item_3_e a:hover{ +} + +#info_e { +} + +.info_full_height{ + margin: 0px; + padding: 0; + background: #CCC; + border: 1px solid #e9e9eb; + text-align: justify; + font-family: Tahoma, Arial, Helvetica, sans-serif; + display:block; + float:left; + height: 137px; + width:214px; + padding-right:115px; +} +.info_half_height{ + margin: 0px; + padding: 0; + background: #CCC; + border: 1px solid #e9e9eb; + text-align: justify; + font-family: Tahoma, Arial, Helvetica, sans-serif; + display:block; + float:left; + height: 56px; + width:214px; + padding-right:115px; +} + + + +a:active { + /* border: 4px inset;*/ +} + + +#arrow_up_e { +} + +.arrow_up_full_height { + margin: 0 auto; + padding: 0; + background: #EEE; + background: url(images/arrow_up.png) no-repeat left top; + text-align: justify; + font-family: Tahoma, Arial, Helvetica, sans-serif; + height: 20px; + width:20px; + position:absolute; + left:480px; + top:270px; +} + +.arrow_up_half_height { + display:none; +} + +#arrow_down_e { +} + +.arrow_down_full_height { + display:none; +} +.arrow_down_half_height { + margin: 0 auto; + padding: 0; + background: #EEE; + background: url(images/arrow_down.jpg) no-repeat left top; + text-align: justify; + font-family: Tahoma, Arial, Helvetica, sans-serif; + height: 20px; + width:20px; + left:480px; + top:80px; + position:absolute; +} + +#bottom_page { + margin: 0px; + padding: 0; + background: #CCC; + text-align: justify; + font-family: Tahoma, Arial, Helvetica, sans-serif; + height: 100%; +} + + .headerexpand { position: absolute; height: 20px; bottom: 0px; - right: 0px; + right: 20%; } #headerexpandimage { - height: 20px; -}.box { + height: 15px; +} +.box { margin: 18px; } .online { @@ -16,66 +330,155 @@ background: #FF0000; } a { - padding: 3px 0.5em; + /*padding: 3px 0.5em; margin-left: 3px; border: 1px solid #778; background: #DDE; text-decoration: none; - color: black; + color: black;*/ } a:active { - border: 4px inset; + /* border: 4px inset;*/ } -#header { +.header { position : absolute; width : 20%; - height : 30%; - top : 0; + height : 38%; + top : 40%; right : 0; bottom : auto; left : 0; - /*border-bottom: 1px solid #aaa;*/ + /*max-height:136px;*/ } #calllist { position : absolute; width : 50%; - height : 30%; + height : 38%; + top : 2%; left : 50%; - top : 0; right : 0; + /*max-height:180px;*/ bottom : auto; } #qstatus { position : absolute; width : 30%; - height : 30%; - top : 0; + height : 38%; + top : 2%; right : 0; left: 20%; bottom : auto; - /*border: 1px solid #aaa;*/ + /*max-height:38%;*/ } #casefunctions { position : absolute; - width : 20%; - height : 30%; - top : 0; + width : 17%; + height : 38%; + top : 2%; right : 0; - left: 0; + left: 3%; + font-size:15px; bottom : auto; } +#casefunctions li { + list-style:none; +} #content { position : absolute; - top : 30%; + top : 40%; left : 0; bottom : auto; width : 100%; - height : 70%; + height : 60%; } .embeddedobject { width:100%; height:100%; position:absolute; } +#main-qstatus { + width:185px; + /*max-height:116px;*/ + position:absolute; + left:3%; + top:2%; + height:90%; + border: 2px solid #e9e9eb; +border-radius: 15px; +-moz-border-radius: 15px; +} + +#main-casenotes{ +height:85%; +} +#main-contactdetails{ +/*height:85%;*/ +} +#main-calllist{ +/*height:85%;*/ +} +#main-appointmentlist{ +height:85%; +} +#main-projectinfo{ +height:85%; +} + +.wait_wrapper{ +margin: 0 auto; +position:absolute; +top:40%; +height:60%; +width:160px; +left:40%; +list-style:none; +} + + + +.wait_li_1 a{ + background: url(images/btn_field.jpg) no-repeat left top; + list-style: none; + display: inline; + float: left; + width: 145px; + height: 36px; + color:#9f9f9f; + text-decoration:none; + padding:8px 0px 0px 18px; + border:none; +} + +.wait_li_1 a:hover{ + list-style: none; + display: inline; + float: left; + width: 145px; + height: 36px; + text-decoration:none; + color:#49b848; +} +.wait_li_2 a{ + background: url(images/btn_field.jpg) no-repeat left top; + list-style: none; + display: inline; + float: left; + width: 145px; + height: 36px; + color:#9f9f9f; + text-decoration:none; + padding:8px 0px 0px 18px; + border:none; +} + +.wait_li_2 a:hover{ + list-style: none; + display: inline; + float: left; + width: 145px; + height: 36px; + text-decoration:none; + color:#ff3506; +} diff --git a/css/respondent_interface2.css b/css/respondent_interface2.css index 969dc18c..8e9d0746 100644 --- a/css/respondent_interface2.css +++ b/css/respondent_interface2.css @@ -11,3 +11,8 @@ .addresp{ font-style:italic; } + +.text{ +font-size:14px; +font-family:Tahoma, Arial, Helvetica, sans-serif; +} \ No newline at end of file diff --git a/css/status_interface2.css b/css/status_interface2.css new file mode 100644 index 00000000..c9dfceb5 --- /dev/null +++ b/css/status_interface2.css @@ -0,0 +1,34 @@ +.statusbox { + padding: 1px 1px; + margin: 1px; + border: 1px solid #778; + text-decoration: none; + color: black; + float: left; + text-align: center; + clear: both; +} +.statusbutton { + padding: 1px 1px; + margin: 1px; + border: 1px solid #778; + text-decoration: none; + color: black; + text-align: center; + float: left; +} +.online { + background: #00FF00; +} +.offline { + background: #FF0000; +} +.tobecoded { + background: orange; +} +.text { + float: left; + font-size:14px; + font-family:Tahoma, Arial, Helvetica, sans-serif; +} + diff --git a/css/tabber_interface2.css b/css/tabber_interface2.css new file mode 100644 index 00000000..5f3cd627 --- /dev/null +++ b/css/tabber_interface2.css @@ -0,0 +1,118 @@ +/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */ + +/*-------------------------------------------------- + REQUIRED to hide the non-active tab content. + But do not hide them in the print stylesheet! + --------------------------------------------------*/ +.tabberlive .tabbertabhide { + display:none; +} + +/*-------------------------------------------------- + .tabber = before the tabber interface is set up + .tabberlive = after the tabber interface is set up + --------------------------------------------------*/ +.tabber { +} +.tabberlive { + /*margin-top:1em;*/ +} + +/*-------------------------------------------------- + ul.tabbernav = the tab navigation list + li.tabberactive = the active tab + --------------------------------------------------*/ +ul.tabbernav +{ + margin:0; + padding: 3px 0; + border-bottom: 1px solid #e9e9eb; + font: bold 10px Verdana, sans-serif; +} + +ul.tabbernav li +{ + list-style: none; + margin: 0; + display: inline; +} + +ul.tabbernav li a +{ + padding: 3px 0.5em; + margin-left: 3px; + border: 1px solid #e9e9eb; + border-bottom: none; + background: #e9e9eb; + text-decoration: none; + font-size: 9px; +border-top-left-radius: 5px; +-moz-border-radius-topleft: 5px; +border-top-right-radius: 5px; +-moz-border-radius-topright: 5px; + + + +} + +ul.tabbernav li a:link { color: #448; } +ul.tabbernav li a:visited { color: #667; } + +ul.tabbernav li a:hover +{ + color: #000; + background: #AAE; + border-color: #227; +} + +ul.tabbernav li.tabberactive a +{ + background-color: #fff; + border-bottom: 1px solid #fff; + +} + +ul.tabbernav li.tabberactive a:hover +{ + color: #000; + background: white; + border-bottom: 1px solid white; +} + +/*-------------------------------------------------- + .tabbertab = the tab content + Add style only after the tabber interface is set up (.tabberlive) + --------------------------------------------------*/ +.tabberlive .tabbertab { + position:absolute; + border: 2px solid #e9e9eb; +border-bottom-left-radius: 15px; +-moz-border-radius-bottomleft: 15px; +border-bottom-right-radius: 15px; +-moz-border-radius-bottomright: 15px; + + border-top:0; + top: 1.25em; + left: 0; + right: 0; + bottom: 0; + overflow:auto; +} + +/* If desired, hide the heading since a heading is provided by the tab */ +.tabberlive .tabbertab h2 { + display:none; +} +.tabberlive .tabbertab h3 { + display:none; +} + +/* Example of using an ID to set different styles for the tabs on the page*/ +.tabberlive#tab1 { +} +.tabberlive#tab2 { +} +.tabberlive#tab2 .tabbertab { + height:100%; + overflow:auto; +} diff --git a/images/arrow-down-2.jpg b/images/arrow-down-2.jpg new file mode 100644 index 00000000..24f31095 Binary files /dev/null and b/images/arrow-down-2.jpg differ diff --git a/images/arrow-up-2.jpg b/images/arrow-up-2.jpg new file mode 100644 index 00000000..98c621b2 Binary files /dev/null and b/images/arrow-up-2.jpg differ diff --git a/index_interface2.php b/index_interface2.php index 9bc76919..115d0507 100644 --- a/index_interface2.php +++ b/index_interface2.php @@ -108,7 +108,38 @@ if (isset($_GET['endcase'])) $rs = $db->GetRow($sql); if (!empty($rs) && $rs['tryanother'] == 1) - $endthecase = false; + { + //we can try another number... + + $case_id = get_case_id($operator_id,false); + $call_attempt_id = get_call_attempt($operator_id,false); + //check if there is another number to try... + $sql = "SELECT c. * + FROM contact_phone AS c + LEFT JOIN ( + SELECT contact_phone.contact_phone_id + FROM contact_phone + LEFT JOIN `call` ON ( call.contact_phone_id = contact_phone.contact_phone_id ) + LEFT JOIN outcome ON ( call.outcome_id = outcome.outcome_id ) + WHERE contact_phone.case_id = '$case_id' + AND outcome.tryagain =0 + ) AS l ON l.contact_phone_id = c.contact_phone_id + LEFT JOIN + ( + SELECT contact_phone_id + FROM `call` + WHERE call_attempt_id = '$call_attempt_id' + AND outcome_id != 18 + ) as ca on ca.contact_phone_id = c.contact_phone_id + WHERE c.case_id = '$case_id' + AND l.contact_phone_id IS NULL + AND ca.contact_phone_id IS NULL"; //only select numbers that should be tried again and have not been tried in this attempt which are not the accidental hang up outcome + + $rs = $db->GetAll($sql); + + if (!empty($rs)) + $endthecase = false; + } } if ($endthecase) @@ -121,6 +152,7 @@ if (isset($_GET['endcase'])) include("waitnextcase_interface2.php"); exit(); } + } $js = array("js/popup.js","js/tabber.js","include/jquery-ui/js/jquery-1.4.2.min.js","include/jquery-ui/js/jquery-ui-1.8.2.custom.min.js"); @@ -148,29 +180,30 @@ if ($popupcall) if (HEADER_EXPANDER) { - $js[] = "js/headerexpand.js"; - $js[] = "js/headerexpandmanual.js"; + $js[] = "js/headerexpand_interface2.js"; + $js[] = "js/headerexpandmanual_interface2.js"; } else if (HEADER_EXPANDER_MANUAL) { - $js[] = "js/headerexpand.js"; - $js[] = "js/headerexpandmanual.js"; + $js[] = "js/headerexpand_interface2.js"; + $js[] = "js/headerexpandmanual_interface2.js"; } -xhtml_head(T_("queXS"), $body, array("css/index_interface2.css","css/tabber.css","include/jquery-ui/css/smoothness/jquery-ui-1.8.2.custom.css") , $js); +xhtml_head(T_("queXS"), $body, array("css/index_interface2.css","css/tabber_interface2.css","include/jquery-ui/css/smoothness/jquery-ui-1.8.2.custom.css") , $js); print $script; ?> -
-
-
-
-
<? echo T_('/>
-
+ + +
GetRow($sql); @@ -228,6 +279,7 @@ xhtml_object($data,"main-content");
+
<? echo T_('/>
diff --git a/js/headerexpand_interface2.js b/js/headerexpand_interface2.js new file mode 100644 index 00000000..d9a57938 --- /dev/null +++ b/js/headerexpand_interface2.js @@ -0,0 +1,20 @@ +function headerexpand() +{ + $(".header").css("height","38%"); + $(".content").css("height","60%"); + $(".content").css("top","40%"); + $(".box:not(.important)").css("display",""); +// $(".item_2_half_height").removeClass("item_2_half_height").addClass("item_2_full_height"); + $(".item_3_half_height").removeClass("item_3_half_height").addClass("item_3_full_height"); +} + +function headercontract() +{ + $(".header").css("height","13%"); + $(".content").css("height","80%"); + $(".content").css("top","15%"); + $(".box:not(.important)").css("display","none"); +// $(".item_2_full_height").removeClass("item_2_full_height").addClass("item_2_half_height"); + $(".item_3_full_height").removeClass("item_3_full_height").addClass("item_3_half_height"); + +} diff --git a/js/headerexpandmanual_interface2.js b/js/headerexpandmanual_interface2.js new file mode 100644 index 00000000..05efaa9a --- /dev/null +++ b/js/headerexpandmanual_interface2.js @@ -0,0 +1,26 @@ +//Apply to all items of class header +$(document).ready(function(){ + $("#headerexpandimage").click(headertogglemanual); + + }); + +function headerforcecontract() +{ + $("#headerexpandimage").attr('src',"./images/arrow-down-2.jpg"); + headercontract(); +} + +function headertogglemanual() +{ + if ($("#headerexpandimage").attr('src') == './images/arrow-up-2.jpg') + { + $("#headerexpandimage").attr('src',"./images/arrow-down-2.jpg"); + headercontract(); + } + else + { + $("#headerexpandimage").attr('src',"./images/arrow-up-2.jpg"); + headerexpand(); + } + +} diff --git a/js/tabber_interface2.js b/js/tabber_interface2.js new file mode 100644 index 00000000..eb350a01 --- /dev/null +++ b/js/tabber_interface2.js @@ -0,0 +1,542 @@ +/*================================================== + $Id: tabber.js,v 1.9 2006/04/27 20:51:51 pat Exp $ + tabber.js by Patrick Fitzgerald pat@barelyfitz.com + + Documentation can be found at the following URL: + http://www.barelyfitz.com/projects/tabber/ + + License (http://www.opensource.org/licenses/mit-license.php) + + Copyright (c) 2006 Patrick Fitzgerald + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation files + (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of the Software, + and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + ==================================================*/ + +var tabberOptions = { 'onLoad': function(argsObj) { + if (jQuery.support.boxModel == false) + { + var w = $("#tab-main").width(); + var h = $("#casefunctions").height(); + + //$(".tabberdiv").css("width",w); + //$(".tabberdiv").css("height",h); + $(".tabberdiv").css("width","100%"); + $(".tabberdiv").css("height",h); + } + } +}; + + +function tabberObj(argsObj) +{ + var arg; /* name of an argument to override */ + + /* Element for the main tabber div. If you supply this in argsObj, + then the init() method will be called. + */ + this.div = null; + + /* Class of the main tabber div */ + this.classMain = "tabber"; + + /* Rename classMain to classMainLive after tabifying + (so a different style can be applied) + */ + this.classMainLive = "tabberlive"; + + /* Class of each DIV that contains a tab */ + this.classTab = "tabbertab"; + + /* Class to indicate which tab should be active on startup */ + this.classTabDefault = "tabbertabdefault"; + + /* Class for the navigation UL */ + this.classNav = "tabbernav"; + + /* When a tab is to be hidden, instead of setting display='none', we + set the class of the div to classTabHide. In your screen + stylesheet you should set classTabHide to display:none. In your + print stylesheet you should set display:block to ensure that all + the information is printed. + */ + this.classTabHide = "tabbertabhide"; + + /* Class to set the navigation LI when the tab is active, so you can + use a different style on the active tab. + */ + this.classNavActive = "tabberactive"; + + /* Elements that might contain the title for the tab, only used if a + title is not specified in the TITLE attribute of DIV classTab. + */ + this.titleElements = ['h2','h3','h4','h5','h6']; + + /* Should we strip out the HTML from the innerHTML of the title elements? + This should usually be true. + */ + this.titleElementsStripHTML = true; + + /* If the user specified the tab names using a TITLE attribute on + the DIV, then the browser will display a tooltip whenever the + mouse is over the DIV. To prevent this tooltip, we can remove the + TITLE attribute after getting the tab name. + */ + this.removeTitle = true; + + /* If you want to add an id to each link set this to true */ + this.addLinkId = false; + + /* If addIds==true, then you can set a format for the ids. + will be replaced with the id of the main tabber div. + will be replaced with the tab number + (tab numbers starting at zero) + will be replaced with the tab number + (tab numbers starting at one) + will be replaced by the tab title + (with all non-alphanumeric characters removed) + */ + this.linkIdFormat = 'nav'; + + /* You can override the defaults listed above by passing in an object: + var mytab = new tabber({property:value,property:value}); + */ + for (arg in argsObj) { this[arg] = argsObj[arg]; } + + /* Create regular expressions for the class names; Note: if you + change the class names after a new object is created you must + also change these regular expressions. + */ + this.REclassMain = new RegExp('\\b' + this.classMain + '\\b', 'gi'); + this.REclassMainLive = new RegExp('\\b' + this.classMainLive + '\\b', 'gi'); + this.REclassTab = new RegExp('\\b' + this.classTab + '\\b', 'gi'); + this.REclassTabDefault = new RegExp('\\b' + this.classTabDefault + '\\b', 'gi'); + this.REclassTabHide = new RegExp('\\b' + this.classTabHide + '\\b', 'gi'); + + /* Array of objects holding info about each tab */ + this.tabs = new Array(); + + /* If the main tabber div was specified, call init() now */ + if (this.div) { + + this.init(this.div); + + /* We don't need the main div anymore, and to prevent a memory leak + in IE, we must remove the circular reference between the div + and the tabber object. */ + this.div = null; + } +} + + +/*-------------------------------------------------- + Methods for tabberObj + --------------------------------------------------*/ + + +tabberObj.prototype.init = function(e) +{ + /* Set up the tabber interface. + + e = element (the main containing div) + + Example: + init(document.getElementById('mytabberdiv')) + */ + + var + childNodes, /* child nodes of the tabber div */ + i, i2, /* loop indices */ + t, /* object to store info about a single tab */ + defaultTab=0, /* which tab to select by default */ + DOM_ul, /* tabbernav list */ + DOM_li, /* tabbernav list item */ + DOM_a, /* tabbernav link */ + aId, /* A unique id for DOM_a */ + headingElement; /* searching for text to use in the tab */ + + /* Verify that the browser supports DOM scripting */ + if (!document.getElementsByTagName) { return false; } + + /* If the main DIV has an ID then save it. */ + if (e.id) { + this.id = e.id; + } + + /* Clear the tabs array (but it should normally be empty) */ + this.tabs.length = 0; + + /* Loop through an array of all the child nodes within our tabber element. */ + childNodes = e.childNodes; + for(i=0; i < childNodes.length; i++) { + + /* Find the nodes where class="tabbertab" */ + if(childNodes[i].className && + childNodes[i].className.match(this.REclassTab)) { + + /* Create a new object to save info about this tab */ + t = new Object(); + + /* Save a pointer to the div for this tab */ + t.div = childNodes[i]; + + /* Add the new object to the array of tabs */ + this.tabs[this.tabs.length] = t; + + /* If the class name contains classTabDefault, + then select this tab by default. + */ + if (childNodes[i].className.match(this.REclassTabDefault)) { + defaultTab = this.tabs.length-1; + } + } + } + + /* Create a new UL list to hold the tab headings */ + DOM_ul = document.createElement("ul"); + DOM_ul.className = this.classNav; + + DOM_ul.id = 'tabs_menu'; + + /* Loop through each tab we found */ + for (i=0; i < this.tabs.length; i++) { + + t = this.tabs[i]; + + /* Get the label to use for this tab: + From the title attribute on the DIV, + Or from one of the this.titleElements[] elements, + Or use an automatically generated number. + */ + t.headingText = t.div.title; + + /* Remove the title attribute to prevent a tooltip from appearing */ + if (this.removeTitle) { t.div.title = ''; } + + if (!t.headingText) { + + /* Title was not defined in the title of the DIV, + So try to get the title from an element within the DIV. + Go through the list of elements in this.titleElements + (typically heading elements ['h2','h3','h4']) + */ + for (i2=0; i2/gi," "); + t.headingText = t.headingText.replace(/<[^>]+>/g,""); + } + break; + } + } + } + + if (!t.headingText) { + /* Title was not found (or is blank) so automatically generate a + number for the tab. + */ + t.headingText = i + 1; + } + + /* Create a list element for the tab */ + DOM_li = document.createElement("li"); + DOM_li.id = 'tab_li_'+i; + + + /* Save a reference to this list item so we can later change it to + the "active" class */ + t.li = DOM_li; + + /* Create a link to activate the tab */ + DOM_a = document.createElement("a"); + DOM_a.appendChild(document.createTextNode(t.headingText)); + DOM_a.href = "javascript:void(null);"; + DOM_a.title = t.headingText; + DOM_a.onclick = this.navClick; + + /* Add some properties to the link so we can identify which tab + was clicked. Later the navClick method will need this. + */ + DOM_a.tabber = this; + DOM_a.tabberIndex = i; + + /* Do we need to add an id to DOM_a? */ + if (this.addLinkId && this.linkIdFormat) { + + /* Determine the id name */ + aId = this.linkIdFormat; + aId = aId.replace(//gi, this.id); + aId = aId.replace(//gi, i); + aId = aId.replace(//gi, i+1); + aId = aId.replace(//gi, t.headingText.replace(/[^a-zA-Z0-9\-]/gi, '')); + + DOM_a.id = aId; + } + + /* Add the link to the list element */ + DOM_li.appendChild(DOM_a); + + /* Add the list element to the list */ + DOM_ul.appendChild(DOM_li); + } + + /* Add the UL list to the beginning of the tabber div */ + e.insertBefore(DOM_ul, e.firstChild); + + /* Make the tabber div "live" so different CSS can be applied */ + e.className = e.className.replace(this.REclassMain, this.classMainLive); + + /* Activate the default tab, and do not call the onclick handler */ + this.tabShow(defaultTab); + + /* If the user specified an onLoad function, call it now. */ + if (typeof this.onLoad == 'function') { + this.onLoad({tabber:this}); + } + + return this; +}; + + +tabberObj.prototype.navClick = function(event) +{ + /* This method should only be called by the onClick event of an + element, in which case we will determine which tab was clicked by + examining a property that we previously attached to the + element. + + Since this was triggered from an onClick event, the variable + "this" refers to the element that triggered the onClick + event (and not to the tabberObj). + + When tabberObj was initialized, we added some extra properties + to the element, for the purpose of retrieving them now. Get + the tabberObj object, plus the tab number that was clicked. + */ + + var + rVal, /* Return value from the user onclick function */ + a, /* element that triggered the onclick event */ + self, /* the tabber object */ + tabberIndex, /* index of the tab that triggered the event */ + onClickArgs; /* args to send the onclick function */ + + a = this; + if (!a.tabber) { return false; } + + self = a.tabber; + tabberIndex = a.tabberIndex; + + /* Remove focus from the link because it looks ugly. + I don't know if this is a good idea... + */ + a.blur(); + + /* If the user specified an onClick function, call it now. + If the function returns false then do not continue. + */ + if (typeof self.onClick == 'function') { + + onClickArgs = {'tabber':self, 'index':tabberIndex, 'event':event}; + + /* IE uses a different way to access the event object */ + if (!event) { onClickArgs.event = window.event; } + + rVal = self.onClick(onClickArgs); + if (rVal === false) { return false; } + } + + self.tabShow(tabberIndex); + + return false; +}; + + +tabberObj.prototype.tabHideAll = function() +{ + var i; /* counter */ + + /* Hide all tabs and make all navigation links inactive */ + for (i = 0; i < this.tabs.length; i++) { + this.tabHide(i); + } +}; + + +tabberObj.prototype.tabHide = function(tabberIndex) +{ + var div; + + if (!this.tabs[tabberIndex]) { return false; } + + /* Hide a single tab and make its navigation link inactive */ + div = this.tabs[tabberIndex].div; + + /* Hide the tab contents by adding classTabHide to the div */ + if (!div.className.match(this.REclassTabHide)) { + div.className += ' ' + this.classTabHide; + } + this.navClearActive(tabberIndex); + + return this; +}; + + +tabberObj.prototype.tabShow = function(tabberIndex) +{ + /* Show the tabberIndex tab and hide all the other tabs */ + + var div; + + if (!this.tabs[tabberIndex]) { return false; } + + /* Hide all the tabs first */ + this.tabHideAll(); + + /* Get the div that holds this tab */ + div = this.tabs[tabberIndex].div; + + /* Remove classTabHide from the div */ + div.className = div.className.replace(this.REclassTabHide, ''); + + /* Mark this tab navigation link as "active" */ + this.navSetActive(tabberIndex); + + /* If the user specified an onTabDisplay function, call it now. */ + if (typeof this.onTabDisplay == 'function') { + this.onTabDisplay({'tabber':this, 'index':tabberIndex}); + } + + return this; +}; + +tabberObj.prototype.navSetActive = function(tabberIndex) +{ + /* Note: this method does *not* enforce the rule + that only one nav item can be active at a time. + */ + + /* Set classNavActive for the navigation list item */ + this.tabs[tabberIndex].li.className = this.classNavActive; + + return this; +}; + + +tabberObj.prototype.navClearActive = function(tabberIndex) +{ + /* Note: this method does *not* enforce the rule + that one nav should always be active. + */ + + /* Remove classNavActive from the navigation list item */ + this.tabs[tabberIndex].li.className = ''; + + return this; +}; + + +/*==================================================*/ + + +function tabberAutomatic(tabberArgs) +{ + /* This function finds all DIV elements in the document where + class=tabber.classMain, then converts them to use the tabber + interface. + + tabberArgs = an object to send to "new tabber()" + */ + var + tempObj, /* Temporary tabber object */ + divs, /* Array of all divs on the page */ + i; /* Loop index */ + + if (!tabberArgs) { tabberArgs = {}; } + + /* Create a tabber object so we can get the value of classMain */ + tempObj = new tabberObj(tabberArgs); + + /* Find all DIV elements in the document that have class=tabber */ + + /* First get an array of all DIV elements and loop through them */ + divs = document.getElementsByTagName("div"); + for (i=0; i < divs.length; i++) { + + /* Is this DIV the correct class? */ + if (divs[i].className && + divs[i].className.match(tempObj.REclassMain)) { + + /* Now tabify the DIV */ + tabberArgs.div = divs[i]; + divs[i].tabber = new tabberObj(tabberArgs); + } + } + + return this; +} + + +/*==================================================*/ + + +function tabberAutomaticOnLoad(tabberArgs) +{ + /* This function adds tabberAutomatic to the window.onload event, + so it will run after the document has finished loading. + */ + var oldOnLoad; + + if (!tabberArgs) { tabberArgs = {}; } + + /* Taken from: http://simon.incutio.com/archive/2004/05/26/addLoadEvent */ + + oldOnLoad = window.onload; + if (typeof window.onload != 'function') { + window.onload = function() { + tabberAutomatic(tabberArgs); + }; + } else { + window.onload = function() { + oldOnLoad(); + tabberAutomatic(tabberArgs); + }; + } +} + + +/*==================================================*/ + + +/* Run tabberAutomaticOnload() unless the "manualStartup" option was specified */ + +if (typeof tabberOptions == 'undefined') { + + tabberAutomaticOnLoad(); + +} else { + + if (!tabberOptions['manualStartup']) { + tabberAutomaticOnLoad(tabberOptions); + } + +} diff --git a/locale/lt/LC_MESSAGES/lt.mo b/locale/lt/LC_MESSAGES/lt.mo index db9f1b47..e19277ce 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 c8830990..1b296f98 100644 --- a/locale/lt/LC_MESSAGES/lt.po +++ b/locale/lt/LC_MESSAGES/lt.po @@ -1,2726 +1,2340 @@ -# Lithuanian translation for quexs -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the quexs package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: quexs\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 11:51+1000\n" -"PO-Revision-Date: 2009-06-29 10:45+0000\n" -"Last-Translator: Mantas Kriaučiūnas \n" -"Language-Team: Lithuanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-08-29 01:12+0000\n" -"X-Generator: Launchpad (build 13794)\n" - -#: callhistory.php:56 -msgid "Case History List" -msgstr "Atvejų istorijos sąrašas" - -#: callhistory.php:79 -msgid "No calls ever made" -msgstr "Jokių skambučių nebuvo atlikta" - -#: callhistory.php:83 -#: calllist.php:84 -msgid "Date/Time" -msgstr "Data/Laikas" - -#: callhistory.php:83 -msgid "Case ID" -msgstr "Bylos ID" - -#: callhistory.php:83 -#: calllist.php:84 -msgid "Outcome" -msgstr "Rezultatas" - -#: callhistory.php:83 -msgid "Respondent" -msgstr "Respondentas" - -#: callhistory.php:87 -msgid "No operator" -msgstr "Nėra operatoriaus" - -#: record.php:55 -msgid "Stop REC" -msgstr "Sustabdyti įrašymą" - -#: record.php:56 -#: record.php:79 -#: record.php:96 -msgid "Record" -msgstr "Įrašyti" - -#: record.php:66 -msgid "Beginning recording..." -msgstr "Pradeda įrašinėti..." - -#: record.php:69 -#: record.php:97 -msgid "Not on a call, so not beginning a recording" -msgstr "Nepasirengęs (-usi), nepradėti įrašinėti" - -#: record.php:73 -msgid "Begin the manual recording now..." -msgstr "Dabar pradeti rankinį įrašą..." - -#: record.php:78 -#: index.php:134 -#: call.php:197 -#: call.php:215 -msgid "Start REC" -msgstr "Įrašyti" - -#: record.php:86 -msgid "Stopping recording..." -msgstr "Stabdo įrašą" - -#: record.php:90 -msgid "Stop the manual recording now..." -msgstr "Dabar sustabdyti rankinį įrašą..." - -#: rs_project_intro.php:59 -msgid "Respondent Selection - Project Introduction" -msgstr "Respondentų pasirinkimas - Projekto įžanga" - -#: rs_project_intro.php:79 -#: rs_intro.php:92 -#: rs_intro.php:98 -#: rs_intro.php:106 -#: rs_intro.php:112 -msgid "Yes - Continue" -msgstr "Taip - Tęsti" - -#: rs_project_intro.php:81 -#: rs_callback.php:88 -#: rs_intro.php:122 -msgid "End call with outcome: Refusal by respondent" -msgstr "Skambučio statusas: Atsisakymas ( respondento)" - -#: rs_project_intro.php:82 -msgid "" -"End call with outcome: No eligible respondent (person not available on this " -"number)" -msgstr "" -"Baigti skambinimą su rezultatu: nėra pageidaujamo respondento (asmuo " -"nepasiekiamas šiuo numeriu)" - -#: rs_project_intro.php:83 -#: rs_intro.php:125 -msgid "" -"End call with outcome: Out of sample (already completed in another mode)" -msgstr "Skambučio statusas: Dalyvavęs (asmuo jau dalyvavo tyrime)" - -#: rs_project_intro.php:85 -#: rs_answeringmachine.php:91 -#: rs_callback.php:89 -msgid "Go Back" -msgstr "Atgal" - -#: appointment.php:69 -msgid "Appointment error" -msgstr "Perskambinimo klaida" - -#: appointment.php:70 -msgid "" -"You have not been assigned a case therefore cannot create an appointment" -msgstr "Jūs nepasirinkote atvejo, todėl negalite paskirti perskambinimo" - -#: appointment.php:107 -msgid "Appointment made" -msgstr "Perskambinimas atliktas" - -#: appointment.php:119 -#: index.php:131 -msgid "Appointment" -msgstr "Perskambinimas" - -#: appointment.php:122 -msgid "Select a respondent" -msgstr "Pasirinkti respondentą" - -#: appointment.php:130 -msgid "Create new respondent:" -msgstr "Sukurti naują respondentą" - -#: appointment.php:133 -msgid "Add this respondent" -msgstr "Pridėkite šį respondentą" - -#: appointment.php:155 -msgid "Select phone number:" -msgstr "Pasirinkite telefono numerį:" - -#: appointment.php:160 -msgid "None" -msgstr "Joks" - -#: appointment.php:169 -msgid "Add new phone number" -msgstr "Pridėti naują numerį" - -#: appointment.php:180 -msgid "Add new phone number (with area code, eg 0398761234):" -msgstr "Pridėti naują numerį ( pilnu formatu)" - -#: appointment.php:183 -msgid "Add this phone number" -msgstr "Pridėti šį telefono numerį" - -#: appointment.php:202 -msgid "Appointment:" -msgstr "Perskambinimas:" - -#: appointment.php:204 -msgid "Accept appointment from " -msgstr "Priimti perskambinimą iš " - -#: appointment.php:204 -msgid " till " -msgstr " iki " - -#: appointment.php:204 -msgid " on " -msgstr " ant " - -#: appointment.php:204 -msgid "on" -msgstr "įjungti" - -#: calllist.php:56 -msgid "Call List" -msgstr "Skambučių sąrašas" - -#: calllist.php:80 -msgid "No calls made" -msgstr "Nebuvo skambinta" - -#: calllist.php:84 -msgid "Number called" -msgstr "Skambintas numeris" - -#: calllist.php:84 -msgid "Operator" -msgstr "Operatorius" - -#: calllist.php:88 -#: project_info.php:82 -msgid "No case" -msgstr "Nėra jokios bylos" - -#: project_info.php:61 -#: index.php:239 -msgid "Project information" -msgstr "" - -#: index.php:124 -msgid "queXS" -msgstr "queXS" - -#: index.php:130 -#: shifts.php:82 -#: shifts.php:103 -msgid "End" -msgstr "Pabaiga" - -#: index.php:132 -msgid "Call/Hangup" -msgstr "Paskambinti/Padėti ragelį" - -#: index.php:133 -msgid "Supervisor" -msgstr "Supervizorius" - -#: index.php:135 -msgid "Arrow for expanding or contracting" -msgstr "" - -#: index.php:179 -msgid "Notes" -msgstr "Pastabos" - -#: index.php:187 -msgid "Contact details" -msgstr "" - -#: index.php:196 -msgid "Call history" -msgstr "Skambučių istorija" - -#: index.php:205 -msgid "Shifts" -msgstr "Pamaina" - -#: index.php:214 -msgid "Appointments" -msgstr "Perskambinimai" - -#: index.php:223 -msgid "Performance" -msgstr "Aktyvumas" - -#: index.php:231 -msgid "Work history" -msgstr "Darbo istorija" - -#: index.php:248 -msgid "Info" -msgstr "Informacija" - -#: rs_answeringmachine.php:64 -msgid "Respondent Selection - Answering machine" -msgstr "Respondentų Atranka - Autoatsakiklis" - -#: rs_answeringmachine.php:78 -msgid "Do not leave a message, please hang up" -msgstr "Nepalikinėkite žinutės, dėkite ragelį" - -#: rs_answeringmachine.php:81 -msgid "End call with outcome: Business answering machine" -msgstr "Baigti skambinimą su rezultatu: Verslo autoatsakiklis" - -#: rs_answeringmachine.php:86 -msgid "End call with outcome: Answering machine Message left" -msgstr "Baigti skambinimą su rezultatu: Autoatsakiklis, palikta žinutė" - -#: rs_answeringmachine.php:90 -msgid "End call with outcome: Answering machine No message left" -msgstr "Baigti skambinimą su rezultatu: Autoatsakiklis, nepalikta žinutė" - -#: info.php:56 -msgid "Information" -msgstr "Informacija" - -#: call.php:182 -#: call.php:202 -#: call.php:218 -#: call.php:249 -msgid "Call" -msgstr "Skambinti" - -#: call.php:256 -msgid "Not on a call" -msgstr "laisvas" - -#: call.php:267 -#: call.php:269 -#: call.php:385 -#: call.php:390 -#: call.php:406 -#: call.php:412 -msgid "End work" -msgstr "Užbaigti darbą" - -#: call.php:268 -#: call.php:384 -#: call.php:389 -#: call.php:405 -#: call.php:411 -msgid "End case" -msgstr "Užbaigti atvejį" - -#: call.php:293 -msgid "Press the call button to dial the number for this appointment:" -msgstr "" -"Tam, kad skambinti šiam numatytąjam perskambinimui, spauskite mygtuką " -"Skambinti" - -#: call.php:296 -msgid "Number to call:" -msgstr "Skambinti šiuo numeriu" - -#: 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 "" -"Jūsų VoIP išplėtinys nėra aktyvuotas. Prašome uždaryti langą ir dukart " -"spustelėjus raudoną mygtuką \"VoIP Off\" aktyvuoti VoIP." - -#: call.php:361 -msgid "Select phone number to dial:" -msgstr "Pasirinkite numerį kuriuo skambinti" - -#: call.php:376 -#: call.php:410 -msgid "The last call completed this call attempt" -msgstr "Paskutinis skambutis užbaigtas, šiuo bandymu" - -#: call.php:380 -#: call.php:403 -msgid "Enter a reason for this outcome before completing this case:" -msgstr "" -"Nurodykite tokių rezultatų priežastis, prieš užbaigdami su šiuo konkrečiu " -"atveju:" - -#: call.php:418 -msgid "Requesting call" -msgstr "Pageidaujamas skmbutis" - -#: call.php:419 -#: call.php:426 -msgid "Call Answered" -msgstr "Skambutis" - -#: call.php:422 -#: call.php:429 -#: call.php:436 -msgid "Hangup" -msgstr "Padėti ragelį" - -#: call.php:425 -msgid "Ringing" -msgstr "Skambina" - -#: call.php:432 -msgid "Answered" -msgstr "Pakėlė ragelį" - -#: call.php:433 -msgid "Not Answered" -msgstr "Neatsako" - -#: call.php:439 -msgid "Requires coding" -msgstr "Reikia kodavimo" - -#: call.php:442 -msgid "Assign outcome" -msgstr "Priskirti rezultatus" - -#: call.php:446 -msgid "Error: Close window" -msgstr "Klaida: uždarykite langą" - -#: rs_callback.php:66 -msgid "Respondent Selection - Call back" -msgstr "Respondento pasirinkimas - Perskambinti vėliau" - -#: rs_callback.php:80 -msgid "You are: " -msgstr "Jūs esate: " - -#: rs_callback.php:80 -#, php-format -msgid "% complete" -msgstr "% complete" - -#: rs_callback.php:87 -msgid "Yes - Continue where we left off" -msgstr "Taip - Tęsti kur nuo ten užbaigėte" - -#: endwork.php:45 -msgid "End of work" -msgstr "Užbaigti darbą" - -#: 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 "Darbas baigtas. Štai ir viskas" - -#: endwork.php:54 -msgid "Go back to work" -msgstr "Atgal į darbą" - -#: rs_intro.php:65 -msgid "Respondent Selection - Introduction" -msgstr "Respondento pasirinkimas - Prisistatymas" - -#: rs_intro.php:117 -msgid "Business number" -msgstr "Darbo numeris" - -#: rs_intro.php:118 -msgid "Answering machine" -msgstr "Telefono atsakiklis" - -#: rs_intro.php:119 -msgid "End call with outcome: No answer (ring out or busy) " -msgstr "" -"Skambučio statusas: Neatsakytas ( užimta arba niekas nekelia ragelio) " - -#: rs_intro.php:120 -msgid "End call with outcome: Accidental hang up" -msgstr "Skambučio statusas: Atsitiktinai nutrūkęs pokalbis" - -#: rs_intro.php:121 -msgid "End call with outcome: Refusal by unknown person" -msgstr "Skambučio statusas: Atsisakymas ( nežinomo žmogaus)" - -#: rs_intro.php:123 -msgid "" -"End call with outcome: No eligible respondent (person never available on " -"this number)" -msgstr "" -"Skambučio statusas: netinkamas kontaktas ( asmuo nepasiekiamas šiuo numeriu)" - -#: rs_intro.php:124 -msgid "" -"End call with outcome: Non contact (person not currently available on this " -"number: no appointment made)" -msgstr "" -"Skambučio statusas: Šiuo metu nepasiekiamas ( asmuo šiuo metu nepasiekiamas " -"šiuo numeriu)" - -#: shifts.php:57 -msgid "Shift List" -msgstr "Pamainų sąrašas" - -#: shifts.php:80 -msgid "No shifts for this project" -msgstr "Nėra priskirtų pamainų šiam projektui" - -#: shifts.php:82 -#: shifts.php:103 -msgid "Start" -msgstr "Pradėti" - -#: shifts.php:101 -msgid "No future shifts scheduled" -msgstr "Nėra numatomų pamainų" - -#: shifts.php:103 -msgid "Questionnaire" -msgstr "Klausimynas" - -#: contactdetails.php:90 -#: contactdetails.php:128 -#: respondent.php:94 -#: respondent.php:132 -msgid "Add respondent" -msgstr "Pridėti respondentą" - -#: contactdetails.php:92 -#: respondent.php:96 -#: casenote.php:69 -msgid "Go back" -msgstr "Sugrįšti atgal" - -#: contactdetails.php:98 -#: respondent.php:102 -msgid "Case id:" -msgstr "Bylos id:" - -#: contactdetails.php:99 -#: respondent.php:103 -msgid "Respondent:" -msgstr "Respondentas:" - -#: contactdetails.php:161 -#: respondent.php:168 -msgid "Var" -msgstr "Atributas" - -#: contactdetails.php:161 -#: respondent.php:168 -msgid "Value" -msgstr "Reikšmė" - -#: respondent.php:70 -msgid "Respondent Selector" -msgstr "Respondentų Atrinkėjas" - -#: respondent.php:164 -msgid "Show details" -msgstr "Rodyti detales" - -#: nocaseavailable.php:63 -msgid "No case available" -msgstr "Nėra prieinamų atvejų" - -#: nocaseavailable.php:68 -msgid "There is no case currently available" -msgstr "Šiuo metu nėra prieinamų atvejų" - -#: nocaseavailable.php:69 -msgid "Reasons:" -msgstr "Priežastys:" - -#: nocaseavailable.php:88 -msgid "Assigned questionnaires:" -msgstr "Priskirti klausimynai:" - -#: nocaseavailable.php:91 -msgid "ID" -msgstr "iD" - -#: nocaseavailable.php:91 -msgid "Description" -msgstr "Aprašymas" - -#: nocaseavailable.php:94 -msgid "ERROR: No questionnaires assigned to you" -msgstr "Klaida: Jokio priskirto klausimyno" - -#: nocaseavailable.php:112 -msgid "Current shifts available:" -msgstr "Galimi šie pakeitimai:" - -#: nocaseavailable.php:115 -msgid "Shift start" -msgstr "Pamaina prasideda" - -#: nocaseavailable.php:115 -msgid "Shift end" -msgstr "Pamaina baigiasi" - -#: nocaseavailable.php:118 -msgid "ERROR: No shifts at this time" -msgstr "Klaida: Jokios pamainos šiuo metu" - -#: nocaseavailable.php:138 -msgid "Call restrictions:" -msgstr "Skambučių apribojimas" - -#: nocaseavailable.php:142 -msgid "" -"ERROR: There are no cases available that fall within call restrictions" -msgstr "" -"KLAIDA: nėra prieinamų atvejų, kurie iškrito dėl skambinimo apribojimų" - -#: nocaseavailable.php:146 -msgid "There are " -msgstr "Yra " - -#: nocaseavailable.php:146 -msgid " unassigned case(s) available within the specified call restrictions" -msgstr " Nepriskirti atvejai galimi dėl specifinių skambučių apribojimų" - -#: nocaseavailable.php:152 -msgid "Limesurvey links:" -msgstr "Limesurvey nuorodos:" - -#: nocaseavailable.php:172 -msgid "ERROR: No tokens table defined for LimeSurvey questionnaire" -msgstr "KLAIDA: nėra Limesurvey klausimynui nustatytos tokenų lentelės" - -#: nocaseavailable.php:172 -msgid "from questionnaire:" -msgstr "iš klausimyno:" - -#: nocaseavailable.php:174 -msgid "Tokens table exists for Limesurvey questionnaire:" -msgstr "Tokenų lentelė skirta Limesurvey klausimynui:" - -#: nocaseavailable.php:179 -msgid "ERROR: Cannot find questionnaires with LimeSurvey ID's" -msgstr "KLAIDA: Negalima rasti klausimynų su LimeSurvey ID" - -#: nocaseavailable.php:198 -msgid "ERROR: Quota reached for this question" -msgstr "Klaida: Kvota buvo pasiekta šiam klausimui" - -#: nocaseavailable.php:218 -msgid "POSSIBLE ERROR: Row quota reached for this question" -msgstr "" - -#: casenote.php:56 -msgid "Case Notes" -msgstr "Pastabos" - -#: casenote.php:66 -#: casenote.php:105 -msgid "Add note" -msgstr "Pridėti pastabą" - -#: casenote.php:108 -msgid "No notes" -msgstr "Jokių pastabų" - -#: casenote.php:110 -msgid "Note" -msgstr "Pastaba" - -#: performance.php:77 -msgid "This shift" -msgstr "Pamaina" - -#: performance.php:78 -#: performance.php:85 -msgid "Completions" -msgstr "Užbaigimai" - -#: performance.php:78 -#: performance.php:85 -msgid "Completions per hour" -msgstr "Užpildymu per valanda" - -#: performance.php:84 -msgid "This project" -msgstr "Šis projektas" - -#: status.php:68 -msgid "Status" -msgstr "Statusas" - -#: status.php:86 -msgid "VoIP On" -msgstr "VoIP įjungtas" - -#: status.php:88 -msgid "VoIP Off" -msgstr "VoIP išjungtas" - -#: status.php:91 -msgid "No VoIP" -msgstr "nėra VoIP" - -#: status.php:95 -msgid "No call" -msgstr "Nėra skambučio" - -#: status.php:99 -msgid "To be coded" -msgstr "Bus koduojama" - -#: status.php:103 -msgid "Requesting" -msgstr "Skambina" - -#: status.php:119 -msgid "APPT" -msgstr "APPT" - -#: status.php:120 -msgid "MISSED" -msgstr "Praleistas" - -#: rs_project_end.php:62 -msgid "Respondent Selection - Project end" -msgstr "" - -#: rs_project_end.php:80 -msgid "Call automatically ended with outcome: Complete" -msgstr "" - -#: rs_project_end.php:85 -msgid "End call with outcome: Complete" -msgstr "Baigti skambutį su rezultatu: Užpildyta" - -#: nocallavailable.php:51 -msgid "No call available" -msgstr "" - -#: nocallavailable.php:54 -msgid "Please click on:" -msgstr "" - -#: nocallavailable.php:54 -msgid "to display call script" -msgstr "" - -#: rs_business.php:55 -msgid "Respondent Selection - Business answers" -msgstr "Respondentų Atranka - Verslo atsakymai" - -#: rs_business.php:59 -msgid "Sorry to bother you, I have called the wrong number" -msgstr "Atleiskit, kad trukdau, surinkau ne tą numerį" - -#: rs_business.php:61 -msgid "End call with outcome: Business number" -msgstr "Baigti skambutį su rezultatu: Verslo numeris" - -#: rs_quota_end.php:61 -msgid "Respondent Selection - Project Quota End" -msgstr "" - -#: rs_quota_end.php:70 -msgid "End call with outcome: Quota filled" -msgstr "" - -#: appointmentlist.php:56 -msgid "Appointment List" -msgstr "Perskambinimų sąrašas" - -#: appointmentlist.php:70 -msgid "Not yet called" -msgstr "Dar neskambinta" - -#: appointmentlist.php:82 -msgid "No appointments made" -msgstr "Neatlikta jokių perskambinimų" - -#: appointmentlist.php:84 -msgid "No future appointments scheduled" -msgstr "Nesuplanuota perskambinti ateityje" - -#: 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 "Skmbina supervizoriui, Jūs galite uždaryti langą" - -#: 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 "Bandykite skambinti supervizoriui" - -#: supervisor.php:128 -msgid "" -"Please wait for this call to answer before attempting to call the supervisor" -msgstr "" - -#: admin/systemsort.php:73 -#: admin/systemsort.php:96 -#: admin/systemsort.php:97 -msgid "Monitor system wide case sorting" -msgstr "" - -#: admin/systemsort.php:75 -msgid "Running process:" -msgstr "Vykstantis procesas:" - -#: admin/systemsort.php:79 -msgid "Kill signal sent: Please wait..." -msgstr "" - -#: admin/systemsort.php:80 -msgid "" -"Process is already closed (eg. server was rebooted) - click here to confirm" -msgstr "" - -#: admin/systemsort.php:84 -msgid "Kill the running process" -msgstr "Nutraukti vykstantį procesą" - -#: admin/systemsort.php:90 -#: admin/systemsort.php:104 -msgid "Log id" -msgstr "" - -#: admin/systemsort.php:90 -#: admin/systemsort.php:104 -msgid "Date" -msgstr "Data" - -#: admin/systemsort.php:90 -#: admin/systemsort.php:104 -msgid "Log entry" -msgstr "" - -#: admin/systemsort.php:98 -msgid "Click here to enable and begin system wide case sorting" -msgstr "" - -#: admin/systemsort.php:99 -msgid "" -"System wide case sorting is periodically (via SYSTEM_SORT_MINUTES " -"configuration directive) sorting cases on a system wide basis instead of " -"finding the most appropriate case each time an operator requests a new case. " -"This may increase performance where there are a large number of cases or " -"complex quotas in place. If you are not experiencing any performance " -"problems, it is not recommended to use this feature." -msgstr "" - -#: admin/systemsort.php:100 -msgid "Outcome of last process run (if any)" -msgstr "Praėjusio proceso rezultatai (jei tokių yra)" - -#: admin/callhistory.php:52 -msgid "Call History List" -msgstr "Skambučių sarašas" - -#: admin/callhistory.php:74 -msgid "Date/Time call start" -msgstr "Data/Laikas skambučio pradžia" - -#: admin/callhistory.php:74 -msgid "Time end" -msgstr "Pabaigta" - -#: admin/clientquestionnaire.php:150 -#: admin/clientquestionnaire.php:271 -#: admin/index.php:78 -msgid "Assign clients to questionnaires" -msgstr "Priskirti klientus klausimynams" - -#: admin/quotareport.php:110 -#: admin/index.php:70 -msgid "Quota report" -msgstr "" - -#: admin/quotareport.php:112 -#: admin/quota.php:110 -#: admin/assignsample.php:101 -#: admin/outcomes.php:81 -#: admin/questionnaireprefill.php:100 -msgid "Select a questionnaire from the list below" -msgstr "Pasirinkite klausimyną iš žemiau nurodyto sąrašo" - -#: admin/quotareport.php:119 -#: admin/quota.php:123 -#: admin/samplesearch.php:84 -msgid "Select a sample from the list below" -msgstr "Pasirinkite imtį/atranką iš žemiau esančio sąrašo" - -#: admin/quotareport.php:179 -msgid "Total sample" -msgstr "" - -#: admin/quotareport.php:234 -#: admin/quotareport.php:241 -msgid "closed" -msgstr "" - -#: admin/quotareport.php:236 -#: admin/quotareport.php:243 -msgid "open" -msgstr "" - -#: admin/quotareport.php:285 -msgid "Strata" -msgstr "" - -#: admin/quotareport.php:285 -msgid "Quota" -msgstr "" - -#: admin/quotareport.php:285 -#: admin/outcomes.php:186 -msgid "Sample" -msgstr "Imtis" - -#: admin/quotareport.php:285 -msgid "Sample Used" -msgstr "" - -#: admin/quotareport.php:285 -msgid "Sample Remaining" -msgstr "" - -#: admin/quotareport.php:285 -msgid "% Complete" -msgstr "" - -#: admin/quotareport.php:285 -msgid "Set priority" -msgstr "" - -#: admin/quotareport.php:285 -msgid "Auto prioritise" -msgstr "" - -#: admin/quotareport.php:286 -msgid "Update priorities" -msgstr "" - -#: admin/import.php:53 -msgid "Import: Validating and uploading" -msgstr "Importavimas: Patvirtinimas ir Įkrovimas" - -#: admin/import.php:69 -msgid "Successfully imported file" -msgstr "Sėkmingai importuotos bylos" - -#: admin/import.php:73 -msgid "Error importing file. Please try again" -msgstr "Klaida importuojant bylas" - -#: admin/import.php:77 -msgid "Error:" -msgstr "Klaida:" - -#: admin/import.php:77 -msgid "Please go back in your browser and fix the problem" -msgstr "Grįžkite į savo naršyklę ir pašalinkite problemą" - -#: admin/import.php:89 -msgid "Import: Select columns to import" -msgstr "Importavimas: Pasirinkite stulpelė importavimui" - -#: admin/import.php:114 -msgid "Import: Select file to upload" -msgstr "Importavimas: pasirinkite bylą įkėlimui" - -#: admin/import.php:119 -msgid "Choose the CSV sample file to upload:" -msgstr "Pasirinkite CSV pavyzdžio bylą, tam kad įkelti:" - -#: admin/import.php:120 -msgid "Description for file:" -msgstr "Bylos aprašymas:" - -#: admin/import.php:121 -msgid "Add sample" -msgstr "Pridėti imtį" - -#: admin/systemsortprocess.php:86 -msgid "Sorting cases process starting" -msgstr "" - -#: admin/systemsortprocess.php:95 -msgid "Sorting cases" -msgstr "" - -#: admin/systemsortprocess.php:196 -msgid "Completed sort" -msgstr "" - -#: admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:198 -msgid "This task took" -msgstr "" - -#: admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:198 -msgid "seconds" -msgstr "" - -#: admin/systemsortprocess.php:198 -msgid "Failed to complete sort" -msgstr "" - -#: admin/displayappointments.php:147 -msgid "Now modify case outcome" -msgstr "Dabar pakeiskite atvejo rezultatą" - -#: admin/displayappointments.php:149 -msgid "" -"The appointment has been deleted. Now you must modify the case outcome" -msgstr "" -"Perskambinimas buvo ištrintas. Dabar Jūs privalote modifikuoti atvejo " -"rezultatus" - -#: admin/displayappointments.php:150 -msgid "Modify case outcome" -msgstr "Modifikuoti atvejo rezultatus" - -#: admin/displayappointments.php:155 -#: admin/displayappointments.php:190 -msgid "Edit appointment" -msgstr "Keisti perskambinimą" - -#: admin/displayappointments.php:179 -msgid "Contact phone" -msgstr "" - -#: admin/displayappointments.php:187 -msgid "Start time" -msgstr "" - -#: admin/displayappointments.php:188 -msgid "End time" -msgstr "" - -#: admin/displayappointments.php:193 -msgid "Cancel edit" -msgstr "" - -#: admin/displayappointments.php:194 -msgid "Delete this appointment" -msgstr "" - -#: admin/displayappointments.php:203 -msgid "Display Appointments" -msgstr "Perskambinimų Peržiūra" - -#: admin/displayappointments.php:205 -msgid "All appointments (with times displayed in your time zone)" -msgstr "Visi perskambinimai (su laiku jūsų laiko zonoje)" - -#: admin/displayappointments.php:207 -#: admin/displayappointments.php:220 -msgid "Delete" -msgstr "Ištrinti" - -#: admin/displayappointments.php:207 -#: admin/displayappointments.php:220 -#: admin/shiftreport.php:97 -#: admin/shiftreport.php:105 -msgid "Edit" -msgstr "Redaguoti" - -#: admin/displayappointments.php:220 -msgid "Operator Name" -msgstr "Operatoriaus vardas" - -#: admin/displayappointments.php:220 -msgid "Respondent Name" -msgstr "Respondento Vardas" - -#: admin/displayappointments.php:220 -msgid "Surname" -msgstr "Pavardė" - -#: admin/displayappointments.php:220 -msgid "Current outcome" -msgstr "Pastarasis rezultatas" - -#: admin/displayappointments.php:220 -msgid "Operator who called" -msgstr "Skambinęs operatorius" - -#: admin/displayappointments.php:223 -msgid "No appointments in the future" -msgstr "Nėra perskambinimų ateityje" - -#: admin/quota.php:109 -#: admin/index.php:58 -msgid "Quota management" -msgstr "Kvotų valdymas" - -#: admin/quota.php:134 -msgid "Current quotas (click to delete)" -msgstr "Esamos kvotos ( norint ištrinti paspauskite čia)" - -#: admin/quota.php:146 -msgid "Currently no quotas" -msgstr "Šiuo metu nėra kvotų" - -#: admin/quota.php:152 -msgid "Stop calling this sample when:" -msgstr "Sustoti skambinti šiam sąrašui kai:" - -#: admin/quota.php:152 -msgid "for" -msgstr "tam" - -#: admin/quota.php:152 -msgid "completions" -msgstr "užpildymas" - -#: admin/quota.php:155 -msgid "Quota reached" -msgstr "Kvota pasiekta" - -#: admin/quota.php:157 -msgid "Quota not yet reached" -msgstr "Kvota dar nepasiekta" - -#: admin/quota.php:159 -msgid "Current completions: " -msgstr "Šiuo metu užpildyta: " - -#: admin/quota.php:167 -msgid "Select a question for the quota" -msgstr "Pasirinkite klausimą šiai kvotai" - -#: admin/quota.php:190 -msgid "Enter the details for creating the quota:" -msgstr "Įrašykite detales tam, kad sukuti šią kvotą:" - -#: admin/quota.php:191 -msgid "Pre defined values for this question:" -msgstr "Šio klausimo išakstinio užpildymo reikšmės" - -#: admin/quota.php:204 -msgid "No labels defined for this question" -msgstr "Jokių stulpelių reikšmių nėra nustatyta šiam klausimui" - -#: admin/quota.php:206 -msgid "Code value" -msgstr "Atsakymų reikšmės" - -#: admin/quota.php:212 -msgid "The code value to compare" -msgstr "Atsakymų reikšmės su kuriom sulyginti" - -#: admin/quota.php:213 -msgid "The type of comparison" -msgstr "Palyginimo tipas" - -#: admin/quota.php:214 -msgid "The number of completions to stop calling at" -msgstr "Reikiamų užpildymų skaičius" - -#: admin/quota.php:218 -msgid "Add quota" -msgstr "Pridėti kvotą" - -#: admin/operatorskill.php:149 -msgid "Assign operators to Skills" -msgstr "Priskirti įgudžius operatoriams" - -#: admin/operatorskill.php:270 -#: admin/index.php:63 -msgid "Modify operator skills" -msgstr "Keisti operatorių" - -#: admin/operatorperformance.php:67 -msgid "Operator Performance" -msgstr "Operatoriaus darbų atlikimas" - -#: admin/operatorperformance.php:70 -msgid "Overall" -msgstr "Bendras" - -#: admin/operatorperformance.php:71 -#: admin/operatorperformance.php:81 -#: admin/operatorperformance.php:102 -msgid "Calls" -msgstr "" - -#: admin/operatorperformance.php:71 -#: admin/operatorperformance.php:81 -#: admin/operatorperformance.php:102 -msgid "Total time" -msgstr "Bendras laikas" - -#: admin/operatorperformance.php:71 -#: admin/operatorperformance.php:81 -#: admin/operatorperformance.php:102 -msgid "Call time" -msgstr "" - -#: admin/operatorperformance.php:71 -#: admin/operatorperformance.php:81 -#: admin/operatorperformance.php:102 -msgid "Completions p/h" -msgstr "" - -#: admin/operatorperformance.php:71 -#: admin/operatorperformance.php:81 -#: admin/operatorperformance.php:102 -msgid "Calls p/h" -msgstr "" - -#: admin/operatorperformance.php:71 -#: admin/operatorperformance.php:81 -#: admin/operatorperformance.php:102 -msgid "Effectiveness" -msgstr "" - -#: admin/operatorperformance.php:88 -msgid "till" -msgstr "iki" - -#: admin/shiftreport.php:62 -#: admin/index.php:84 -msgid "Shift reports" -msgstr "Pakitimų pranešimai" - -#: admin/shiftreport.php:66 -msgid "Please select a questionnaire" -msgstr "Prašau pasirinkite klausimyną" - -#: admin/shiftreport.php:73 -msgid "Please select a shift" -msgstr "Prašau pasirinkti pamainą" - -#: admin/shiftreport.php:93 -msgid "Reports for this shift" -msgstr "Šios pamainos ataskaitos" - -#: admin/shiftreport.php:105 -msgid "Report" -msgstr "Ataskaita" - -#: admin/shiftreport.php:108 -msgid "Create new report for this shift" -msgstr "Sukurti naują ataskaitą šiai pamainaii" - -#: admin/shiftreport.php:114 -msgid "Enter report for this shift" -msgstr "Įveskite ataskaitą šiam pakitimui" - -#: admin/shiftreport.php:118 -msgid "Add report" -msgstr "Pridėti ataskaitą" - -#: admin/shiftreport.php:154 -msgid "This report does not exist in the database" -msgstr "Šios ataskaitos nėra duombazėje" - -#: admin/shiftreport.php:159 -msgid "Edit report for this shift" -msgstr "Redaguoti šios pamainos ataskaitą" - -#: admin/shiftreport.php:164 -msgid "Modify report" -msgstr "Modifikuoti pranešimą" - -#: admin/index.php:47 -msgid "Administrative Tools" -msgstr "Administravimo įrankiai" - -#: admin/index.php:51 -msgid "Questionnaire creation and management" -msgstr "Klausimyno sukurimas ir valdymas" - -#: admin/index.php:52 -msgid "Create a new questionnaire" -msgstr "Sukurti naują klausimyną" - -#: admin/index.php:53 -msgid "Questionnaire management" -msgstr "" - -#: admin/index.php:54 -msgid "Administer questionnaires with Limesurvey" -msgstr "Valdyk klausimynus su Limesurvey" - -#: admin/index.php:55 -msgid "Import a sample file (in CSV form)" -msgstr "Importuok imties failą (CVS formatu)" - -#: admin/index.php:56 -msgid "Assign samples to questionnaires" -msgstr "Priskirti imtį klausimynui" - -#: admin/index.php:57 -msgid "Set values in questionnaire to pre fill" -msgstr "" -"Nurodykite reikšmes klausimyne, automatiniam išankstiniam pildymui (pre " -"fill)" - -#: admin/index.php:59 -msgid "Quota row management" -msgstr "" - -#: admin/index.php:60 -msgid "Add operators to the system" -msgstr "Prideti operatorius" - -#: admin/index.php:61 -#: admin/index.php:97 -msgid "Operator management" -msgstr "" - -#: admin/index.php:62 -msgid "Assign operators to questionnaires" -msgstr "Priskirti operatorius klausimynams" - -#: admin/index.php:64 -msgid "Shift management (add/remove)" -msgstr "pakitimų valdymas (pridėti/pašalinti)" - -#: admin/index.php:65 -msgid "Data output" -msgstr "Duomenų išvedimas" - -#: admin/index.php:67 -msgid "Questionnaire progress" -msgstr "Klausimyno progresas" - -#: admin/index.php:68 -msgid "Display all future appointments" -msgstr "Nurodykite visus ateities perskambinimus" - -#: admin/index.php:69 -msgid "Sample call attempts report" -msgstr "" - -#: admin/index.php:71 -msgid "Questionnaire outcomes" -msgstr "Klausimyno rezultatai" - -#: admin/index.php:74 -#: admin/outcomes.php:259 -msgid "Operator performance" -msgstr "Operatoriaus efektingumas" - -#: admin/index.php:76 -msgid "Client management" -msgstr "Kliento valdymas" - -#: admin/index.php:77 -msgid "Add clients to the system" -msgstr "Pridėti klientų į sistemą" - -#: admin/index.php:80 -msgid "Supervisor functions" -msgstr "Supervizoriaus funkcijos" - -#: admin/index.php:81 -msgid "Assign outcomes to cases" -msgstr "Priskirti rezultatus atvejams" - -#: admin/index.php:82 -msgid "Search the sample" -msgstr "Ieškoti pavyzdžio" - -#: admin/index.php:86 -msgid "System settings" -msgstr "Sistemos nustatymai" - -#: admin/index.php:87 -msgid "Set default timezone list" -msgstr "Nustayti numatytąją laiko juostą" - -#: admin/index.php:88 -msgid "Set default shift times" -msgstr "Nustatyti numatytujų pakitimų skaičių" - -#: admin/index.php:89 -msgid "Set call restriction times" -msgstr "Nustatyti skmbučių apribojimo skaičių" - -#: admin/index.php:90 -#: admin/centreinfo.php:62 -msgid "Set centre information" -msgstr "" - -#: admin/index.php:91 -msgid "Start and monitor system wide case sorting" -msgstr "" - -#: admin/index.php:95 -msgid "VoIP" -msgstr "VoIP" - -#: admin/index.php:96 -msgid "Start and monitor VoIP" -msgstr "Paleisti ir stebėti VoIP" - -#: admin/index.php:98 -msgid "Extension status" -msgstr "" - -#: admin/assignsample.php:100 -msgid "Assign Sample: Select sample to assign" -msgstr "Priskirkite atranką: pasirinkite atranką priskyrimui" - -#: admin/assignsample.php:107 -msgid "Samples selected for this questionnaire" -msgstr "Pasirinktos atrankos/imtys šiam klausimynui" - -#: admin/assignsample.php:118 -msgid "Sequentially selected" -msgstr "Nuosekliai parinktas" - -#: admin/assignsample.php:119 -msgid "Randomly selected" -msgstr "Atsitiktinai parinktas" - -#: admin/assignsample.php:120 -msgid "Max calls:" -msgstr "Maksimalus skambučių skaičius:" - -#: admin/assignsample.php:120 -msgid "Max call attempts:" -msgstr "Maksimalus bandymų (skambinti) skaičius:" - -#: admin/assignsample.php:120 -msgid "Click to unassign" -msgstr "Spustelkite išsiregistravimui" - -#: admin/assignsample.php:135 -msgid "Add a sample to this questionnaire:" -msgstr "Įkelti atranką šiam klausimynui" - -#: admin/assignsample.php:138 -msgid "Select sample:" -msgstr "Pasirinkti atranką/imtį" - -#: admin/assignsample.php:148 -msgid "Max calls (0 for unlimited)" -msgstr "Maksimalus skmbučių skaičius (nurodyti 0 kai neribotas)" - -#: admin/assignsample.php:149 -msgid "Max call attempts (0 for unlimited)" -msgstr "Maksimalus bandymų (skambinti) skaičius (nurodyti 0 kai neribotas)" - -#: admin/assignsample.php:150 -msgid "Number of answering machine messages to leave per case (0 for never)" -msgstr "" -"Vienam atvejui skirtų autoatsakiklio žinučių skaičius (nurodyti 0 kai nei " -"vieno)" - -#: admin/assignsample.php:151 -msgid "Select from sample randomly? (otherwise sequentially)" -msgstr "Pasirinkti iš atrankos atsitiktinai? (kitu atveju nuosekliai)" - -#: admin/centreinfo.php:66 -msgid "Set centre information: " -msgstr "" - -#: admin/centreinfo.php:67 -msgid "Update centre information" -msgstr "" - -#: admin/samplesearch.php:83 -msgid "Search sample" -msgstr "Ieškoti imties" - -#: admin/samplesearch.php:100 -msgid "No cases yet assigned: Delete this sample record" -msgstr "" -"Kol kas nepriskirta jokių atvejų: Išstrinkite šį imties/atrankos įrašą" - -#: admin/samplesearch.php:100 -msgid "Assigned to questionnaire: " -msgstr "Priskirtas klausimynui " - -#: admin/samplesearch.php:110 -msgid "No records in this sample match this search criteria" -msgstr "Nei vienas įrašas šioje imtyje/atrankoje neatitinka šių kriterijų" - -#: admin/samplesearch.php:121 -msgid "Sample id" -msgstr "Imties/atrankos ID" - -#: admin/samplesearch.php:130 -msgid "Link" -msgstr "Nuoroda" - -#: admin/samplesearch.php:149 -msgid "Search within this sample" -msgstr "Paieška šioje imtyje/atrankoje" - -#: admin/samplesearch.php:151 -#, php-format -msgid "Use the % character as a wildcard" -msgstr "Use the % character as a wildcard" - -#: admin/samplesearch.php:156 -msgid "Search for:" -msgstr "Ieškoti:" - -#: admin/samplesearch.php:158 -msgid "Start search" -msgstr "Pradėti paiešką" - -#: admin/outcomes.php:78 -msgid "Questionnaire Outcomes" -msgstr "Klausimyno rezultatai" - -#: admin/outcomes.php:87 -#: admin/outcomes.php:206 -msgid "Outcomes" -msgstr "Rezultatai" - -#: admin/outcomes.php:89 -#: admin/outcomes.php:193 -msgid "Sample status" -msgstr "Pavyzdžio statusas" - -#: admin/outcomes.php:91 -#: admin/outcomes.php:195 -msgid "Drawn from sample" -msgstr "Išėmimas iš pavyzdžio" - -#: admin/outcomes.php:91 -#: admin/outcomes.php:195 -msgid "Remain in sample" -msgstr "Pasilieka pavyzdyje" - -#: admin/outcomes.php:98 -#: admin/outcomes.php:203 -msgid "Number" -msgstr "Skaičius" - -#: admin/outcomes.php:104 -msgid "Average time on a completed questionnaire" -msgstr "Vidutinis baigto klausimyno laikas" - -#: admin/outcomes.php:104 -msgid "Min" -msgstr "min" - -#: admin/outcomes.php:104 -msgid "Secs" -msgstr "sek." - -#: admin/outcomes.php:117 -msgid "Rate" -msgstr "Dažnis" - -#: admin/outcomes.php:118 -msgid "Response Rate 1" -msgstr "Atsakymų dažnumas" - -#: admin/outcomes.php:119 -msgid "Refusal Rate 1" -msgstr "Atsisakymų dažnumas" - -#: admin/outcomes.php:120 -msgid "Cooperation Rate 1" -msgstr "Kooperacijos Rodiklis 1" - -#: admin/outcomes.php:121 -msgid "Contact Rate 1" -msgstr "Kontakto Rodiklis 1" - -#: admin/outcomes.php:136 -#: admin/outcomes.php:170 -#: admin/outcomes.php:223 -msgid "Count" -msgstr "Skaičius" - -#: admin/outcomes.php:136 -#: admin/outcomes.php:170 -#: admin/outcomes.php:223 -msgid "%" -msgstr "" - -#: admin/outcomes.php:155 -msgid "Operator call outcomes" -msgstr "" - -#: admin/outcomes.php:226 -msgid "No outcomes recorded for this sample" -msgstr "Jokių statusų nebuvo priskirta šiam sąrašui" - -#: admin/outcomes.php:231 -msgid "No outcomes recorded for this questionnaire" -msgstr "Nėra išsaugotų rezultatų šiam klausimynui" - -#: admin/outcomes.php:238 -msgid "No shift reports: Add report" -msgstr "Nėra pakitimų pranešimų: pridėti pranešimą" - -#: admin/outcomes.php:238 -msgid "View shift reports" -msgstr "Rodyti pakitimų pranešimus" - -#: admin/outcomes.php:238 -msgid "View operator performance" -msgstr "Rodyti operatoriaus darbą" - -#: admin/outcomes.php:257 -msgid "No shifts defined for this questionnaire" -msgstr "Nėra pakitimų priskirtų šiam klausimynui" - -#: admin/outcomes.php:259 -msgid "Shift" -msgstr "Pamaina" - -#: admin/outcomes.php:259 -msgid "Shift report" -msgstr "Pamainos ataskaita" - -#: admin/voipmonitor.php:73 -#: admin/voipmonitor.php:95 -#: admin/voipmonitor.php:96 -msgid "Monitor VoIP Process" -msgstr "VoIP Proceso Stebįjimas" - -#: admin/voipmonitor.php:79 -msgid "" -"Kill signal sent: Please wait... (Note: Process will be stalled until there " -"is activity on the VoIP Server)" -msgstr "" -"Nutraukti signalo siuntimą: Prašome palaukti...(Pastaba: procesas bus " -"uždelstas, kol bus veiksmo VoIP serveryje)" - -#: admin/voipmonitor.php:84 -msgid "(requires activity on the VoIP Server to take effect)" -msgstr "(tam kad gauti rezultatą reikalingas veiksmas VoIP serveryje)" - -#: admin/voipmonitor.php:97 -msgid "Click here to begin monitoring the VoIP Process" -msgstr "Spustelkite čia tam kad pradėti stebėti VoIP procesą" - -#: admin/questionnaireprefill.php:99 -msgid "Pre fill questionnaire: Set values for questionnaire to prefill" -msgstr "" -"Iš anksto pildyti klausimyną: nustatyti reikšmes ar dydžius klausimyno " -"išankstiniam pildymui" - -#: admin/questionnaireprefill.php:110 -msgid "Current pre fills (click to delete)" -msgstr "" -"Pasirinkti išankstinio pildymo nustatymai (spustelkite, kad ištrinti)" - -#: admin/questionnaireprefill.php:120 -msgid "Currently no pre fills" -msgstr "Nėra išankstinio pildymo (prefill)" - -#: admin/questionnaireprefill.php:132 -msgid "Select a question to pre fill" -msgstr "Pasirinkite klausimą išankstiniam pildymui (pre fill)" - -#: admin/questionnaireprefill.php:155 -msgid "Enter a value to pre fill this question with:" -msgstr "Įrašykite duomenis išankstinio pildymo klausimmui su:" - -#: admin/questionnaireprefill.php:157 -msgid "Possible uses:" -msgstr "Galimas panaudojimas:" - -#: admin/questionnaireprefill.php:159 -msgid "{Respondent:firstName} First name of the respondent" -msgstr "{Respondent:firstName} Respondento vardas" - -#: admin/questionnaireprefill.php:160 -msgid "{Respondent:lastName} Last name of the respondent" -msgstr "{Respondent:lastName} Respondento pavardė" - -#: admin/questionnaireprefill.php:161 -msgid "{Sample:var} A record from the sample where the column name is 'var'" -msgstr "" -"{Sample:var} Įrašas iš pavyzdžio lentelės, kur stulpelis vadinasi 'var'" - -#: admin/questionnaireprefill.php:174 -msgid "The value to pre fill" -msgstr "Reikšmė išankstiniam pildymui" - -#: admin/questionnaireprefill.php:175 -msgid "or: Select pre fill from sample list" -msgstr "" - -#: admin/questionnaireprefill.php:181 -msgid "Add pre fill" -msgstr "Priedėti automatinį užpildymą" - -#: admin/addshift.php:87 -#: admin/addshift.php:140 -msgid "Add shifts" -msgstr "Pridėti pamainas" - -#: admin/addshift.php:88 -msgid "" -"You must be an operator (as well as have administrator access) to add/edit " -"shifts" -msgstr "" - -#: admin/addshift.php:151 -#: admin/shifttemplate.php:93 -#: admin/callrestrict.php:93 -msgid "" -"Your database does not have timezones installed, please see here for details" -msgstr "" -"Jūsų duombazėje nėra įdiegtų laiko juostų, prašome detalių ieškoti čia" - -#: admin/addshift.php:163 -msgid "Add shifts in your Time Zone" -msgstr "Įtraukti pamainas į Jūsų laiko juostą" - -#: admin/addshift.php:235 -#: admin/shifttemplate.php:118 -#: admin/callrestrict.php:118 -msgid "Day" -msgstr "Diena" - -#: admin/addshift.php:235 -msgid "Use shift?" -msgstr "naudoti pamainą?" - -#: admin/addshift.php:260 -msgid "Submit changes" -msgstr "Patvirtinti pakeitimus" - -#: admin/quotarow.php:147 -msgid "Copied quotas" -msgstr "" - -#: admin/quotarow.php:150 -msgid "Current row quotas (click to delete)" -msgstr "" - -#: admin/quotarow.php:162 -msgid "Currently no row quotas" -msgstr "" - -#: admin/quotarow.php:169 -msgid "Replicate: Where" -msgstr "" - -#: admin/quotarow.php:169 -#: admin/quotarow.php:171 -msgid "like" -msgstr "" - -#: admin/quotarow.php:171 -msgid "Stop calling" -msgstr "Stabdyti skambinimą" - -#: admin/quotarow.php:171 -msgid "rows from this sample when:" -msgstr "" - -#: admin/quotarow.php:174 -msgid "Row quota reached (Closed)" -msgstr "" - -#: admin/quotarow.php:176 -msgid "Row quota not yet reached (Open)" -msgstr "" - -#: admin/quotarow.php:196 -msgid "Copy quotas for this sample to (No error/duplicate checking): " -msgstr "" - -#: admin/quotarow.php:198 -msgid "Copy" -msgstr "" - -#: admin/quotarow.php:204 -msgid "Select a question for the row quota" -msgstr "" - -#: admin/quotarow.php:226 -msgid "No question (Replicate)" -msgstr "" - -#: admin/quotarow.php:236 -msgid "Select the sample variable to exclude" -msgstr "" - -#: admin/quotarow.php:248 -msgid "Enter the details for creating the row quota:" -msgstr "" - -#: admin/quotarow.php:270 -msgid "Describe this quota" -msgstr "" - -#: admin/quotarow.php:271 -msgid "Quota priority (50 is default, 100 highest, 0 lowest)" -msgstr "" - -#: admin/quotarow.php:272 -msgid "" -"Should the priority be automatically updated based on the number of " -"completions in this quota?" -msgstr "" - -#: admin/quotarow.php:282 -msgid "Exclude from the sample where the value is like" -msgstr "" - -#: admin/quotarow.php:300 -msgid "Add row quota" -msgstr "" - -#: admin/operators.php:135 -msgid "Added:" -msgstr "" - -#: admin/operators.php:138 -msgid "FreePBX has been reloaded for the new VoIP extension to take effect" -msgstr "" - -#: admin/operators.php:163 -msgid "" -"Could not add operator. There may already be an operator of this name:" -msgstr "" - -#: admin/operators.php:171 -#: admin/operators.php:186 -msgid "Add an operator" -msgstr "Pridėkite operatorių" - -#: admin/operators.php:187 -msgid "Adding an operator here will give the user the ability to call cases" -msgstr "Pridedant šioje vietoje" - -#: admin/operators.php:187 -msgid "Assign Operator to Questionnaire" -msgstr "Priskirkite operatorių klausimynui" - -#: admin/operators.php:187 -msgid "tool" -msgstr "įrankis" - -#: 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 "" -"Naudokite šią formą įvesdami vartotojo vardą, atsižvelgiant į direktorijos " -"saugumo sistemą. Pvz.: jei jūs esate apsaugoję pagrindinę queXS direktoriją " -"naudodami Apche failą, įrašykite naudotojų vardus čia." - -#: admin/operators.php:190 -msgid "Enter the username of an operator to add:" -msgstr "Įveskite operatoriaus vartotojo vardą, kad pridėti:" - -#: 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 "Įveskite operatoriaus vardą, kad pridėti:" - -#: admin/operators.php:195 -msgid "Enter the surname of an operator to add:" -msgstr "Įveskite operatoriaus pavrdę, kad pridėti:" - -#: admin/operators.php:196 -msgid "Enter the Time Zone of an operator to add:" -msgstr "Įveskite operatoriaus Laiko juostą" - -#: admin/operators.php:198 -msgid "Enter the telephone extension number:" -msgstr "Įveskite papildomą telefono numerį:" - -#: 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 "Ar operatorius yra normalus intervuotojas?" - -#: admin/operators.php:203 -msgid "Is the operator a supervisor?" -msgstr "Ar operatorius yra supervizorius?" - -#: admin/operators.php:204 -msgid "Is the operator a refusal converter?" -msgstr "Ar operatorius yra atsisakymų perkalbėtojas?" - -#: admin/operators.php:205 -#: admin/clients.php:115 -msgid "Add user" -msgstr "Pridėti vartotoją" - -#: admin/new.php:59 -msgid "New: Create new questionnaire" -msgstr "Naujas: sukurti naują klausimyną" - -#: admin/new.php:101 -msgid "Respondent Selection for " -msgstr "" - -#: admin/new.php:116 -msgid "Successfully inserted" -msgstr "" - -#: admin/new.php:116 -msgid "as questionnaire" -msgstr "" - -#: admin/new.php:116 -msgid "linked to" -msgstr "" - -#: admin/new.php:117 -msgid "You must now edit and activate the questionnaire" -msgstr "" - -#: admin/new.php:120 -msgid "Error: Failed to insert questionnaire" -msgstr "" - -#: admin/new.php:131 -#: admin/questionnairelist.php:164 -msgid "Name for questionnaire:" -msgstr "Klausimyno vardas" - -#: admin/new.php:132 -msgid "Select creation type:" -msgstr "Pasirinkite sudarymo tipą:" - -#: admin/new.php:132 -msgid "Create new questionnaire in Limesurvey" -msgstr "Sukurti naują klausimyną Limesurvey" - -#: admin/new.php:145 -#: admin/new.php:162 -msgid "Existing questionnaire:" -msgstr "Esantis klausimynas:" - -#: admin/new.php:149 -msgid "Respondent selection type:" -msgstr "" - -#: admin/new.php:149 -msgid "No respondent selection (go straight to questionnaire)" -msgstr "" - -#: admin/new.php:149 -msgid "Use basic respondent selection text (below)" -msgstr "" - -#: admin/new.php:149 -msgid "Create new respondent selection questionnaire in Limesurvey" -msgstr "" - -#: admin/new.php:186 -#: admin/questionnairelist.php:165 -msgid "Restrict appointments to shifts?" -msgstr "Apriboti perskambinimų pakeitimų galimybę?" - -#: admin/new.php:187 -#: admin/questionnairelist.php:166 -msgid "Restrict work to shifts?" -msgstr "Apriboti galimybe darbo pakeitimams?" - -#: admin/new.php:188 -#: admin/questionnairelist.php:167 -msgid "Questionnaire for testing only?" -msgstr "Klausimynas tik testavimui?" - -#: admin/new.php:190 -#: admin/questionnairelist.php:169 -msgid "Respondent selection introduction:" -msgstr "Įvadas į respondentų atranką" - -#: admin/new.php:191 -#: admin/questionnairelist.php:170 -msgid "Respondent selection project introduction:" -msgstr "Įvadas į respondentų atrankos projektą" - -#: admin/new.php:192 -#: admin/questionnairelist.php:171 -msgid "Respondent selection callback (already started questionnaire):" -msgstr "Respondentų atrankos perskambinimas (jau pradėtas klausimynas)" - -#: admin/new.php:193 -#: admin/questionnairelist.php:172 -msgid "Message to leave on an answering machine:" -msgstr "Žinutė skirta palikti autoatsakiklyje:" - -#: admin/new.php:195 -#: admin/questionnairelist.php:174 -msgid "Project end text (thank you screen):" -msgstr "" - -#: admin/new.php:196 -#: admin/questionnairelist.php:175 -msgid "Project information for interviewers/operators:" -msgstr "" - -#: admin/new.php:197 -msgid "Create Questionnaire" -msgstr "Sukurti Klausimyną" - -#: 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" -msgstr "" - -#: admin/databasestrings.php:32 -msgid "Not attempted or worked" -msgstr "Neveikė" - -#: admin/databasestrings.php:33 -msgid "No answer" -msgstr "Jokio signalo" - -#: admin/databasestrings.php:34 -msgid "Technical phone problems" -msgstr "Techninės telefono problemos" - -#: admin/databasestrings.php:35 -msgid "Other, Referred to Supervisor (Eligible)" -msgstr "Kita, Nukreiptas pas vadovą (Tinkamas)" - -#: admin/databasestrings.php:36 -msgid "Other, Referred to Supervisor (Unknown eligibility)" -msgstr "Kita, Nukreiptas pas vadovą (Nežinomas tinkamumas)" - -#: admin/databasestrings.php:37 -msgid "Soft Refusal, Other" -msgstr "Atsisakymas dalyvauti, Kita" - -#: admin/databasestrings.php:38 -msgid "Hard Refusal, Other" -msgstr "Griežtas atsisakymas dalyvauti, Kita" - -#: admin/databasestrings.php:39 -msgid "Soft Refusal, Respondent" -msgstr "Atsisakymas dalyvauti, Respondentas" - -#: admin/databasestrings.php:40 -msgid "Hard Refusal, Respondent" -msgstr "Griežtas atsisakymas, Respondentas" - -#: admin/databasestrings.php:41 -msgid "Complete" -msgstr "Užbaigta" - -#: admin/databasestrings.php:42 -msgid "Known respondent refusal" -msgstr "Žinomas respondento atsisakymas" - -#: admin/databasestrings.php:43 -msgid "Household-level refusal" -msgstr "Šeimyninis atsisakymas (ne respondento)" - -#: admin/databasestrings.php:44 -msgid "Broken appointment (Implicit refusal)" -msgstr "Nutrūkęs perskambinimas (švelnus atsisakymas)" - -#: admin/databasestrings.php:45 -msgid "Disconnected number" -msgstr "Nutrūkęs skambutis" - -#: admin/databasestrings.php:46 -msgid "Fax/data line" -msgstr "Faksas/Duomenų linija" - -#: admin/databasestrings.php:47 -msgid "Business, government office, other organization" -msgstr "Verslas, valstybinė institucija, kita organizacija" - -#: admin/databasestrings.php:48 -msgid "No eligible respondent" -msgstr "Netinkamas respondentas" - -#: admin/databasestrings.php:49 -msgid "Accidental hang up or temporary phone problem" -msgstr "Atsitiktinis telefono padėjimas ar laikina telefono problema" - -#: admin/databasestrings.php:50 -msgid "Definite Appointment - Respondent" -msgstr "Užtikrintas perskambinimas - Respondentas" - -#: admin/databasestrings.php:51 -msgid "Definite Appointment - Other" -msgstr "Užtikrintas perskambinimas - Kita" - -#: admin/databasestrings.php:52 -msgid "Unspecified Appointment - Respondent" -msgstr "Neapibrėžtas perskambinimas - Respondentas" - -#: admin/databasestrings.php:53 -msgid "Unspecified Appointment - Other" -msgstr "Užtikrintas perskambinimas - Kita" - -#: admin/databasestrings.php:54 -msgid "Household answering machine - Message left" -msgstr "Autoatsakovas - Žinutė palikta" - -#: admin/databasestrings.php:55 -msgid "Household answering machine - No message left" -msgstr "Autoatsakovas - Jokios žinutės nepalikta" - -#: admin/databasestrings.php:56 -msgid "Respondent Dead" -msgstr "Respondentas miręs" - -#: admin/databasestrings.php:57 -msgid "Physically or mentally unable/incompetent" -msgstr "Fiziškai ar protiškai neįgalus" - -#: admin/databasestrings.php:58 -msgid "Household level language problem" -msgstr "Kalbos problemos (kitų šeimos narių)" - -#: admin/databasestrings.php:59 -msgid "Respondent language problem" -msgstr "Kalbos problemos su respondentu" - -#: admin/databasestrings.php:60 -msgid "Answering machine - Not a household" -msgstr "Autoatsakovas - ne namų ūkis" - -#: admin/databasestrings.php:61 -msgid "Out of sample" -msgstr "Nėra sąraše" - -#: admin/databasestrings.php:62 -msgid "Non contact" -msgstr "Ne kontaktas" - -#: admin/databasestrings.php:63 -msgid "Temporary Outcomes (normal cases)" -msgstr "Laikinas užbaigimo statusas (normali byla)" - -#: admin/databasestrings.php:64 -msgid "Supervisor Outcomes (referred to supervisor)" -msgstr "Vadovo statusas ( nukreiptas pas vadovą)" - -#: admin/databasestrings.php:65 -msgid "Refusal Outcomes (respondent refused)" -msgstr "Atsisakymo statusas (respondento atsisakymas)" - -#: admin/databasestrings.php:66 -msgid "Final Outcomes (completed, final refusal, etc)" -msgstr "Galutinis statusas( užbaigtas, galutinis atsisakymas)" - -#: admin/databasestrings.php:67 -msgid "Miscellaneous - Unavailable for a week" -msgstr "" - -#: admin/databasestrings.php:69 -msgid "Monday" -msgstr "Pirmadienis" - -#: admin/databasestrings.php:70 -msgid "Tuesday" -msgstr "Antradienis" - -#: admin/databasestrings.php:71 -msgid "Wednesday" -msgstr "Trečiadienis" - -#: admin/databasestrings.php:72 -msgid "Thursday" -msgstr "Ketvirtadienis" - -#: admin/databasestrings.php:73 -msgid "Friday" -msgstr "Penktadienis" - -#: admin/databasestrings.php:74 -msgid "Saturday" -msgstr "Šeštadienis" - -#: admin/databasestrings.php:75 -msgid "Sunday" -msgstr "Sekmadienis" - -#: admin/databasestrings.php:76 -msgid "Quota filled" -msgstr "" - -#: admin/process.php:90 -msgid "Cannot connect to VoIP Server" -msgstr "Neįmanoma prisijungti prie VoIP serverio" - -#: admin/clients.php:84 -msgid "Could not add" -msgstr "Negalima pridėti" - -#: 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 "Pridėti klientą" - -#: 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 "" -"Kliento pridėjimas šioje vietoje leis jiems prieiti prie projekto " -"informacijos klientų subdirektorijoje. Jūs galite priskirti klientą prie " -"konkretaus projekto naudodami" - -#: admin/clients.php:105 -msgid "Assign client to Questionnaire" -msgstr "Priskirti klientą klausimynui" - -#: admin/clients.php:105 -msgid "tool." -msgstr "įrankis" - -#: admin/clients.php:108 -msgid "Enter the username of a client to add:" -msgstr "" - -#: admin/clients.php:110 -msgid "Enter the password of a client to add:" -msgstr "" - -#: admin/clients.php:112 -msgid "Enter the first name of a client to add:" -msgstr "" - -#: admin/clients.php:113 -msgid "Enter the surname of a client to add:" -msgstr "" - -#: admin/clients.php:114 -msgid "Enter the Time Zone of a client to add:" -msgstr "" - -#: admin/shifttemplate.php:82 -msgid "Modify shift template" -msgstr "Modifikuoti pamainos šabloną" - -#: admin/shifttemplate.php:96 -msgid "" -"Enter standard shift start and end times for each day of the week in local " -"time" -msgstr "" -"Įveskite standartinės pamainos pradžios ir pabaigos laiką, kiekvienai dienai " -"vietiniu laiku" - -#: admin/shifttemplate.php:134 -#: admin/callrestrict.php:134 -msgid "Add row" -msgstr "Pridėti eilutę" - -#: admin/shifttemplate.php:135 -msgid "Save changes to shifts" -msgstr "Išsaugoti pakeitimus pamainoms" - -#: admin/dataoutput.php:196 -msgid "Download all data for this questionnaire" -msgstr "Atsisiųskite visus klausimyno duomenis" - -#: admin/dataoutput.php:204 -msgid "Download data for this sample" -msgstr "Atsisiųskite klausimyno duomenis" - -#: admin/dataoutput.php:211 -msgid "Download key file: select sample var" -msgstr "Atsisiųskite pagrindinį failą: pasirinkite sąrašo parametrą" - -#: admin/dataoutput.php:215 -msgid "Download complete key file" -msgstr "" - -#: admin/callrestrict.php:82 -msgid "Modify call restriction times" -msgstr "Keisti skambučių apribojimo laikus" - -#: admin/callrestrict.php:96 -msgid "" -"Enter the start and end times for each day of the week to restrict calls " -"within" -msgstr "" -"Įveskite kiekvienai savaitės dienai skambučio ribojimo laiko praždią ir " -"pabaigą" - -#: admin/callrestrict.php:135 -msgid "Save changes to restriction times" -msgstr "Išsaugoti laiko apribojimo pakeitimus" - -#: 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 -#: admin/questionnairelist.php:189 -msgid "Enable" -msgstr "" - -#: admin/operatorlist.php:171 -#: admin/questionnairelist.php:191 -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 -#: admin/questionnairelist.php:184 -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/samplecallattempts.php:57 -msgid "Sample call attempt" -msgstr "" - -#: admin/samplecallattempts.php:67 -#: admin/samplecallattempts.php:83 -#: admin/samplecallattempts.php:100 -#: admin/samplecallattempts.php:119 -msgid "Number of cases" -msgstr "" - -#: admin/samplecallattempts.php:67 -#: admin/samplecallattempts.php:83 -#: admin/samplecallattempts.php:100 -#: admin/samplecallattempts.php:119 -msgid "Call attempts made" -msgstr "" - -#: admin/samplecallattempts.php:99 -msgid "This sample" -msgstr "" - -#: admin/samplecallattempts.php:118 -msgid "This quota" -msgstr "" - -#: admin/questionnairelist.php:122 -msgid "Questionnaire list" -msgstr "" - -#: admin/questionnairelist.php:161 -msgid "Edit questionnaire in Limesurvey" -msgstr "" - -#: admin/questionnairelist.php:173 -msgid "Edit respondent selection instrument in Limesurvey" -msgstr "" - -#: admin/questionnairelist.php:176 -msgid "Update Questionnaire" -msgstr "" - -#: admin/questionnairelist.php:194 -msgid "Modify" -msgstr "" - -#: admin/timezonetemplate.php:87 -msgid "Add/Remove Timezones" -msgstr "Pridėti/Pašalinti Laiko juostas" - -#: admin/timezonetemplate.php:88 -msgid "Click to remove a Timezone from the default list" -msgstr "Spustelkite, tam, kad pašalinti Laiko juostas iš numatytojo sąrašo" - -#: admin/timezonetemplate.php:100 -msgid "Add a Timezone:" -msgstr "Pridėkite Laiko juostą:" - -#: admin/timezonetemplate.php:103 -msgid "Timezone: " -msgstr "Laiko juosta: " - -#: admin/timezonetemplate.php:104 -msgid "Add Timezone" -msgstr "Pridėti laiko zoną" - -#: admin/supervisor.php:89 -msgid "Enter a case id or select a case from the list below:" -msgstr "Įveskite atvejo ID arba pasirinkite atvejį iš žemiau esančio sąrašo" - -#: admin/supervisor.php:100 -msgid "Select case from list of cases referred to the supervisor:" -msgstr "Pasirinkite atvejį iš sąrašo skirto supervizoriaus atvejams" - -#: admin/supervisor.php:109 -msgid "Select case" -msgstr "Pasirinkite atvejį" - -#: admin/supervisor.php:126 -msgid "Set an outcome for this call" -msgstr "Nustatykite šio skambučio rezultatą" - -#: admin/supervisor.php:139 -#: admin/supervisor.php:280 -msgid "Set outcome" -msgstr "Nustatykite rezultatą" - -#: admin/supervisor.php:179 -msgid "Project" -msgstr "Projektas" - -#: admin/supervisor.php:182 -msgid "Current outcome:" -msgstr "Pastarasisi rezultatas:" - -#: admin/supervisor.php:206 -msgid "No appointments for this case" -msgstr "Jokių perskambinimų šitai bylai" - -#: admin/supervisor.php:208 -msgid "Create appointment for this case" -msgstr "" - -#: admin/supervisor.php:220 -msgid "Call list" -msgstr "Skambučių sąrašas" - -#: admin/supervisor.php:226 -msgid "Phone number" -msgstr "Telefono numeris" - -#: admin/supervisor.php:226 -msgid "Change outcome" -msgstr "Pakeiskite rezultatą:" - -#: admin/supervisor.php:239 -msgid "Case notes" -msgstr "Atvejo pastabos" - -#: admin/supervisor.php:261 -msgid "Modify responses for this case" -msgstr "Modifikuoti atsakymus šiai bylai" - -#: admin/supervisor.php:263 -msgid "Case not yet started in Limesurvey" -msgstr "Byla dar nepradėta apklausų sistemoje" - -#: admin/supervisor.php:267 -msgid "Set a case outcome" -msgstr "Nustaykite atvejo rezultatą" - -#: admin/supervisor.php:286 -msgid "Case does not exist" -msgstr "Atvejis neegzistuoja" - -#: functions/functions.operator.php:94 -msgid "morning" -msgstr "rytas" - -#: functions/functions.operator.php:95 -msgid "afternoon" -msgstr "po pietų" - -#: functions/functions.operator.php:96 -msgid "evening" -msgstr "vakaras" - -#: functions/functions.operator.php:679 -msgid "" -"ERROR: You do not have server side authentication enabled therefore queXS " -"cannot determine which user is accessing the system." -msgstr "" -"Klaida: Jūs neturite tinkamo prisijungimo tam, kad sistema nustatytų " -"vartotojo teises." - -#: functions/functions.calendar.php:252 -msgid "First name:" -msgstr "Vardas" - -#: functions/functions.calendar.php:253 -msgid "Last name:" -msgstr "Pavardė" - -#: functions/functions.calendar.php:258 -msgid "Time Zone:" -msgstr "Laiko zona" - -#: functions/functions.calendar.php:315 -msgid "Shift from:" -msgstr "Pamaina nuo:" - -#: functions/functions.calendar.php:322 -msgid "Start Time" -msgstr "Pradžia" - -#: functions/functions.calendar.php:372 -msgid "End Time" -msgstr "Baigimo laikas" - -#: functions/functions.performance.php:468 -msgid "No shift" -msgstr "Jokios pamainos" - -#: functions/functions.performance.php:491 -msgid "Total completions" -msgstr "Visos užpildytos apklausos" - -#: functions/functions.performance.php:520 -msgid "Completions this shift" -msgstr "Užpildyta šią pamainą" - -#: functions/functions.performance.php:543 -#: functions/functions.performance.php:589 -msgid "No previous shift" -msgstr "Nėra ankstenės pamainos" - -#: functions/functions.performance.php:563 -msgid "Completions on the previous shift" -msgstr "Užpildymai prieš tai pamainoje" - -#: functions/functions.performance.php:610 -msgid "Completions this time on the previous shift" -msgstr "Užbaigimai šį kart, prieš tai buvusioje pamainoje" - -#: functions/functions.performance.php:628 -msgid "No calls made for this shift" -msgstr "Nebuvo atlikta jokių skambučių pamainoje" - -#: functions/functions.performance.php:630 -msgid "Top CPH for this shift" -msgstr "CPH topas šioje pamainoje" - -#: functions/functions.performance.php:647 -msgid "No calls made for this project" -msgstr "Šiame projekte neatlikta jokių skambučių" - -#: functions/functions.performance.php:649 -msgid "Top CPH" -msgstr "CPH topas" - -#: functions/functions.import.php:89 -msgid "Duplicate name" -msgstr "Dubliuoti vardą" - -#: functions/functions.import.php:111 -msgid "You must select one and one only Primary Phone number" -msgstr "Jūs privalote pasirinkti vienintelį PAGRINDINĮ telefono numerį" - -#: functions/functions.import.php:127 -msgid "Import?" -msgstr "Importuoti?" - -#: functions/functions.import.php:127 -msgid "Name" -msgstr "Vardas" - -#: functions/functions.import.php:127 -msgid "Type" -msgstr "Tipas" - -#: 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:555 -#: functions/functions.voip.php:567 -#: functions/functions.voip.php:579 -msgid "Case id" -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" -msgstr "" - -#: display/index.php:111 -msgid "Display" -msgstr "Monitorius" - -#: client/index.php:73 -msgid "There are no questionnaires assigned to you" -msgstr "Nėra Jums priskirtų klausimynų" - -#: client/index.php:124 -msgid "You are not a valid client" -msgstr "Jūs nesate galiojantis klientas" - -#: 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 "" -"Štai taip vyksta pasakojimas.\n" -"\n" +# Lithuanian translation for quexs +# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# This file is distributed under the same license as the quexs package. +# FIRST AUTHOR , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: quexs\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-08-31 10:59+1000\n" +"PO-Revision-Date: 2011-05-09 16:48+0200\n" +"Last-Translator: arunas \n" +"Language-Team: Lithuanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2010-09-30 01:52+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: callhistory.php:52 +msgid "Case History List" +msgstr "Atvejų istorijos sąrašas" + +#: callhistory.php:75 +msgid "No calls ever made" +msgstr "Jokių skambučių nebuvo atlikta" + +#: callhistory.php:79 +#: calllist.php:80 +msgid "Date/Time" +msgstr "Data/Laikas" + +#: callhistory.php:79 +msgid "Case ID" +msgstr "Bylos ID" + +#: callhistory.php:79 +#: calllist.php:80 +msgid "Outcome" +msgstr "Rezultatas" + +#: callhistory.php:79 +msgid "Respondent" +msgstr "Respondentas" + +#: callhistory.php:83 +msgid "No operator" +msgstr "Nėra operatoriaus" + +#: record.php:55 +msgid "Stop REC" +msgstr "Sustabdyti įrašymą" + +#: record.php:56 +#: record.php:79 +#: record.php:96 +msgid "Record" +msgstr "Įrašyti" + +#: record.php:66 +msgid "Beginning recording..." +msgstr "Pradeda įrašinėti..." + +#: record.php:69 +#: record.php:97 +msgid "Not on a call, so not beginning a recording" +msgstr "Nepasirengęs (-usi), nepradėti įrašinėti" + +#: record.php:73 +msgid "Begin the manual recording now..." +msgstr "Dabar pradeti rankinį įrašą..." + +#: record.php:78 +#: index.php:102 +#: call.php:190 +#: call.php:204 +msgid "Start REC" +msgstr "Įrašyti" + +#: record.php:86 +msgid "Stopping recording..." +msgstr "Stabdo įrašą" + +#: record.php:90 +msgid "Stop the manual recording now..." +msgstr "Dabar sustabdyti rankinį įrašą..." + +#: rs_project_intro.php:53 +msgid "Respondent Selection - Project Introduction" +msgstr "Respondentų pasirinkimas - Projekto įžanga" + +#: rs_project_intro.php:73 +#: rs_intro.php:82 +#: rs_intro.php:86 +msgid "Yes - Continue" +msgstr "Taip - Tęsti" + +#: rs_project_intro.php:75 +#: rs_callback.php:79 +#: rs_intro.php:95 +msgid "End call with outcome: Refusal by respondent" +msgstr "Skambučio statusas: Atsisakymas ( respondento)" + +#: rs_project_intro.php:76 +msgid "End call with outcome: No eligible respondent (person not available on this number)" +msgstr "Baigti skambinimą su rezultatu: nėra pageidaujamo respondento (asmuo nepasiekiamas šiuo numeriu)" + +#: rs_project_intro.php:77 +#: rs_intro.php:98 +msgid "End call with outcome: Out of sample (already completed in another mode)" +msgstr "Skambučio statusas: Dalyvavęs (asmuo jau dalyvavo tyrime)" + +#: rs_project_intro.php:79 +#: rs_answeringmachine.php:84 +#: rs_callback.php:80 +msgid "Go Back" +msgstr "Atgal" + +#: appointment.php:69 +msgid "Appointment error" +msgstr "Perskambinimo klaida" + +#: appointment.php:70 +msgid "You have not been assigned a case therefore cannot create an appointment" +msgstr "Jūs nepasirinkote atvejo, todėl negalite paskirti perskambinimo" + +#: appointment.php:107 +msgid "Appointment made" +msgstr "Perskambinimas atliktas" + +#: appointment.php:114 +#: index.php:99 +msgid "Appointment" +msgstr "Perskambinimas" + +#: appointment.php:117 +msgid "Select a respondent" +msgstr "Pasirinkti respondentą" + +#: appointment.php:125 +msgid "Create new respondent:" +msgstr "Sukurti naują respondentą" + +#: appointment.php:128 +msgid "Add this respondent" +msgstr "Pridėkite šį respondentą" + +#: appointment.php:150 +msgid "Select phone number:" +msgstr "Pasirinkite telefono numerį:" + +#: appointment.php:155 +msgid "None" +msgstr "Joks" + +#: appointment.php:164 +msgid "Add new phone number" +msgstr "Pridėti naują numerį" + +#: appointment.php:175 +msgid "Add new phone number (with area code, eg 0398761234):" +msgstr "Pridėti naują numerį ( pilnu formatu)" + +#: appointment.php:178 +msgid "Add this phone number" +msgstr "Pridėti šį telefono numerį" + +#: appointment.php:197 +msgid "Appointment:" +msgstr "Perskambinimas:" + +#: appointment.php:199 +msgid "Accept appointment from " +msgstr "Priimti perskambinimą iš " + +#: appointment.php:199 +msgid " till " +msgstr " iki " + +#: appointment.php:199 +msgid " on " +msgstr " ant " + +#: appointment.php:199 +msgid "on" +msgstr "įjungti" + +#: calllist.php:52 +msgid "Call List" +msgstr "Skambučių sąrašas" + +#: calllist.php:76 +msgid "No calls made" +msgstr "Nebuvo skambinta" + +#: calllist.php:80 +msgid "Number called" +msgstr "Skambintas numeris" + +#: calllist.php:80 +msgid "Operator" +msgstr "Operatorius" + +#: calllist.php:84 +msgid "No case" +msgstr "Nėra jokios bylos" + +#: index.php:94 +msgid "queXS" +msgstr "queXS" + +#: index.php:98 +#: shifts.php:78 +#: shifts.php:99 +msgid "End" +msgstr "Pabaiga" + +#: index.php:100 +msgid "Call/Hangup" +msgstr "Paskambinti/Padėti ragelį" + +#: index.php:101 +msgid "Supervisor" +msgstr "Supervizorius" + +#: index.php:124 +msgid "Notes" +msgstr "Pastabos" + +msgid "Get a new case" +msgstr "Nauja byla" + +#: index.php:130 +msgid "Call history" +msgstr "Istorija" + +#: index.php:136 +msgid "Shifts" +msgstr "Pamaina" + +#: index.php:142 +msgid "Appointments" +msgstr "Perskambinimai" + +#: index.php:148 +msgid "Performance" +msgstr "Aktyvumas" + +#: index.php:153 +msgid "Work history" +msgstr "Darbo istorija" + +#: index.php:159 +msgid "Info" +msgstr "Informacija" + +#: rs_answeringmachine.php:57 +msgid "Respondent Selection - Answering machine" +msgstr "Respondentų Atranka - Autoatsakiklis" + +#: rs_answeringmachine.php:71 +msgid "Do not leave a message, please hang up" +msgstr "Nepalikinėkite žinutės, dėkite ragelį" + +#: rs_answeringmachine.php:74 +msgid "End call with outcome: Business answering machine" +msgstr "Baigti skambinimą su rezultatu: Verslo autoatsakiklis" + +#: rs_answeringmachine.php:79 +msgid "End call with outcome: Answering machine Message left" +msgstr "Baigti skambinimą su rezultatu: Autoatsakiklis, palikta žinutė" + +#: rs_answeringmachine.php:83 +msgid "End call with outcome: Answering machine No message left" +msgstr "Baigti skambinimą su rezultatu: Autoatsakiklis, nepalikta žinutė" + +#: info.php:47 +msgid "Information" +msgstr "Informacija" + +#: call.php:175 +#: call.php:191 +#: call.php:205 +#: call.php:234 +msgid "Call" +msgstr "Skambinti" + +#: call.php:241 +msgid "Not on a call" +msgstr "laisvas" + +#: call.php:252 +#: call.php:254 +#: call.php:368 +#: call.php:373 +#: call.php:388 +#: call.php:394 +msgid "End work" +msgstr "Baigti darbą" + +#: call.php:253 +#: call.php:367 +#: call.php:372 +#: call.php:387 +#: call.php:393 +msgid "End case" +msgstr "Baigti atvejį" + +#: call.php:278 +msgid "Press the call button to dial the number for this appointment:" +msgstr "Tam, kad skambinti šiam numatytąjam perskambinimui, spauskite mygtuką Skambinti" + +#: call.php:281 +msgid "Number to call:" +msgstr "Skambinti šiuo numeriu" + +#: call.php:285 +#: call.php:356 +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 "Jūsų VoIP išplėtinys nėra aktyvuotas. Prašome uždaryti langą ir dukart spustelėjus raudoną mygtuką \"VoIP Off\" aktyvuoti VoIP." + +#: call.php:346 +msgid "Select phone number to dial:" +msgstr "Pasirinkite numerį kuriuo skambinti" + +#: call.php:361 +#: call.php:392 +msgid "The last call completed this call attempt" +msgstr "Paskutinis skambutis užbaigtas, šiuo bandymu" + +#: call.php:365 +#: call.php:386 +msgid "Enter a reason for this outcome before completing this case:" +msgstr "Nurodykite tokių rezultatų priežastis, prieš užbaigdami su šiuo konkrečiu atveju:" + +#: call.php:400 +msgid "Requesting call" +msgstr "Pageidaujamas skmbutis" + +#: call.php:401 +#: call.php:408 +msgid "Call Answered" +msgstr "Skambutis" + +#: call.php:404 +#: call.php:411 +#: call.php:418 +msgid "Hangup" +msgstr "Padėti ragelį" + +#: call.php:407 +msgid "Ringing" +msgstr "Skambina" + +#: call.php:414 +msgid "Answered" +msgstr "Pakėlė ragelį" + +#: call.php:415 +msgid "Not Answered" +msgstr "Neatsako" + +#: call.php:421 +msgid "Requires coding" +msgstr "Reikia kodavimo" + +#: call.php:424 +msgid "Assign outcome" +msgstr "Priskirti rezultatus" + +#: call.php:428 +msgid "Error: Close window" +msgstr "Klaida: uždarykite langą" + +#: rs_callback.php:57 +msgid "Respondent Selection - Call back" +msgstr "Respondento pasirinkimas - Perskambinti vėliau" + +#: rs_callback.php:71 +msgid "You are: " +msgstr "Jūs esate: " + +#: rs_callback.php:71 +#, php-format +msgid "% complete" +msgstr "% complete" + +#: rs_callback.php:78 +msgid "Yes - Continue where we left off" +msgstr "Taip - Tęsti kur nuo ten užbaigėte" + +#: endwork.php:45 +msgid "End of work" +msgstr "Užbaigti darbą" + +#: endwork.php:57 +msgid "Work has ended. That is it" +msgstr "Darbas baigtas. Štai ir viskas" + +#: endwork.php:59 +msgid "Go back to work" +msgstr "Atgal į darbą" + +#: rs_intro.php:58 +msgid "Respondent Selection - Introduction" +msgstr "Respondento pasirinkimas - Prisistatymas" + +#: rs_intro.php:90 +msgid "Business number" +msgstr "Darbo numeris" + +#: rs_intro.php:91 +msgid "Answering machine" +msgstr "Telefono atsakiklis" + +#: rs_intro.php:92 +msgid "End call with outcome: No answer (ring out or busy) " +msgstr "Skambučio statusas: Neatsakytas ( užimta arba niekas nekelia ragelio) " + +#: rs_intro.php:93 +msgid "End call with outcome: Accidental hang up" +msgstr "Skambučio statusas: Atsitiktinai nutrūkęs pokalbis" + +#: rs_intro.php:94 +msgid "End call with outcome: Refusal by unknown person" +msgstr "Skambučio statusas: Atsisakymas ( nežinomo žmogaus)" + +#: rs_intro.php:96 +msgid "End call with outcome: No eligible respondent (person never available on this number)" +msgstr "Skambučio statusas: netinkamas kontaktas ( asmuo nepasiekiamas šiuo numeriu)" + +#: rs_intro.php:97 +msgid "End call with outcome: Non contact (person not currently available on this number: no appointment made)" +msgstr "Skambučio statusas: Šiuo metu nepasiekiamas ( asmuo šiuo metu nepasiekiamas šiuo numeriu)" + +#: shifts.php:53 +msgid "Shift List" +msgstr "Pamainų sąrašas" + +#: shifts.php:76 +msgid "No shifts for this project" +msgstr "Nėra priskirtų pamainų šiam projektui" + +#: shifts.php:78 +#: shifts.php:99 +msgid "Start" +msgstr "Pradėti" + +#: shifts.php:97 +msgid "No future shifts scheduled" +msgstr "Nėra numatomų pamainų" + +#: shifts.php:99 +msgid "Questionnaire" +msgstr "Klausimynas" + +#: respondent.php:62 +msgid "Respondent Selector" +msgstr "Respondentų Atrinkėjas" + +#: respondent.php:86 +#: respondent.php:122 +msgid "Add respondent" +msgstr "Pridėti respondentą" + +#: respondent.php:88 +msgid "Go back" +msgstr "Sugrįšti atgal" + +#: respondent.php:94 +msgid "Case id:" +msgstr "Bylos id:" + +#: respondent.php:95 +msgid "Respondent:" +msgstr "Respondentas:" + +#: respondent.php:146 +msgid "Show details" +msgstr "Rodyti detales" + +#: respondent.php:150 +msgid "Var" +msgstr "Atributas" + +#: respondent.php:150 +msgid "Value" +msgstr "Reikšmė" + +#: nocaseavailable.php:59 +msgid "No case available" +msgstr "Nėra prieinamų atvejų" + +#: nocaseavailable.php:64 +msgid "There is no case currently available" +msgstr "Šiuo metu nėra prieinamų atvejų" + +#: nocaseavailable.php:65 +msgid "Reasons:" +msgstr "Priežastys:" + +#: nocaseavailable.php:84 +msgid "Assigned questionnaires:" +msgstr "Priskirti klausimynai:" + +#: nocaseavailable.php:87 +msgid "ID" +msgstr "iD" + +#: nocaseavailable.php:87 +msgid "Description" +msgstr "Aprašymas" + +#: nocaseavailable.php:90 +msgid "ERROR: No questionnaires assigned to you" +msgstr "Klaida: Jokio priskirto klausimyno" + +#: nocaseavailable.php:108 +msgid "Current shifts available:" +msgstr "Galimi šie pakeitimai:" + +#: nocaseavailable.php:111 +msgid "Shift start" +msgstr "Pamaina prasideda" + +#: nocaseavailable.php:111 +msgid "Shift end" +msgstr "Pamaina baigiasi" + +#: nocaseavailable.php:114 +msgid "ERROR: No shifts at this time" +msgstr "Klaida: Jokios pamainos šiuo metu" + +#: nocaseavailable.php:134 +msgid "Call restrictions:" +msgstr "Skambučių apribojimas" + +#: nocaseavailable.php:138 +msgid "ERROR: There are no cases available that fall within call restrictions" +msgstr "KLAIDA: nėra prieinamų atvejų, kurie iškrito dėl skambinimo apribojimų" + +#: nocaseavailable.php:142 +msgid "There are " +msgstr "Yra " + +#: nocaseavailable.php:142 +msgid " unassigned case(s) available within the specified call restrictions" +msgstr " Nepriskirti atvejai galimi dėl specifinių skambučių apribojimų" + +#: nocaseavailable.php:148 +msgid "Limesurvey links:" +msgstr "Limesurvey nuorodos:" + +#: nocaseavailable.php:168 +msgid "ERROR: No tokens table defined for LimeSurvey questionnaire" +msgstr "KLAIDA: nėra Limesurvey klausimynui nustatytos tokenų lentelės" + +#: nocaseavailable.php:168 +msgid "from questionnaire:" +msgstr "iš klausimyno:" + +#: nocaseavailable.php:170 +msgid "Tokens table exists for Limesurvey questionnaire:" +msgstr "Tokenų lentelė skirta Limesurvey klausimynui:" + +#: nocaseavailable.php:175 +msgid "ERROR: Cannot find questionnaires with LimeSurvey ID's" +msgstr "KLAIDA: Negalima rasti klausimynų su LimeSurvey ID" + +#: nocaseavailable.php:194 +msgid "ERROR: Quota reached for this question" +msgstr "Klaida: Kvota buvo pasiekta šiam klausimui" + +#: nocaseavailable.php:214 +msgid "POSSIBLE ERROR: Row quota reached for this question" +msgstr "" + +#: casenote.php:53 +msgid "Case Notes" +msgstr "Pastabos" + +#: casenote.php:63 +#: casenote.php:102 +msgid "Add note" +msgstr "Pridėti pastabą" + +#: casenote.php:105 +msgid "No notes" +msgstr "Jokių pastabų" + +#: casenote.php:107 +msgid "Note" +msgstr "Pastaba" + +#: performance.php:74 +msgid "This shift" +msgstr "Pamaina" + +#: performance.php:75 +#: performance.php:82 +#: performance.php:88 +#: admin/quotareport.php:238 +msgid "Completions" +msgstr "Užbaigimai" + +#: performance.php:75 +#: performance.php:82 +#: performance.php:88 +msgid "Completions per hour" +msgstr "Užpildymu per valanda" + +#: performance.php:81 +msgid "This project" +msgstr "Šis projektas" + +#: performance.php:87 +msgid "Overall" +msgstr "Bendras" + +#: status.php:61 +#: admin/quotareport.php:238 +msgid "Status" +msgstr "Statusas" + +#: status.php:79 +msgid "VoIP On" +msgstr "VoIP įjungtas" + +#: status.php:81 +msgid "VoIP Off" +msgstr "VoIP išjungtas" + +#: status.php:84 +msgid "No VoIP" +msgstr "nėra VoIP" + +#: status.php:88 +msgid "No call" +msgstr "Nėra skambučio" + +#: status.php:92 +msgid "To be coded" +msgstr "Bus koduojama" + +#: status.php:96 +msgid "Requesting" +msgstr "Skambina" + +#: status.php:112 +msgid "APPT" +msgstr "APPT" + +#: status.php:113 +msgid "MISSED" +msgstr "Praleistas" + +#: rs_project_end.php:53 +msgid "Respondent Selection - Project end" +msgstr "" + +#: rs_project_end.php:69 +msgid "End call with outcome: Complete" +msgstr "Baigti skambutį su rezultatu: Užpildyta" + +#: rs_business.php:47 +msgid "Respondent Selection - Business answers" +msgstr "Respondentų Atranka - Verslo atsakymai" + +#: rs_business.php:51 +msgid "Sorry to bother you, I have called the wrong number" +msgstr "Atleiskit, kad trukdau, surinkau ne tą numerį" + +#: rs_business.php:53 +msgid "End call with outcome: Business number" +msgstr "Baigti skambutį su rezultatu: Verslo numeris" + +#: rs_quota_end.php:53 +msgid "Respondent Selection - Project Quota End" +msgstr "" + +#: rs_quota_end.php:62 +msgid "End call with outcome: Quota filled" +msgstr "" + +#: appointmentlist.php:53 +msgid "Appointment List" +msgstr "Perskambinimų sąrašas" + +#: appointmentlist.php:67 +#: admin/displayappointments.php:207 +msgid "Not yet called" +msgstr "Dar neskambinta" + +#: appointmentlist.php:79 +msgid "No appointments made" +msgstr "Neatlikta jokių perskambinimų" + +#: appointmentlist.php:81 +msgid "No future appointments scheduled" +msgstr "Nesuplanuota perskambinti ateityje" + +#: 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 "Skmbina supervizoriui, Jūs galite uždaryti langą" + +#: 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 "Bandykite skambinti supervizoriui" + +#: supervisor.php:128 +msgid "Please wait for this call to answer before attempting to call the supervisor" +msgstr "" + +#: admin/callhistory.php:52 +msgid "Call History List" +msgstr "Skambučių sarašas" + +#: admin/callhistory.php:74 +msgid "Date/Time call start" +msgstr "Data/Laikas skambučio pradžia" + +#: admin/callhistory.php:74 +msgid "Time end" +msgstr "Pabaigta" + +#: admin/clientquestionnaire.php:146 +#: admin/clientquestionnaire.php:267 +msgid "Assign clients to questionnaires" +msgstr "Priskirti klientus klausimynams" + +#: admin/quotareport.php:70 +msgid "Quota report" +msgstr "" + +#: admin/quotareport.php:72 +msgid "Select a questionnaire from the list below" +msgstr "Pasirinkite klausimyną iš žemiau nurodyto sąrašo" + +#: admin/quotareport.php:79 +msgid "Select a sample from the list below" +msgstr "Pasirinkite imtį/atranką iš žemiau esančio sąrašo" + +#: admin/quotareport.php:139 +msgid "Total sample" +msgstr "" + +#: admin/quotareport.php:188 +#: admin/quotareport.php:195 +msgid "closed" +msgstr "" + +#: admin/quotareport.php:190 +#: admin/quotareport.php:197 +msgid "open" +msgstr "" + +#: admin/quotareport.php:238 +msgid "Strata" +msgstr "" + +#: admin/quotareport.php:238 +msgid "Quota" +msgstr "" + +#: admin/quotareport.php:238 +msgid "Sample" +msgstr "Imtis" + +#: admin/quotareport.php:238 +msgid "Sample Used" +msgstr "" + +#: admin/quotareport.php:238 +msgid "Sample Remaining" +msgstr "" + +#: admin/quotareport.php:238 +msgid "% Complete" +msgstr "" + +#: admin/import.php:53 +msgid "Import: Validating and uploading" +msgstr "Importavimas: Patvirtinimas ir Įkrovimas" + +#: admin/import.php:69 +msgid "Successfully imported file" +msgstr "Sėkmingai importuotos bylos" + +#: admin/import.php:73 +msgid "Error importing file. Please try again" +msgstr "Klaida importuojant bylas" + +#: admin/import.php:77 +msgid "Error:" +msgstr "Klaida:" + +#: admin/import.php:77 +msgid "Please go back in your browser and fix the problem" +msgstr "Grįžkite į savo naršyklę ir pašalinkite problemą" + +#: admin/import.php:89 +msgid "Import: Select columns to import" +msgstr "Importavimas: Pasirinkite stulpelė importavimui" + +#: admin/import.php:114 +msgid "Import: Select file to upload" +msgstr "Importavimas: pasirinkite bylą įkėlimui" + +#: admin/import.php:119 +msgid "Choose the CSV sample file to upload:" +msgstr "Pasirinkite CSV pavyzdžio bylą, tam kad įkelti:" + +#: admin/import.php:120 +msgid "Description for file:" +msgstr "Bylos aprašymas:" + +#: admin/import.php:121 +msgid "Add sample" +msgstr "Pridėti imtį" + +#: admin/displayappointments.php:147 +msgid "Now modify case outcome" +msgstr "Dabar pakeiskite atvejo rezultatą" + +#: admin/displayappointments.php:149 +msgid "The appointment has been deleted. Now you must modify the case outcome" +msgstr "Perskambinimas buvo ištrintas. Dabar Jūs privalote modifikuoti atvejo rezultatus" + +#: admin/displayappointments.php:150 +msgid "Modify case outcome" +msgstr "Modifikuoti atvejo rezultatus" + +#: admin/displayappointments.php:155 +#: admin/displayappointments.php:190 +msgid "Edit appointment" +msgstr "Keisti perskambinimą" + +#: admin/displayappointments.php:179 +msgid "Contact phone" +msgstr "" + +#: admin/displayappointments.php:187 +msgid "Start time" +msgstr "" + +#: admin/displayappointments.php:188 +msgid "End time" +msgstr "" + +#: admin/displayappointments.php:193 +msgid "Cancel edit" +msgstr "" + +#: admin/displayappointments.php:194 +msgid "Delete this appointment" +msgstr "" + +#: admin/displayappointments.php:203 +msgid "Display Appointments" +msgstr "Perskambinimų Peržiūra" + +#: admin/displayappointments.php:205 +msgid "All appointments (with times displayed in your time zone)" +msgstr "Visi perskambinimai (su laiku jūsų laiko zonoje)" + +#: admin/displayappointments.php:207 +#: admin/displayappointments.php:220 +msgid "Delete" +msgstr "Ištrinti" + +#: admin/displayappointments.php:207 +#: admin/displayappointments.php:220 +msgid "Edit" +msgstr "Redaguoti" + +#: admin/displayappointments.php:220 +msgid "Operator Name" +msgstr "Operatoriaus vardas" + +#: admin/displayappointments.php:220 +msgid "Respondent Name" +msgstr "Respondento Vardas" + +#: admin/displayappointments.php:220 +msgid "Surname" +msgstr "Pavardė" + +#: admin/displayappointments.php:220 +msgid "Current outcome" +msgstr "Pastarasis rezultatas" + +#: admin/displayappointments.php:220 +msgid "Operator who called" +msgstr "Skambinęs operatorius" + +#: admin/displayappointments.php:223 +msgid "No appointments in the future" +msgstr "Nėra perskambinimų ateityje" + +#: admin/quota.php:109 +#: admin/index.php:57 +msgid "Quota management" +msgstr "Kvotų valdymas" + +#: admin/quota.php:133 +msgid "Current quotas (click to delete)" +msgstr "Esamos kvotos ( norint ištrinti paspauskite čia)" + +#: admin/quota.php:145 +msgid "Currently no quotas" +msgstr "Šiuo metu nėra kvotų" + +#: admin/quota.php:151 +msgid "Stop calling this sample when:" +msgstr "Sustoti skambinti šiam sąrašui kai:" + +#: admin/quota.php:151 +#: admin/quotarow.php:171 +msgid "for" +msgstr "tam" + +#: admin/quota.php:151 +#: admin/quotarow.php:171 +msgid "completions" +msgstr "užpildymas" + +#: admin/quota.php:154 +msgid "Quota reached" +msgstr "Kvota pasiekta" + +#: admin/quota.php:156 +msgid "Quota not yet reached" +msgstr "Kvota dar nepasiekta" + +#: admin/quota.php:158 +#: admin/quotarow.php:179 +msgid "Current completions: " +msgstr "Šiuo metu užpildyta: " + +#: admin/quota.php:166 +msgid "Select a question for the quota" +msgstr "Pasirinkite klausimą šiai kvotai" + +#: admin/quota.php:189 +msgid "Enter the details for creating the quota:" +msgstr "Įrašykite detales tam, kad sukuti šią kvotą:" + +#: admin/quota.php:190 +#: admin/quotarow.php:253 +msgid "Pre defined values for this question:" +msgstr "Šio klausimo išakstinio užpildymo reikšmės" + +#: admin/quota.php:203 +#: admin/quotarow.php:266 +msgid "No labels defined for this question" +msgstr "Jokių stulpelių reikšmių nėra nustatyta šiam klausimui" + +#: admin/quota.php:205 +#: admin/quotarow.php:268 +msgid "Code value" +msgstr "Atsakymų reikšmės" + +#: admin/quota.php:211 +#: admin/quotarow.php:276 +msgid "The code value to compare" +msgstr "Atsakymų reikšmės su kuriom sulyginti" + +#: admin/quota.php:212 +#: admin/quotarow.php:277 +msgid "The type of comparison" +msgstr "Palyginimo tipas" + +#: admin/quota.php:213 +#: admin/quotarow.php:278 +msgid "The number of completions to stop calling at" +msgstr "Reikiamų užpildymų skaičius" + +#: admin/quota.php:217 +msgid "Add quota" +msgstr "Pridėti kvotą" + +#: admin/operatorskill.php:145 +msgid "Assign operators to Skills" +msgstr "Priskirti įgudžius operatoriams" + +#: admin/operatorskill.php:266 +#: admin/index.php:61 +msgid "Modify operator skills" +msgstr "Keisti operatorių" + +#: admin/operatorperformance.php:67 +msgid "Operator Performance" +msgstr "Operatoriaus darbų atlikimas" + +#: admin/operatorperformance.php:71 +#: admin/operatorperformance.php:81 +#: admin/operatorperformance.php:102 +msgid "Calls" +msgstr "" + +#: admin/operatorperformance.php:71 +#: admin/operatorperformance.php:81 +#: admin/operatorperformance.php:102 +msgid "Total time" +msgstr "Bendras laikas" + +#: admin/operatorperformance.php:71 +#: admin/operatorperformance.php:81 +#: admin/operatorperformance.php:102 +msgid "Call time" +msgstr "" + +#: admin/operatorperformance.php:71 +#: admin/operatorperformance.php:81 +#: admin/operatorperformance.php:102 +msgid "Completions p/h" +msgstr "" + +#: admin/operatorperformance.php:71 +#: admin/operatorperformance.php:81 +#: admin/operatorperformance.php:102 +msgid "Calls p/h" +msgstr "" + +#: admin/operatorperformance.php:71 +#: admin/operatorperformance.php:81 +#: admin/operatorperformance.php:102 +msgid "Effectiveness" +msgstr "" + +#: admin/operatorperformance.php:88 +msgid "till" +msgstr "iki" + +#: admin/shiftreport.php:62 +#: admin/index.php:82 +msgid "Shift reports" +msgstr "Pakitimų pranešimai" + +#: admin/shiftreport.php:66 +msgid "Please select a questionnaire" +msgstr "Prašau pasirinkite klausimyną" + +#: admin/shiftreport.php:73 +msgid "Please select a shift" +msgstr "Prašau pasirinkti pamainą" + +#: admin/shiftreport.php:93 +msgid "Reports for this shift" +msgstr "Šios pamainos ataskaitos" + +#: admin/shiftreport.php:105 +msgid "Date" +msgstr "Data" + +#: admin/shiftreport.php:105 +msgid "Report" +msgstr "Ataskaita" + +#: admin/shiftreport.php:108 +msgid "Create new report for this shift" +msgstr "Sukurti naują ataskaitą šiai pamainaii" + +#: admin/shiftreport.php:114 +msgid "Enter report for this shift" +msgstr "Įveskite ataskaitą šiam pakitimui" + +#: admin/shiftreport.php:118 +msgid "Add report" +msgstr "Pridėti ataskaitą" + +#: admin/shiftreport.php:154 +msgid "This report does not exist in the database" +msgstr "Šios ataskaitos nėra duombazėje" + +#: admin/shiftreport.php:159 +msgid "Edit report for this shift" +msgstr "Redaguoti šios pamainos ataskaitą" + +#: admin/shiftreport.php:164 +msgid "Modify report" +msgstr "Modifikuoti pranešimą" + +#: admin/index.php:47 +msgid "Administrative Tools" +msgstr "Administravimo įrankiai" + +#: admin/index.php:51 +msgid "Questionnaire creation and management" +msgstr "Klausimyno sukurimas ir valdymas" + +#: admin/index.php:52 +msgid "Create a new questionnaire" +msgstr "Sukurti naują klausimyną" + +#: admin/index.php:53 +msgid "Administer questionnaires with Limesurvey" +msgstr "Valdyk klausimynus su Limesurvey" + +#: admin/index.php:54 +msgid "Import a sample file (in CSV form)" +msgstr "Importuok imties failą (CVS formatu)" + +#: admin/index.php:55 +msgid "Assign samples to questionnaires" +msgstr "Priskirti imtį klausimynui" + +#: admin/index.php:56 +msgid "Set values in questionnaire to pre fill" +msgstr "Nurodykite reikšmes klausimyne, automatiniam išankstiniam pildymui (pre fill)" + +#: admin/index.php:58 +#: admin/quotarow.php:115 +msgid "Quota row management" +msgstr "" + +#: admin/index.php:59 +msgid "Add operators to the system" +msgstr "Prideti operatorius" + +#: admin/index.php:60 +msgid "Assign operators to questionnaires" +msgstr "Priskirti operatorius klausimynams" + +#: admin/index.php:62 +msgid "Shift management (add/remove)" +msgstr "pakitimų valdymas (pridėti/pašalinti)" + +#: admin/index.php:63 +msgid "Data output" +msgstr "Duomenų išvedimas" + +#: admin/index.php:65 +msgid "Questionnaire progress" +msgstr "Klausimyno progresas" + +#: admin/index.php:66 +msgid "Display all future appointments" +msgstr "Nurodykite visus ateities perskambinimus" + +#: admin/index.php:67 +msgid "Sample call attempts report" +msgstr "" + +#: admin/index.php:69 +msgid "Questionnaire outcomes" +msgstr "Klausimyno rezultatai" + +#: admin/index.php:72 +#: admin/outcomes.php:259 +msgid "Operator performance" +msgstr "Operatoriaus efektingumas" + +#: admin/index.php:74 +msgid "Client management" +msgstr "Kliento valdymas" + +#: admin/index.php:75 +msgid "Add clients to the system" +msgstr "Pridėti klientų į sistemą" + +#: admin/index.php:78 +msgid "Supervisor functions" +msgstr "Supervizoriaus funkcijos" + +#: admin/index.php:79 +msgid "Assign outcomes to cases" +msgstr "Priskirti rezultatus atvejams" + +#: admin/index.php:80 +msgid "Search the sample" +msgstr "Ieškoti pavyzdžio" + +#: admin/index.php:84 +msgid "System settings" +msgstr "Sistemos nustatymai" + +#: admin/index.php:85 +msgid "Set default timezone list" +msgstr "Nustayti numatytąją laiko juostą" + +#: admin/index.php:86 +msgid "Set default shift times" +msgstr "Nustatyti numatytujų pakitimų skaičių" + +#: admin/index.php:87 +msgid "Set call restriction times" +msgstr "Nustatyti skmbučių apribojimo skaičių" + +#: admin/index.php:91 +msgid "VoIP" +msgstr "VoIP" + +#: admin/index.php:92 +msgid "Start and monitor VoIP" +msgstr "Paleisti ir stebėti VoIP" + +#: admin/index.php:93 +msgid "Extension status" +msgstr "" + +#: admin/assignsample.php:100 +msgid "Assign Sample: Select sample to assign" +msgstr "Priskirkite atranką: pasirinkite atranką priskyrimui" + +#: admin/assignsample.php:107 +msgid "Samples selected for this questionnaire" +msgstr "Pasirinktos atrankos/imtys šiam klausimynui" + +#: admin/assignsample.php:118 +msgid "Sequentially selected" +msgstr "Nuosekliai parinktas" + +#: admin/assignsample.php:119 +msgid "Randomly selected" +msgstr "Atsitiktinai parinktas" + +#: admin/assignsample.php:120 +msgid "Max calls:" +msgstr "Maksimalus skambučių skaičius:" + +#: admin/assignsample.php:120 +msgid "Max call attempts:" +msgstr "Maksimalus bandymų (skambinti) skaičius:" + +#: admin/assignsample.php:120 +msgid "Click to unassign" +msgstr "Spustelkite išsiregistravimui" + +#: admin/assignsample.php:135 +msgid "Add a sample to this questionnaire:" +msgstr "Įkelti atranką šiam klausimynui" + +#: admin/assignsample.php:138 +msgid "Select sample:" +msgstr "Pasirinkti atranką/imtį" + +#: admin/assignsample.php:148 +msgid "Max calls (0 for unlimited)" +msgstr "Maksimalus skmbučių skaičius (nurodyti 0 kai neribotas)" + +#: admin/assignsample.php:149 +msgid "Max call attempts (0 for unlimited)" +msgstr "Maksimalus bandymų (skambinti) skaičius (nurodyti 0 kai neribotas)" + +#: admin/assignsample.php:150 +msgid "Number of answering machine messages to leave per case (0 for never)" +msgstr "Vienam atvejui skirtų autoatsakiklio žinučių skaičius (nurodyti 0 kai nei vieno)" + +#: admin/assignsample.php:151 +msgid "Select from sample randomly? (otherwise sequentially)" +msgstr "Pasirinkti iš atrankos atsitiktinai? (kitu atveju nuosekliai)" + +#: admin/samplesearch.php:83 +msgid "Search sample" +msgstr "Ieškoti imties" + +#: admin/samplesearch.php:100 +msgid "No cases yet assigned: Delete this sample record" +msgstr "Kol kas nepriskirta jokių atvejų: Išstrinkite šį imties/atrankos įrašą" + +#: admin/samplesearch.php:100 +msgid "Assigned to questionnaire: " +msgstr "Priskirtas klausimynui " + +#: admin/samplesearch.php:110 +msgid "No records in this sample match this search criteria" +msgstr "Nei vienas įrašas šioje imtyje/atrankoje neatitinka šių kriterijų" + +#: admin/samplesearch.php:121 +msgid "Sample id" +msgstr "Imties/atrankos ID" + +#: admin/samplesearch.php:130 +msgid "Link" +msgstr "Nuoroda" + +#: admin/samplesearch.php:149 +msgid "Search within this sample" +msgstr "Paieška šioje imtyje/atrankoje" + +#: admin/samplesearch.php:151 +#, php-format +msgid "Use the % character as a wildcard" +msgstr "Use the % character as a wildcard" + +#: admin/samplesearch.php:156 +msgid "Search for:" +msgstr "Ieškoti:" + +#: admin/samplesearch.php:158 +msgid "Start search" +msgstr "Pradėti paiešką" + +#: admin/outcomes.php:78 +msgid "Questionnaire Outcomes" +msgstr "Klausimyno rezultatai" + +#: admin/outcomes.php:87 +#: admin/outcomes.php:206 +msgid "Outcomes" +msgstr "Rezultatai" + +#: admin/outcomes.php:89 +#: admin/outcomes.php:193 +msgid "Sample status" +msgstr "Pavyzdžio statusas" + +#: admin/outcomes.php:91 +#: admin/outcomes.php:195 +msgid "Drawn from sample" +msgstr "Išėmimas iš pavyzdžio" + +#: admin/outcomes.php:91 +#: admin/outcomes.php:195 +msgid "Remain in sample" +msgstr "Pasilieka pavyzdyje" + +#: admin/outcomes.php:98 +#: admin/outcomes.php:203 +msgid "Number" +msgstr "Skaičius" + +#: admin/outcomes.php:104 +msgid "Average time on a completed questionnaire" +msgstr "Vidutinis baigto klausimyno laikas" + +#: admin/outcomes.php:104 +msgid "Min" +msgstr "min" + +#: admin/outcomes.php:104 +msgid "Secs" +msgstr "sek." + +#: admin/outcomes.php:117 +msgid "Rate" +msgstr "Dažnis" + +#: admin/outcomes.php:118 +msgid "Response Rate 1" +msgstr "Atsakymų dažnumas" + +#: admin/outcomes.php:119 +msgid "Refusal Rate 1" +msgstr "Atsisakymų dažnumas" + +#: admin/outcomes.php:120 +msgid "Cooperation Rate 1" +msgstr "Kooperacijos Rodiklis 1" + +#: admin/outcomes.php:121 +msgid "Contact Rate 1" +msgstr "Kontakto Rodiklis 1" + +#: admin/outcomes.php:136 +#: admin/outcomes.php:170 +#: admin/outcomes.php:223 +msgid "Count" +msgstr "Skaičius" + +#: admin/outcomes.php:136 +#: admin/outcomes.php:170 +#: admin/outcomes.php:223 +msgid "%" +msgstr "" + +#: admin/outcomes.php:155 +msgid "Operator call outcomes" +msgstr "" + +#: admin/outcomes.php:226 +msgid "No outcomes recorded for this sample" +msgstr "Jokių statusų nebuvo priskirta šiam sąrašui" + +#: admin/outcomes.php:231 +msgid "No outcomes recorded for this questionnaire" +msgstr "Nėra išsaugotų rezultatų šiam klausimynui" + +#: admin/outcomes.php:238 +msgid "No shift reports: Add report" +msgstr "Nėra pakitimų pranešimų: pridėti pranešimą" + +#: admin/outcomes.php:238 +msgid "View shift reports" +msgstr "Rodyti pakitimų pranešimus" + +#: admin/outcomes.php:238 +msgid "View operator performance" +msgstr "Rodyti operatoriaus darbą" + +#: admin/outcomes.php:257 +msgid "No shifts defined for this questionnaire" +msgstr "Nėra pakitimų priskirtų šiam klausimynui" + +#: admin/outcomes.php:259 +msgid "Shift" +msgstr "Pamaina" + +#: admin/outcomes.php:259 +msgid "Shift report" +msgstr "Pamainos ataskaita" + +#: admin/voipmonitor.php:73 +#: admin/voipmonitor.php:93 +#: admin/voipmonitor.php:94 +msgid "Monitor VoIP Process" +msgstr "VoIP Proceso Stebįjimas" + +#: admin/voipmonitor.php:75 +msgid "Running process:" +msgstr "Vykstantis procesas:" + +#: admin/voipmonitor.php:77 +msgid "Note: This page will automatically refresh every 10 seconds" +msgstr "Pastaba: Šis puslapis automatiškai atsinaujina kas 10 sekundžių" + +#: admin/voipmonitor.php:81 +msgid "Kill signal sent: Please wait... (Note: Process will be stalled until there is activity on the VoIP Server)" +msgstr "Nutraukti signalo siuntimą: Prašome palaukti...(Pastaba: procesas bus uždelstas, kol bus veiksmo VoIP serveryje)" + +#: admin/voipmonitor.php:82 +msgid "Process is already closed (eg. server was rebooted) - click here to confirm" +msgstr "" + +#: admin/voipmonitor.php:86 +msgid "Kill the running process" +msgstr "Nutraukti vykstantį procesą" + +#: admin/voipmonitor.php:86 +msgid "(requires activity on the VoIP Server to take effect)" +msgstr "(tam kad gauti rezultatą reikalingas veiksmas VoIP serveryje)" + +#: admin/voipmonitor.php:95 +msgid "Click here to begin monitoring the VoIP Process" +msgstr "Spustelkite čia tam kad pradėti stebėti VoIP procesą" + +#: admin/voipmonitor.php:96 +msgid "Outcome of last process run (if any)" +msgstr "Praėjusio proceso rezultatai (jei tokių yra)" + +#: admin/questionnaireprefill.php:99 +msgid "Pre fill questionnaire: Set values for questionnaire to prefill" +msgstr "Iš anksto pildyti klausimyną: nustatyti reikšmes ar dydžius klausimyno išankstiniam pildymui" + +#: admin/questionnaireprefill.php:109 +msgid "Current pre fills (click to delete)" +msgstr "Pasirinkti išankstinio pildymo nustatymai (spustelkite, kad ištrinti)" + +#: admin/questionnaireprefill.php:119 +msgid "Currently no pre fills" +msgstr "Nėra išankstinio pildymo (prefill)" + +#: admin/questionnaireprefill.php:131 +msgid "Select a question to pre fill" +msgstr "Pasirinkite klausimą išankstiniam pildymui (pre fill)" + +#: admin/questionnaireprefill.php:154 +msgid "Enter a value to pre fill this question with:" +msgstr "Įrašykite duomenis išankstinio pildymo klausimmui su:" + +#: admin/questionnaireprefill.php:156 +msgid "Possible uses:" +msgstr "Galimas panaudojimas:" + +#: admin/questionnaireprefill.php:158 +msgid "{Respondent:firstName} First name of the respondent" +msgstr "{Respondent:firstName} Respondento vardas" + +#: admin/questionnaireprefill.php:159 +msgid "{Respondent:lastName} Last name of the respondent" +msgstr "{Respondent:lastName} Respondento pavardė" + +#: admin/questionnaireprefill.php:160 +msgid "{Sample:var} A record from the sample where the column name is 'var'" +msgstr "{Sample:var} Įrašas iš pavyzdžio lentelės, kur stulpelis vadinasi 'var'" + +#: admin/questionnaireprefill.php:173 +msgid "The value to pre fill" +msgstr "Reikšmė išankstiniam pildymui" + +#: admin/questionnaireprefill.php:174 +msgid "or: Select pre fill from sample list" +msgstr "" + +#: admin/questionnaireprefill.php:180 +msgid "Add pre fill" +msgstr "Priedėti automatinį užpildymą" + +#: admin/addshift.php:87 +#: admin/addshift.php:140 +msgid "Add shifts" +msgstr "Pridėti pamainas" + +#: admin/addshift.php:88 +msgid "You must be an operator (as well as have administrator access) to add/edit shifts" +msgstr "" + +#: admin/addshift.php:151 +msgid "Your database does not have timezones installed, please see here for details" +msgstr "Jūsų duombazėje nėra įdiegtų laiko juostų, prašome detalių ieškoti čia" + +#: admin/addshift.php:163 +msgid "Add shifts in your Time Zone" +msgstr "Įtraukti pamainas į Jūsų laiko juostą" + +#: admin/addshift.php:235 +msgid "Day" +msgstr "Diena" + +#: admin/addshift.php:235 +msgid "Use shift?" +msgstr "naudoti pamainą?" + +#: admin/addshift.php:260 +msgid "Submit changes" +msgstr "Patvirtinti pakeitimus" + +#: admin/quotarow.php:142 +#: admin/quotarow.php:147 +msgid "Copied quotas" +msgstr "" + +#: admin/quotarow.php:150 +msgid "Current row quotas (click to delete)" +msgstr "" + +#: admin/quotarow.php:162 +msgid "Currently no row quotas" +msgstr "" + +#: admin/quotarow.php:169 +msgid "Replicate: Where" +msgstr "" + +#: admin/quotarow.php:169 +#: admin/quotarow.php:171 +msgid "like" +msgstr "" + +#: admin/quotarow.php:171 +msgid "Stop calling" +msgstr "Stabdyti skambinimą" + +#: admin/quotarow.php:171 +msgid "rows from this sample when:" +msgstr "" + +#: admin/quotarow.php:174 +msgid "Row quota reached (Closed)" +msgstr "" + +#: admin/quotarow.php:176 +msgid "Row quota not yet reached (Open)" +msgstr "" + +#: admin/quotarow.php:196 +msgid "Copy quotas for this sample to (No error/duplicate checking): " +msgstr "" + +#: admin/quotarow.php:198 +msgid "Copy" +msgstr "" + +#: admin/quotarow.php:200 +msgid "Copy quotas for this sample to (No error/duplicate checking) with adjusting: " +msgstr "" + +#: admin/quotarow.php:202 +msgid "Copy adjustments" +msgstr "" + +#: admin/quotarow.php:208 +msgid "Select a question for the row quota" +msgstr "" + +#: admin/quotarow.php:230 +msgid "No question (Replicate)" +msgstr "" + +#: admin/quotarow.php:240 +msgid "Select the sample variable to exclude" +msgstr "" + +#: admin/quotarow.php:252 +msgid "Enter the details for creating the row quota:" +msgstr "" + +#: admin/quotarow.php:274 +msgid "Describe this quota" +msgstr "" + +#: admin/quotarow.php:284 +msgid "Exclude from the sample where the value is like" +msgstr "" + +#: admin/quotarow.php:302 +msgid "Add row quota" +msgstr "" + +#: admin/operators.php:111 +#: admin/operators.php:120 +msgid "Add an operator" +msgstr "Pridėkite operatorių" + +#: admin/operators.php:121 +msgid "Adding an operator here will give the user the ability to call cases" +msgstr "Pridedant šioje vietoje" + +#: admin/operators.php:121 +msgid "Assign Operator to Questionnaire" +msgstr "Priskirkite operatorių klausimynui" + +#: admin/operators.php:121 +msgid "tool" +msgstr "įrankis" + +#: admin/operators.php:122 +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 "Naudokite šią formą įvesdami vartotojo vardą, atsižvelgiant į direktorijos saugumo sistemą. Pvz.: jei jūs esate apsaugoję pagrindinę queXS direktoriją naudodami Apche failą, įrašykite naudotojų vardus čia." + +#: admin/operators.php:124 +msgid "Enter the username of an operator to add:" +msgstr "Įveskite operatoriaus vartotojo vardą, kad pridėti:" + +#: admin/operators.php:125 +msgid "Enter the first name of an operator to add:" +msgstr "Įveskite operatoriaus vardą, kad pridėti:" + +#: admin/operators.php:126 +msgid "Enter the surname of an operator to add:" +msgstr "Įveskite operatoriaus pavrdę, kad pridėti:" + +#: admin/operators.php:127 +msgid "Enter the Time Zone of an operator to add:" +msgstr "Įveskite operatoriaus Laiko juostą" + +#: admin/operators.php:128 +msgid "Enter the telephone extension number:" +msgstr "Įveskite papildomą telefono numerį:" + +#: admin/operators.php:129 +msgid "Enter the telephone extension password:" +msgstr "" + +#: admin/operators.php:130 +msgid "Will this operator be using VoIP?" +msgstr "" + +#: admin/operators.php:131 +msgid "Is the operator a normal interviewer?" +msgstr "Ar operatorius yra normalus intervuotojas?" + +#: admin/operators.php:132 +msgid "Is the operator a supervisor?" +msgstr "Ar operatorius yra supervizorius?" + +#: admin/operators.php:133 +msgid "Is the operator a refusal converter?" +msgstr "Ar operatorius yra atsisakymų perkalbėtojas?" + +#: admin/operators.php:134 +msgid "Add user" +msgstr "Pridėti vartotoją" + +#: admin/new.php:54 +msgid "New: Create new questionnaire" +msgstr "Naujas: sukurti naują klausimyną" + +#: admin/new.php:99 +msgid "Successfully inserted" +msgstr "" + +#: admin/new.php:99 +msgid "as questionnaire" +msgstr "" + +#: admin/new.php:99 +msgid "linked to" +msgstr "" + +#: admin/new.php:100 +msgid "You must now edit and activate the questionnaire" +msgstr "" + +#: admin/new.php:103 +msgid "Error: Failed to insert questionnaire" +msgstr "" + +#: admin/new.php:114 +msgid "Name for questionnaire:" +msgstr "Klausimyno vardas" + +#: admin/new.php:115 +msgid "Select creation type:" +msgstr "Pasirinkite sudarymo tipą:" + +#: admin/new.php:115 +msgid "Create new questionnaire in Limesurvey" +msgstr "Sukurti naują klausimyną Limesurvey" + +#: admin/new.php:128 +msgid "Existing questionnaire:" +msgstr "Esantis klausimynas:" + +#: admin/new.php:132 +msgid "Restrict appointments to shifts?" +msgstr "Apriboti perskambinimų pakeitimų galimybę?" + +#: admin/new.php:133 +msgid "Restrict work to shifts?" +msgstr "Apriboti galimybe darbo pakeitimams?" + +#: admin/new.php:134 +msgid "Questionnaire for testing only?" +msgstr "Klausimynas tik testavimui?" + +#: admin/new.php:135 +msgid "Use respondent selection text?" +msgstr "Naudoti respondentų atrinkimo tekstą?" + +#: admin/new.php:137 +msgid "Respondent selection introduction:" +msgstr "Įvadas į respondentų atranką" + +#: admin/new.php:138 +msgid "Respondent selection project introduction:" +msgstr "Įvadas į respondentų atrankos projektą" + +#: admin/new.php:139 +msgid "Respondent selection project end:" +msgstr "Respondentų atrankos projekto pabaiga:" + +#: admin/new.php:140 +msgid "Respondent selection callback (already started questionnaire):" +msgstr "Respondentų atrankos perskambinimas (jau pradėtas klausimynas)" + +#: admin/new.php:141 +msgid "Message to leave on an answering machine:" +msgstr "Žinutė skirta palikti autoatsakiklyje:" + +#: admin/new.php:143 +msgid "Create Questionnaire" +msgstr "Sukurti Klausimyną" + +#: 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" +msgstr "" + +#: admin/databasestrings.php:32 +msgid "Not attempted or worked" +msgstr "Neveikė" + +#: admin/databasestrings.php:33 +msgid "No answer" +msgstr "Jokio signalo" + +#: admin/databasestrings.php:34 +msgid "Technical phone problems" +msgstr "Techninės telefono problemos" + +#: admin/databasestrings.php:35 +msgid "Other, Referred to Supervisor (Eligible)" +msgstr "Kita, Nukreiptas pas vadovą (Tinkamas)" + +#: admin/databasestrings.php:36 +msgid "Other, Referred to Supervisor (Unknown eligibility)" +msgstr "Kita, Nukreiptas pas vadovą (Nežinomas tinkamumas)" + +#: admin/databasestrings.php:37 +msgid "Soft Refusal, Other" +msgstr "Atsisakymas dalyvauti, Kita" + +#: admin/databasestrings.php:38 +msgid "Hard Refusal, Other" +msgstr "Griežtas atsisakymas dalyvauti, Kita" + +#: admin/databasestrings.php:39 +msgid "Soft Refusal, Respondent" +msgstr "Atsisakymas dalyvauti, Respondentas" + +#: admin/databasestrings.php:40 +msgid "Hard Refusal, Respondent" +msgstr "Griežtas atsisakymas, Respondentas" + +#: admin/databasestrings.php:41 +msgid "Complete" +msgstr "Užbaigta" + +#: admin/databasestrings.php:42 +msgid "Known respondent refusal" +msgstr "Žinomas respondento atsisakymas" + +#: admin/databasestrings.php:43 +msgid "Household-level refusal" +msgstr "Šeimyninis atsisakymas (ne respondento)" + +#: admin/databasestrings.php:44 +msgid "Broken appointment (Implicit refusal)" +msgstr "Nutrūkęs perskambinimas (švelnus atsisakymas)" + +#: admin/databasestrings.php:45 +msgid "Disconnected number" +msgstr "Nutrūkęs skambutis" + +#: admin/databasestrings.php:46 +msgid "Fax/data line" +msgstr "Faksas/Duomenų linija" + +#: admin/databasestrings.php:47 +msgid "Business, government office, other organization" +msgstr "Verslas, valstybinė institucija, kita organizacija" + +#: admin/databasestrings.php:48 +msgid "No eligible respondent" +msgstr "Netinkamas respondentas" + +#: admin/databasestrings.php:49 +msgid "Accidental hang up or temporary phone problem" +msgstr "Atsitiktinis telefono padėjimas ar laikina telefono problema" + +#: admin/databasestrings.php:50 +msgid "Definite Appointment - Respondent" +msgstr "Užtikrintas perskambinimas - Respondentas" + +#: admin/databasestrings.php:51 +msgid "Definite Appointment - Other" +msgstr "Užtikrintas perskambinimas - Kita" + +#: admin/databasestrings.php:52 +msgid "Unspecified Appointment - Respondent" +msgstr "Neapibrėžtas perskambinimas - Respondentas" + +#: admin/databasestrings.php:53 +msgid "Unspecified Appointment - Other" +msgstr "Užtikrintas perskambinimas - Kita" + +#: admin/databasestrings.php:54 +msgid "Household answering machine - Message left" +msgstr "Autoatsakovas - Žinutė palikta" + +#: admin/databasestrings.php:55 +msgid "Household answering machine - No message left" +msgstr "Autoatsakovas - Jokios žinutės nepalikta" + +#: admin/databasestrings.php:56 +msgid "Respondent Dead" +msgstr "Respondentas miręs" + +#: admin/databasestrings.php:57 +msgid "Physically or mentally unable/incompetent" +msgstr "Fiziškai ar protiškai neįgalus" + +#: admin/databasestrings.php:58 +msgid "Household level language problem" +msgstr "Kalbos problemos (kitų šeimos narių)" + +#: admin/databasestrings.php:59 +msgid "Respondent language problem" +msgstr "Kalbos problemos su respondentu" + +#: admin/databasestrings.php:60 +msgid "Answering machine - Not a household" +msgstr "Autoatsakovas - ne namų ūkis" + +#: admin/databasestrings.php:61 +msgid "Out of sample" +msgstr "Nėra sąraše" + +#: admin/databasestrings.php:62 +msgid "Non contact" +msgstr "Ne kontaktas" + +#: admin/databasestrings.php:63 +msgid "Temporary Outcomes (normal cases)" +msgstr "Laikinas užbaigimo statusas (normali byla)" + +#: admin/databasestrings.php:64 +msgid "Supervisor Outcomes (referred to supervisor)" +msgstr "Vadovo statusas ( nukreiptas pas vadovą)" + +#: admin/databasestrings.php:65 +msgid "Refusal Outcomes (respondent refused)" +msgstr "Atsisakymo statusas (respondento atsisakymas)" + +#: admin/databasestrings.php:66 +msgid "Final Outcomes (completed, final refusal, etc)" +msgstr "Galutinis statusas( užbaigtas, galutinis atsisakymas)" + +#: admin/databasestrings.php:68 +msgid "Monday" +msgstr "Pirmadienis" + +#: admin/databasestrings.php:69 +msgid "Tuesday" +msgstr "Antradienis" + +#: admin/databasestrings.php:70 +msgid "Wednesday" +msgstr "Trečiadienis" + +#: admin/databasestrings.php:71 +msgid "Thursday" +msgstr "Ketvirtadienis" + +#: admin/databasestrings.php:72 +msgid "Friday" +msgstr "Penktadienis" + +#: admin/databasestrings.php:73 +msgid "Saturday" +msgstr "Šeštadienis" + +#: admin/databasestrings.php:74 +msgid "Sunday" +msgstr "Sekmadienis" + +#: admin/databasestrings.php:75 +msgid "Quota filled" +msgstr "" + +#: admin/process.php:90 +msgid "Cannot connect to VoIP Server" +msgstr "Neįmanoma prisijungti prie VoIP serverio" + +#: admin/clients.php:71 +msgid "Could not add" +msgstr "Negalima pridėti" + +#: admin/clients.php:71 +msgid "There may already be an client of this name" +msgstr "Šiuo vardu jau turėtų būti klientas" + +#: admin/clients.php:76 +#: admin/clients.php:85 +msgid "Add a client" +msgstr "Pridėti klientą" + +msgid "Project information" +msgstr "Projekto Informacija" + +msgid "Contact details" +msgstr "Duomenys" + +#: admin/clients.php:86 +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 "Kliento pridėjimas šioje vietoje leis jiems prieiti prie projekto informacijos klientų subdirektorijoje. Jūs galite priskirti klientą prie konkretaus projekto naudodami" + +#: admin/clients.php:86 +msgid "Assign client to Questionnaire" +msgstr "Priskirti klientą klausimynui" + +#: admin/clients.php:86 +msgid "tool." +msgstr "įrankis" + +#: admin/clients.php:89 +msgid "Enter the username of an client to add:" +msgstr "Įveskite kliento vartotojo vardą, kad pridėti:" + +#: admin/clients.php:90 +msgid "Enter the first name of an client to add:" +msgstr "Įveskite kliento vardą, tam, kad pridėti:" + +#: admin/clients.php:91 +msgid "Enter the surname of an client to add:" +msgstr "Įveskite kliento pavardę, kad pridėti:" + +#: admin/clients.php:92 +msgid "Enter the Time Zone of an client to add:" +msgstr "Įveskite kliento laiko juostą, kad pridėti:" + +#: admin/shifttemplate.php:82 +msgid "Modify shift template" +msgstr "Modifikuoti pamainos šabloną" + +#: admin/shifttemplate.php:96 +msgid "Enter standard shift start and end times for each day of the week in local time" +msgstr "Įveskite standartinės pamainos pradžios ir pabaigos laiką, kiekvienai dienai vietiniu laiku" + +#: admin/shifttemplate.php:134 +#: admin/callrestrict.php:134 +msgid "Add row" +msgstr "Pridėti eilutę" + +#: admin/shifttemplate.php:135 +msgid "Save changes to shifts" +msgstr "Išsaugoti pakeitimus pamainoms" + +#: admin/dataoutput.php:196 +msgid "Download all data for this questionnaire" +msgstr "Atsisiųskite visus klausimyno duomenis" + +#: admin/dataoutput.php:204 +msgid "Download data for this sample" +msgstr "Atsisiųskite klausimyno duomenis" + +#: admin/dataoutput.php:211 +msgid "Download key file: select sample var" +msgstr "Atsisiųskite pagrindinį failą: pasirinkite sąrašo parametrą" + +#: admin/dataoutput.php:215 +msgid "Download complete key file" +msgstr "" + +#: admin/callrestrict.php:82 +msgid "Modify call restriction times" +msgstr "Keisti skambučių apribojimo laikus" + +#: admin/callrestrict.php:96 +msgid "Enter the start and end times for each day of the week to restrict calls within" +msgstr "Įveskite kiekvienai savaitės dienai skambučio ribojimo laiko praždią ir pabaigą" + +#: admin/callrestrict.php:135 +msgid "Save changes to restriction times" +msgstr "Išsaugoti laiko apribojimo pakeitimus" + +#: admin/samplecallattempts.php:57 +msgid "Sample call attempt" +msgstr "" + +#: admin/samplecallattempts.php:67 +#: admin/samplecallattempts.php:83 +#: admin/samplecallattempts.php:100 +#: admin/samplecallattempts.php:119 +msgid "Number of cases" +msgstr "" + +#: admin/samplecallattempts.php:67 +#: admin/samplecallattempts.php:83 +#: admin/samplecallattempts.php:100 +#: admin/samplecallattempts.php:119 +msgid "Call attempts made" +msgstr "" + +#: admin/samplecallattempts.php:99 +msgid "This sample" +msgstr "" + +#: admin/samplecallattempts.php:118 +msgid "This quota" +msgstr "" + +#: admin/timezonetemplate.php:87 +msgid "Add/Remove Timezones" +msgstr "Pridėti/Pašalinti Laiko juostas" + +#: admin/timezonetemplate.php:88 +msgid "Click to remove a Timezone from the default list" +msgstr "Spustelkite, tam, kad pašalinti Laiko juostas iš numatytojo sąrašo" + +#: admin/timezonetemplate.php:100 +msgid "Add a Timezone:" +msgstr "Pridėkite Laiko juostą:" + +#: admin/timezonetemplate.php:103 +msgid "Timezone: " +msgstr "Laiko juosta: " + +#: admin/timezonetemplate.php:104 +msgid "Add Timezone" +msgstr "Pridėti laiko zoną" + +#: admin/supervisor.php:89 +msgid "Enter a case id or select a case from the list below:" +msgstr "Įveskite atvejo ID arba pasirinkite atvejį iš žemiau esančio sąrašo" + +#: admin/supervisor.php:100 +msgid "Select case from list of cases referred to the supervisor:" +msgstr "Pasirinkite atvejį iš sąrašo skirto supervizoriaus atvejams" + +#: admin/supervisor.php:109 +msgid "Select case" +msgstr "Pasirinkite atvejį" + +#: admin/supervisor.php:126 +msgid "Set an outcome for this call" +msgstr "Nustatykite šio skambučio rezultatą" + +#: admin/supervisor.php:139 +#: admin/supervisor.php:280 +msgid "Set outcome" +msgstr "Nustatykite rezultatą" + +#: admin/supervisor.php:179 +msgid "Project" +msgstr "Projektas" + +#: admin/supervisor.php:182 +msgid "Current outcome:" +msgstr "Pastarasisi rezultatas:" + +#: admin/supervisor.php:206 +msgid "No appointments for this case" +msgstr "Jokių perskambinimų šitai bylai" + +#: admin/supervisor.php:208 +msgid "Create appointment for this case" +msgstr "" + +#: admin/supervisor.php:220 +msgid "Call list" +msgstr "Skambučių sąrašas" + +#: admin/supervisor.php:226 +msgid "Phone number" +msgstr "Telefono numeris" + +#: admin/supervisor.php:226 +msgid "Change outcome" +msgstr "Pakeiskite rezultatą:" + +#: admin/supervisor.php:239 +msgid "Case notes" +msgstr "Atvejo pastabos" + +#: admin/supervisor.php:261 +msgid "Modify responses for this case" +msgstr "Modifikuoti atsakymus šiai bylai" + +#: admin/supervisor.php:263 +msgid "Case not yet started in Limesurvey" +msgstr "Byla dar nepradėta apklausų sistemoje" + +#: admin/supervisor.php:267 +msgid "Set a case outcome" +msgstr "Nustaykite atvejo rezultatą" + +#: admin/supervisor.php:286 +msgid "Case does not exist" +msgstr "Atvejis neegzistuoja" + +#: functions/functions.operator.php:94 +msgid "morning" +msgstr "rytas" + +#: functions/functions.operator.php:95 +msgid "afternoon" +msgstr "po pietų" + +#: functions/functions.operator.php:96 +msgid "evening" +msgstr "vakaras" + +#: functions/functions.operator.php:633 +msgid "ERROR: You do not have server side authentication enabled therefore queXS cannot determine which user is accessing the system." +msgstr "Klaida: Jūs neturite tinkamo prisijungimo tam, kad sistema nustatytų vartotojo teises." + +#: functions/functions.calendar.php:240 +msgid "First name:" +msgstr "Vardas" + +#: functions/functions.calendar.php:241 +msgid "Last name:" +msgstr "Pavardė" + +#: functions/functions.calendar.php:246 +msgid "Time Zone:" +msgstr "Laiko zona" + +#: functions/functions.calendar.php:289 +msgid "Shift from:" +msgstr "Pamaina nuo:" + +#: functions/functions.calendar.php:296 +msgid "Start Time" +msgstr "Pradžia" + +#: functions/functions.calendar.php:346 +msgid "End Time" +msgstr "Baigimo laikas" + +#: functions/functions.performance.php:460 +msgid "No shift" +msgstr "Jokios pamainos" + +#: functions/functions.performance.php:483 +msgid "Total completions" +msgstr "Visos užpildytos apklausos" + +#: functions/functions.performance.php:512 +msgid "Completions this shift" +msgstr "Užpildyta šią pamainą" + +#: functions/functions.performance.php:535 +#: functions/functions.performance.php:581 +msgid "No previous shift" +msgstr "Nėra ankstenės pamainos" + +#: functions/functions.performance.php:555 +msgid "Completions on the previous shift" +msgstr "Užpildymai prieš tai pamainoje" + +#: functions/functions.performance.php:602 +msgid "Completions this time on the previous shift" +msgstr "Užbaigimai šį kart, prieš tai buvusioje pamainoje" + +#: functions/functions.performance.php:620 +msgid "No calls made for this shift" +msgstr "Nebuvo atlikta jokių skambučių pamainoje" + +#: functions/functions.performance.php:622 +msgid "Top CPH for this shift" +msgstr "CPH topas šioje pamainoje" + +#: functions/functions.performance.php:639 +msgid "No calls made for this project" +msgstr "Šiame projekte neatlikta jokių skambučių" + +#: functions/functions.performance.php:641 +msgid "Top CPH" +msgstr "CPH topas" + +#: functions/functions.import.php:89 +msgid "Duplicate name" +msgstr "Dubliuoti vardą" + +#: functions/functions.import.php:111 +msgid "You must select one and one only Primary Phone number" +msgstr "Jūs privalote pasirinkti vienintelį PAGRINDINĮ telefono numerį" + +#: functions/functions.import.php:127 +msgid "Import?" +msgstr "Importuoti?" + +#: functions/functions.import.php:127 +msgid "Name" +msgstr "Vardas" + +#: functions/functions.import.php:127 +msgid "Type" +msgstr "Tipas" + +#: functions/functions.voip.php:442 +msgid "online" +msgstr "" + +#: functions/functions.voip.php:442 +msgid "offline" +msgstr "" + +#: functions/functions.voip.php:518 +msgid "Disconnected" +msgstr "" + +#: functions/functions.voip.php:520 +msgid "Reconnected" +msgstr "" + +#: functions/functions.voip.php:542 +#: functions/functions.voip.php:554 +#: functions/functions.voip.php:566 +#: functions/functions.voip.php:576 +#: functions/functions.voip.php:585 +msgid " Extension " +msgstr "" + +#: functions/functions.voip.php:576 +msgid "Unregistered" +msgstr "" + +#: functions/functions.voip.php:585 +msgid "Registered" +msgstr "" + +#: display/index.php:111 +msgid "Display" +msgstr "Monitorius" + +#: client/index.php:72 +msgid "There are no questionnaires assigned to you" +msgstr "Nėra Jums priskirtų klausimynų" + +#: client/index.php:123 +msgid "You are not a valid client" +msgstr "Jūs nesate galiojantis klientas" + +#: include/php-gettext-1.0.9/examples/pigs_dropin.php:77 +#: include/php-gettext-1.0.9/examples/pigs_fallback.php:76 +msgid "" +"This is how the story goes.\n" +"\n" +msgstr "" +"Štai taip vyksta pasakojimas.\n" +"\n" + +#~ msgid "Respondent Selection - Project End" +#~ msgstr "Respondentų pasirinkimas - Projekto pabaiga" diff --git a/rs_intro_interface2.php b/rs_intro_interface2.php index 8a18d0cb..ca8d738b 100644 --- a/rs_intro_interface2.php +++ b/rs_intro_interface2.php @@ -95,7 +95,7 @@ if (limesurvey_percent_complete($case_id) == false) else { ?> -

+

- * @copyright Australian Consortium for Social and Political Research Inc 2007,2008 + * @author Adam Zammit + * @copyright Deakin University 2007,2008 * @package queXS * @subpackage user - * @link http://www.acspri.org.au/ queXS was writen for Australian Consortium for Social and Political Research Incorporated (ACSPRI) + * @link http://www.deakin.edu.au/dcarf/ queXS was writen for DCARF - Deakin Computer Assisted Research Facility * @license http://opensource.org/licenses/gpl-2.0.php The GNU General Public License (GPL) Version 2 * */ @@ -67,7 +67,7 @@ if (AUTO_LOGOUT_MINUTES !== false) $js[] = "js/childnap.js"; } -xhtml_head(T_("Status"),true,array("css/status.css"),$js); +xhtml_head(T_("Status"),true,array("css/status_interface2.css"),$js); $ca = get_call_attempt($operator_id,false); if ($ca) @@ -76,7 +76,7 @@ if ($ca) $case_id = get_case_id($operator_id); $fname = get_respondent_variable("firstName",$respondent_id); $lname = get_respondent_variable("lastName",$respondent_id); - print "

" . T_("Name") . ": $fname $lname

"; + print "

" . T_("Name") . ": $fname $lname

"; $appointment = is_on_appointment($ca); @@ -114,31 +114,51 @@ if ($ca) if (!$call_id) { - if ($appointment) + $sql = "SELECT c. * + FROM contact_phone AS c + LEFT JOIN ( + SELECT contact_phone.contact_phone_id + FROM contact_phone + LEFT JOIN `call` ON ( call.contact_phone_id = contact_phone.contact_phone_id ) + LEFT JOIN outcome ON ( call.outcome_id = outcome.outcome_id ) + WHERE contact_phone.case_id = '$case_id' + AND outcome.tryagain =0 + ) AS l ON l.contact_phone_id = c.contact_phone_id + LEFT JOIN + ( + SELECT contact_phone_id + FROM `call` + WHERE call_attempt_id = '$ca' + AND outcome_id != 18 + ) as ca on ca.contact_phone_id = c.contact_phone_id + WHERE c.case_id = '$case_id' + AND l.contact_phone_id IS NULL + AND ca.contact_phone_id IS NULL + order by c.priority ASC"; + + $numsa = $db->GetRow($sql); + + if (!empty($numsa)) { - //create a call on the appointment number - $sql = "SELECT cp.* - FROM contact_phone as cp, appointment as a - WHERE cp.case_id = '$case_id' - AND a.appointment_id = '$appointment' - AND a.contact_phone_id = cp.contact_phone_id"; - + if ($appointment) + { + //create a call on the appointment number + $sql = "SELECT cp.* + FROM contact_phone as cp, appointment as a + WHERE cp.case_id = '$case_id' + AND a.appointment_id = '$appointment' + AND a.contact_phone_id = cp.contact_phone_id"; + + $rs = $db->GetRow($sql); + $contact_phone_id = $rs['contact_phone_id']; + } + else + { + $contact_phone_id = $numsa['contact_phone_id']; + } + + $call_id = get_call($operator_id,$respondent_id,$contact_phone_id,true); } - else - { - //create a call on the first available number by priority - $sql = "SELECT * - FROM contact_phone - WHERE case_id = '$case_id' - ORDER BY priority ASC - LIMIT 1"; - - } - - $rs = $db->GetRow($sql); - $contact_phone_id = $rs['contact_phone_id']; - - $call_id = get_call($operator_id,$respondent_id,$contact_phone_id,true); } if ($appointment) @@ -157,48 +177,52 @@ if ($ca) //if (missed_appointment($ca)) print "
" . T_("MISSED") . "
"; } - - $sql = "SELECT c.*, CASE WHEN c.contact_phone_id = ccc.contact_phone_id THEN 'checked=\"checked\"' ELSE '' END as checked - FROM contact_phone as c - LEFT JOIN `call` as ccc ON (ccc.call_id = '$call_id') - LEFT JOIN ( - SELECT contact_phone.contact_phone_id - FROM contact_phone - LEFT JOIN `call` ON ( call.contact_phone_id = contact_phone.contact_phone_id ) - LEFT JOIN outcome ON ( call.outcome_id = outcome.outcome_id ) - WHERE contact_phone.case_id = '$case_id' - AND outcome.tryagain =0 - ) AS l ON l.contact_phone_id = c.contact_phone_id - LEFT JOIN - ( - SELECT contact_phone_id - FROM `call` - WHERE call_attempt_id = '$ca' - AND outcome_id != 18 - AND outcome_id != 0 - ) as ca on ca.contact_phone_id = c.contact_phone_id - WHERE c.case_id = '$case_id' - AND l.contact_phone_id IS NULL - AND ca.contact_phone_id IS NULL"; - - - $rs = $db->GetAll($sql); - - - //Display all available numbers for this case as a list of radio buttons - //By default, the selected radio button should have a "call" started for it - //When then next one clicked, it should bring up call screen if no outcome otherwise start new call - print "
"; - foreach($rs as $r) + if ($call_id) { - print "
"; - print ""; - print ""; - print "
"; + $sql = "SELECT c.*, CASE WHEN c.contact_phone_id = ccc.contact_phone_id THEN 'checked=\"checked\"' ELSE '' END as checked + FROM contact_phone as c + LEFT JOIN `call` as ccc ON (ccc.call_id = '$call_id') + LEFT JOIN ( + SELECT contact_phone.contact_phone_id + FROM contact_phone + LEFT JOIN `call` ON ( call.contact_phone_id = contact_phone.contact_phone_id ) + LEFT JOIN outcome ON ( call.outcome_id = outcome.outcome_id ) + WHERE contact_phone.case_id = '$case_id' + AND outcome.tryagain =0 + ) AS l ON l.contact_phone_id = c.contact_phone_id + LEFT JOIN + ( + SELECT contact_phone_id + FROM `call` + WHERE call_attempt_id = '$ca' + AND outcome_id != 18 + AND outcome_id != 0 + ) as ca on ca.contact_phone_id = c.contact_phone_id + WHERE c.case_id = '$case_id' + AND l.contact_phone_id IS NULL + AND ca.contact_phone_id IS NULL"; + + + $rs = $db->GetAll($sql); + + + //Display all available numbers for this case as a list of radio buttons + //By default, the selected radio button should have a "call" started for it + //When then next one clicked, it should bring up call screen if no outcome otherwise start new call + print "
"; + foreach($rs as $r) + { + print "
"; + print ""; + print ""; + print "

"; + } + print "
"; } - print "
"; + else + print "
" . T_("No more numbers to call") . "
"; } else print "
" . T_("No more numbers to call") . "
"; diff --git a/waitnextcase_interface2.php b/waitnextcase_interface2.php index 8a45069d..3c28e691 100644 --- a/waitnextcase_interface2.php +++ b/waitnextcase_interface2.php @@ -20,11 +20,11 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * - * @author Adam Zammit - * @copyright Australian Consortium for Social and Political Research Inc 2007,2008 + * @author Adam Zammit + * @copyright Deakin University 2007,2008 * @package queXS * @subpackage user - * @link http://www.acspri.org.au/ queXS was writen for Australian Consortium for Social and Political Research Incorporated (ACSPRI) + * @link http://www.deakin.edu.au/dcarf/ queXS was writen for DCARF - Deakin Computer Assisted Research Facility * @license http://opensource.org/licenses/gpl-2.0.php The GNU General Public License (GPL) Version 2 * * @@ -46,36 +46,15 @@ include_once("functions/functions.xhtml.php"); include_once("functions/functions.operator.php"); -xhtml_head(T_("queXS"), false, array("css/index_interface2.css","css/tabber.css"),array("js/tabber.js")); +xhtml_head(T_("queXS"), false, array("css/index_interface2.css","css/tabber_interface2.css"),array("js/tabber_interface2.js")); ?> +
+
    +
  • +
  • -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - -
    -
    -
    -

    -
    -
    - - -
    -
    - +