From bd98a4a8f0cdb6ba87a9f235ea9e95309f68bc3c Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Tue, 25 Oct 2016 15:18:26 +1100 Subject: [PATCH] Fix issue with more than 2 character long locale code Updated translations (thank you!) --- lang.inc.php | 21 +- locale/bs/LC_MESSAGES/bs.mo | Bin 1475 -> 1475 bytes locale/bs/LC_MESSAGES/bs.po | 78 +- locale/cs/LC_MESSAGES/cs.mo | Bin 43991 -> 43991 bytes locale/cs/LC_MESSAGES/cs.po | 81 +- locale/de/LC_MESSAGES/de.mo | Bin 12791 -> 12791 bytes locale/de/LC_MESSAGES/de.po | 78 +- locale/el/LC_MESSAGES/el.mo | Bin 7136 -> 7136 bytes locale/el/LC_MESSAGES/el.po | 78 +- locale/es/LC_MESSAGES/es.mo | Bin 23646 -> 23646 bytes locale/es/LC_MESSAGES/es.po | 78 +- locale/fa/LC_MESSAGES/fa.mo | Bin 6093 -> 6093 bytes locale/fa/LC_MESSAGES/fa.po | 78 +- locale/fr/LC_MESSAGES/fr.mo | Bin 6452 -> 6452 bytes locale/fr/LC_MESSAGES/fr.po | 78 +- locale/gl/LC_MESSAGES/gl.mo | Bin 27653 -> 27653 bytes locale/gl/LC_MESSAGES/gl.po | 79 +- locale/he/LC_MESSAGES/he.mo | Bin 3822 -> 3822 bytes locale/he/LC_MESSAGES/he.po | 78 +- locale/hr/LC_MESSAGES/hr.mo | Bin 2962 -> 2962 bytes locale/hr/LC_MESSAGES/hr.po | 78 +- locale/id/LC_MESSAGES/id.mo | Bin 468 -> 468 bytes locale/id/LC_MESSAGES/id.po | 78 +- locale/it/LC_MESSAGES/it.mo | Bin 44726 -> 44726 bytes locale/it/LC_MESSAGES/it.po | 81 +- locale/lt/LC_MESSAGES/lt.mo | Bin 25295 -> 25295 bytes locale/lt/LC_MESSAGES/lt.po | 79 +- locale/mvlaunchpad.sh | 4 +- locale/nl/LC_MESSAGES/nl.mo | Bin 19250 -> 19250 bytes locale/nl/LC_MESSAGES/nl.po | 78 +- locale/oc/LC_MESSAGES/oc.mo | Bin 4254 -> 4254 bytes locale/oc/LC_MESSAGES/oc.po | 78 +- locale/pl/LC_MESSAGES/pl.mo | Bin 12416 -> 12416 bytes locale/pl/LC_MESSAGES/pl.po | 78 +- locale/pt-br/LC_MESSAGES/pt-br.mo | Bin 0 -> 44528 bytes locale/pt-br/LC_MESSAGES/pt-br.po | 4942 +++++++++++++++++ locale/pt/LC_MESSAGES/pt.mo | Bin 44528 -> 7012 bytes locale/pt/LC_MESSAGES/pt.po | 1741 ++---- locale/quexs.pot | 210 +- locale/ro/LC_MESSAGES/ro.mo | Bin 1558 -> 1558 bytes locale/ro/LC_MESSAGES/ro.po | 78 +- locale/ru/LC_MESSAGES/ru.mo | Bin 103681 -> 103681 bytes locale/ru/LC_MESSAGES/ru.po | 81 +- locale/sv/LC_MESSAGES/sv.mo | Bin 29041 -> 29041 bytes locale/sv/LC_MESSAGES/sv.po | 78 +- .../zh.mo => zh-cn/LC_MESSAGES/zh-cn.mo} | Bin 44585 -> 44585 bytes .../zh.po => zh-cn/LC_MESSAGES/zh-cn.po} | 78 +- 47 files changed, 6541 insertions(+), 1948 deletions(-) create mode 100644 locale/pt-br/LC_MESSAGES/pt-br.mo create mode 100644 locale/pt-br/LC_MESSAGES/pt-br.po rename locale/{zh/LC_MESSAGES/zh.mo => zh-cn/LC_MESSAGES/zh-cn.mo} (99%) rename locale/{zh/LC_MESSAGES/zh.po => zh-cn/LC_MESSAGES/zh-cn.po} (98%) diff --git a/lang.inc.php b/lang.inc.php index e4a5c4e3..567ae324 100644 --- a/lang.inc.php +++ b/lang.inc.php @@ -62,8 +62,25 @@ function TQ_($msg) return str_replace("'","\\'",$msg); } - -$locale = isset($_SERVER["HTTP_ACCEPT_LANGUAGE"]) ? substr($_SERVER["HTTP_ACCEPT_LANGUAGE"],0,2) : DEFAULT_LOCALE; +$locale = DEFAULT_LOCALE; +if (isset($_SERVER["HTTP_ACCEPT_LANGUAGE"])) +{ + $l = explode(",",$_SERVER["HTTP_ACCEPT_LANGUAGE"]); + foreach($l as $ls) + { + $ls = strtolower($ls); + if (file_exists(dirname(__FILE__)."/locale/".$ls)) + { + $locale = $ls; + break; + } + else if (file_exists(dirname(__FILE__)."/locale/". substr($ls,0,2))) + { + $locale = substr($ls,0,2); + break; + } + } +} T_setlocale(LC_MESSAGES, $locale); T_bindtextdomain($locale, dirname(__FILE__)."/locale"); T_bind_textdomain_codeset($locale, 'UTF-8'); diff --git a/locale/bs/LC_MESSAGES/bs.mo b/locale/bs/LC_MESSAGES/bs.mo index 4c47c0f6d65186d6de3828db90b1fabd9bf5594b..9e51b9268f909fb269ca8b91621542e8bb66a3b3 100644 GIT binary patch delta 47 zcmX@ieVBWLDl?b4u7RO~p{bRT!DM~rAKZopx<;l71}0VpCXJ-%r-}}WH15% D9^MO1 delta 47 zcmX@ieVBWLDl?a12K8AKV7!x(0>{2BubqW|NIr)R+woO*cogWH15% DAL\n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2013-09-02 11:31+0000\n" "Last-Translator: Siddiq \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -190,10 +190,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -218,10 +218,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -246,7 +246,7 @@ msgstr "" msgid "evening" msgstr "" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -443,7 +443,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -680,7 +680,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -804,7 +804,7 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1135,7 +1135,7 @@ msgstr "" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1466,12 +1466,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "" @@ -1484,11 +1484,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "" @@ -1759,7 +1771,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1951,10 +1963,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2929,7 +2937,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2953,11 +2961,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2990,7 +2998,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -2998,27 +3006,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" diff --git a/locale/cs/LC_MESSAGES/cs.mo b/locale/cs/LC_MESSAGES/cs.mo index 437bf78be66cb5abcc7ad95b4f8ba5401994dcb2..545b46bad05c549cb20f850b0b78ccf342f1ed6c 100644 GIT binary patch delta 49 zcmcb9o$2~@rVU=1T;{q4h6;wJRz?PsLoz>c8ye^unJO5VSQ(g14$M+xHZn2WT$L5; F2mqhZ4`BcR delta 49 zcmcb9o$2~@rVU=1T&B7PmI{W3Rz{|iLoz>c8<^`F7%CW;S{a&64$M+xHZ(NdT$L5; F2mqkm4`%=X diff --git a/locale/cs/LC_MESSAGES/cs.po b/locale/cs/LC_MESSAGES/cs.po index b7f20984..084e8dee 100644 --- a/locale/cs/LC_MESSAGES/cs.po +++ b/locale/cs/LC_MESSAGES/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2013-12-24 14:41+0000\n" "Last-Translator: Zbyněk Schwarz \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -189,10 +189,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -217,10 +217,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -245,7 +245,7 @@ msgstr "odpoledne" msgid "evening" msgstr "večer" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -442,7 +442,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -679,7 +679,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -803,7 +803,7 @@ msgstr "ID případu" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1136,7 +1136,7 @@ msgstr "ID" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1470,12 +1470,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "Tento úkol trval" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "vteřin" @@ -1488,11 +1488,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "Řazení dokončeno" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "Nelze dokončit řazení" @@ -1771,7 +1783,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1963,10 +1975,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2959,7 +2967,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2983,11 +2991,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -3020,7 +3028,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -3028,27 +3036,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" @@ -4466,9 +4474,11 @@ msgstr "" #~ msgid "retrieve_conf failed, config not applied" #~ msgstr "retrieve_conf selhalo, nastavení není použito" +#, php-format #~ msgid "Reload failed because retrieve_conf encountered an error: %s" #~ msgstr "Znovu načtení selhalo protože retrieve_conf narazilo na chybu: %s" +#, php-format #~ msgid "Exit code was %s and output was: %s" #~ msgstr "Kód ukončení byl %s a výstup byl: %s" @@ -4801,6 +4811,7 @@ msgstr "" #~ msgid "Search for:" #~ msgstr "Hledat:" +#, php-format #~ msgid "Use the % character as a wildcard" #~ msgstr "Použit znak % cjako zástupný znak" diff --git a/locale/de/LC_MESSAGES/de.mo b/locale/de/LC_MESSAGES/de.mo index bf2e156669da621bb607e40e4512e816ecdf90a5..53d689ef6285e60f429a1e04e9fab41408b26b78 100644 GIT binary patch delta 47 zcmeyK{5^R?s~nfPu7RO~p{bRT!Q_6qzublfx<;l71}0VpCX=Vjt1%mym~B2FZ!QD? DdF2j4 delta 47 zcmeyK{5^R?s~nf9u7Rb3p`n$L>EwR7zuX4qx(0>{2BubqW|ODOt1%lInr=QIZ!QD? DdhrfN diff --git a/locale/de/LC_MESSAGES/de.po b/locale/de/LC_MESSAGES/de.po index d799d139..ff7f6cb9 100644 --- a/locale/de/LC_MESSAGES/de.po +++ b/locale/de/LC_MESSAGES/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2014-03-18 17:48+0000\n" "Last-Translator: Daniel \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -189,10 +189,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -217,10 +217,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -245,7 +245,7 @@ msgstr "" msgid "evening" msgstr "" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -442,7 +442,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "Nochmal versuchen" @@ -679,7 +679,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -803,7 +803,7 @@ msgstr "Fall ID" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1134,7 +1134,7 @@ msgstr "ID" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1466,12 +1466,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "Sekunden" @@ -1484,11 +1484,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "" @@ -1759,7 +1771,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1951,10 +1963,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2929,7 +2937,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2953,11 +2961,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2990,7 +2998,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -2998,27 +3006,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" diff --git a/locale/el/LC_MESSAGES/el.mo b/locale/el/LC_MESSAGES/el.mo index 706267b0f88716bd4644ceefae31364375d4921e..64e2cbaeac76001fadb473c4d85c603b53a488f8 100644 GIT binary patch delta 47 zcmaE0{=j^L1TUAlu7RO~p{bRT!DJ=gPuzwEx<;l71}0VpCX?m))R>J-%r<-Q&EN$9 DHwX*< delta 47 zcmaE0{=j^L1TUAVu7Rb3p`n$L>0~9|PuvFPx(0>{2BubqW|QUl)R+woO*eb+&EN$9 DI1~&7 diff --git a/locale/el/LC_MESSAGES/el.po b/locale/el/LC_MESSAGES/el.po index 190bb99d..cf40ed2e 100644 --- a/locale/el/LC_MESSAGES/el.po +++ b/locale/el/LC_MESSAGES/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -192,10 +192,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -220,10 +220,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -248,7 +248,7 @@ msgstr "" msgid "evening" msgstr "" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -445,7 +445,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -682,7 +682,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -806,7 +806,7 @@ msgstr "Διακριτικό περίπτωσης" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1137,7 +1137,7 @@ msgstr "" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1468,12 +1468,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "" @@ -1486,11 +1486,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "" @@ -1761,7 +1773,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1953,10 +1965,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2931,7 +2939,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2955,11 +2963,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2992,7 +3000,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -3000,27 +3008,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" diff --git a/locale/es/LC_MESSAGES/es.mo b/locale/es/LC_MESSAGES/es.mo index fa95d2cc2734775faa1c65fe611f5687e1031a16..de08736d7b715993ffad27b9804975c33b52da96 100644 GIT binary patch delta 49 zcmcb&gYn)D#tr(`T;{q4h6;wJRz?PsEv>(C8ye^unJO5VSQ(g1wz5%UHZn2WoNV)3 F9sq#94wC=? delta 49 zcmcb&gYn)D#tr(`T&B7PmI{W3Rz{|iEv>(C8<^`F7%CW;S{a&6wz5%UHZ(NdoNV)3 F9sq&M4w(P| diff --git a/locale/es/LC_MESSAGES/es.po b/locale/es/LC_MESSAGES/es.po index 0670c001..07e3524c 100644 --- a/locale/es/LC_MESSAGES/es.po +++ b/locale/es/LC_MESSAGES/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2016-06-28 17:43+0000\n" "Last-Translator: Nicolas \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -189,10 +189,10 @@ msgstr "Mostrar al operador?" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -217,10 +217,10 @@ msgstr "Sí" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -245,7 +245,7 @@ msgstr "tarde" msgid "evening" msgstr "noche" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "ERROR: No está logueado" @@ -444,7 +444,7 @@ msgstr "" "a continuación para intentar obtener una extensión nuevamente." #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "Intentar nuevamente" @@ -683,7 +683,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -807,7 +807,7 @@ msgstr "ID del caso" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1138,7 +1138,7 @@ msgstr "ID" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1471,12 +1471,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "Esta tarea lleva" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "segundos" @@ -1489,11 +1489,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "Ordenación completaada" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "Fallo al completar la ordenación" @@ -1766,7 +1778,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1958,10 +1970,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2936,7 +2944,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2960,11 +2968,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2997,7 +3005,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -3005,27 +3013,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" diff --git a/locale/fa/LC_MESSAGES/fa.mo b/locale/fa/LC_MESSAGES/fa.mo index a21044a12e7985c3e2b9db8b897ef6838b73234e..ee87cca09b34e93ddb68ac4a25675d2afdb8d8c6 100644 GIT binary patch delta 47 zcmX@Be^!4(6AzcUu7RO~p{bRT!Q>vE&)kLvx<;l71}0VpCX>5()tHS;%rEs@s&)f#)x(0>{2BubqW|O;k)tC(pO*e1mmEr;b DP~{Bt diff --git a/locale/fa/LC_MESSAGES/fa.po b/locale/fa/LC_MESSAGES/fa.po index d5d3b5c3..f29184fa 100644 --- a/locale/fa/LC_MESSAGES/fa.po +++ b/locale/fa/LC_MESSAGES/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2013-05-09 18:23+0000\n" "Last-Translator: A J \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -189,10 +189,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -217,10 +217,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -245,7 +245,7 @@ msgstr "" msgid "evening" msgstr "" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -442,7 +442,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -679,7 +679,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -803,7 +803,7 @@ msgstr "شماره کیس" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1134,7 +1134,7 @@ msgstr "" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1465,12 +1465,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "" @@ -1483,11 +1483,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "" @@ -1758,7 +1770,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1950,10 +1962,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2928,7 +2936,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2952,11 +2960,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2989,7 +2997,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -2997,27 +3005,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" diff --git a/locale/fr/LC_MESSAGES/fr.mo b/locale/fr/LC_MESSAGES/fr.mo index b95d614da01a78c38b4a8e9c579b9fe0344a4b11..322bb8e581666c6037b93d249a8103f88da4bb6a 100644 GIT binary patch delta 47 zcmdmDw8dzHwE&m7u7RO~p{bRT!DLr~&)kLvx<;l71}0VpCX<~7)tHS;%r@r;o?r(6 DGO`R| delta 47 zcmdmDw8dzHwE&l?u7Rb3p`n$L>10=d&)f#)x(0>{2BubqW|N%-)tC(pO*iKVo?r(6 DGrkOG diff --git a/locale/fr/LC_MESSAGES/fr.po b/locale/fr/LC_MESSAGES/fr.po index a392dfcf..53bd43fe 100644 --- a/locale/fr/LC_MESSAGES/fr.po +++ b/locale/fr/LC_MESSAGES/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -191,10 +191,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -219,10 +219,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -247,7 +247,7 @@ msgstr "" msgid "evening" msgstr "" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -444,7 +444,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -681,7 +681,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -805,7 +805,7 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1136,7 +1136,7 @@ msgstr "ID" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1467,12 +1467,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "" @@ -1485,11 +1485,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "" @@ -1760,7 +1772,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1952,10 +1964,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2930,7 +2938,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2954,11 +2962,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2991,7 +2999,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -2999,27 +3007,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" diff --git a/locale/gl/LC_MESSAGES/gl.mo b/locale/gl/LC_MESSAGES/gl.mo index fdc74a54b44735960def896a3d00b59e6810cf66..25677c8cc905467e42edeff57e8d8a26678af529 100644 GIT binary patch delta 49 zcmZp@!Pt6(aYK$1m$|Nip@N~Qm65^ZGN-THh6cJurV0ioRt6@M%beAijZDlo&v#DK F004l=4x#`6 delta 49 zcmZp@!Pt6(aYK$1m#MCSrGlZMm67S>GN-TH2Ijg3h6)CzR)%Ji%beAi4Gm2<&v#DK F004p24yXVC diff --git a/locale/gl/LC_MESSAGES/gl.po b/locale/gl/LC_MESSAGES/gl.po index 8306678f..8a7d2149 100644 --- a/locale/gl/LC_MESSAGES/gl.po +++ b/locale/gl/LC_MESSAGES/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -189,10 +189,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -217,10 +217,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -245,7 +245,7 @@ msgstr "tarde" msgid "evening" msgstr "noite" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -442,7 +442,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -679,7 +679,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -803,7 +803,7 @@ msgstr "ID de caso" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1134,7 +1134,7 @@ msgstr "ID" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1468,12 +1468,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "" @@ -1486,11 +1486,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "" @@ -1763,7 +1775,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1955,10 +1967,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2936,7 +2944,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2960,11 +2968,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2997,7 +3005,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -3005,27 +3013,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" @@ -4707,6 +4715,7 @@ msgstr "" #~ msgid "Link" #~ msgstr "Ligazón" +#, php-format #~ msgid "Use the % character as a wildcard" #~ msgstr "Usar o carácter % como comodín" diff --git a/locale/he/LC_MESSAGES/he.mo b/locale/he/LC_MESSAGES/he.mo index 96e544f661c93d9a4a4dbee29ace4b7fac412105..2d48fee2a3ce82395c9685ee5f510e286aab44d3 100644 GIT binary patch delta 47 zcmaDS`%ZSlTn;XCT?0b}LsKgwgUQP|K5`ox=o*lzp;7?@fanoVBJsm5$*XuA0frxGgw DUG5EQ diff --git a/locale/he/LC_MESSAGES/he.po b/locale/he/LC_MESSAGES/he.po index dfd7c835..cabfa26b 100644 --- a/locale/he/LC_MESSAGES/he.po +++ b/locale/he/LC_MESSAGES/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2013-12-30 05:48+0000\n" "Last-Translator: Gal Zilberman \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -189,10 +189,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -217,10 +217,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -245,7 +245,7 @@ msgstr "" msgid "evening" msgstr "" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -442,7 +442,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -679,7 +679,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -803,7 +803,7 @@ msgstr "קוד מקרה" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1134,7 +1134,7 @@ msgstr "" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1465,12 +1465,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "" @@ -1483,11 +1483,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "" @@ -1758,7 +1770,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1950,10 +1962,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2928,7 +2936,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2952,11 +2960,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2989,7 +2997,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -2997,27 +3005,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" diff --git a/locale/hr/LC_MESSAGES/hr.mo b/locale/hr/LC_MESSAGES/hr.mo index 96f3aadfa06f2e6a90eadbcaa80b23bd12da824f..b10c87f41ae53e978d37e0085a6833c2df44d21d 100644 GIT binary patch delta 47 zcmbOvK1qDTbapOtT?0b}LsKgwgUJiozi}HH=o* delta 47 zcmbOvK1qDTbapONT?0!6LqjVg)5#0jzi}Iw>lzp;7?@fanoVBBp~h@zXuA0{$8jbA DI)x29 diff --git a/locale/hr/LC_MESSAGES/hr.po b/locale/hr/LC_MESSAGES/hr.po index e4a07519..da16bd47 100644 --- a/locale/hr/LC_MESSAGES/hr.po +++ b/locale/hr/LC_MESSAGES/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2015-11-11 19:47+0000\n" "Last-Translator: Alen \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -189,10 +189,10 @@ msgstr "Prikaži operateru" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -217,10 +217,10 @@ msgstr "Da" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -245,7 +245,7 @@ msgstr "poslijepodne" msgid "evening" msgstr "večer" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "GREŠKA: Niste prijavljeni" @@ -442,7 +442,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "Pokušaj ponovo" @@ -679,7 +679,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -803,7 +803,7 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1134,7 +1134,7 @@ msgstr "" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1465,12 +1465,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "" @@ -1483,11 +1483,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "" @@ -1758,7 +1770,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1950,10 +1962,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2928,7 +2936,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2952,11 +2960,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2989,7 +2997,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -2997,27 +3005,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" diff --git a/locale/id/LC_MESSAGES/id.mo b/locale/id/LC_MESSAGES/id.mo index fcf863c4a0f75936080a3ab8162bb2000922cb35..9b12df66682b4ede9cc62e598e7ed7c15e8d7625 100644 GIT binary patch delta 43 zcmcb@e1&QR149KvQ!68biOaro8ye^unJO5VSQ(g1UcsowW@KWf$;AKw9bXGm delta 43 zcmcb@e1&\n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -189,10 +189,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -217,10 +217,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -245,7 +245,7 @@ msgstr "" msgid "evening" msgstr "" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -442,7 +442,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -679,7 +679,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -803,7 +803,7 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1134,7 +1134,7 @@ msgstr "" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1465,12 +1465,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "" @@ -1483,11 +1483,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "" @@ -1758,7 +1770,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1950,10 +1962,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2928,7 +2936,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2952,11 +2960,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2989,7 +2997,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -2997,27 +3005,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" diff --git a/locale/it/LC_MESSAGES/it.mo b/locale/it/LC_MESSAGES/it.mo index 32b7fbd95cd964105bb44adc4229395be11d948f..22ae07eb4620302a7cbdd84b0c977466ae74987e 100644 GIT binary patch delta 50 zcmdmXmucHwrVX1ixXg783>6Gbt&9vd@5$h2\n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2013-12-17 13:37+0000\n" "Last-Translator: Cristiano Santinello \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -191,10 +191,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -219,10 +219,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -247,7 +247,7 @@ msgstr "pomeriggio" msgid "evening" msgstr "sera" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -444,7 +444,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -681,7 +681,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -805,7 +805,7 @@ msgstr "Identificativo" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1141,7 +1141,7 @@ msgstr "ID" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1478,12 +1478,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "Questo compito ha richiesto" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "secondi" @@ -1496,11 +1496,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "Ordinamento completato" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "Impossibile completare l'ordinamento" @@ -1781,7 +1793,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1974,10 +1986,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2977,7 +2985,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -3001,11 +3009,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -3038,7 +3046,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -3046,27 +3054,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" @@ -4573,6 +4581,7 @@ msgstr "" #~ msgid "End call with outcome: Quota filled" #~ msgstr "Termina la chiamata con esito: Quota raggiunta" +#, php-format #~ msgid "Reload failed because retrieve_conf encountered an error: %s" #~ msgstr "" #~ "Ricarica non riuscita perché retrieve_conf ha incontrato un errore: %s" @@ -4595,6 +4604,7 @@ msgstr "" #~ "utilizzando lo script bounce_op.sh. Modifiche alle configurazioni potrebbero " #~ "non comparire nel pannello." +#, php-format #~ msgid "Exit code was %s and output was: %s" #~ msgstr "Il codice in uscita è stato %s e l'output è stato: %s" @@ -4865,6 +4875,7 @@ msgstr "" #~ msgid "Link" #~ msgstr "Crea legame" +#, php-format #~ msgid "Use the % character as a wildcard" #~ msgstr "Utilizza il carattere % come jolly" diff --git a/locale/lt/LC_MESSAGES/lt.mo b/locale/lt/LC_MESSAGES/lt.mo index 029db4c13a347625633670a4e36b64c7e27551f0..30d5a85370404bf87a6a337035c84edcebb3d508 100644 GIT binary patch delta 49 zcmX?ql=1vg#tk=YxXg783>6Gbt&9vNKeGAGZD^otWU63bVr5`5`H8I>vyq9}W?s8P FDgd;<5C;GN delta 49 zcmX?ql=1vg#tk=YxJ-2oEENn5t&B`3KeGAGZD6izV5neVYGr6P`H8I>v!S8sW?s8P FDgd?15DfqT diff --git a/locale/lt/LC_MESSAGES/lt.po b/locale/lt/LC_MESSAGES/lt.po index 91d98527..7ec0a5e5 100644 --- a/locale/lt/LC_MESSAGES/lt.po +++ b/locale/lt/LC_MESSAGES/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -189,10 +189,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -217,10 +217,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -245,7 +245,7 @@ msgstr "po pietų" msgid "evening" msgstr "vakaras" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -442,7 +442,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -679,7 +679,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -803,7 +803,7 @@ msgstr "Bylos ID" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1134,7 +1134,7 @@ msgstr "iD" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1466,12 +1466,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "" @@ -1484,11 +1484,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "" @@ -1759,7 +1771,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1952,10 +1964,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2932,7 +2940,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2956,11 +2964,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2993,7 +3001,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -3001,27 +3009,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" @@ -4651,6 +4659,7 @@ msgstr "" #~ msgid "Pre defined values for this question:" #~ msgstr "Šio klausimo išakstinio užpildymo reikšmės" +#, php-format #~ msgid "Use the % character as a wildcard" #~ msgstr "Use the % character as a wildcard" diff --git a/locale/mvlaunchpad.sh b/locale/mvlaunchpad.sh index 2ab51714..3588aa1e 100755 --- a/locale/mvlaunchpad.sh +++ b/locale/mvlaunchpad.sh @@ -2,6 +2,8 @@ for f in `find ./ -iname 'quexs-*.po'`; do BASE=`basename $f .po` DIR=`dirname $f` - L=${BASE:6:2} + L=${BASE:6} + L=${L,,} + L=${L/_/-} mv $f $L/LC_MESSAGES/$L.po done diff --git a/locale/nl/LC_MESSAGES/nl.mo b/locale/nl/LC_MESSAGES/nl.mo index f8307afb8dc8e8150757648a79166f7e31e8b0b9..7ed8b02bf418be70ac48b938257a191d2133d532 100644 GIT binary patch delta 49 zcmdlqjd9a7#tmuuT;{q4h6;wJRz?Ps3-mv68ye^unJO5VSQ(g1&NWbDHZn2WJk4N^ F6aaBZ4l@7% delta 49 zcmdlqjd9a7#tmuuT&B7PmI{W3Rz{|i3-mv68<^`F7%CW;S{a&6&NWbDHZ(NdJk4N^ F6aaEm4mkh- diff --git a/locale/nl/LC_MESSAGES/nl.po b/locale/nl/LC_MESSAGES/nl.po index d52f1b1d..f01d4a94 100644 --- a/locale/nl/LC_MESSAGES/nl.po +++ b/locale/nl/LC_MESSAGES/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -190,10 +190,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -218,10 +218,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -246,7 +246,7 @@ msgstr "namiddag" msgid "evening" msgstr "avond" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -443,7 +443,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -680,7 +680,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -804,7 +804,7 @@ msgstr "Case ID" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1135,7 +1135,7 @@ msgstr "Identiteit" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1468,12 +1468,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "" @@ -1486,11 +1486,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "" @@ -1761,7 +1773,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1954,10 +1966,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2934,7 +2942,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2958,11 +2966,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2995,7 +3003,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -3003,27 +3011,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" diff --git a/locale/oc/LC_MESSAGES/oc.mo b/locale/oc/LC_MESSAGES/oc.mo index fce056100613a6e047a91ddf11496368ed75e524..209ab564b28033725351d4a4311011470c1506c0 100644 GIT binary patch delta 47 zcmbQII8SkdBR7}1u7RO~p{bRT!D4T2Ms7m`T_aNk0~0F)lgVK`YRpC^W}EAI C@d~2= delta 47 zcmbQII8SkdBR7|+u7Rb3p`n$L>0)ngMs5RhT?0b}15+zQv&msRYRra)rkm?|\n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -189,10 +189,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -217,10 +217,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -245,7 +245,7 @@ msgstr "" msgid "evening" msgstr "" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -442,7 +442,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -679,7 +679,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -803,7 +803,7 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1134,7 +1134,7 @@ msgstr "Identificant (ID)" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1465,12 +1465,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "" @@ -1483,11 +1483,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "" @@ -1758,7 +1770,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1950,10 +1962,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2928,7 +2936,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2952,11 +2960,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2989,7 +2997,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -2997,27 +3005,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" diff --git a/locale/pl/LC_MESSAGES/pl.mo b/locale/pl/LC_MESSAGES/pl.mo index 22ada2ff4cbe1d1347eaa9414062cfd8fa030d35..87cb97554667f9d32d68c4821f3741c0bd246703 100644 GIT binary patch delta 47 zcmZojY)IT-A C?F$M3 delta 47 zcmZojY)IT-AE<#8E&%`? C`3n#L diff --git a/locale/pl/LC_MESSAGES/pl.po b/locale/pl/LC_MESSAGES/pl.po index 1df4b010..15ec4154 100644 --- a/locale/pl/LC_MESSAGES/pl.po +++ b/locale/pl/LC_MESSAGES/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2013-10-21 18:44+0000\n" "Last-Translator: Paweł Timler \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -189,10 +189,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -217,10 +217,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -245,7 +245,7 @@ msgstr "Popołudnie" msgid "evening" msgstr "Wieczór" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -442,7 +442,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -679,7 +679,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -803,7 +803,7 @@ msgstr "ID wywiadu" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1134,7 +1134,7 @@ msgstr "ID" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1465,12 +1465,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "" @@ -1483,11 +1483,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "" @@ -1758,7 +1770,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1950,10 +1962,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2928,7 +2936,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2952,11 +2960,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2989,7 +2997,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -2997,27 +3005,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" diff --git a/locale/pt-br/LC_MESSAGES/pt-br.mo b/locale/pt-br/LC_MESSAGES/pt-br.mo new file mode 100644 index 0000000000000000000000000000000000000000..de3fcb5b1a25a93028a7035f01a440f064325a87 GIT binary patch literal 44528 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 G8U25~V=_|! literal 0 HcmV?d00001 diff --git a/locale/pt-br/LC_MESSAGES/pt-br.po b/locale/pt-br/LC_MESSAGES/pt-br.po new file mode 100644 index 00000000..a8a5f78c --- /dev/null +++ b/locale/pt-br/LC_MESSAGES/pt-br.po @@ -0,0 +1,4942 @@ +# Brazilian Portuguese translation for quexs +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the quexs package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: quexs\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" +"PO-Revision-Date: 2013-12-04 16:38+0000\n" +"Last-Translator: Marco Antonio Ciciliati \n" +"Language-Team: Brazilian Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" + +#: appointment.php:76 +msgid "Appointment error" +msgstr "Erro no agendamento" + +#: appointment.php:77 +msgid "" +"You have not been assigned a case therefore cannot create an appointment" +msgstr "" +"Você não possui um caso atribuído, por isso não pode criar um agendamento" + +#: appointment.php:116 +msgid "Appointment made" +msgstr "Agendamento realizado" + +#: appointment.php:128 admin/supervisor.php:395 +msgid "Create appointment" +msgstr "" + +#: appointment.php:131 appointmentlist.php:95 callhistory.php:88 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:387 admin/displayappointments.php:208 +#: admin/displayappointments.php:313 admin/displayappointments.php:336 +msgid "Respondent" +msgstr "Respondente" + +#: appointment.php:140 +msgid "Create new respondent:" +msgstr "Criar novo respondente" + +#: appointment.php:143 +msgid "Add this respondent" +msgstr "Adicionar este respondente" + +#: appointment.php:153 admin/operators.php:257 admin/clients.php:245 +#: admin/operatorlist.php:240 admin/supervisor.php:330 +#: admin/casestatus.php:126 +msgid "Timezone" +msgstr "Fuso horário" + +#: appointment.php:153 +msgid "Current Time" +msgstr "" + +#: appointment.php:171 +msgid "Select phone number:" +msgstr "Selecione o número de telefone" + +#: appointment.php:185 admin/displayappointments.php:230 +msgid "Add new phone number" +msgstr "Adicionar novo número de telefone" + +#: appointment.php:198 +msgid "Add new phone number (with area code, eg 0398761234):" +msgstr "" +"Adicionar novo número de telefone (com código de área, ex: 6199991111):" + +#: appointment.php:201 +msgid "Add this phone number" +msgstr "Adicionar este número de telefone" + +#: appointment.php:221 +msgid "Accept appointment from " +msgstr "Realizar agendamento das " + +#: appointment.php:221 functions/functions.calendar.php:313 +msgid " till " +msgstr " até as " + +#: appointment.php:221 +msgid " on " +msgstr " no dia " + +#: appointment.php:221 +msgid "on" +msgstr "para o número" + +#: appointment.php:222 +msgid "Appointment with myself only?" +msgstr "Agendar apenas para você mesmo?" + +#: appointment.php:231 include/limesurvey/qanda.php:1701 +#: include/limesurvey/qanda.php:1921 +msgid "Schedule Appointment" +msgstr "" + +#: appointment.php:248 +msgid "Clear" +msgstr "" + +#: appointment.php:248 referral.php:269 email.php:360 admin/samplelist.php:467 +#: admin/samplelist.php:478 admin/operators.php:305 admin/clients.php:254 +#: admin/supervisor.php:181 admin/extensionstatus.php:207 admin/new.php:392 +msgid "Cancel" +msgstr "" + +#: info.php:62 +msgid "Information" +msgstr "Informações" + +#: rs_project_end.php:65 rs_callback.php:68 rs_intro.php:73 rs_intro.php:133 +#: rs_answeringmachine.php:69 rs_business.php:58 rs_project_intro.php:63 +#: rs_quota_end.php:64 +msgid "Respondent Selection" +msgstr "" + +#: rs_project_end.php:65 +msgid "Project end" +msgstr "" + +#: rs_project_end.php:85 +msgid "Call automatically ended with outcome:" +msgstr "" + +#: rs_project_end.php:85 rs_project_end.php:99 admin/databasestrings.php:41 +msgid "Complete" +msgstr "Entrevista Completa" + +#: rs_project_end.php:88 call_interface2.php:295 call.php:283 call.php:399 +#: call.php:404 call.php:420 call.php:426 +msgid "End case" +msgstr "Encerrar caso" + +#: rs_project_end.php:92 rs_callback.php:94 rs_intro.php:83 +#: rs_answeringmachine.php:96 rs_business.php:66 rs_project_intro.php:90 +#: rs_quota_end.php:74 +msgid "End call with outcome:" +msgstr "" + +#: functions/functions.xhtml.php:93 +msgid "UP" +msgstr "" + +#: functions/functions.import.php:89 +msgid "Duplicate column name" +msgstr "" + +#: functions/functions.import.php:111 +msgid "You must select one and one only Primary Phone number" +msgstr "Você deve selecionar um e somente um número de telefone primário" + +#: functions/functions.import.php:127 +msgid "Selected file column name" +msgstr "" + +#: functions/functions.import.php:127 +msgid "Import ?" +msgstr "" + +#: functions/functions.import.php:127 +msgid "New Sample Variable Name" +msgstr "" + +#: functions/functions.import.php:127 +msgid "Variable Type" +msgstr "" + +#: functions/functions.import.php:127 +msgid "Show to operator?" +msgstr "" + +#: functions/functions.import.php:144 functions/functions.import.php:156 +#: waitnextcase_interface2.php:142 admin/samplelist.php:304 +#: admin/samplelist.php:305 admin/samplelist.php:467 admin/samplelist.php:478 +#: admin/operators.php:267 admin/operators.php:283 admin/operators.php:299 +#: admin/samplesearch.php:101 admin/addshift.php:261 +#: admin/supervisorchat.php:79 admin/questionnairelist.php:390 +#: admin/questionnairelist.php:393 admin/questionnairelist.php:397 +#: admin/questionnairelist.php:401 admin/questionnairelist.php:405 +#: admin/questionnairelist.php:569 admin/operatorlist.php:251 +#: admin/operatorlist.php:269 admin/operatorlist.php:286 +#: admin/operatorlist.php:291 admin/set_outcomes.php:177 +#: admin/set_outcomes.php:178 admin/set_outcomes.php:179 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:181 +#: admin/set_outcomes.php:184 admin/set_outcomes.php:185 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 +#: admin/assignsample.php:232 admin/assignsample.php:235 +#: admin/assignsample.php:328 admin/assignsample.php:330 +#: admin/assignsample.php:400 admin/assignsample.php:404 +#: admin/assignsample.php:410 admin/supervisor.php:200 +#: admin/supervisor.php:373 admin/supervisor.php:419 admin/quotarow.php:396 +#: admin/quotarow.php:570 admin/quotarow.php:600 +#: admin/displayappointments.php:297 admin/displayappointments.php:321 +#: admin/new.php:220 admin/new.php:227 admin/new.php:234 admin/new.php:241 +#: admin/new.php:248 +msgid "Yes" +msgstr "" + +#: functions/functions.import.php:144 functions/functions.import.php:156 +#: admin/samplelist.php:304 admin/samplelist.php:305 admin/operators.php:267 +#: admin/operators.php:283 admin/operators.php:299 admin/addshift.php:261 +#: admin/supervisorchat.php:79 admin/questionnairelist.php:390 +#: admin/questionnairelist.php:393 admin/questionnairelist.php:397 +#: admin/questionnairelist.php:401 admin/questionnairelist.php:405 +#: admin/questionnairelist.php:569 admin/operatorlist.php:251 +#: admin/operatorlist.php:269 admin/operatorlist.php:286 +#: admin/operatorlist.php:291 admin/set_outcomes.php:177 +#: admin/set_outcomes.php:178 admin/set_outcomes.php:179 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:181 +#: admin/set_outcomes.php:184 admin/set_outcomes.php:185 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 +#: admin/assignsample.php:232 admin/assignsample.php:233 +#: admin/assignsample.php:235 admin/assignsample.php:328 +#: admin/assignsample.php:330 admin/assignsample.php:400 +#: admin/assignsample.php:401 admin/assignsample.php:404 +#: admin/assignsample.php:410 admin/supervisor.php:373 +#: admin/supervisor.php:419 admin/quotarow.php:396 admin/quotarow.php:570 +#: admin/quotarow.php:600 admin/displayappointments.php:297 +#: admin/displayappointments.php:321 admin/new.php:220 admin/new.php:227 +#: admin/new.php:234 admin/new.php:241 admin/new.php:248 +msgid "No" +msgstr "" + +#: functions/functions.operator.php:167 include/limesurvey/quexs.php:362 +msgid "morning" +msgstr "manhã" + +#: functions/functions.operator.php:168 include/limesurvey/quexs.php:363 +msgid "afternoon" +msgstr "tarde" + +#: functions/functions.operator.php:169 include/limesurvey/quexs.php:364 +msgid "evening" +msgstr "noite" + +#: functions/functions.operator.php:988 +msgid "ERROR: You are not logged in." +msgstr "" + +#: functions/functions.performance.php:469 +msgid "No shift" +msgstr "Sem turnos" + +#: functions/functions.performance.php:492 +msgid "Total completions" +msgstr "Total Realizadas" + +#: functions/functions.performance.php:521 +msgid "Completions this shift" +msgstr "Realizadas neste turno" + +#: functions/functions.performance.php:544 +#: functions/functions.performance.php:590 +msgid "No previous shift" +msgstr "Sem turno anterior" + +#: functions/functions.performance.php:564 +msgid "Completions on the previous shift" +msgstr "Realizadas no turno anterior" + +#: functions/functions.performance.php:611 +msgid "Completions this time on the previous shift" +msgstr "Realizadas neste horário no turno anterior" + +#: functions/functions.performance.php:629 +msgid "No calls made for this shift" +msgstr "Não há ligações realizadas neste turno" + +#: functions/functions.performance.php:631 +msgid "Top CPH for this shift" +msgstr "Maiores realizações neste turno" + +#: functions/functions.performance.php:648 +msgid "No calls made for this project" +msgstr "Não há ligações realizadas neste projeto" + +#: functions/functions.performance.php:650 +msgid "Top CPH" +msgstr "Maiores realizações" + +#: functions/functions.calendar.php:193 +msgid "Select a respondent" +msgstr "Selecione um respondente" + +#: functions/functions.calendar.php:202 functions/functions.calendar.php:204 +#: respondent.php:99 respondent.php:137 contactdetails.php:98 +#: contactdetails.php:136 +msgid "Add respondent" +msgstr "Adicionar respondente" + +#: functions/functions.calendar.php:256 +msgid "First name:" +msgstr "Primeiro Nome:" + +#: functions/functions.calendar.php:257 +msgid "Last name:" +msgstr "Sobrenome" + +#: functions/functions.calendar.php:262 +msgid "Time Zone:" +msgstr "Fuso Horário:" + +#: functions/functions.calendar.php:313 +msgid "Shift from:" +msgstr "Turno das:" + +#: functions/functions.calendar.php:317 +msgid "Start Time" +msgstr "Hora Inicial" + +#: functions/functions.calendar.php:360 +msgid "End Time" +msgstr "Hora final" + +#: functions/functions.calendar.php:462 +msgid "Mon" +msgstr "" + +#: functions/functions.calendar.php:463 +msgid "Tue" +msgstr "" + +#: functions/functions.calendar.php:464 +msgid "Wed" +msgstr "" + +#: functions/functions.calendar.php:465 +msgid "Thu" +msgstr "" + +#: functions/functions.calendar.php:466 +msgid "Fri" +msgstr "" + +#: functions/functions.calendar.php:467 +msgid "Sat" +msgstr "" + +#: functions/functions.calendar.php:468 +msgid "Sun" +msgstr "" + +#: functions/functions.voip.php:449 selectextension.php:114 status.php:105 +#: admin/operators.php:271 admin/operatorlist.php:255 +#: admin/operatorlist.php:408 admin/extensionstatus.php:266 +msgid "Extension" +msgstr "Ramal" + +#: functions/functions.voip.php:449 +msgid "online" +msgstr "Ligado" + +#: functions/functions.voip.php:449 +msgid "offline" +msgstr "Desligado" + +#: functions/functions.voip.php:528 +msgid "Disconnected" +msgstr "Desconectado" + +#: functions/functions.voip.php:530 +msgid "Reconnected" +msgstr "Reconectado" + +#: functions/functions.voip.php:553 status.php:124 +#: admin/extensionstatus.php:233 call.php:440 +msgid "Ringing" +msgstr "Chamando" + +#: functions/functions.voip.php:553 functions/functions.voip.php:565 +#: functions/functions.voip.php:577 functions/functions.voip.php:587 +#: functions/functions.voip.php:596 +msgid " Extension " +msgstr " Ramal " + +#: functions/functions.voip.php:553 functions/functions.voip.php:565 +#: functions/functions.voip.php:577 supervisorchat.php:88 +#: admin/systemsortprocess.php:147 admin/systemsortprocess.php:185 +#: admin/bulkappointment.php:215 admin/bulkappointment.php:237 +#: admin/casestatus.php:126 +msgid "Case id" +msgstr "Caso Nr" + +#: functions/functions.voip.php:565 status.php:128 +#: admin/extensionstatus.php:233 call.php:447 +msgid "Answered" +msgstr "Atendida" + +#: functions/functions.voip.php:577 call.php:437 call.php:444 call.php:451 +msgid "Hangup" +msgstr "Chamada desligada" + +#: functions/functions.voip.php:587 +msgid "Unregistered" +msgstr "Não registrado" + +#: functions/functions.voip.php:596 +msgid "Registered" +msgstr "Registrado" + +#: rs_callback.php:68 +msgid "Call back" +msgstr "" + +#: rs_callback.php:82 +msgid "Survey is" +msgstr "" + +#: rs_callback.php:82 +msgid "complete" +msgstr "" + +#: rs_callback.php:85 rs_answeringmachine.php:87 rs_business.php:63 +#: rs_project_intro.php:79 +msgid "Go Back" +msgstr "Voltar" + +#: rs_callback.php:103 +msgid "Yes - Continue where we left off" +msgstr "Sim - Continuar de onde paramos" + +#: selectextension.php:94 index.php:150 +msgid "queXS" +msgstr "queXS" + +#: selectextension.php:105 +msgid "" +"There are no extensions available, please contact the supervisor or click " +"below to try again for an available extension" +msgstr "" + +#: selectextension.php:106 admin/set_outcomes.php:179 +#: admin/set_outcomes.php:277 +msgid "Try again" +msgstr "" + +#: selectextension.php:110 +msgid "Select extension" +msgstr "" + +#: selectextension.php:111 +msgid "" +"Please select your extension from the list below then click on 'Choose " +"extension'" +msgstr "" + +#: selectextension.php:116 +msgid "Choose extension" +msgstr "" + +#: status.php:64 status.php:83 status_interface2.php:76 +#: admin/quotareport.php:310 admin/outcomes.php:88 admin/outcomes.php:200 +#: admin/quotarow.php:586 +msgid "Status" +msgstr "Situação" + +#: status.php:65 callhistory.php:92 admin/callhistory.php:192 +#: admin/casesbyoutcome.php:124 +msgid "No operator" +msgstr "Sem operador" + +#: status.php:101 +msgid "VoIP On" +msgstr "PBX OK" + +#: status.php:103 +msgid "VoIP Off" +msgstr "PBX DESL" + +#: status.php:108 +msgid "No VoIP" +msgstr "Ligação Manual" + +#: status.php:112 +msgid "No call" +msgstr "Livre" + +#: status.php:116 +msgid "To be coded" +msgstr "Informe Resultado" + +#: status.php:120 +msgid "Requesting" +msgstr "Ligando" + +#: status.php:136 +msgid "APPT" +msgstr "AGEN" + +#: status.php:137 status_interface2.php:181 +msgid "MISSED" +msgstr "PERDIDO" + +#: status.php:140 casenote.php:119 status_interface2.php:239 calllist.php:93 +#: project_info.php:88 +msgid "No case" +msgstr "Sem caso" + +#: referral.php:189 +msgid "Generated referral to case id" +msgstr "" + +#: referral.php:195 +msgid "Generated as referral from case id" +msgstr "" + +#: referral.php:201 +msgid "Created referral case - you may now close this window" +msgstr "" + +#: referral.php:205 +msgid "" +"Failed to create referral case - please check your input and try again" +msgstr "" + +#: referral.php:211 +msgid "You must supply a primary phone number" +msgstr "" + +#: referral.php:220 index.php:172 index_interface2.php:231 +msgid "Referral" +msgstr "" + +#: referral.php:231 referral.php:268 +msgid "Create referral" +msgstr "" + +#: referral.php:266 +msgid "Call this new referral immediately after this case?" +msgstr "" + +#: referral.php:275 +msgid "Referrals not available for this questionnaire" +msgstr "" + +#: performance.php:67 index.php:282 index_interface2.php:301 +msgid "Performance" +msgstr "Desempenho" + +#: performance.php:83 admin/operatorperformance.php:108 +msgid "This shift" +msgstr "Neste turno" + +#: performance.php:84 performance.php:91 casenote.php:116 +#: appointmentlist.php:95 calllist.php:89 admin/outcomes.php:240 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/operatorlist.php:200 admin/operatorlist.php:408 +#: admin/casesbyoutcome.php:95 admin/supervisor.php:387 +#: admin/supervisor.php:414 admin/supervisor.php:431 +#: admin/operatorskill.php:251 admin/operatorperformance.php:86 +#: admin/operatorperformance.php:109 admin/shiftreport.php:110 +#: admin/extensionstatus.php:266 admin/operatorquestionnaire.php:247 +msgid "Operator" +msgstr "Operador(a)" + +#: performance.php:84 performance.php:91 admin/quotareport.php:310 +#: admin/outcomes.php:305 admin/quotarow.php:586 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +msgid "Completions" +msgstr "Realizadas" + +#: performance.php:84 performance.php:91 +msgid "Completions per hour" +msgstr "Realizadas por hora" + +#: performance.php:90 admin/operatorperformance.php:85 +msgid "This project" +msgstr "Este projeto" + +#: casenote.php:62 +msgid "Case Notes" +msgstr "Notas do Caso" + +#: casenote.php:72 casenote.php:111 admin/supervisor.php:439 +msgid "Add note" +msgstr "Adicionar nota" + +#: casenote.php:75 admin/samplelist.php:283 admin/samplelist.php:491 +#: admin/samplesearch.php:107 admin/sortsample.php:94 +#: admin/questionnairelist.php:375 admin/questionnairelist.php:523 +#: admin/questionnairelist.php:545 admin/questionnairelist.php:553 +#: admin/callhistory.php:145 admin/availability.php:127 +#: admin/operatorlist.php:198 admin/import.php:48 admin/import.php:86 +#: admin/import.php:117 admin/casesbyoutcome.php:59 admin/assignsample.php:209 +#: admin/assignsample.php:307 admin/casestatus.php:215 respondent.php:101 +#: contactdetails.php:100 +msgid "Go back" +msgstr "Voltar" + +#: casenote.php:114 admin/supervisor.php:429 +msgid "No notes" +msgstr "Sem observações" + +#: casenote.php:116 callhistory.php:88 calllist.php:89 +#: admin/supervisor.php:414 admin/supervisor.php:431 +msgid "Date/Time" +msgstr "Data/Hora" + +#: casenote.php:116 admin/bulkappointment.php:237 admin/supervisor.php:431 +msgid "Note" +msgstr "Nota" + +#: waitnextcase_interface2.php:49 +msgid "Standby" +msgstr "" + +#: waitnextcase_interface2.php:60 +msgid "Operator Automatically logged out after: " +msgstr "" + +#: waitnextcase_interface2.php:60 +msgid " minutes" +msgstr "" + +#: waitnextcase_interface2.php:63 endwork.php:55 +msgid "You have been automatically logged out of work due to inactivity" +msgstr "Você foi automaticamente desconectado por tempo de inatividade" + +#: waitnextcase_interface2.php:90 nocaseavailable.php:101 +msgid "ERROR: No questionnaires assigned to you" +msgstr "ERRO: Não há questionários atribuídos à você" + +#: waitnextcase_interface2.php:95 nocaseavailable.php:95 +msgid "Assigned questionnaires:" +msgstr "Questionários atribuídos:" + +#: waitnextcase_interface2.php:121 nocaseavailable.php:125 +msgid "ERROR: No samples assigned to the questionnaires" +msgstr "ERRO: Não há listagens atribuídas para os questionários" + +#: waitnextcase_interface2.php:123 nocaseavailable.php:119 +msgid "Assigned samples:" +msgstr "Listagens atribuídas:" + +#: waitnextcase_interface2.php:139 nocaseavailable.php:150 +msgid "ERROR: No shifts at this time" +msgstr "ERRO: Não há turnos disponíveis no momento" + +#: waitnextcase_interface2.php:142 nocaseavailable.php:144 +msgid "Current shifts available:" +msgstr "Turnos atualmente disponíveis" + +#: waitnextcase_interface2.php:162 waitnextcase_interface2.php:165 +#: admin/outcomes.php:128 +msgid "Cases currently available to call" +msgstr "Casos disponíveis para contato" + +#: waitnextcase_interface2.php:181 waitnextcase_interface2.php:184 +msgid "New samples available to call" +msgstr "" + +#: waitnextcase_interface2.php:197 +msgid "Get a new case" +msgstr "Obter um novo caso" + +#: waitnextcase_interface2.php:200 call_interface2.php:299 +#: call_interface2.php:317 call.php:282 call.php:284 call.php:400 call.php:405 +#: call.php:421 call.php:427 index_interface2.php:233 +msgid "End work" +msgstr "Encerrar trabalho" + +#: rs_intro.php:73 rs_intro.php:133 +msgid "Introduction" +msgstr "" + +#: rs_intro.php:84 +msgid "Not Contacted" +msgstr "" + +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 +msgid "Contacted" +msgstr "" + +#: rs_intro.php:107 +msgid "No eligible respondent (person never available on this number)" +msgstr "" + +#: rs_intro.php:117 +msgid "" +"Non contact (person not currently available on this number: no appointment " +"made)" +msgstr "" + +#: rs_intro.php:129 rs_answeringmachine.php:69 +msgid "Answering machine" +msgstr "Caixa de Mensagens" + +#: rs_intro.php:156 rs_project_intro.php:114 +msgid "Yes - Continue" +msgstr "Sim - Continue" + +#: record.php:61 +msgid "Stop REC" +msgstr "Parar GRV" + +#: record.php:62 record.php:85 record.php:102 +msgid "Record" +msgstr "Gravar" + +#: record.php:72 +msgid "Beginning recording..." +msgstr "Iniciando gravação..." + +#: record.php:75 record.php:103 +msgid "Not on a call, so not beginning a recording" +msgstr "Não há ligação ativa. Impossível iniciar uma gravação" + +#: record.php:79 +msgid "Begin the manual recording now..." +msgstr "Iniciar gravação manual agora..." + +#: record.php:84 email.php:280 call_interface2.php:211 call.php:212 +#: call.php:230 index.php:173 +msgid "Start REC" +msgstr "Gravar" + +#: record.php:92 +msgid "Stopping recording..." +msgstr "Parando a gravação..." + +#: record.php:96 +msgid "Stop the manual recording now..." +msgstr "Parando a gravação manual agora..." + +#: include/limesurvey/quexs.php:171 admin/databasestrings.php:90 +msgid "Self completed online" +msgstr "Auto Resposta online" + +#: include/limesurvey/quexs.php:676 include/limesurvey/quexs.php:755 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:678 include/limesurvey/quexs.php:757 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:989 +msgid "All samples" +msgstr "" + +#: include/limesurvey/common_functions.php:6298 +msgid "queXS: Number of call attempts" +msgstr "" + +#: include/limesurvey/common_functions.php:6299 +msgid "queXS: On appointment?" +msgstr "" + +#: include/limesurvey/common_functions.php:6300 +msgid "queXS: Percentage complete" +msgstr "" + +#: include/limesurvey/common_functions.php:6301 +msgid "queXS: Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/optout.php:83 +msgid "Self completion refused via opt out function" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:110 +#: include/limesurvey/admin/statistics.php:268 +#: include/limesurvey/admin/browse.php:791 +#: include/limesurvey/admin/vvexport.php:69 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:111 +#: include/limesurvey/admin/statistics.php:269 +#: include/limesurvey/admin/browse.php:792 +#: include/limesurvey/admin/vvexport.php:70 +msgid "All queXS questionnaires and samples associated with this instrument" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:257 +msgid "Token" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:258 +#: include/limesurvey/admin/exportresults.php:651 +#: include/limesurvey/admin/exportresults.php:652 +#: include/limesurvey/admin/exportresults.php:980 callhistory.php:88 +#: admin/samplesearch.php:162 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/casesbyoutcome.php:117 +#: admin/dataoutput.php:85 admin/extensionstatus.php:266 +#: admin/displayappointments.php:313 admin/displayappointments.php:336 +msgid "Case ID" +msgstr "Caso Nr" + +#: include/limesurvey/admin/exportresults.php:259 +#: include/limesurvey/admin/exportresults.php:656 +#: include/limesurvey/admin/exportresults.php:657 +#: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 +msgid "Outcome ID" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:661 +#: include/limesurvey/admin/exportresults.php:662 +#: include/limesurvey/admin/exportresults.php:986 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:611 +#: include/limesurvey/admin/exportresults.php:612 +#: include/limesurvey/admin/exportresults.php:989 admin/dataoutput.php:93 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:262 +#: include/limesurvey/admin/exportresults.php:616 +#: include/limesurvey/admin/exportresults.php:617 +#: include/limesurvey/admin/exportresults.php:992 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:621 +#: include/limesurvey/admin/exportresults.php:622 +#: include/limesurvey/admin/exportresults.php:995 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/supervisor.php:426 admin/dataoutput.php:93 +msgid "Case notes" +msgstr "Observações do caso" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:626 +#: include/limesurvey/admin/exportresults.php:627 +#: include/limesurvey/admin/exportresults.php:998 admin/dataoutput.php:93 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:631 +#: include/limesurvey/admin/exportresults.php:632 +#: include/limesurvey/admin/exportresults.php:1001 admin/dataoutput.php:93 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:636 +#: include/limesurvey/admin/exportresults.php:637 +#: include/limesurvey/admin/exportresults.php:1004 admin/dataoutput.php:93 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:267 +#: include/limesurvey/admin/exportresults.php:641 +#: include/limesurvey/admin/exportresults.php:642 +#: include/limesurvey/admin/exportresults.php:1007 admin/dataoutput.php:93 +msgid "Operator username for last call" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:268 +#: include/limesurvey/admin/exportresults.php:646 +#: include/limesurvey/admin/exportresults.php:647 +#: include/limesurvey/admin/exportresults.php:1010 admin/outcomes.php:305 +#: admin/dataoutput.php:93 +msgid "Shift report" +msgstr "Ocorrência do turno" + +#: voip/downloadvoipclient.php:59 +msgid "Error: Cannot write to temporary directory" +msgstr "ERRO: não foi possível gravar no diretório temporário" + +#: status_interface2.php:85 +msgid "Name" +msgstr "Nome" + +#: status_interface2.php:182 index.php:168 index_interface2.php:226 +msgid "Appointment" +msgstr "Agendamentos" + +#: status_interface2.php:224 +msgid "Dial" +msgstr "" + +#: status_interface2.php:233 status_interface2.php:236 +msgid "No more numbers to call" +msgstr "Sem mais números para chamar" + +#: appointmentlist.php:61 +msgid "Appointment List" +msgstr "Lista de Agendamentos" + +#: appointmentlist.php:75 admin/supervisor.php:369 +#: admin/displayappointments.php:295 +msgid "Not yet called" +msgstr "Disponível" + +#: appointmentlist.php:75 admin/displayappointments.php:265 +#: admin/displayappointments.php:298 +msgid "Any operator" +msgstr "Qualquer operador" + +#: appointmentlist.php:88 +msgid "No appointments made" +msgstr "Não existem agendamentos" + +#: appointmentlist.php:90 +msgid "No future appointments scheduled" +msgstr "Não existem agendamentos futuros" + +#: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/supervisor.php:387 +#: admin/shifttemplate.php:136 admin/displayappointments.php:313 +#: admin/displayappointments.php:336 shifts.php:88 shifts.php:109 +msgid "Start" +msgstr "Iniciar" + +#: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/supervisor.php:387 +#: admin/shifttemplate.php:136 admin/displayappointments.php:313 +#: admin/displayappointments.php:336 index.php:167 shifts.php:88 +#: shifts.php:109 +msgid "End" +msgstr "Encerrar" + +#: appointmentlist.php:95 admin/displayappointments.php:251 +#: admin/displayappointments.php:313 +msgid "Appointment with" +msgstr "Agendado para" + +#: appointmentlist.php:95 client/index.php:99 client/index.php:118 +#: callhistory.php:88 calllist.php:89 admin/outcomes.php:147 +#: admin/outcomes.php:169 admin/outcomes.php:220 admin/outcomes.php:262 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:414 admin/casestatus.php:126 index_interface2.php:225 +msgid "Outcome" +msgstr "Resultado" + +#: client/index.php:65 admin/outcomes.php:71 +msgid "Questionnaire Outcomes" +msgstr "Resultados do Questionário" + +#: client/index.php:78 +msgid "There are no questionnaires assigned to you" +msgstr "Não existem questionários atribuídos à você" + +#: client/index.php:99 admin/outcomes.php:147 +msgid "Rate" +msgstr "Taxa" + +#: client/index.php:100 admin/outcomes.php:148 +msgid "Response Rate 1" +msgstr "Taxa de Resposta 1" + +#: client/index.php:101 admin/outcomes.php:149 +msgid "Refusal Rate 1" +msgstr "Taxa de Recusa 1" + +#: client/index.php:102 admin/outcomes.php:150 +msgid "Cooperation Rate 1" +msgstr "Taxa de Cooperação 1" + +#: client/index.php:103 admin/outcomes.php:151 +msgid "Contact Rate 1" +msgstr "Taxa de Contato 1" + +#: client/index.php:118 admin/outcomes.php:169 admin/outcomes.php:220 +#: admin/outcomes.php:262 +msgid "Count" +msgstr "Qtde" + +#: client/index.php:120 admin/outcomes.php:269 +msgid "No outcomes recorded for this questionnaire" +msgstr "Resultados de ligação não foram gravados neste questionário" + +#: client/index.php:122 +msgid "View summary results" +msgstr "" + +#: client/index.php:141 +msgid "You are not a valid client" +msgstr "Desculpe, você não é um cliente autorizado" + +#: supervisorchat.php:62 admin/supervisorchat.php:66 admin/index.php:196 +#: index.php:306 +msgid "Supervisor chat" +msgstr "Chat com o Supervisor" + +#: supervisorchat.php:85 index.php:170 supervisor.php:58 +msgid "Supervisor" +msgstr "Supervisor" + +#: supervisorchat.php:86 +msgid "Me" +msgstr "" + +#: supervisorchat.php:93 +msgid "Supervisor is available" +msgstr "Supervisor Disponível" + +#: supervisorchat.php:94 +msgid "Supervisor not available" +msgstr "Supervisor Indisponível" + +#: supervisorchat.php:96 supervisorchat.php:99 +msgid "Message" +msgstr "Mensagem" + +#: supervisorchat.php:96 +msgid "Send" +msgstr "Enviar" + +#: supervisorchat.php:99 +msgid "From" +msgstr "De" + +#: supervisorchat.php:102 +msgid "Supervisor chat is not enabled" +msgstr "Chat com o Supervisor não habilitado" + +#: email.php:248 +msgid "Self completion invitation sent via email to" +msgstr "" + +#: email.php:287 email.php:291 email.php:297 email.php:318 +#: index_interface2.php:228 +msgid "Invitation Email" +msgstr "" + +#: email.php:304 +msgid "The email did not send" +msgstr "O e-mail não foi enviado" + +#: email.php:309 +msgid "The email address is not valid" +msgstr "Endereço de e-mail inválido" + +#: email.php:338 +msgid "Email respondent for self completion" +msgstr "E-mail do entrevistado para auto-resposta" + +#: email.php:347 admin/operators.php:245 admin/clients.php:233 +#: admin/operatorlist.php:228 +msgid "First name" +msgstr "Primeiro nome" + +#: email.php:350 admin/operators.php:249 admin/operatorlist.php:232 +msgid "Last name" +msgstr "Sobrenome" + +#: email.php:353 admin/operators.php:253 admin/clients.php:241 +#: admin/operatorlist.php:236 index.php:171 +msgid "Email" +msgstr "E-mail" + +#: email.php:357 +msgid "Send invitation" +msgstr "Enviar convite" + +#: email.php:359 +msgid "Send invitation and Hang up" +msgstr "Enviar convite e encerrar chamada" + +#: email.php:365 +msgid "Self completion email not available for this questionnaire" +msgstr "E-mail de auto-resposta não disponível para este questionário" + +#: callhistory.php:61 +msgid "Case History List" +msgstr "Histórico de Casos" + +#: callhistory.php:84 admin/callhistory.php:114 +msgid "No calls ever made" +msgstr "Nenhuma ligação foi realizada" + +#: availability.php:61 index.php:236 index_interface2.php:261 +msgid "Availability" +msgstr "Disponibilidade" + +#: availability.php:128 admin/supervisor.php:518 +msgid "" +"Select groups to limit availability (Selecting none means always available)" +msgstr "" +"Selecione grupos para limitar a disponibilidade (Selecione Nenhum para " +"manter sempre disponível)" + +#: availability.php:148 admin/supervisor.php:537 +msgid "Availability groups not defined for this questionnaire" +msgstr "Grupos de disponibilidade não definidos para este questionário" + +#: calllist.php:61 +msgid "Call List" +msgstr "Lista de chamadas" + +#: calllist.php:85 admin/supervisor.php:410 +msgid "No calls made" +msgstr "Não existem ligações efetuadas" + +#: calllist.php:89 +msgid "Number called" +msgstr "Número chamado" + +#: nocaseavailable.php:69 +msgid "No case available" +msgstr "Caso indisponível" + +#: nocaseavailable.php:74 +msgid "There is no case currently available" +msgstr "Sem casos disponíveis" + +#: nocaseavailable.php:75 +msgid "Reasons:" +msgstr "Motivos:" + +#: nocaseavailable.php:86 nocaseavailable.php:98 admin/samplelist.php:462 +#: admin/questionnairelist.php:564 admin/operatorlist.php:290 +msgid "Enabled" +msgstr "Ativado" + +#: nocaseavailable.php:86 admin/samplelist.php:460 +#: admin/questionnairelist.php:562 admin/index.php:212 +msgid "Disabled" +msgstr "" + +#: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:339 +#: admin/availabilitygroup.php:133 admin/outcomes.php:169 +#: admin/outcomes.php:220 +msgid "ID" +msgstr "NR" + +#: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 +#: admin/set_outcomes.php:146 admin/set_outcomes.php:189 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 +#: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 +#: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 +msgid "Description" +msgstr "Descrição" + +#: nocaseavailable.php:122 admin/samplelist.php:317 admin/quotareport.php:310 +#: admin/assigntimeslots.php:265 admin/outcomes.php:128 admin/outcomes.php:184 +#: admin/sortsample.php:139 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/callhistory.php:168 admin/quota.php:137 +#: admin/assignsample.php:211 admin/assignsample.php:364 +#: admin/supervisor.php:313 admin/quotarow.php:312 admin/casestatus.php:126 +#: admin/casestatus.php:244 admin/displayappointments.php:313 +#: admin/displayappointments.php:336 +msgid "Sample" +msgstr "Lista" + +#: nocaseavailable.php:147 admin/sortsample.php:139 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/callhistory.php:162 +#: admin/set_outcomes.php:200 admin/quota.php:115 admin/assignsample.php:210 +#: admin/quotarow.php:293 admin/casestatus.php:241 +#: admin/displayappointments.php:313 admin/displayappointments.php:336 +#: admin/new.php:148 admin/new.php:156 shifts.php:109 +msgid "Questionnaire" +msgstr "Questionário" + +#: nocaseavailable.php:147 +msgid "Shift start" +msgstr "Início do Turno" + +#: nocaseavailable.php:147 +msgid "Shift end" +msgstr "Término do Turno" + +#: nocaseavailable.php:185 +msgid "Limesurvey links:" +msgstr "Conexão com o LimeSurvey:" + +#: nocaseavailable.php:204 +msgid "ERROR: No tokens table defined for LimeSurvey questionnaire" +msgstr "" +"ERRO: Não foi gerada a tabela de TOKENS no LimeSurvey para este questionário" + +#: nocaseavailable.php:204 +msgid "from questionnaire:" +msgstr "do questionário:" + +#: nocaseavailable.php:206 +msgid "Tokens table exists for Limesurvey questionnaire:" +msgstr "Tabela de TOKENS existente para este questionário:" + +#: nocaseavailable.php:211 +msgid "ERROR: Cannot find questionnaires with LimeSurvey ID's" +msgstr "ERRO: Não foram encontrados questionários com IDs do LimeSurvey" + +#: nocaseavailable.php:231 +msgid "ERROR: Quota reached for this question" +msgstr "ERRO: Amostra fechada para esta pergunta" + +#: nocaseavailable.php:250 +msgid "POSSIBLE ERROR: Row quota reached for this quota" +msgstr "" + +#: admin/timezonetemplate.php:97 +msgid "Set Timezones" +msgstr "" + +#: admin/timezonetemplate.php:109 admin/callrestrict.php:115 +#: admin/addshift.php:156 admin/availability.php:124 +#: admin/shifttemplate.php:106 +msgid "" +"Your database does not have timezones installed, please see here for details" +msgstr "" +"Seu banco de dados não possui Fusos Horários ou Timezones instaladas. Por " +"favor, leia aqui para detalhes" + +#: admin/timezonetemplate.php:109 admin/supervisor.php:157 admin/new.php:198 +#: admin/new.php:406 +msgid "or" +msgstr "" + +#: admin/timezonetemplate.php:109 +msgid "" +"Check that you have granted relevant permissions on 'time_zone_...' tables " +"in database named 'mysql'." +msgstr "" + +#: admin/timezonetemplate.php:112 +msgid "Default Timezone: " +msgstr "" + +#: admin/timezonetemplate.php:116 +msgid "Set default timezone" +msgstr "" + +#: admin/timezonetemplate.php:121 +msgid "Timezone list" +msgstr "" + +#: admin/timezonetemplate.php:124 +msgid "Remove Timezone" +msgstr "" + +#: admin/timezonetemplate.php:124 admin/timezonetemplate.php:128 +msgid "Remove" +msgstr "" + +#: admin/timezonetemplate.php:128 +msgid "Timezone name" +msgstr "" + +#: admin/timezonetemplate.php:128 +msgid "Time diff to Default Time zone" +msgstr "" + +#: admin/timezonetemplate.php:128 +msgid "Current time" +msgstr "" + +#: admin/timezonetemplate.php:131 +msgid "Add a Timezone:" +msgstr "Adicionar um fuso horário:" + +#: admin/timezonetemplate.php:135 +msgid "Add Timezone" +msgstr "Adicionar Fuso horário" + +#: admin/samplelist.php:168 +msgid "" +"Smth wrong with selected field types.
Please check again var types " +"selection and/or fields that you supposed to delete." +msgstr "" + +#: admin/samplelist.php:280 +msgid "Rename, Set viewing permissions & Manage sample variables" +msgstr "" + +#: admin/samplelist.php:281 admin/samplelist.php:489 admin/index.php:133 +msgid "Sample management" +msgstr "Gerenciar listagens" + +#: admin/samplelist.php:318 +msgid "Search this sample" +msgstr "" + +#: admin/samplelist.php:326 admin/availabilitygroup.php:141 +msgid "Enter" +msgstr "" + +#: admin/samplelist.php:326 admin/availabilitygroup.php:141 +msgid "new" +msgstr "" + +#: admin/samplelist.php:330 +msgid "Rename" +msgstr "Renomear" + +#: admin/samplelist.php:339 +msgid "Sample variable (Column)" +msgstr "" + +#: admin/samplelist.php:339 +msgid "Visible?" +msgstr "" + +#: admin/samplelist.php:339 +msgid "Var type" +msgstr "" + +#: admin/samplelist.php:339 +msgid "Example data" +msgstr "Dados de Exemplo" + +#: admin/samplelist.php:339 +msgid "Delete ?" +msgstr "" + +#: admin/samplelist.php:343 admin/addshift.php:268 admin/assignsample.php:238 +#: admin/quotarow.php:398 admin/extensionstatus.php:210 +#: admin/displayappointments.php:281 +msgid "Save changes" +msgstr "Salvar alterações" + +#: admin/samplelist.php:353 +msgid "" +"Select which fields from this sample to deidentify.

Deidentified fields " +"will be permanently deleted from the sample." +msgstr "" + +#: admin/samplelist.php:357 +msgid "There's no data in this sample. Probably was deidentified earlier." +msgstr "" + +#: admin/samplelist.php:371 +msgid "Clean it" +msgstr "" + +#: admin/samplelist.php:388 +msgid "Fix this sample " +msgstr "" + +#: admin/samplelist.php:465 admin/questionnairelist.php:567 +#: admin/operatorlist.php:390 +msgid "Enable" +msgstr "Habilitado" + +#: admin/samplelist.php:467 admin/samplelist.php:478 +#: admin/questionnairelist.php:569 admin/assignsample.php:330 +#: admin/supervisor.php:373 admin/supervisor.php:419 +#: admin/displayappointments.php:297 admin/displayappointments.php:321 +msgid "ARE YOU SURE?" +msgstr "" + +#: admin/samplelist.php:467 admin/questionnairelist.php:569 +#: admin/operatorlist.php:392 +msgid "Disable" +msgstr "Desabilitado" + +#: admin/samplelist.php:471 admin/operators.php:260 admin/operators.php:274 +#: admin/sortsample.php:105 admin/sortsample.php:139 +#: admin/questionnairelist.php:385 admin/clientquestionnaire.php:306 +#: admin/operatorlist.php:243 admin/operatorlist.php:259 +#: admin/operatorlist.php:399 admin/assignsample.php:329 +#: admin/assignsample.php:364 admin/supervisor.php:374 admin/quotarow.php:586 +#: admin/shiftreport.php:102 admin/shiftreport.php:110 +#: admin/displayappointments.php:313 admin/displayappointments.php:336 +msgid "Edit" +msgstr "Alterar" + +#: admin/samplelist.php:471 +msgid "Viewing permissions" +msgstr "" + +#: admin/samplelist.php:473 +msgid "Edit sample parameters" +msgstr "" + +#: admin/samplelist.php:478 +msgid "DELETE SAMPLE" +msgstr "" + +#: admin/samplelist.php:480 admin/samplesearch.php:86 admin/index.php:134 +msgid "Search the sample" +msgstr "Localizar na listagem" + +#: admin/samplelist.php:481 admin/questionnairelist.php:593 +#: admin/index.php:168 index.php:255 index_interface2.php:277 +msgid "Call history" +msgstr "Histórico de chamadas" + +#: admin/samplelist.php:481 +msgid "sample" +msgstr "" + +#: admin/samplelist.php:488 +msgid "Sample list" +msgstr "Listagens" + +#: admin/samplelist.php:492 admin/index.php:132 +msgid "Import a sample file" +msgstr "" + +#: admin/voipmonitor.php:78 admin/voipmonitor.php:100 +msgid "Monitor VoIP Process" +msgstr "Monitora a comunicação VoIP" + +#: admin/voipmonitor.php:80 admin/systemsort.php:82 +msgid "Running process:" +msgstr "Processo em execução:" + +#: admin/voipmonitor.php:84 +msgid "" +"Kill signal sent: Please wait...
(Note: Process will be stalled until " +"there is activity on the VoIP Server)" +msgstr "" + +#: admin/voipmonitor.php:85 +msgid "Process is already closed (eg. server was rebooted)" +msgstr "" + +#: admin/voipmonitor.php:85 +msgid "click here to confirm" +msgstr "" + +#: admin/voipmonitor.php:89 admin/systemsort.php:91 +msgid "Kill the running process" +msgstr "Encerrar o processo em execução" + +#: admin/voipmonitor.php:89 +msgid "(requires activity on the VoIP Server to take effect)" +msgstr "(necessita atividade no servidor VoIP para ter efeito)" + +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 +msgid "Log id" +msgstr "Nr Log" + +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 admin/outcomes.php:305 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/shiftreport.php:110 +msgid "Date" +msgstr "Data" + +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 +msgid "Log entry" +msgstr "Situação" + +#: admin/voipmonitor.php:102 +msgid "Click here to begin monitoring the VoIP Process" +msgstr "Clique aqui para iniciar o processo de monitoramento do VoIP" + +#: admin/voipmonitor.php:103 admin/systemsort.php:110 +msgid "Outcome of last process run (if any)" +msgstr "Resultado do último processo em curso (se algum)" + +#: admin/systemsortprocess.php:93 +msgid "Sorting cases process starting" +msgstr "Iniciando o processo de sorteio de casos" + +#: admin/systemsortprocess.php:106 +msgid "Checking for cases open for more than 24 hours" +msgstr "" + +#: admin/systemsortprocess.php:135 admin/systemsortprocess.php:147 +#: admin/systemsortprocess.php:173 admin/systemsortprocess.php:185 +msgid "System automatically closed case as not closed for more than 24 hours" +msgstr "" +"O sistema fechou automaticamente o caso como caso não fechado por mais de 24 " +"horas" + +#: admin/systemsortprocess.php:194 +msgid "Completed case closing" +msgstr "" + +#: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 +msgid "This task took" +msgstr "Esta tarefa levou" + +#: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 +#: nocallavailable.php:208 +msgid "seconds" +msgstr "segundos" + +#: admin/systemsortprocess.php:196 +msgid "Failed to complete case closing" +msgstr "" + +#: admin/systemsortprocess.php:211 +msgid "Sorting cases for " +msgstr "" + +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 +msgid "Completed sort" +msgstr "Sorteio completado" + +#: admin/systemsortprocess.php:361 +msgid "Failed to complete sort" +msgstr "Falha para completar o sorteio" + +#: admin/systemsort.php:80 admin/systemsort.php:102 +msgid "Monitor system wide case sorting" +msgstr "Monitorar o sistema de sorteio de casos" + +#: admin/systemsort.php:86 +msgid "Kill signal sent: Please wait..." +msgstr "Interromper o comando enviado: Por favor aguarde..." + +#: admin/systemsort.php:87 +msgid "" +"Process is already closed (eg. server was rebooted) - click here to confirm" +msgstr "" +"Processo já foi encerrado (ex.: servidor foi reiniciado) - clique aqui para " +"confirmar" + +#: admin/systemsort.php:104 +msgid "Click here to enable and begin system wide case sorting" +msgstr "Clique aqui para habilitar e iniciar o sistema de sorteio de casos" + +#: admin/systemsort.php:105 +msgid "" +"System wide case sorting is periodically (via SYSTEM_SORT_MINUTES " +"configuration directive) sorting cases on a system wide basis instead of " +"finding the most appropriate case each time an operator requests a new case. " +"This may increase performance where there are a large number of cases or " +"complex quotas in place. If you are not experiencing any performance " +"problems, it is not recommended to use this feature." +msgstr "" +"O sistema de sorteio de casos para bases grandes periodicamente (via a " +"diretiva de configuração SYSTEM_SORT_MINUTES) sorteia os registros com base " +"na métrica definida, ao invés de procurar um caso mais apropriado cada vez " +"que um pesquisador requisita um novo caso. Isto pode aumentar a " +"produtividade quando há um grande número de casos ou amostras complexas. Se " +"você não estiver com dificuldades de desempenho, não é recomendado usar este " +"recurso." + +#: admin/operators.php:146 +msgid "Added operator :" +msgstr "" + +#: admin/operators.php:149 +msgid "" +"FreePBX needs to be 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 "" +"Não foi possível adicionar o operador. Já existe um operador com este nome:" + +#: admin/operators.php:169 admin/operators.php:309 admin/operatorlist.php:424 +msgid "Add an operator" +msgstr "Adicionar um operador" + +#: admin/operators.php:178 +msgid "The username and extension must be unique for each operator." +msgstr "" +"O nome de usuário (logon) e extensão devem ser únicos para cada operador" + +#: admin/operators.php:233 admin/clients.php:126 admin/clients.php:221 +#: admin/clientquestionnaire.php:291 admin/operatorlist.php:216 +#: admin/operatorlist.php:408 admin/operatorskill.php:251 +#: admin/operatorquestionnaire.php:247 +msgid "Username" +msgstr "Usuário" + +#: admin/operators.php:237 admin/clients.php:225 admin/operatorlist.php:220 +msgid "Password" +msgstr "" + +#: admin/operators.php:240 admin/clients.php:228 admin/operatorlist.php:223 +#: admin/extensionstatus.php:201 +msgid "Generate" +msgstr "" + +#: admin/operators.php:240 admin/clients.php:228 admin/operatorlist.php:223 +msgid "Password with" +msgstr "" + +#: admin/operators.php:241 admin/clients.php:229 admin/operatorlist.php:224 +msgid "characters" +msgstr "" + +#: admin/operators.php:261 admin/operatorlist.php:244 +msgid "TimeZones list" +msgstr "" + +#: admin/operators.php:266 admin/operatorlist.php:250 +msgid "Uses VoIP" +msgstr "Utilizar VoIP" + +#: admin/operators.php:275 admin/operatorlist.php:261 +#: admin/operatorlist.php:425 +msgid "Extensions" +msgstr "" + +#: admin/operators.php:282 admin/operatorlist.php:268 +msgid "Uses chat" +msgstr "Utilizar chat" + +#: admin/operators.php:288 admin/operatorlist.php:274 +msgid "Jabber/XMPP chat user" +msgstr "Usuário do Chat Jabber/XMPP" + +#: admin/operators.php:292 admin/operatorlist.php:278 +msgid "Jabber/XMPP chat password" +msgstr "Senha do usuário do chat Jabber/XMPP" + +#: admin/operators.php:298 admin/operatorlist.php:285 +msgid "Is the operator a system administrator?" +msgstr "" + +#: admin/quotareport.php:114 admin/questionnairelist.php:608 +#: admin/index.php:170 +msgid "Quota report" +msgstr "Relatório de Amostragem" + +#: admin/quotareport.php:116 admin/assigntimeslots.php:161 +#: admin/questionnaireprefill.php:107 admin/outcomes.php:74 +#: admin/addshift.php:173 admin/assignsample.php:313 +msgid "Select a questionnaire" +msgstr "" + +#: admin/quotareport.php:124 +msgid "Select a sample" +msgstr "" + +#: admin/quotareport.php:212 admin/quotareport.php:219 admin/quotarow.php:571 +msgid "closed" +msgstr "fechada" + +#: admin/quotareport.php:212 admin/quotareport.php:214 +#: admin/quotareport.php:221 admin/quotarow.php:571 +msgid "open" +msgstr "aberta" + +#: admin/quotareport.php:214 +msgid "close" +msgstr "" + +#: admin/quotareport.php:307 +msgid "Total sample" +msgstr "Amostra Total" + +#: admin/quotareport.php:310 +msgid "Strata" +msgstr "Estrato" + +#: admin/quotareport.php:310 admin/quotarow.php:134 admin/quotarow.php:390 +#: admin/quotarow.php:586 +msgid "Quota" +msgstr "Cota" + +#: admin/quotareport.php:310 +msgid "Sample Used" +msgstr "Amostra Utilizada" + +#: admin/quotareport.php:310 +msgid "Sample Remaining" +msgstr "Amostra Remanescente" + +#: admin/quotareport.php:310 +msgid "% Complete" +msgstr "% Concluído" + +#: admin/quotareport.php:310 +msgid "Set priority" +msgstr "Definir prioridade" + +#: admin/quotareport.php:310 admin/quotarow.php:586 +msgid "Auto prioritise" +msgstr "Priorização automática" + +#: admin/quotareport.php:314 +msgid "Update priorities" +msgstr "Atualizar prioridades" + +#: admin/assigntimeslots.php:159 admin/index.php:141 +msgid "Assign Time slots" +msgstr "" + +#: admin/assigntimeslots.php:168 +msgid "Time slot groups" +msgstr "" + +#: admin/assigntimeslots.php:169 +msgid "" +"Assigning an availability group to a questionnaire will allow interviewers " +"to select from those groups to restrict calls to a particular case to the " +"times within the group" +msgstr "" + +#: admin/assigntimeslots.php:171 admin/assigntimeslots.php:219 +#: admin/assigntimeslots.php:273 admin/assignsample.php:330 +#: admin/casestatus.php:101 +msgid "Click to unassign" +msgstr "Clique para desmarcar" + +#: admin/assigntimeslots.php:181 +msgid "There are no time slots groups selected for this questionnaire" +msgstr "" + +#: admin/assigntimeslots.php:185 +msgid "Time slots groups selected for this questionnaire" +msgstr "" + +#: admin/assigntimeslots.php:207 +msgid "Add time slot group" +msgstr "" + +#: admin/assigntimeslots.php:216 +msgid "Call attempt time slots" +msgstr "" + +#: admin/assigntimeslots.php:217 admin/assigntimeslots.php:263 +msgid "" +"Assigning call attempt time slots to questionnaires will only allow cases to " +"be attempted in a time slot for the n + 1th time where it has been attempted " +"at least n times in all assigned timeslots. Please note timeslots must cover " +"all possible time periods otherwise no cases will be available during " +"missing timeslots." +msgstr "" + +#: admin/assigntimeslots.php:229 +msgid "There are no call attempt time slots selected for this questionnaire" +msgstr "" + +#: admin/assigntimeslots.php:233 +msgid "Call attempt time slots selected for this questionnaire" +msgstr "" + +#: admin/assigntimeslots.php:256 +msgid "Add call attempt time slot" +msgstr "" + +#: admin/assigntimeslots.php:262 +msgid "Call attempt time slots for sample" +msgstr "" + +#: admin/assigntimeslots.php:283 +msgid "" +"There are no call attempt time slots selected for this questionnaire sample" +msgstr "" + +#: admin/assigntimeslots.php:287 +msgid "Call attempt time slots selected for this sample" +msgstr "" + +#: admin/assigntimeslots.php:310 +msgid "Add call attempt time slot for sample" +msgstr "" + +#: admin/questionnaireprefill.php:104 +msgid "Set values for questionnaire to prefill" +msgstr "" + +#: admin/questionnaireprefill.php:106 +msgid "Prefill questionnaire:" +msgstr "" + +#: admin/questionnaireprefill.php:118 +msgid "Current pre fills" +msgstr "" + +#: admin/questionnaireprefill.php:128 +msgid "Currently no pre fills" +msgstr "Não há questões com auto-preenchimento definidas" + +#: admin/questionnaireprefill.php:134 +msgid "SGQA code" +msgstr "" + +#: admin/questionnaireprefill.php:134 admin/quotarow.php:508 +msgid "Sample variable" +msgstr "" + +#: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 +#: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 +#: admin/quotarow.php:422 admin/quotarow.php:508 +#: admin/displayappointments.php:313 admin/displayappointments.php:336 +msgid "Delete" +msgstr "Excluir" + +#: admin/questionnaireprefill.php:139 +msgid "Select a question to pre fill" +msgstr "Selecione uma pergunta para ser auto-preenchida" + +#: admin/questionnaireprefill.php:172 +msgid "Enter a value to pre fill this question with:" +msgstr "Informe um valor para auto-resposta nesta questão com:" + +#: admin/questionnaireprefill.php:174 +msgid "Possible uses:" +msgstr "Possibilidades de usos:" + +#: admin/questionnaireprefill.php:176 +msgid "{Respondent:firstName} First name of the respondent" +msgstr "{Respondent:firstName} Primeiro nome do entrevistado" + +#: admin/questionnaireprefill.php:177 +msgid "{Respondent:lastName} Last name of the respondent" +msgstr "{Respondent:lastName} Sobrenome do entrevistado" + +#: admin/questionnaireprefill.php:178 +msgid "{Sample:var} A record from the sample where the column name is 'var'" +msgstr "" +"{Sample:var} Um campo da listagem (Sample) onde a coluna desejada chama-se " +"var." + +#: admin/questionnaireprefill.php:187 +msgid "The value to pre fill" +msgstr "O valor para preencher" + +#: admin/questionnaireprefill.php:188 +msgid "or: Select pre fill from sample list" +msgstr "ou: Selecione uma auto-resposta da listagem" + +#: admin/questionnaireprefill.php:196 +msgid "Add pre fill" +msgstr "Adicionar auto-resposta" + +#: admin/auth-admin.php:63 +msgid "You do not have permission to access this area" +msgstr "" + +#: admin/auth-admin.php:64 admin/index.php:105 endwork.php:82 +msgid "Logout" +msgstr "" + +#: admin/availabilitygroup.php:85 +msgid "Time slots" +msgstr "" + +#: admin/availabilitygroup.php:122 admin/availabilitygroup.php:133 +msgid "Modify" +msgstr "Modificar" + +#: admin/availabilitygroup.php:127 +msgid "" +"Time slots define periods of time during particular days of the week. These " +"are used for the availability function and also the call attempt time slot " +"function." +msgstr "" + +#: admin/availabilitygroup.php:130 +msgid "No time slots" +msgstr "" + +#: admin/availabilitygroup.php:133 admin/availabilitygroup.php:141 +msgid "Time slot name" +msgstr "" + +#: admin/availabilitygroup.php:140 +msgid "Add new time slot" +msgstr "" + +#: admin/availabilitygroup.php:142 +msgid "Add time slot" +msgstr "" + +#: admin/outcomes.php:80 admin/outcomes.php:190 +msgid "Sample status" +msgstr "Situação da Listagem" + +#: admin/outcomes.php:82 admin/outcomes.php:192 +msgid "Drawn from sample" +msgstr "Utilizados" + +#: admin/outcomes.php:82 admin/outcomes.php:192 +msgid "Remain in sample" +msgstr "Livres na listagem" + +#: admin/outcomes.php:88 admin/outcomes.php:200 +msgid "Number" +msgstr "Quantidade" + +#: admin/outcomes.php:89 admin/outcomes.php:187 +msgid "No samples assigned" +msgstr "" + +#: admin/outcomes.php:92 +msgid "Case availability (cases with temporary or appointment outcomes)" +msgstr "" +"Registros em andamento (casos com resultados temporários ou agendamentos)" + +#: admin/outcomes.php:124 +msgid "No cases currently available to call" +msgstr "Não existem registros disponíveis para ligar" + +#: admin/outcomes.php:136 +msgid "Average time on a completed questionnaire" +msgstr "Média do tempo de preenchimento do questionário" + +#: admin/outcomes.php:136 +msgid "Min" +msgstr "Minutos" + +#: admin/outcomes.php:136 +msgid "Secs" +msgstr "Segundos" + +#: admin/outcomes.php:169 admin/outcomes.php:220 admin/outcomes.php:262 +msgid "%" +msgstr "%" + +#: admin/outcomes.php:223 +msgid "No outcomes recorded for this sample" +msgstr "Não há resultados gravados para esta listagem" + +#: admin/outcomes.php:243 +msgid "No operators assigned" +msgstr "" + +#: admin/outcomes.php:247 +msgid "Operator call outcomes" +msgstr "Resultados por operador" + +#: admin/outcomes.php:274 admin/questionnairelist.php:576 index.php:264 +#: index_interface2.php:285 +msgid "Shifts" +msgstr "Turnos" + +#: admin/outcomes.php:278 +msgid "No shift reports: Add report" +msgstr "Sem ocorrências no turno: Adicionar ocorrência" + +#: admin/outcomes.php:279 +msgid "View shift reports" +msgstr "Consultar ocorrências" + +#: admin/outcomes.php:282 +msgid "View operator performance" +msgstr "Consultar performance do operador" + +#: admin/outcomes.php:301 +msgid "No shifts defined for this questionnaire" +msgstr "Sem turnos definidos para este questionário" + +#: admin/outcomes.php:305 +msgid "Shift time" +msgstr "" + +#: admin/outcomes.php:305 admin/operatorlist.php:428 admin/index.php:161 +msgid "Operator performance" +msgstr "Produtividade dos Pesquisadores" + +#: admin/samplesearch.php:84 +msgid "Search within this sample" +msgstr "Pesquisar dentro desta listagem" + +#: admin/samplesearch.php:94 admin/supervisor.php:193 +msgid "WARNING !" +msgstr "" + +#: admin/samplesearch.php:97 admin/supervisor.php:196 +msgid "Are you sure you want to delete" +msgstr "" + +#: admin/samplesearch.php:97 admin/samplesearch.php:138 +#: admin/supervisor.php:196 +msgid "Sample ID" +msgstr "" + +#: admin/samplesearch.php:100 admin/supervisor.php:199 +msgid "NOOOO..." +msgstr "" + +#: admin/samplesearch.php:115 +msgid "Select sample " +msgstr "" + +#: admin/samplesearch.php:146 +msgid "Delete sample record" +msgstr "" + +#: admin/samplesearch.php:147 +msgid "Assigned to case ID :" +msgstr "" + +#: admin/samplesearch.php:159 admin/supervisor.php:330 +msgid "Sample id" +msgstr "ID" + +#: admin/samplesearch.php:190 +msgid "There's no data in this sample." +msgstr "" + +#: admin/bulkappointment.php:133 admin/bulkappointment.php:215 +msgid "Result" +msgstr "Resultado" + +#: admin/bulkappointment.php:134 admin/bulkappointment.php:223 +#: admin/bulkappointment.php:259 admin/index.php:185 +msgid "Bulk appointment generator" +msgstr "Gerador de Agendamentos em Massa" + +#: admin/bulkappointment.php:205 +msgid "Added appointment" +msgstr "Agendamento realizado" + +#: admin/bulkappointment.php:209 +msgid "" +"No such case id, or case set to a final outcome, or case currently assigned " +"to an operator" +msgstr "" +"Não há um caso, ou caso atribuído a um resultado não retornável, ou não há " +"caso atribuído para um operador" + +#: admin/bulkappointment.php:222 +msgid "Check data to submit" +msgstr "" + +#: admin/bulkappointment.php:236 +msgid "" +"Please check the case id's, appointment start and end times and notes are " +"correct before accepting below" +msgstr "" +"Por favor, verifique se os números dos casos, os horários agendados e " +"observações estão corretas antes de aceitar abaixo" + +#: admin/bulkappointment.php:237 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/displayappointments.php:247 +msgid "Start time" +msgstr "Horário Inicial" + +#: admin/bulkappointment.php:237 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/displayappointments.php:249 +msgid "End time" +msgstr "Horário final" + +#: admin/bulkappointment.php:242 +msgid "Accept and generate bulk appointments" +msgstr "Aceitar e gerar agendamentos em massa" + +#: admin/bulkappointment.php:247 +msgid "" +"The file does not contain at least caseid, starttime and endtime columns. " +"Please try again." +msgstr "" +"O arquivo não contém ao menos as colunas do Nr do caso (ID), hora de início " +"e hora de término. Por favor, tente novamente." + +#: admin/bulkappointment.php:258 +msgid "Import: Select file to upload" +msgstr "Importar: Selecione o arquivo para carregar" + +#: admin/bulkappointment.php:266 +msgid "" +"Provide a headered CSV file containing at least 3 columns - caseid, " +"starttime and endtime.
Optionally you can include a note column to " +"attach a note to the case in addition to setting an appointment.
Only " +"cases that have temporary (non final) outcomes will have appointments " +"generated, and the outcome of the case will be updated to an appointment " +"outcome." +msgstr "" + +#: admin/bulkappointment.php:269 +msgid "Example CSV file:" +msgstr "Exemplo de arquivo CSV:" + +#: admin/bulkappointment.php:281 +msgid "Select bulk appointment CSV file to upload" +msgstr "" + +#: admin/bulkappointment.php:284 admin/import.php:134 admin/quotarow.php:613 +msgid "Select file" +msgstr "" + +#: admin/bulkappointment.php:286 +msgid "Upload file" +msgstr "" + +#: admin/callrestrict.php:104 admin/index.php:194 +msgid "Set call restriction times" +msgstr "Ajustar restrições de chamadas" + +#: admin/callrestrict.php:118 admin/availability.php:163 +msgid "" +"Enter the start and end times for each day of the week to restrict calls " +"within" +msgstr "" +"Informe os horários de início e término para cada dia da semana para " +"autorizar as chamadas dentro desses intervalos" + +#: admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/shifttemplate.php:136 +msgid "Day" +msgstr "Dia" + +#: admin/callrestrict.php:158 admin/availability.php:181 +#: admin/shifttemplate.php:154 +msgid "Add row" +msgstr "Adicionar linha" + +#: admin/callrestrict.php:159 +msgid "Save changes to restriction times" +msgstr "Salvar alterações" + +#: admin/addshift.php:92 +msgid "Add shifts" +msgstr "Adicionar turnos" + +#: admin/addshift.php:93 +msgid "" +"You must be an operator (as well as have administrator access) to add/edit " +"shifts" +msgstr "" +"Você deve ser um operador (bem como ter acesso administrativo) para " +"adicionar ou editar os turnos" + +#: admin/addshift.php:145 admin/index.php:145 +msgid "Shift management" +msgstr "" + +#: admin/addshift.php:168 +msgid "Add shifts in your Time Zone" +msgstr "Adicionar turnos em seu fuso-horário" + +#: admin/addshift.php:171 +msgid "" +"Shifts allow you to restrict appointments being made, and interviewers to " +"working on a particlar project at defined times." +msgstr "" +"Turnos habilitam você a limitar os agendamentos realizados, bem como limitam " +"os pesquisadores a trabalharem em um estudo específico dentro do cronograma " +"definido." + +#: admin/addshift.php:179 +msgid "Select year" +msgstr "Selecione o Ano" + +#: admin/addshift.php:190 +msgid "Select week" +msgstr "" + +#: admin/addshift.php:243 +msgid "Use shift?" +msgstr "Utilizar turnos?" + +#: admin/process.php:90 +msgid "Cannot connect to VoIP Server" +msgstr "Não foi possível conectar ao seu servidor VoIP" + +#: admin/supervisorchat.php:68 +msgid "" +"Allow interviewers to chat with the supervisor over XMPP (Jabber). Required " +"is a BOSH enabled XMPP/Jabber server. The operators and the supervisor will " +"need XMPP/Jabber accounts." +msgstr "" +"Habilita os pesquisadores a conversarem com o supervisor via chat sobre XMPP " +"(Jabber). Necessário ter um servidor Jabber XMPP BOSH habilitado. Tanto os " +"pesquisadores quanto o supervisor precisam ter uma conta XMPP Jabber." + +#: admin/supervisorchat.php:78 +msgid "Enable supervisor chat?" +msgstr "Habilita chat com o supervisor?" + +#: admin/supervisorchat.php:82 +msgid "Set BOSH URL" +msgstr "Define URL do servidor BOSH para o chat" + +#: admin/supervisorchat.php:86 +msgid "Supervisor XMPP/Jabber id" +msgstr "ID do Supervisor XMPP/Jabber" + +#: admin/supervisorchat.php:90 +msgid "Update" +msgstr "Atualizar" + +#: admin/sortsample.php:91 +msgid "List and sort samples" +msgstr "" + +#: admin/sortsample.php:92 admin/index.php:136 +msgid "Sort questionnaire samples" +msgstr "" + +#: admin/sortsample.php:96 +msgid "Sort order for questionnaire samples" +msgstr "" + +#: admin/sortsample.php:100 +msgid "Samples selected for this questionnaire" +msgstr "Listagens selecionadas para este questionário" + +#: admin/sortsample.php:101 admin/sortsample.php:102 +#: admin/assignsample.php:224 admin/assignsample.php:227 +#: admin/assignsample.php:324 admin/assignsample.php:325 +#: admin/assignsample.php:389 admin/assignsample.php:393 +msgid "Unlimited" +msgstr "" + +#: admin/sortsample.php:103 admin/assignsample.php:326 +msgid "Sequential" +msgstr "" + +#: admin/sortsample.php:103 admin/assignsample.php:326 +msgid "Random" +msgstr "" + +#: admin/sortsample.php:104 admin/assignsample.php:230 +#: admin/assignsample.php:327 admin/assignsample.php:397 +msgid "Never" +msgstr "" + +#: admin/sortsample.php:120 admin/assignsample.php:344 +msgid "Pull step Down" +msgstr "" + +#: admin/sortsample.php:121 admin/assignsample.php:345 +msgid "Push step Up" +msgstr "" + +#: admin/sortsample.php:139 admin/assignsample.php:364 +msgid "Sort order" +msgstr "" + +#: admin/sortsample.php:139 admin/assignsample.php:222 +#: admin/assignsample.php:364 admin/assignsample.php:387 +msgid "Max calls" +msgstr "Max Chamadas" + +#: admin/sortsample.php:139 admin/assignsample.php:225 +#: admin/assignsample.php:364 admin/assignsample.php:391 +msgid "Max call attempts" +msgstr "Max Tentativas" + +#: admin/sortsample.php:139 admin/assignsample.php:364 +msgid "Answering machine messages" +msgstr "Recados na Cx Msg" + +#: admin/sortsample.php:139 admin/assignsample.php:364 +msgid "Selection type" +msgstr "Tipo de seleção" + +#: admin/sortsample.php:142 +msgid "No samples assigned to questionnaires" +msgstr "" + +#: admin/questionnairelist.php:353 +msgid "Modify Questionnaire " +msgstr "" + +#: admin/questionnairelist.php:375 +msgid "Assigned survey" +msgstr "" + +#: admin/questionnairelist.php:379 +msgid "Edit instrument in Limesurvey" +msgstr "Editar instrumento no Limesurvey" + +#: admin/questionnairelist.php:385 admin/questionnairelist.php:386 +#: admin/new.php:183 admin/new.php:185 +msgid "Name for questionnaire:" +msgstr "Nome para o questionário:" + +#: admin/questionnairelist.php:389 admin/new.php:218 +msgid "Restrict appointments to shifts?" +msgstr "Restringir agendamentos aos turnos?" + +#: admin/questionnairelist.php:392 admin/new.php:225 +msgid "Restrict work to shifts?" +msgstr "Restringir trabalho aos turnos?" + +#: admin/questionnairelist.php:396 admin/new.php:232 +msgid "Questionnaire for testing only?" +msgstr "Questionário apenas de teste?" + +#: admin/questionnairelist.php:400 admin/new.php:239 +msgid "Allow operators to generate referrals?" +msgstr "" + +#: admin/questionnairelist.php:404 admin/new.php:246 +msgid "Allow for respondent self completion via email invitation?" +msgstr "Habilitar para auto-resposta via email?" + +#: admin/questionnairelist.php:409 admin/new.php:254 +msgid "Questionnaire display mode for respondent" +msgstr "Modo de visualização do questionário pelo entrevistado" + +#: admin/questionnairelist.php:412 admin/new.php:257 +msgid "All in one" +msgstr "Tudo em um" + +#: admin/questionnairelist.php:413 admin/new.php:258 +msgid "Question by question" +msgstr "Questão por questão" + +#: admin/questionnairelist.php:414 admin/new.php:259 +msgid "Group at a time" +msgstr "Um grupo por vez" + +#: admin/questionnairelist.php:419 admin/new.php:264 +msgid "Limesurvey template for respondent" +msgstr "Modelo do LimeSurvey para o respondente" + +#: admin/questionnairelist.php:448 admin/new.php:294 +msgid "URL to forward respondents on self completion (required)" +msgstr "URL para encaminhar os respondentes para auto-resposta (obrigatório)" + +#: admin/questionnairelist.php:459 admin/questionnairelist.php:469 +#: admin/questionnairelist.php:479 admin/questionnairelist.php:489 +#: admin/questionnairelist.php:505 admin/questionnairelist.php:515 +#: admin/new.php:330 admin/new.php:340 admin/new.php:350 admin/new.php:360 +#: admin/new.php:372 admin/new.php:382 +msgid "Expand/Collapse" +msgstr "" + +#: admin/questionnairelist.php:460 admin/new.php:331 +msgid "Respondent selection introduction:" +msgstr "Introdução para a seleção do respondente:" + +#: admin/questionnairelist.php:470 admin/new.php:341 +msgid "Respondent selection project introduction:" +msgstr "Introdução do Projeto para seleção do respondente" + +#: admin/questionnairelist.php:480 admin/new.php:351 +msgid "Respondent selection callback (already started questionnaire):" +msgstr "" +"Ligação de Retorno Seleção do Entrevistado (questionário já iniciado):" + +#: admin/questionnairelist.php:490 admin/new.php:361 +msgid "Message to leave on an answering machine:" +msgstr "Mensagem para deixar na caixa de mensagens:" + +#: admin/questionnairelist.php:500 +msgid "Edit respondent selection instrument in Limesurvey" +msgstr "Editar instrumento de arrolamento no Limesurvey" + +#: admin/questionnairelist.php:506 admin/new.php:373 +msgid "Project end text (thank you screen):" +msgstr "Texto de Encerramento do projeto (Tela de agradecimento):" + +#: admin/questionnairelist.php:516 admin/new.php:383 +msgid "Project information for interviewers/operators:" +msgstr "Informações do Projeto para os pesquisadores/operadores:" + +#: admin/questionnairelist.php:524 +msgid "Update Questionnaire" +msgstr "Atualizar Questionário" + +#: admin/questionnairelist.php:538 +msgid "Delete Questionnaire" +msgstr "" + +#: admin/questionnairelist.php:540 +msgid "Any collected data and the limesurvey instrument will NOT be deleted" +msgstr "" +"Qualquer dado coletado e o questionário do Limesurvey NÃO serão deletados" + +#: admin/questionnairelist.php:541 +msgid "" +"The questionnaire will be deleted from queXS including call history, cases, " +"case notes, respondent details, appointments and the links between " +"operators, clients and the questionnaire" +msgstr "" +"O questionário será deletado do queXS, incluindo o histórico de chamadas, " +"casos, notas, detalhes dos respondentes, agendamentos e os links entre os " +"pesquisadores, clientes e o questionário" + +#: admin/questionnairelist.php:542 +msgid "Please confirm you wish to delete the questionnaire" +msgstr "Por favor, confirme se você quer mesmo deletar o questionário" + +#: admin/questionnairelist.php:545 +msgid "Delete this questionnaire" +msgstr "Deleta este questionário" + +#: admin/questionnairelist.php:551 admin/index.php:124 admin/new.php:157 +#: admin/new.php:167 +msgid "Questionnaire management" +msgstr "Gerenciar um questionário" + +#: admin/questionnairelist.php:551 +msgid "Questionnaire list" +msgstr "Questionários" + +#: admin/questionnairelist.php:554 admin/index.php:123 admin/new.php:47 +msgid "Create a new questionnaire" +msgstr "Atribuir um questionário no QueXS" + +#: admin/questionnairelist.php:571 +msgid "Edit Questionnaire" +msgstr "" + +#: admin/questionnairelist.php:572 +msgid "Edit Lime survey" +msgstr "" + +#: admin/questionnairelist.php:576 admin/questionnairelist.php:593 +#: admin/questionnairelist.php:594 admin/questionnairelist.php:598 +#: admin/questionnairelist.php:608 +msgid "questionnaire" +msgstr "" + +#: admin/questionnairelist.php:581 admin/index.php:127 +msgid "Pre-fill questionnaire" +msgstr "" + +#: admin/questionnairelist.php:586 +msgid "Delete questionnaire" +msgstr "" + +#: admin/questionnairelist.php:591 +msgid "Outcomes for questionnaire" +msgstr "" + +#: admin/questionnairelist.php:594 +msgid "Set outcomes" +msgstr "" + +#: admin/questionnairelist.php:598 admin/index.php:172 +#: admin/dataoutput.php:200 +msgid "Data output" +msgstr "Exportação de Resultados" + +#: admin/questionnairelist.php:603 +msgid "Assigned samples" +msgstr "" + +#: admin/questionnairelist.php:613 admin/index.php:184 +#: admin/casestatus.php:214 +msgid "Case status and assignment" +msgstr "Redistribuir ligações" + +#: admin/callhistory.php:113 admin/callhistory.php:144 +msgid "Call History List" +msgstr "Histórico de Chamadas" + +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:414 admin/databasestrings.php:82 +msgid "Phone number" +msgstr "Telefone" + +#: admin/callhistory.php:150 +msgid "NO Call history records for Your query" +msgstr "" + +#: admin/callhistory.php:181 +msgid "Download Call History List" +msgstr "Efetuar Download do Histórico de Chamadas" + +#: admin/clients.php:102 +msgid "Updated" +msgstr "" + +#: admin/clients.php:102 +msgid "Update error" +msgstr "" + +#: admin/clients.php:105 +msgid "Could not update" +msgstr "" + +#: admin/clients.php:120 +msgid "Added" +msgstr "" + +#: admin/clients.php:120 +msgid "Error adding client" +msgstr "" + +#: admin/clients.php:123 +msgid "Could not add" +msgstr "Impossível adicionar" + +#: admin/clients.php:126 +msgid "is already in use" +msgstr "" + +#: admin/clients.php:132 +msgid "Add a client" +msgstr "Adicionar um cliente" + +#: admin/clients.php:133 +msgid "Add new client" +msgstr "" + +#: admin/clients.php:138 +msgid "Edit client data" +msgstr "" + +#: admin/clients.php:148 +msgid "NO such client" +msgstr "" + +#: admin/clients.php:157 +msgid "Update client data" +msgstr "" + +#: admin/clients.php:211 +msgid "" +"Adding a client here will allow them to access project information in the " +"client subdirectory." +msgstr "" + +#: admin/clients.php:214 +msgid "You can assign a client to a particular project with" +msgstr "" + +#: admin/clients.php:214 +msgid "Assign client to Questionnaire" +msgstr "Atribuir cliente ao questionário" + +#: admin/clients.php:226 +msgid "Leave this blank to keep current password" +msgstr "" + +#: admin/clients.php:237 +msgid "Surname" +msgstr "Sobrenome" + +#: admin/availability.php:79 +msgid "No time slot group set" +msgstr "" + +#: admin/availability.php:113 +msgid "Modify time slots" +msgstr "" + +#: admin/availability.php:138 admin/supervisor.php:464 +msgid "Time slot" +msgstr "" + +#: admin/availability.php:159 +msgid "Edit Time slot group name" +msgstr "" + +#: admin/availability.php:182 +msgid "Save changes to time slot group" +msgstr "" + +#: admin/availability.php:186 +msgid "Delete this time slot group" +msgstr "" + +#: admin/clientquestionnaire.php:198 +msgid "Clients and questionnaires" +msgstr "" + +#: admin/clientquestionnaire.php:291 +msgid "Client" +msgstr "" + +#: admin/clientquestionnaire.php:294 +msgid "" +"NOTICE! Please, check your user righs to edit client permissions or contact " +"your superviser." +msgstr "" + +#: admin/clientquestionnaire.php:294 +msgid "Questionnaire permissions" +msgstr "" + +#: admin/clientquestionnaire.php:321 +msgid "Assign clients to questionnaires" +msgstr "Atribuir clientes aos questionários" + +#: admin/operatorlist.php:127 +msgid "Successfully updated user" +msgstr "Usuário atualizado com sucesso" + +#: admin/operatorlist.php:131 admin/operatorlist.php:136 +msgid "Failed to update user" +msgstr "" + +#: admin/operatorlist.php:131 admin/operatorlist.php:136 +msgid "Please make sure the username is unique" +msgstr "" + +#: admin/operatorlist.php:144 +msgid "Edit Operator settings" +msgstr "" + +#: admin/operatorlist.php:221 +msgid "leave blank to keep existing password" +msgstr "" + +#: admin/operatorlist.php:260 +msgid "Add" +msgstr "" + +#: admin/operatorlist.php:296 +msgid "Update operator" +msgstr "Atualizar operador" + +#: admin/operatorlist.php:387 +msgid "Win .bat file" +msgstr "" + +#: admin/operatorlist.php:388 +msgid "*nix script file" +msgstr "Arquivo de Script *nix" + +#: admin/operatorlist.php:395 +msgid "Enable VoIP" +msgstr "Ativar VoIP" + +#: admin/operatorlist.php:397 +msgid "Disable VoIP" +msgstr "Desativar VoIP" + +#: admin/operatorlist.php:405 +msgid "Operator list" +msgstr "Lista de Operadores" + +#: admin/operatorlist.php:415 +msgid "VoIP ON/Off" +msgstr "" + +#: admin/operatorlist.php:416 +msgid "Win file" +msgstr "" + +#: admin/operatorlist.php:417 +msgid "*nix flle" +msgstr "" + +#: admin/operatorlist.php:426 +msgid "Assign to questionnaire" +msgstr "" + +#: admin/operatorlist.php:427 +msgid "Operator skills" +msgstr "" + +#: admin/operatorlist.php:432 +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 "" +"Baixe o arquivo para cada usuário e salve na mesma pasta como VOIP.EXE. " +"Quando o arquivo é executado, ele rodará o programa VOIP.EXE com os detalhes " +"para conectar corretamente o operador ao servidor PBX/VoIP." + +#: admin/operatorlist.php:434 +msgid "Download Windows VoIP Client Executable file" +msgstr "" + +#: admin/operatorlist.php:434 +msgid "Download Win file" +msgstr "" + +#: admin/operatorlist.php:435 +msgid "Download Linux VoIP Executable file" +msgstr "" + +#: admin/operatorlist.php:435 +msgid "Download Linux file" +msgstr "" + +#: admin/centreinfo.php:68 admin/index.php:195 +msgid "Set centre information" +msgstr "Ajustar informações gerais" + +#: admin/centreinfo.php:73 +msgid "Update centre information" +msgstr "Atualizar" + +#: admin/import.php:46 +msgid "Validating and uploading" +msgstr "" + +#: admin/import.php:47 admin/import.php:85 admin/import.php:116 +msgid "Import sample" +msgstr "" + +#: admin/import.php:65 +msgid "Successfully imported sample" +msgstr "" + +#: admin/import.php:69 +msgid "Error importing file. Please try again" +msgstr "Erro na importação do arquivo. Por favor, tente novamente" + +#: admin/import.php:73 admin/set_outcomes.php:117 admin/set_outcomes.php:143 +#: admin/set_outcomes.php:148 +msgid "Error:" +msgstr "Erro:" + +#: admin/import.php:73 +msgid "" +"Please check imported file, go back in your browser and fix the problem" +msgstr "" + +#: admin/import.php:84 +msgid "Select columns to import" +msgstr "" + +#: admin/import.php:102 admin/import.php:150 admin/assignsample.php:417 +msgid "Add sample" +msgstr "Adicionar Listagem" + +#: admin/import.php:115 +msgid "Select file to upload" +msgstr "" + +#: admin/import.php:132 +msgid "Choose the CSV sample file to upload" +msgstr "" + +#: admin/import.php:140 +msgid "Sample description" +msgstr "" + +#: admin/import.php:142 +msgid "Enter new sample name..." +msgstr "" + +#: admin/index.php:64 +msgid "queXS Administration" +msgstr "" + +#: admin/index.php:81 +msgid "Click to Collapse / Expand Sidebar MENU " +msgstr "" + +#: admin/index.php:89 +msgid "Operator panel" +msgstr "" + +#: admin/index.php:94 +msgid "Client panel" +msgstr "" + +#: admin/index.php:99 +msgid "Logged as:" +msgstr "" + +#: admin/index.php:103 +msgid "Settings" +msgstr "" + +#: admin/index.php:104 +msgid "Lock Screen" +msgstr "" + +#: admin/index.php:119 +msgid "Dashboard" +msgstr "" + +#: admin/index.php:120 +msgid "Questionnairies" +msgstr "" + +#: admin/index.php:122 admin/new.php:199 admin/new.php:405 +msgid "Create an instrument in Limesurvey" +msgstr "Criar um Questionário no LimeSurvey" + +#: admin/index.php:125 admin/set_outcomes.php:161 +msgid "Set questionnaire outcomes" +msgstr "" + +#: admin/index.php:126 admin/new.php:407 +msgid "Administer instruments with Limesurvey" +msgstr "Administrar questionário no LimeSurvey" + +#: admin/index.php:130 +msgid "Samples" +msgstr "" + +#: admin/index.php:135 admin/assignsample.php:305 +msgid "Assign samples to questionnaires" +msgstr "Atribuir listagens a questionários" + +#: admin/index.php:139 +msgid "Time slots and shifts" +msgstr "" + +#: admin/index.php:148 +msgid "Quotas" +msgstr "" + +#: admin/index.php:150 admin/quota.php:114 +msgid "Quota management" +msgstr "Amostras - Gerenciamento" + +#: admin/index.php:151 admin/quotarow.php:292 +msgid "Quota row management" +msgstr "Gerenciar grupos de amostras" + +#: admin/index.php:154 +msgid "Operators" +msgstr "" + +#: admin/index.php:156 +msgid "Add operators to the system" +msgstr "Adicionar Pesquisadores no sistema" + +#: admin/index.php:157 +msgid "Operator management" +msgstr "Operadores - Gerenciamento" + +#: admin/index.php:158 +msgid "Extension status" +msgstr "Registro de Ramais" + +#: admin/index.php:159 admin/operatorquestionnaire.php:157 +#: admin/operatorquestionnaire.php:272 +msgid "Assign operators to questionnaires" +msgstr "Atribuir pesquisadores aos questionários" + +#: admin/index.php:160 admin/operatorskill.php:275 +msgid "Modify operator skills" +msgstr "12. Alterar permissões dos operadores" + +#: admin/index.php:164 +msgid "Results" +msgstr "" + +#: admin/index.php:166 +msgid "Display all future appointments" +msgstr "Mostrar todos os agendamentos futuros" + +#: admin/index.php:167 +msgid "Sample call attempts report" +msgstr "Relatório de Chamadas Realizadas" + +#: admin/index.php:169 admin/shiftreport.php:67 +msgid "Shift reports" +msgstr "Relatórios de Turnos" + +#: admin/index.php:171 +msgid "Questionnaire outcomes" +msgstr "Resultados de Ligações" + +#: admin/index.php:175 +msgid "Clients" +msgstr "" + +#: admin/index.php:177 +msgid "Add clients to the system" +msgstr "Adicionar clientes ao sistema" + +#: admin/index.php:178 +msgid "Manage clients" +msgstr "" + +#: admin/index.php:181 +msgid "Supervisor functions" +msgstr "Supervisão - Funções" + +#: admin/index.php:183 admin/supervisor.php:125 +msgid "Assign outcomes to cases" +msgstr "Atribuir Resultados de Ligações aos casos" + +#: admin/index.php:188 +msgid "System settings" +msgstr "Sistema - Configurações" + +#: admin/index.php:190 admin/set_outcomes.php:160 +msgid "Set default outcomes" +msgstr "" + +#: admin/index.php:191 +msgid "Set default timezone list" +msgstr "Definir o Fuso Horário padrão" + +#: admin/index.php:192 +msgid "Manage Time slots" +msgstr "" + +#: admin/index.php:193 admin/shifttemplate.php:99 +msgid "Set default shift times" +msgstr "Definir os turnos padrões" + +#: admin/index.php:197 +msgid "System wide case sorting" +msgstr "" + +#: admin/index.php:204 admin/index.php:212 +msgid "VoIP" +msgstr "Telefonia - Gerenciamento" + +#: admin/index.php:206 +msgid "Start and monitor VoIP" +msgstr "Iniciar e Monitorar Telefonia" + +#: admin/samplecallattempts.php:125 +msgid "Call attempts made" +msgstr "Tentativas" + +#: admin/samplecallattempts.php:125 +msgid "Number of cases" +msgstr "Número de casos" + +#: admin/samplecallattempts.php:188 +msgid "Sample call attempt" +msgstr "Tentativas de chamadas" + +#: admin/samplecallattempts.php:190 admin/dataoutput.php:202 +#: admin/operatorperformance.php:78 admin/shiftreport.php:71 +msgid "Please select a questionnaire" +msgstr "Por favor, selecione um quesionário" + +#: admin/samplecallattempts.php:193 +msgid "Overall" +msgstr "Global" + +#: admin/samplecallattempts.php:202 admin/dataoutput.php:218 +msgid "Please select a sample" +msgstr "Por favor, selecione uma listagem" + +#: admin/samplecallattempts.php:213 +msgid "Please select a quota" +msgstr "Por favor, selecione uma amostra" + +#: admin/samplecallattempts.php:219 +msgid "No calls for this quota" +msgstr "Sem chamadas para esta amostra" + +#: admin/samplecallattempts.php:223 +msgid "No calls for this sample" +msgstr "Sem chamadas para esta listagem" + +#: admin/samplecallattempts.php:228 +msgid "No calls for this questionnaire" +msgstr "Sem chamadas para este questionário" + +#: admin/casesbyoutcome.php:57 +msgid "Cases by outcome" +msgstr "Casos por Resultados" + +#: admin/casesbyoutcome.php:77 admin/supervisor.php:312 +msgid "Project" +msgstr "Projeto" + +#: admin/casesbyoutcome.php:84 +msgid "Sample:" +msgstr "" + +#: admin/casesbyoutcome.php:100 admin/supervisor.php:314 +msgid "Current outcome:" +msgstr "Resultado atual:" + +#: admin/casesbyoutcome.php:114 +msgid "No cases with this outcome" +msgstr "Sem casos com este resultado" + +#: admin/casesbyoutcome.php:121 +msgid "Error with input" +msgstr "Erro com a entrada" + +#: admin/set_outcomes.php:82 +msgid "Default outcomes updated" +msgstr "" + +#: admin/set_outcomes.php:82 +msgid "Default outcomes NOT updated" +msgstr "" + +#: admin/set_outcomes.php:117 +msgid "Questionnaire outcomes saved" +msgstr "" + +#: admin/set_outcomes.php:141 +msgid "Custom outcome" +msgstr "" + +#: admin/set_outcomes.php:141 +msgid "saved" +msgstr "" + +#: admin/set_outcomes.php:143 +msgid "New outcome not saved" +msgstr "" + +#: admin/set_outcomes.php:147 admin/set_outcomes.php:175 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 +msgid "Outcome type" +msgstr "" + +#: admin/set_outcomes.php:148 +msgid "is not set" +msgstr "" + +#: admin/set_outcomes.php:162 +msgid "ADD custom outcome" +msgstr "" + +#: admin/set_outcomes.php:171 +msgid "Outcome description" +msgstr "" + +#: admin/set_outcomes.php:176 +msgid "Default delay, minutes" +msgstr "" + +#: admin/set_outcomes.php:178 +msgid "Try another number" +msgstr "" + +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 +msgid "Eligible" +msgstr "" + +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 +msgid "Require note" +msgstr "" + +#: admin/set_outcomes.php:182 +msgid "Calculation" +msgstr "" + +#: admin/set_outcomes.php:183 +msgid "AAPOR code" +msgstr "" + +#: admin/set_outcomes.php:184 +msgid "Default outcome" +msgstr "" + +#: admin/set_outcomes.php:185 +msgid "Permanent outcome" +msgstr "" + +#: admin/set_outcomes.php:189 admin/quotarow.php:422 admin/quotarow.php:508 +#: admin/quotarow.php:540 respondent.php:175 contactdetails.php:171 +msgid "Value" +msgstr "Valor" + +#: admin/set_outcomes.php:190 +msgid "Save custom Outcome" +msgstr "" + +#: admin/set_outcomes.php:250 admin/quotarow.php:586 +msgid "Select" +msgstr "" + +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 +msgid "Add custom Outcome" +msgstr "" + +#: admin/set_outcomes.php:252 +msgid "Save questionnaire outcomes" +msgstr "" + +#: admin/set_outcomes.php:262 +msgid "Delete outcome" +msgstr "" + +#: admin/set_outcomes.php:277 +msgid "Set default" +msgstr "" + +#: admin/set_outcomes.php:277 +msgid "Delay, min" +msgstr "" + +#: admin/set_outcomes.php:277 +msgid "Try another" +msgstr "" + +#: admin/set_outcomes.php:281 +msgid "Update default outcomes" +msgstr "" + +#: admin/set_outcomes.php:313 +msgid "Reset" +msgstr "" + +#: admin/quota.php:141 admin/quotarow.php:316 +msgid "No samples assigned to this questionnaire." +msgstr "" + +#: admin/quota.php:149 +msgid "Current quotas" +msgstr "" + +#: admin/quota.php:161 +msgid "Currently no quotas" +msgstr "Sem amostras em execução atualmente" + +#: admin/quota.php:167 +msgid "Stop calling this sample when:" +msgstr "Pare de chamar esta listagem quando:" + +#: admin/quota.php:167 +msgid "for" +msgstr "para" + +#: admin/quota.php:167 +msgid "completions" +msgstr "completas" + +#: admin/quota.php:170 +msgid "Quota reached" +msgstr "Amostra encerrada (fechada)" + +#: admin/quota.php:172 +msgid "Quota not yet reached" +msgstr "Amostra ainda não encerrada (aberta)" + +#: admin/quota.php:174 +msgid "Current completions: " +msgstr "Atualmente realizadas: " + +#: admin/quota.php:182 +msgid "Select a question for the quota" +msgstr "Selecione uma pergunta para a amostra" + +#: admin/quota.php:211 +msgid "Enter the details for creating the quota:" +msgstr "Informe os detalhes para criar a amostra:" + +#: admin/quota.php:216 admin/quotarow.php:458 admin/quotarow.php:539 +msgid "The type of comparison" +msgstr "Tipo de comparação" + +#: admin/quota.php:226 admin/quotarow.php:459 +msgid "The code value to compare" +msgstr "Código da resposta para comparar" + +#: admin/quota.php:229 admin/quotarow.php:395 admin/quotarow.php:599 +msgid "The number of completions to stop calling at" +msgstr "Parar de chamar quando o número de entrevistas nesta cota for" + +#: admin/quota.php:236 +msgid "Add quota" +msgstr "Adicionar amostra" + +#: admin/quota.php:242 admin/quotarow.php:465 +msgid "Code values for this question" +msgstr "" + +#: admin/quota.php:254 admin/quotarow.php:480 +msgid "No labels defined for this question" +msgstr "Sem opções de respostas definidas para esta pergunta" + +#: admin/quota.php:256 admin/quotarow.php:482 +msgid "Code value" +msgstr "Código da resposta" + +#: admin/assignsample.php:190 +msgid "Edit assignment parameters" +msgstr "" + +#: admin/assignsample.php:191 +msgid "Assign samples to questionnaire: " +msgstr "" + +#: admin/assignsample.php:228 admin/assignsample.php:395 +msgid "Number of answering machine messages to leave per case" +msgstr "" + +#: admin/assignsample.php:231 admin/assignsample.php:399 +msgid "Select from sample randomly?" +msgstr "" + +#: admin/assignsample.php:233 admin/assignsample.php:401 +msgid "Sequentially" +msgstr "" + +#: admin/assignsample.php:234 admin/assignsample.php:364 +#: admin/assignsample.php:403 +msgid "Allow new numbers to be drawn?" +msgstr "" + +#: admin/assignsample.php:304 +msgid "List & Add Sample" +msgstr "" + +#: admin/assignsample.php:321 +msgid "Samples assigned to questionnaire" +msgstr "" + +#: admin/assignsample.php:364 +msgid "Unassign sample" +msgstr "Desativar listagem" + +#: admin/assignsample.php:367 +msgid "No samples selected for this questionnaire" +msgstr "Não foram selecionadas listagens para este questionário" + +#: admin/assignsample.php:380 +msgid "Add a sample to this questionnaire:" +msgstr "Adicionar uma listagem para este questionário:" + +#: admin/assignsample.php:383 +msgid "Select sample:" +msgstr "Selecionar listagem:" + +#: admin/assignsample.php:409 +msgid "" +"Generate cases for all sample records and set outcome to 'Self completion " +"email invitation sent'?" +msgstr "" + +#: admin/assignsample.php:411 +msgid "" +"Ideal if you intend to send an email invitation to sample members before " +"attempting to call using queXS" +msgstr "" + +#: admin/supervisor.php:131 respondent.php:107 contactdetails.php:106 +msgid "Case id:" +msgstr "Caso Nr:" + +#: admin/supervisor.php:132 +msgid "Enter a case id" +msgstr "" + +#: admin/supervisor.php:133 +msgid "Select case" +msgstr "Selecionar caso" + +#: admin/supervisor.php:157 +msgid "Select case from list of cases referred to the supervisor:" +msgstr "Selecione o caso da lista de casos atribuídos ao supervisor:" + +#: admin/supervisor.php:167 +msgid "Set an outcome for this call" +msgstr "Definir um resultado para esta chamada" + +#: admin/supervisor.php:182 admin/supervisor.php:554 call_interface2.php:290 +msgid "Set outcome" +msgstr "Definir resultado" + +#: admin/supervisor.php:320 +msgid "Sample details" +msgstr "" + +#: admin/supervisor.php:330 admin/casestatus.php:126 +msgid "Time NOW" +msgstr "" + +#: admin/supervisor.php:358 +msgid "No sample data for this case" +msgstr "" + +#: admin/supervisor.php:363 admin/displayappointments.php:291 +#: admin/databasestrings.php:68 index.php:273 index_interface2.php:293 +msgid "Appointments" +msgstr "Agendamentos" + +#: admin/supervisor.php:387 admin/displayappointments.php:313 +msgid "Current outcome" +msgstr "Resultado atual" + +#: admin/supervisor.php:387 admin/displayappointments.php:313 +msgid "Operator who called" +msgstr "Pesquisador que chamou" + +#: admin/supervisor.php:390 +msgid "No appointments for this case" +msgstr "Sem agendamentos para este caso" + +#: admin/supervisor.php:401 +msgid "Change outcome" +msgstr "Mudar resultado" + +#: admin/supervisor.php:408 +msgid "Call list" +msgstr "Lista de chamadas" + +#: admin/supervisor.php:463 +msgid "Call attempts by timeslot" +msgstr "" + +#: admin/supervisor.php:464 admin/casestatus.php:126 +msgid "Call attempts" +msgstr "" + +#: admin/supervisor.php:467 +msgid "Time slots NOT defined" +msgstr "" + +#: admin/supervisor.php:474 +msgid "Assign this case to operator (will appear as next case for them)" +msgstr "" +"Atribuir este caso para um pesquisador (aparecerá como o próximo caso para " +"ele)" + +#: admin/supervisor.php:486 +msgid "Assign this case to operator" +msgstr "Atribuir para o pesquisador" + +#: admin/supervisor.php:496 +msgid "Modify responses for this case" +msgstr "Modificar respostas deste caso" + +#: admin/supervisor.php:498 +msgid "Case not yet started in Limesurvey" +msgstr "Caso não iniciado ainda no Limesurvey" + +#: admin/supervisor.php:503 +msgid "Availability groups" +msgstr "Grupos de disponibilidade" + +#: admin/supervisor.php:531 +msgid "Update case availability" +msgstr "Atualizar a disponibilidade do caso" + +#: admin/supervisor.php:542 +msgid "Set a case outcome" +msgstr "Definir um resultado para o caso" + +#: admin/supervisor.php:560 admin/supervisor.php:565 +msgid "Deidentify" +msgstr "Desvinculação" + +#: admin/supervisor.php:561 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:571 +msgid "Case does not exist" +msgstr "Caso inexistente" + +#: admin/quotarow.php:319 +msgid "To quota report" +msgstr "" + +#: admin/quotarow.php:388 +msgid "To Row quotas" +msgstr "" + +#: admin/quotarow.php:395 admin/quotarow.php:597 +msgid "Describe this quota" +msgstr "Descreva esta cota/amostra" + +#: admin/quotarow.php:396 admin/quotarow.php:598 +msgid "Quota priority (50 is default, 100 highest, 0 lowest)" +msgstr "" +"Prioridade da amostra (50 é o padrão, 100 para mais alta, 0 para mais baixa)" + +#: admin/quotarow.php:396 admin/quotarow.php:600 +msgid "" +"Should the priority be automatically updated based on the number of " +"completions in this quota?" +msgstr "" +"A prioridade da amostra pode ser atualizada automaticamente com base no " +"número de entrevistas concluídas?" + +#: admin/quotarow.php:412 +msgid "Restrictions based on answered questions" +msgstr "" + +#: admin/quotarow.php:417 +msgid "Currently NO Restrictions based on answered questions" +msgstr "" + +#: admin/quotarow.php:417 +msgid "" +"All completed responses that match the sample criteria below will be counted " +"towards the quota" +msgstr "" + +#: admin/quotarow.php:421 +msgid "" +"Only completed responses that have answered the following will be counted" +msgstr "" + +#: admin/quotarow.php:422 +msgid "SGQ code" +msgstr "" + +#: admin/quotarow.php:422 admin/quotarow.php:508 +msgid "Comparison" +msgstr "" + +#: admin/quotarow.php:451 +msgid "Add restriction based on answered questions" +msgstr "" + +#: admin/quotarow.php:452 +msgid "Select Question" +msgstr "" + +#: admin/quotarow.php:461 admin/quotarow.php:557 +msgid "Add restriction" +msgstr "" + +#: admin/quotarow.php:499 +msgid "Restrictions based on sample records" +msgstr "" + +#: admin/quotarow.php:503 +msgid "Currently NO Restrictions based on sample records" +msgstr "" + +#: admin/quotarow.php:503 +msgid "This sample will be limited to number of completions set in quota" +msgstr "" + +#: admin/quotarow.php:503 +msgid "" +"Caling cases for this sample will be stopped when the quota is reached" +msgstr "" + +#: admin/quotarow.php:507 +msgid "" +"Completed responses that have the following sample details will be counted " +"towards the quota and excluded when the quota is reached" +msgstr "" + +#: admin/quotarow.php:508 +msgid "Sample var ID" +msgstr "" + +#: admin/quotarow.php:531 +msgid "Add restriction based on sample records" +msgstr "" + +#: admin/quotarow.php:533 +msgid "Sample record" +msgstr "" + +#: admin/quotarow.php:580 +msgid "Currently no row quotas" +msgstr "Atualmente não existem amostras definidas" + +#: admin/quotarow.php:585 +msgid "Current row quotas" +msgstr "" + +#: admin/quotarow.php:586 +msgid "Priority" +msgstr "" + +#: admin/quotarow.php:588 +msgid "Export selected" +msgstr "" + +#: admin/quotarow.php:590 +msgid "Delete selected" +msgstr "" + +#: admin/quotarow.php:594 admin/quotarow.php:601 +msgid "Add row quota" +msgstr "Adicionar amostra" + +#: admin/quotarow.php:606 admin/quotarow.php:614 +msgid "Import row quota" +msgstr "" + +#: admin/quotarow.php:612 +msgid "Choose the CSV row quota file to import:" +msgstr "" + +#: admin/operatorskill.php:152 +msgid "Assign operators to Skills" +msgstr "Atribui pesquisadores às regras" + +#: admin/operatorskill.php:154 +msgid "" +"Set which types of cases will be made available to each operator.
" +"Please note that all operators will be allowed to assign all possible " +"outcomes to a case. This restricts which ones will be assigned to an " +"operator." +msgstr "" + +#: admin/dataoutput.php:76 +msgid "ALL" +msgstr "" + +#: admin/dataoutput.php:93 +msgid "Current Outcome" +msgstr "" + +#: admin/dataoutput.php:93 +msgid "Number of calls" +msgstr "" + +#: admin/dataoutput.php:93 +msgid "DATE/TIME Last number dialled" +msgstr "" + +#: admin/dataoutput.php:216 +msgid "Download data for this questionnaire via Limesurvey" +msgstr "Efetuar Download dos resultados deste questionário via Limesurvey" + +#: admin/dataoutput.php:225 +msgid "Download data for this sample via Limesurvey" +msgstr "Efetuar Download da listagem via Limesurvey" + +#: admin/dataoutput.php:233 +msgid "Download key file: select sample var" +msgstr "Download de arquivo chave (token): selecione a variável da listagem" + +#: admin/dataoutput.php:240 +msgid "Download complete key file" +msgstr "Efetuar Download do arquivo chave completo" + +#: admin/dataoutput.php:243 +msgid "Download complete sample file with current outcomes" +msgstr "Efetuar Download da listagem completa com resultado das chamadas" + +#: admin/operatorperformance.php:71 +msgid "Operator Performance" +msgstr "Desempenho do Operador" + +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +#: admin/casestatus.php:126 +msgid "Calls" +msgstr "Chamadas" + +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +msgid "Total time" +msgstr "Tempo total" + +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +msgid "Call time" +msgstr "Tempo de chamada" + +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +msgid "Completions p/h" +msgstr "Completadas por hora" + +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +msgid "Calls p/h" +msgstr "Chamadas por hora" + +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +msgid "Effectiveness" +msgstr "Efetividade" + +#: admin/operatorperformance.php:93 +msgid "till" +msgstr "até" + +#: admin/operatorperformance.php:101 admin/shiftreport.php:78 +msgid "Please select a shift" +msgstr "Selecione o Turno" + +#: admin/shiftreport.php:98 +msgid "Reports for this shift" +msgstr "Ocorrências para este turno" + +#: admin/shiftreport.php:110 +msgid "Report" +msgstr "Ocorrências" + +#: admin/shiftreport.php:113 +msgid "Create new report for this shift" +msgstr "Criar nova ocorrência para este turno" + +#: admin/shiftreport.php:119 +msgid "Enter report for this shift" +msgstr "Informe as ocorrências para este turno" + +#: admin/shiftreport.php:123 +msgid "Add report" +msgstr "Adicionar" + +#: admin/shiftreport.php:159 +msgid "This report does not exist in the database" +msgstr "Esta ocorrência não existe no banco de dados" + +#: admin/shiftreport.php:164 +msgid "Edit report for this shift" +msgstr "Editar ocorrência para este turno" + +#: admin/shiftreport.php:169 +msgid "Modify report" +msgstr "Modificar" + +#: admin/casestatus.php:87 admin/casestatus.php:88 +msgid "Available" +msgstr "" + +#: admin/casestatus.php:89 +msgid "minutes" +msgstr "" + +#: admin/casestatus.php:100 +msgid "Not assigned, select to assign" +msgstr "" + +#: admin/casestatus.php:126 +msgid "Available in" +msgstr "" + +#: admin/casestatus.php:126 +msgid "Assigned to" +msgstr "" + +#: admin/casestatus.php:126 +msgid "Order" +msgstr "" + +#: admin/casestatus.php:138 +msgid "Assign selected cases to" +msgstr "" + +#: admin/casestatus.php:138 +msgid "operator" +msgstr "" + +#: admin/casestatus.php:141 +msgid "Assign cases to operator queue" +msgstr "Atribui casos para um grupo de pesquisadores" + +#: admin/casestatus.php:141 +msgid "Assign" +msgstr "" + +#: admin/casestatus.php:222 +msgid "INFORMATION" +msgstr "" + +#: admin/casestatus.php:225 +msgid "" +"List cases by questionnaire and sample with the ability to assign them to be " +"called next in a queue by a particular operator.
If you assign cases to " +"an operator, it will override the normal scheduling process and call them as " +"soon as the operator is available." +msgstr "" + +#: admin/casestatus.php:228 +msgid "OK" +msgstr "" + +#: admin/shifttemplate.php:114 +msgid "" +"Enter standard shift start and end times for each day of the week in local " +"time" +msgstr "" +"Informe os horários de início e término do trabalho para cada dia da semana, " +"no seu horário local" + +#: admin/shifttemplate.php:155 +msgid "Save changes to shifts" +msgstr "Salvar alterações para os turnos" + +#: admin/extensionstatus.php:106 +msgid "" +"Failed to add extension. There already may be an extension of this name" +msgstr "" + +#: admin/extensionstatus.php:138 +msgid "Extensions & status" +msgstr "" + +#: admin/extensionstatus.php:192 +msgid "Edit extension" +msgstr "" + +#: admin/extensionstatus.php:192 +msgid "Add an extension" +msgstr "" + +#: admin/extensionstatus.php:195 +msgid "Extension name: " +msgstr "" + +#: admin/extensionstatus.php:196 +msgid "such as SIP/1000" +msgstr "" + +#: admin/extensionstatus.php:199 +msgid "Extension password: " +msgstr "" + +#: admin/extensionstatus.php:200 +msgid "Enter New Password" +msgstr "" + +#: admin/extensionstatus.php:200 +msgid " or " +msgstr "" + +#: admin/extensionstatus.php:201 +msgid "New password" +msgstr "" + +#: admin/extensionstatus.php:202 +msgid "characters long" +msgstr "" + +#: admin/extensionstatus.php:210 admin/extensionstatus.php:272 +msgid "Add extension" +msgstr "" + +#: admin/extensionstatus.php:218 +msgid "Delete extension" +msgstr "" + +#: admin/extensionstatus.php:221 +msgid "Unassign the operator from this extension to be able to delete it" +msgstr "" + +#: admin/extensionstatus.php:231 +msgid "Unassign" +msgstr "" + +#: admin/extensionstatus.php:231 +msgid "End case to change assignment" +msgstr "" + +#: admin/extensionstatus.php:232 +msgid "VoIP Offline" +msgstr "VoIP Desl" + +#: admin/extensionstatus.php:232 +msgid "VoIP Online" +msgstr "VoIP Lig" + +#: admin/extensionstatus.php:233 +msgid "Not called" +msgstr "Não chamado" + +#: admin/extensionstatus.php:233 call.php:433 +msgid "Requesting call" +msgstr "Solicitando chamada" + +#: admin/extensionstatus.php:233 call.php:454 +msgid "Requires coding" +msgstr "Requer código" + +#: admin/extensionstatus.php:233 +msgid "Done" +msgstr "Concluído" + +#: admin/extensionstatus.php:266 +msgid "Assignment" +msgstr "" + +#: admin/extensionstatus.php:266 +msgid "VoIP Status" +msgstr "Situação VoIP" + +#: admin/extensionstatus.php:266 +msgid "Call state" +msgstr "Estado da chamada" + +#: admin/extensionstatus.php:266 +msgid "Time on call" +msgstr "Tempo na chamada" + +#: admin/extensionstatus.php:270 +msgid "No extensions" +msgstr "" + +#: admin/displayappointments.php:133 +msgid "Now modify case outcome" +msgstr "Agora modifique o resultado" + +#: admin/displayappointments.php:135 +msgid "" +"The appointment has been deleted. Now you must modify the case outcome" +msgstr "" +"O agendamento foi deletado. Agora você deverá modificar o resultado da " +"ligação" + +#: admin/displayappointments.php:136 +msgid "Modify case outcome" +msgstr "Modificar resultado" + +#: admin/displayappointments.php:155 +msgid "Create NEW appointment" +msgstr "" + +#: admin/displayappointments.php:163 +msgid "Edit appointment" +msgstr "Editar agendamento" + +#: admin/displayappointments.php:182 +msgid "" +"ERROR in DB records, Check tables 'appointment' and 'respondent' and Time " +"zone settings" +msgstr "" + +#: admin/displayappointments.php:215 +msgid "Contact phone" +msgstr "Telefone de contato" + +#: admin/displayappointments.php:239 +msgid "" +"ATTENTION! Keep in mind that you're setting 'Start' & 'End' appoinment " +"times in RESPONDENT LOCAL TIME !!!" +msgstr "" + +#: admin/displayappointments.php:243 +msgid "Respondent TimeZone" +msgstr "" + +#: admin/displayappointments.php:245 +msgid "Respondent Time" +msgstr "" + +#: admin/displayappointments.php:278 +msgid "Cancel edit" +msgstr "Cancelar alteração" + +#: admin/displayappointments.php:284 +msgid "Delete this appointment" +msgstr "Deletar este agendamento" + +#: admin/displayappointments.php:292 +msgid "Display Appointments" +msgstr "Mostrar agendamentos" + +#: admin/displayappointments.php:293 +msgid "All appointments (with times displayed in your time zone)" +msgstr "Todos os agendamentos (horário local)" + +#: admin/displayappointments.php:313 +msgid "Created by" +msgstr "" + +#: admin/displayappointments.php:315 +msgid "No future appointments" +msgstr "" + +#: admin/displayappointments.php:317 +msgid "Missed appointments (with times displayed in your time zone)" +msgstr "" + +#: admin/displayappointments.php:338 +msgid "No missed appointments" +msgstr "" + +#: admin/new.php:121 +msgid "Successfully inserted" +msgstr "Inserido com sucesso" + +#: admin/new.php:121 +msgid "with ID" +msgstr "" + +#: admin/new.php:121 +msgid "linked to survey" +msgstr "" + +#: admin/new.php:126 +msgid "Error: Failed to insert questionnaire" +msgstr "ERRO: Falha ao inserir o questionário" + +#: admin/new.php:156 +msgid "Create another ?" +msgstr "" + +#: admin/new.php:157 +msgid "No, Thank you, go to" +msgstr "" + +#: admin/new.php:167 +msgid "Go to" +msgstr "" + +#: admin/new.php:185 +msgid "Enter New questionnaire name.." +msgstr "" + +#: admin/new.php:190 +msgid "Select limesurvey instrument:" +msgstr "Selecione um instrumento do LimeSurvey:" + +#: admin/new.php:194 admin/new.php:211 +msgid "Survey" +msgstr "" + +#: admin/new.php:204 +msgid "Respondent selection type:" +msgstr "Tipo de seleção do respondente:" + +#: admin/new.php:207 +msgid "No respondent selection (go straight to questionnaire)" +msgstr "Sem pré-seleção (vai direto ao questionário)" + +#: admin/new.php:208 +msgid "Use basic respondent selection text (below)" +msgstr "Usar texto de seleção básico (abaixo)" + +#: admin/new.php:395 +msgid "Create Questionnaire" +msgstr "Criar Questionário" + +#: admin/new.php:404 +msgid "NO active Lime surveys available" +msgstr "" + +#: admin/databasestrings.php:32 +msgid "Not attempted or worked" +msgstr "Mudo ou não toca o telefone" + +#: admin/databasestrings.php:33 +msgid "No answer" +msgstr "Não Atende" + +#: admin/databasestrings.php:34 +msgid "Technical phone problems" +msgstr "Problemas técnicos na linha" + +#: admin/databasestrings.php:35 +msgid "Other, Referred to Supervisor (Eligible)" +msgstr "Outros, encaminhar ao supervisor (Retornável)" + +#: admin/databasestrings.php:36 +msgid "Other, Referred to Supervisor (Unknown eligibility)" +msgstr "Outros, encaminhar ao supervisor (Retorno desconhecido)" + +#: admin/databasestrings.php:37 +msgid "Soft Refusal, Other" +msgstr "Recusa Simples, Outras pessoas" + +#: admin/databasestrings.php:38 +msgid "Hard Refusal, Other" +msgstr "Recusa Forte, Outras pessoas" + +#: admin/databasestrings.php:39 +msgid "Soft Refusal, Respondent" +msgstr "Recusa Simples do Entrevistado" + +#: admin/databasestrings.php:40 +msgid "Hard Refusal, Respondent" +msgstr "Recusa Forte do Entrevistado" + +#: admin/databasestrings.php:42 +msgid "Known respondent refusal" +msgstr "Recusa por respondente conhecido" + +#: admin/databasestrings.php:43 +msgid "Household-level refusal" +msgstr "Recusa em nível de domicílio (Não ligar para mais ninguém na casa)" + +#: admin/databasestrings.php:44 +msgid "Broken appointment (Implicit refusal)" +msgstr "Agendamento Negado (Recusa declarada)" + +#: admin/databasestrings.php:45 +msgid "Disconnected number" +msgstr "Telefone indisponível ou fora de serviço" + +#: admin/databasestrings.php:46 +msgid "Fax/data line" +msgstr "Fax/linha de dados" + +#: admin/databasestrings.php:47 +msgid "Business, government office, other organization" +msgstr "Telefone errado (Escritório, Governo, Outra organização)" + +#: admin/databasestrings.php:48 +msgid "No eligible respondent" +msgstr "FILTRO: Respondente não qualificado" + +#: admin/databasestrings.php:49 +msgid "Accidental hang up or temporary phone problem" +msgstr "LIGAÇÃO CAIU (desligamento acidental ou problema temporário)" + +#: admin/databasestrings.php:50 +msgid "Definite Appointment - Respondent" +msgstr "Agendamento Realizado pelo Entrevistado" + +#: admin/databasestrings.php:51 +msgid "Definite Appointment - Other" +msgstr "Agendamento Realizado por outra pessoa" + +#: admin/databasestrings.php:52 +msgid "Unspecified Appointment - Respondent" +msgstr "LIGAR DEPOIS (agendamento sem data certa, pelo entrevistado)" + +#: admin/databasestrings.php:53 +msgid "Unspecified Appointment - Other" +msgstr "LIGAR DEPOIS (agendamento sem data certa, por outra pessoa)" + +#: admin/databasestrings.php:54 +msgid "Household answering machine - Message left" +msgstr "Secretária Eletrônica Residencial - DEIXEI RECADO" + +#: admin/databasestrings.php:55 +msgid "Household answering machine - No message left" +msgstr "Secretária Eletrônica Residencial - NÃO deixei recado" + +#: admin/databasestrings.php:56 +msgid "Respondent Dead" +msgstr "Entrevistado FALECIDO" + +#: admin/databasestrings.php:57 +msgid "Physically or mentally unable/incompetent" +msgstr "Entrevistado física ou mentalmente INCAPAZ" + +#: admin/databasestrings.php:58 +msgid "Household level language problem" +msgstr "Problemas com IDIOMA no domicílio" + +#: admin/databasestrings.php:59 +msgid "Respondent language problem" +msgstr "Problemas com IDIOMA pelo entrevistado" + +#: admin/databasestrings.php:60 +msgid "Answering machine - Not a household" +msgstr "URA ou Central de Atendimento empresarial" + +#: admin/databasestrings.php:61 +msgid "Out of sample" +msgstr "Fora da listagem" + +#: admin/databasestrings.php:62 +msgid "Non contact" +msgstr "Sem contato" + +#: admin/databasestrings.php:63 +msgid "Temporary Outcomes (normal cases)" +msgstr "Resultado Temporário (caso normal)" + +#: admin/databasestrings.php:64 +msgid "Supervisor Outcomes (referred to supervisor)" +msgstr "Supervisor (encaminhar ao supervisor)" + +#: admin/databasestrings.php:65 +msgid "Refusal Outcomes (respondent refused)" +msgstr "Resultados de Recusas (recusa do respondente)" + +#: admin/databasestrings.php:66 +msgid "Final Outcomes (completed, final refusal, etc)" +msgstr "Resultados Finais (completos, recusas, etc)" + +#: admin/databasestrings.php:67 +msgid "Miscellaneous - Unavailable for a week" +msgstr "DIVERSOS - Indisponível por uma semana" + +#: admin/databasestrings.php:69 +msgid "Monday" +msgstr "Segunda" + +#: admin/databasestrings.php:70 +msgid "Tuesday" +msgstr "Terça" + +#: admin/databasestrings.php:71 +msgid "Wednesday" +msgstr "Quarta" + +#: admin/databasestrings.php:72 +msgid "Thursday" +msgstr "Quinta" + +#: admin/databasestrings.php:73 +msgid "Friday" +msgstr "Sexta" + +#: admin/databasestrings.php:74 +msgid "Saturday" +msgstr "Sábado" + +#: admin/databasestrings.php:75 +msgid "Sunday" +msgstr "Domingo" + +#: admin/databasestrings.php:76 +msgid "Quota filled" +msgstr "AMOSTRA ENCERRADA" + +#: admin/databasestrings.php:77 +msgid "Weekday mornings (Before 12pm)" +msgstr "Manhãs, durante a semana (Antes das 12h00)" + +#: admin/databasestrings.php:78 +msgid "Weekday afternoons (After 12pm but before 6pm)" +msgstr "Tardes, durante a semana (Das 12h00 as 18h00)" + +#: admin/databasestrings.php:79 +msgid "Evenings (After 6pm)" +msgstr "Noites (Depois das 18h00)" + +#: admin/databasestrings.php:80 +msgid "Saturdays" +msgstr "Sábados" + +#: admin/databasestrings.php:81 +msgid "String" +msgstr "Texto" + +#: admin/databasestrings.php:83 +msgid "Primary phone number" +msgstr "Telefone Primário" + +#: admin/databasestrings.php:84 +msgid "State" +msgstr "Estado" + +#: admin/databasestrings.php:85 +msgid "Postcode" +msgstr "CEP" + +#: admin/databasestrings.php:86 +msgid "Respondent first name" +msgstr "Nome Entrevistado" + +#: admin/databasestrings.php:87 +msgid "Respondent last name" +msgstr "Sobrenome Entrevistado" + +#: admin/databasestrings.php:88 +msgid "Email address" +msgstr "E-mail" + +#: admin/databasestrings.php:89 +msgid "Self completion email invitation sent" +msgstr "Auto Resposta com envio de email" + +#: admin/databasestrings.php:91 +msgid "Max call attempts reached (Eligible)" +msgstr "" + +#: admin/databasestrings.php:92 +msgid "Max calls reached (Eligible)" +msgstr "" + +#: admin/databasestrings.php:93 +msgid "Max call attempts reached (Unknown eligibility)" +msgstr "" + +#: admin/databasestrings.php:94 +msgid "Max calls reached (Unknown eligibility)" +msgstr "" + +#: call_interface2.php:124 +msgid "CONTACTED" +msgstr "" + +#: call_interface2.php:125 +msgid "NOT CONTACTED" +msgstr "" + +#: call_interface2.php:263 call_interface2.php:348 call_interface2.php:419 +#: call.php:197 call.php:217 call.php:233 call.php:264 call.php:312 +#: call.php:383 +msgid "Call" +msgstr "Ligar" + +#: call_interface2.php:306 call.php:271 +msgid "Not on a call" +msgstr "Telefone Livre" + +#: call_interface2.php:343 call.php:308 +msgid "Press the call button to dial the number for this appointment:" +msgstr "Pressione o botão LIGAR para discar para este agendamento." + +#: call_interface2.php:346 call.php:311 +msgid "Number to call:" +msgstr "Número para discar:" + +#: call_interface2.php:352 call_interface2.php:422 call.php:315 call.php:386 +msgid "" +"Your VoIP extension is not enabled. Please close this window and enable VoIP " +"by clicking once on the red button that says 'VoIP Off'" +msgstr "" +"Sua extensão VoIP não está habilitada. Por favor, feche esta janela e " +"habilite o VoIP clicando um vez sobre o botão vermelho denominado 'VoIP Off'" + +#: call_interface2.php:412 call.php:376 +msgid "Select phone number to dial:" +msgstr "Selecione o número de telefone para discar:" + +#: call_interface2.php:427 call_interface2.php:458 call.php:391 call.php:425 +msgid "The last call completed this call attempt" +msgstr "Última chamada concluída para esta tentativa" + +#: call_interface2.php:431 call_interface2.php:451 call.php:395 call.php:418 +msgid "Enter a reason for this outcome before completing this case:" +msgstr "Informe um motivo ou resultado antes de encerrar este caso." + +#: call_interface2.php:473 call.php:457 +msgid "Assign outcome" +msgstr "Informe um resultado" + +#: call_interface2.php:478 call.php:461 +msgid "Error: Close window" +msgstr "Erro: Feche a janela" + +#: rs_answeringmachine.php:84 +msgid "Do not leave a message, please hang up" +msgstr "Não deixe uma mensagem, por favor, desligue" + +#: rs_business.php:58 +msgid "Business answers" +msgstr "" + +#: rs_business.php:60 +msgid "Sorry to bother you, I have called the wrong number" +msgstr "Desculpe incomodá-lo, eu liguei para o número errado" + +#: call.php:434 call.php:441 +msgid "Call Answered" +msgstr "Chamada atendida" + +#: call.php:448 +msgid "Not Answered" +msgstr "Não Atendida" + +#: index.php:169 nocallavailable.php:88 +msgid "Call/Hangup" +msgstr "Chamar/Encerrar" + +#: index.php:174 index_interface2.php:241 +msgid "Arrow for expanding or contracting" +msgstr "Expandir ou Contrair" + +#: index.php:175 +msgid "Restart" +msgstr "Reiniciar" + +#: index.php:228 index_interface2.php:253 +msgid "Notes" +msgstr "Notas" + +#: index.php:246 index_interface2.php:269 contactdetails.php:78 +msgid "Contact details" +msgstr "Detalhes do contato" + +#: index.php:290 index_interface2.php:309 +msgid "Work history" +msgstr "Histórico de trabalho" + +#: index.php:298 index_interface2.php:317 project_info.php:67 +msgid "Project information" +msgstr "Informações do projeto" + +#: index.php:314 index_interface2.php:326 +msgid "Info" +msgstr "Informações" + +#: respondent.php:76 +msgid "Respondent Selector" +msgstr "Seletor de Entrevistado" + +#: respondent.php:108 contactdetails.php:107 +msgid "Respondent:" +msgstr "Respondente:" + +#: respondent.php:171 +msgid "Show details" +msgstr "Mostrar detalhes" + +#: respondent.php:175 contactdetails.php:171 +msgid "Var" +msgstr "Variável" + +#: shifts.php:63 +msgid "Shift List" +msgstr "Lista de Agendamentos" + +#: shifts.php:86 +msgid "No shifts for this project" +msgstr "Não existem agendamentos para este projeto" + +#: shifts.php:107 +msgid "No future shifts scheduled" +msgstr "Não existem agendamentos futuros" + +#: supervisor.php:67 +msgid "Please wait till you have ended this call to call the supervisor" +msgstr "" +"Por favor, aguarde até o encerramento desta chamada para falar com o " +"Supervisor" + +#: supervisor.php:111 +msgid "You may now close this window" +msgstr "Você pode fechar agora esta janela" + +#: supervisor.php:116 +msgid "Calling the supervisor, you may close this window" +msgstr "Chamando o Supervisor. Você pode fechar esta janela" + +#: supervisor.php:121 +msgid "" +"Click here to call the supervisor's phone. Otherwise close this window" +msgstr "" +"Clique aqui para chamar o Telefone do Supervisor. Caso contrário, feche esta " +"janela" + +#: supervisor.php:122 +msgid "Hangup when calling the supervisor" +msgstr "Encerre a chamada quando for falar com o Supervisor" + +#: supervisor.php:127 +msgid "Try calling the supervisor" +msgstr "Tentando chamar o Supervisor" + +#: supervisor.php:134 +msgid "" +"Please wait for this call to answer before attempting to call the supervisor" +msgstr "" +"Por favor, aguarde esta chamada responder antes de tentar chamar o Supervisor" + +#: rs_project_intro.php:63 +msgid "Project Introduction" +msgstr "" + +#: endwork.php:51 +msgid "End of work" +msgstr "Suspender ou Fechar o trabalho" + +#: endwork.php:58 +msgid "Work has ended. That is it" +msgstr "Operação suspensa! Selecione abaixo:" + +#: endwork.php:76 +msgid "You have been unassigned from your extension" +msgstr "" + +#: endwork.php:81 +msgid "Go back to work" +msgstr "Voltar ao trabalho" + +#: nocallavailable.php:85 +msgid "No call available" +msgstr "Chamada indisponível" + +#: nocallavailable.php:88 +msgid "Please click on:" +msgstr "Por favor clique em:" + +#: nocallavailable.php:88 +msgid "to display call script" +msgstr "para mostrar o roteiro da chamada" + +#: nocallavailable.php:182 +msgid "Will dial in" +msgstr "" + +#: nocallavailable.php:183 +msgid "Dialling now" +msgstr "" + +#: nocallavailable.php:189 +msgid "Will end case in" +msgstr "" + +#: nocallavailable.php:190 +msgid "Ending case now" +msgstr "" + +#: nocallavailable.php:221 +msgid "" +"Your VoIP extension is not active. Please activate VoIP by clicking once on " +"the red button that says 'VoIP Off'" +msgstr "" + +#: nocallavailable.php:227 +msgid "Auto dialling unavailable as VoIP is not enabled" +msgstr "" + +#: nocallavailable.php:233 +msgid "Auto dialling unavailable as you are already on a call" +msgstr "" + +#: index_interface2.php:203 +msgid "Case" +msgstr "" + +#: rs_quota_end.php:64 +msgid "Project Quota End" +msgstr "" + +#~ msgid "None" +#~ msgstr "Nenhum" + +#~ msgid "Respondent Selection - Call back" +#~ msgstr "Seleção do entrevistado - Retornar ligação" + +#~ msgid "Respondent Selection - Introduction" +#~ msgstr "Seleção do Entrevistado - Intrudução" + +#~ msgid "% complete" +#~ msgstr "% concluído" + +#~ msgid "Respondent Selection - Project Introduction" +#~ msgstr "Seleção do Entrevistado - Introdução do Projeto" + +#~ msgid "Respondent Selection - Answering machine" +#~ msgstr "Seleção do Entrevistado - Secretária Eletrônica/Caixa de Mensagens" + +#~ msgid "" +#~ "ERROR: There are no cases available that fall within call restrictions" +#~ msgstr "" +#~ "ERRO: Não há casos disponíveis condizentes com as restrições de chamadas" + +#~ msgid "Call restrictions:" +#~ msgstr "Restrições de chamadas:" + +#~ msgid "Call automatically ended with outcome: Complete" +#~ msgstr "Chamada Encerrada Automaticamente: Entrevista Realizada" + +#~ msgid "End call with outcome: Business number" +#~ msgstr "Chamada Encerrada: Telefone comercial" + +#~ msgid "Respondent Selection - Project Quota End" +#~ msgstr "Seleção do Entrevistado - Encerramento da amostra do projeto" + +#~ 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 "" +#~ "Não foi possível recarregar o servidor do Flash Operator Pannel (FOP) usando " +#~ "o script bounce_op.sh. As configurações realizadas não serão mostradas na " +#~ "visualização do painel." + +#~ msgid "" +#~ "Reload failed because FreePBX could not connect to the asterisk manager " +#~ "interface." +#~ msgstr "" +#~ "Recarregamento falhou porque o FreePBX não pode se conectar à interface de " +#~ "gerenciamento do Asterisk" + +#~ msgid "retrieve_conf failed, config not applied" +#~ msgstr "Falha no arquivo retrieve_conf. Configurações não aplicadas" + +#~ msgid "Exit code was %s and output was: %s" +#~ msgstr "Código de saída foi %s e saída foi: %s" + +#~ msgid "Duplicate name" +#~ msgstr "Nome duplicado" + +#~ msgid "Import?" +#~ msgstr "Importar?" + +#~ msgid "Type" +#~ msgstr "Tipo" + +#~ msgid "Sorting cases" +#~ msgstr "Sorteando casos" + +#~ msgid "" +#~ "ERROR: You do not have server side authentication enabled therefore queXS " +#~ "cannot determine which user is accessing the system." +#~ msgstr "" +#~ "ERRO: Você não tem uma autenticação do lado do servidor. Por essa razão, " +#~ "queXS não pode determinar qual usuário está acessando o sistema." + +#~ msgid "Select a sample from the list below" +#~ msgstr "Selecione uma amostra da lista abaixo" + +#~ msgid "Added:" +#~ msgstr "Adicionado:" + +#~ msgid "Enter the username of an operator to add:" +#~ msgstr "Informe o nome de usuário (logon) de um operador para adicionar:" + +#~ 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 "" +#~ "Utilize este formulário para inserir o nome de usuário (logon) de um usuário " +#~ "com base em seu sistema de segurança de diretório. Por exemplo, se você sabe " +#~ "que o diretório base do queXS usa a segurança baseada em arquivos Apache, " +#~ "digite os nomes dos usuários aqui." + +#~ msgid "tool" +#~ msgstr "Ferramenta" + +#~ msgid "Assign Operator to Questionnaire" +#~ msgstr "Atribuir um Operador ao Questionário" + +#~ msgid "Adding an operator here will give the user the ability to call cases" +#~ msgstr "" +#~ "Adicionar um operador aqui dará ao usuário a habilidade para fazer chamadas" + +#~ msgid "FreePBX has been reloaded for the new VoIP extension to take effect" +#~ msgstr "FreePBX foi recarregado para que a nova extensão VoIP tenha efeito" + +#~ msgid "Enter the surname of an operator to add:" +#~ msgstr "Informe o sobrenome do operador para adicionar:" + +#~ msgid "Will this operator be using VoIP?" +#~ msgstr "Este operador usará VoIP?" + +#~ msgid "Enter the password of an operator to add:" +#~ msgstr "Informe a senha do operador para adicionar:" + +#~ msgid "Enter the first name of an operator to add:" +#~ msgstr "Informe o primeiro nome do operador para adicionar:" + +#~ msgid "Enter the Time Zone of an operator to add:" +#~ msgstr "Informe o fuso-horário do operador para adicionar:" + +#~ msgid "Enter the telephone extension number:" +#~ msgstr "Informe o número da extensão/ramal:" + +#~ msgid "Enter the telephone extension password:" +#~ msgstr "Informe a senha da extensão:" + +#~ msgid "Is the operator a normal interviewer?" +#~ msgstr "Este operador é um Pesquisador convencional?" + +#~ msgid "Is the operator a supervisor?" +#~ msgstr "Este operador é um Supervisor?" + +#~ msgid "Is the operator a refusal converter?" +#~ msgstr "Este operador tem habilidade para converter recusas?" + +#~ msgid "Add user" +#~ msgstr "Adicionar Usuário" + +#~ msgid "Choose the CSV file to upload:" +#~ msgstr "Escolha o arquivo CSV para carregar:" + +#~ msgid "Respondent Selection - Business answers" +#~ msgstr "Seleção do Entrevistado - Contato Empresarial" + +#~ msgid "Business number" +#~ msgstr "Encerrado: Fone Comercial" + +#~ msgid "End call with outcome: No answer (ring out or busy) " +#~ msgstr "Encerrado: Não Atende ou Ocupado " + +#~ msgid "End call with outcome: Accidental hang up" +#~ msgstr "Encerrado: Queda de ligação" + +#~ msgid "Respondent Selection - Project end" +#~ msgstr "Seleção do Entrevistado - Projeto Encerrado." + +#~ msgid "" +#~ "End call with outcome: Non contact (person not currently available on this " +#~ "number: no appointment made)" +#~ msgstr "Encerrado: Entrevistado não disponível neste número. Sem agendar." + +#~ msgid "" +#~ "End call with outcome: No eligible respondent (person never available on " +#~ "this number)" +#~ msgstr "Encerrado: Entrevistado nunca encontrado neste número" + +#~ msgid "End call with outcome: Refusal by respondent" +#~ msgstr "Encerrado: Recusa do Entrevistado" + +#~ msgid "End call with outcome: Refusal by unknown person" +#~ msgstr "Encerrado: Recusa de Terceiro" + +#~ msgid "" +#~ "End call with outcome: Out of sample (already completed in another mode)" +#~ msgstr "Encerrado: Fora da Listagem (Já completado em outro modo)" + +#~ msgid "End call with outcome: Business answering machine" +#~ msgstr "Encerrado: URA ou Cx Msg Comercial" + +#~ msgid "End call with outcome: Answering machine Message left" +#~ msgstr "Encerrado: Recado gravado na Caixa de Mensagem" + +#~ msgid "End call with outcome: Answering machine No message left" +#~ msgstr "Encerrado: Caixa de Mensagens - Sem Recado Gravado" + +#~ msgid "You are: " +#~ msgstr "Estamos com: " + +#~ msgid "" +#~ "End call with outcome: No eligible respondent (person not available on this " +#~ "number)" +#~ msgstr "Encerrado: Entrevistado não disponível neste número" + +#~ msgid " unassigned case(s) available within the specified call restrictions" +#~ msgstr " registros não atribuídos devido as restrições de chamadas." + +#~ msgid "There are " +#~ msgstr "Existem " + +#~ msgid "End call with outcome: Quota filled" +#~ msgstr "Encerrado: Amostra Encerrada" + +#~ msgid "POSSIBLE ERROR: Row quota reached for this question" +#~ msgstr "POSSÍVEL ERRO: Amostra encerrada para esta questão" + +#~ msgid "Call automatically ended with outcome: Complete - End case" +#~ msgstr "Encerrado Automaticamente: Entrevista realizada - Término do caso" + +#~ msgid "Appointment:" +#~ msgstr "Agendamentos:" + +#~ msgid "Reload failed because retrieve_conf encountered an error: %s" +#~ msgstr "Falha ao recarregar. Arquivo retrieve_conf encontrou um erro: %s" + +#~ msgid "" +#~ "This is how the story goes.\n" +#~ "\n" +#~ msgstr "" +#~ "Assim começa a história\n" +#~ "\n" + +#~ msgid "Display" +#~ msgstr "Mostrar" + +#~ msgid "Availablity group" +#~ msgstr "Grupo de disponibilidade" + +#~ msgid "Add availability group" +#~ msgstr "Adicionar grupo de disponibilidade" + +#~ msgid "No availability groups" +#~ msgstr "Não existem grupos de disponibilidade" + +#~ msgid "Assign availability group to questionnaire" +#~ msgstr "Atribuir um grupo de disponibilidade para o questionário" + +#~ msgid "There are no availability groups selected for this questionnaire" +#~ msgstr "Não há grupos de disponibilidade selecionados para este questionário" + +#~ msgid "Availability groups selected for this questionnaire" +#~ msgstr "Grupos de disponibilidade selecionados para este questionário" + +#~ msgid "Select a questionnaire from the list below" +#~ msgstr "Selecione um questionário na lista abaixo" + +#~ msgid "Administrative Tools" +#~ msgstr "Ferramentas Administrativas" + +#~ msgid "Select availability group:" +#~ msgstr "Selecione um grupo de disponibilidade:" + +#~ msgid "Add an availability group to this questionnaire:" +#~ msgstr "Adicione um grupo de disponibilidade para este questionário" + +#~ msgid "Start and monitor system wide case sorting" +#~ msgstr "Gerenciar e Monitorar o sistema de sorteio" + +#~ msgid "New: Create new questionnaire" +#~ msgstr "Novo: Criar novo quesionário" + +#~ msgid "as questionnaire" +#~ msgstr "como questionário" + +#~ msgid "linked to" +#~ msgstr "vinculado em/para" + +#~ msgid "Existing instrument:" +#~ msgstr "Instrumentos existentes:" + +#~ msgid "Download Windows VoIP Executable" +#~ msgstr "Baixar o executável VoiP para Windows" + +#~ msgid "Enable/Disable" +#~ msgstr "Habilitar/Desabilitar" + +#~ msgid "Windows bat file" +#~ msgstr "Arquivo bat para Windows" + +#~ msgid "Windows VoIP" +#~ msgstr "Windows VoIP" + +#~ msgid "*nix VoIP" +#~ msgstr "*nix VoIP" + +#~ msgid "Download Linux VoIP Executable" +#~ msgstr "Baixar o Executável VoIP para Linux" + +#~ msgid "Enable/Disable VoIP" +#~ msgstr "Habilitar/Desabilitar VoIP" + +#~ msgid "" +#~ "Provide a headered CSV file containing at least 3 columns - caseid, " +#~ "starttime and endtime. Optionally you can include a note column to attach a " +#~ "note to the case in addition to setting an appointment. Only cases that have " +#~ "temporary (non final) outcomes will have appointments generated, and the " +#~ "outcome of the case will be updated to an appointment outcome." +#~ msgstr "" +#~ "Forneça um arquivo CSV com cabeçalho, contendo pelo menos 3 colunas - NR do " +#~ "Caso (ID), Hora de Início e Hora de Término. Opcionalmente você pode incluir " +#~ "uma coluna de observação para registrar uma nota ao caso, adicionalmente a " +#~ "um agendamento. Somente casos que possuem resultados temporários " +#~ "(retornáveis) terão agendamento gerado e seu resultado será atualizado para " +#~ "agendamento." + +#~ msgid "Load bulk appointment CSV" +#~ msgstr "Carregar arquivo de agendamento em massa" + +#~ msgid "There may already be a client of this name" +#~ msgstr "Já deve existir um cliente com este nome" + +#~ msgid "Enter the Time Zone of a client to add:" +#~ msgstr "Informe o fuso-horário do cliente:" + +#~ msgid "" +#~ "Kill signal sent: Please wait... (Note: Process will be stalled until there " +#~ "is activity on the VoIP Server)" +#~ msgstr "" +#~ "Encerrando o sinal enviado: Por favor aguarde... (Obs: Este processo será " +#~ "paralisado até que exista atividade no servidor VoIP)" + +#~ msgid "Max calls (0 for unlimited)" +#~ msgstr "Máximo de chamadas (0 para ilimitado)" + +#~ msgid "Max call attempts (0 for unlimited)" +#~ msgstr "Máximo de tentativas (0 para ilimitado)" + +#~ msgid "Assign Sample: Select sample to assign" +#~ msgstr "Atribui Listagem: Selecione uma lista para atribuir" + +#~ 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 "" +#~ "Adicionando um cliente aqui habilitará ele a acessar informações do projeto " +#~ "no subdiretório do cliente. Você pode atribuir um cliente para um projeto em " +#~ "particular utilizando o" + +#~ msgid "Enter the first name of a client to add:" +#~ msgstr "Informe o Primeiro Nome do Cliente:" + +#~ msgid "Enter the surname of a client to add:" +#~ msgstr "Informe o Sobrenome do cliente:" + +#~ msgid "Enter the username of a client to add:" +#~ msgstr "Informe o Nome de Usuário de um cliente para adicionar:" + +#~ msgid "Enter the password of a client to add:" +#~ msgstr "Informe a senha do cliente para adicionar:" + +#~ msgid "tool." +#~ msgstr "." + +#~ msgid "End call with outcome: Complete" +#~ msgstr "Ligação encerrada: Entrevista Completa" + +#~ msgid "Modify shift template" +#~ msgstr "Modificar modelo do turno" + +#~ msgid "Date/Time call start" +#~ msgstr "Data/Hora início da chamada" + +#~ msgid "Time end" +#~ msgstr "Hora do término" + +#~ msgid "Set centre information: " +#~ msgstr "Definir informações do centro: " + +#~ msgid "Outcomes" +#~ msgstr "Resultados" + +#~ msgid "Current pre fills (click to delete)" +#~ msgstr "Auto-Preenchimento atual (clique para deletar)" + +#~ msgid "Shift" +#~ msgstr "Turno" + +#~ msgid "Pre fill questionnaire: Set values for questionnaire to prefill" +#~ msgstr "" +#~ "Auto-preenchimento: defina as questões e os valores para resposta automática" + +#~ msgid "Enter a case id or select a case from the list below:" +#~ msgstr "Informe um Número do Caso (ID) ou selecione da lista abaixo:" + +#~ msgid "Create appointment for this case" +#~ msgstr "Criar agendamento para este caso" + +#~ msgid "Operator Name" +#~ msgstr "Nome do(a) Pesquisador(a)" + +#~ msgid "Respondent Name" +#~ msgstr "Nome do Entrevistado" + +#~ msgid "Search sample" +#~ msgstr "Procurar na listagem" + +#~ msgid "No records in this sample match this search criteria" +#~ msgstr "Não há registros nesta listagem que satisfaçam os critérios de busca" + +#~ msgid "No cases yet assigned: Delete this sample record" +#~ msgstr "Nenhum caso ainda atribuído: Deletar este registro da listagem" + +#~ msgid "Assigned to questionnaire: " +#~ msgstr "Atribuído ao questionário: " + +#~ msgid "Link" +#~ msgstr "Vínculo" + +#~ msgid "Start search" +#~ msgstr "Iniciar busca" + +#~ msgid "Search for:" +#~ msgstr "Buscar por:" + +#~ msgid "Display extension status" +#~ msgstr "Mosta a situação do ramal" + +#~ msgid "No operators" +#~ msgstr "Sem pesquisadores" + +#~ msgid "Copied quotas" +#~ msgstr "Amostras copiadas" + +#~ msgid "Modify call restriction times" +#~ msgstr "Modificar os intervalos de restrição de chamadas" + +#~ msgid "Current row quotas (click to delete)" +#~ msgstr "Amostras em execução (clique no link para excluir a cota)" + +#~ msgid "Stop calling" +#~ msgstr "Pare de ligar" + +#~ msgid "like" +#~ msgstr "conter" + +#~ msgid "Replicate: Where" +#~ msgstr "Replicar: Onde" + +#~ msgid "Row quota reached (Closed)" +#~ msgstr "Linha de amostra encerrada (Fechada)" + +#~ msgid "Row quota not yet reached (Open)" +#~ msgstr "Linha de amostra ainda não encerrada (Aberta)" + +#~ msgid "rows from this sample when:" +#~ msgstr "os registros desta listagem quando:" + +#~ msgid "Sample only. Stop calling where" +#~ msgstr "Somente listagem. Pare de chamar quando" + +#~ msgid "No question (Replicate)" +#~ msgstr "Nenhuma Pergunta (Repetição)" + +#~ msgid "Copy adjustments" +#~ msgstr "Copiar ajustes" + +#~ msgid "" +#~ "Copy quotas for this sample to (No error/duplicate checking) with adjusting: " +#~ msgstr "" +#~ "Copiar amostras para esta listagem para ( Sem erros/checagem de " +#~ "duplicidades) com ajsutes: " + +#~ msgid "Sample only quota" +#~ msgstr "Amostra somente da listagem" + +#~ msgid "Select a question for the row quota" +#~ msgstr "Selecione uma pergunta para a amostra" + +#~ msgid "Select the sample variable to exclude" +#~ msgstr "Selecione a variável da amostra para excluir" + +#~ msgid "Enter the details for creating the row quota:" +#~ msgstr "Informe os detalhes para criar as amostras de linhas:" + +#~ msgid "Copy quotas for this sample to (No error/duplicate checking): " +#~ msgstr "" +#~ "Copiar amostras para esta listagem para ( Sem erros/checagem de " +#~ "duplicidades): " + +#~ msgid "Copy" +#~ msgstr "Copiar" + +#~ msgid "Pre defined values for this question:" +#~ msgstr "Valores pré-definidos para esta pergunta:" + +#~ msgid "Exclude from the sample where the value is like" +#~ msgstr "Elimine da listagem onde o valor for igual" + +#~ msgid "No appointments in the future" +#~ msgstr "Sem agendamentos futuros" + +#~ msgid "No availability group set" +#~ msgstr "Não foi ajustado um grupo de disponibilidade" + +#~ msgid "Import: Validating and uploading" +#~ msgstr "Importar: Validação e Upload" + +#~ msgid "Successfully imported file" +#~ msgstr "Arquivo importado com sucesso" + +#~ msgid "Please go back in your browser and fix the problem" +#~ msgstr "Por favor retorne no seu navegador e corrija o problema" + +#~ msgid "Import: Select columns to import" +#~ msgstr "Importação: Selecione as colunas para importar" + +#~ msgid "Choose the CSV sample file to upload:" +#~ msgstr "Escolha uma listagem no formato CSV para carregar" + +#~ msgid "Description for file:" +#~ msgstr "Descrição para o arquivo:" + +#~ msgid "Modify availability" +#~ msgstr "Modificar disponibilidade" + +#~ msgid "Submit changes" +#~ msgstr "Enviar alterações" + +#~ msgid "Save changes to availabilities" +#~ msgstr "Salvar alterações para as disponibilidades" + +#~ msgid "Current quotas (click to delete)" +#~ msgstr "Amostras atuais (clique para deletar)" + +#~ msgid "Click to remove a Timezone from the default list" +#~ msgstr "Clique para remover um fuso horário da lista padrão" + +#~ msgid "Add/Remove Timezones" +#~ msgstr "Adicionar/Remover fusos horários" + +#~ msgid "Timezone: " +#~ msgstr "Fuso horário: " + +#~ msgid "Use the % character as a wildcard" +#~ msgstr "Use the % character as a wildcard" + +#~ msgid "Questionnaire creation and management" +#~ msgstr "Questionários - Criação e Gerenciamento" + +#~ msgid "Sample/List management" +#~ msgstr "Listagens - Gerenciamento" + +#~ msgid "Import a sample file (in CSV form)" +#~ msgstr "Importar uma listagem (formato CSV)" + +#~ msgid "Set values in questionnaire to pre fill" +#~ msgstr "Definir auto-respostas no questionário" + +#~ msgid "Availability and shift management" +#~ msgstr "Cronograma e Gerenciamento de Turnos" + +#~ msgid "Manage availablity groups" +#~ msgstr "Gerenciar grupos de disponibilidade" + +#~ msgid "Assign availabilities to questionnaires" +#~ msgstr "Atribuir grupos de disponibilidade" + +#~ msgid "Shift management (add/remove)" +#~ msgstr "Gerenciar Turnos (adicionar/remover)" + +#~ msgid "Questionnaire progress" +#~ msgstr "Evolução do Estudo" + +#~ msgid "Client management" +#~ msgstr "Clientes - Gerenciamento" + +#~ msgid "Number of answering machine messages to leave per case (0 for never)" +#~ msgstr "" +#~ "Número de recados para deixar na secretária eletrônica (0 para nunca)" + +#~ msgid "Select from sample randomly? (otherwise sequentially)" +#~ msgstr "" +#~ "Selecionar os casos da listagem de forma aleatória? (desliga a forma " +#~ "sequencial)" diff --git a/locale/pt/LC_MESSAGES/pt.mo b/locale/pt/LC_MESSAGES/pt.mo index 7305faff7bc9a7fad5fe868d609036039e3fe4e5..e8f9f03ce4ff3bf84cc12618557b2a25e1b90cd6 100644 GIT binary patch literal 7012 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 literal 44528 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 DVbU^L diff --git a/locale/pt/LC_MESSAGES/pt.po b/locale/pt/LC_MESSAGES/pt.po index fd4f8d5e..d9931e33 100644 --- a/locale/pt/LC_MESSAGES/pt.po +++ b/locale/pt/LC_MESSAGES/pt.po @@ -1,4 +1,4 @@ -# Brazilian Portuguese translation for quexs +# Portuguese translation for quexs # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 # This file is distributed under the same license as the quexs package. # FIRST AUTHOR , 2013. @@ -7,48 +7,47 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" -"PO-Revision-Date: 2013-12-04 16:38+0000\n" -"Last-Translator: Marco Antonio Ciciliati \n" -"Language-Team: Brazilian Portuguese \n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" +"PO-Revision-Date: 2016-05-18 22:11+0000\n" +"Last-Translator: Andre Santos \n" +"Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" -msgstr "Erro no agendamento" +msgstr "Erro de agendamento" #: appointment.php:77 msgid "" "You have not been assigned a case therefore cannot create an appointment" -msgstr "" -"Você não possui um caso atribuído, por isso não pode criar um agendamento" +msgstr "Não lhe foi atribuído um caso pelo que não pode criar um agendamento" #: appointment.php:116 msgid "Appointment made" -msgstr "Agendamento realizado" +msgstr "Agendamento criado" #: appointment.php:128 admin/supervisor.php:395 msgid "Create appointment" -msgstr "" +msgstr "Novo agendamento" #: appointment.php:131 appointmentlist.php:95 callhistory.php:88 #: admin/callhistory.php:132 admin/callhistory.php:157 #: admin/supervisor.php:387 admin/displayappointments.php:208 #: admin/displayappointments.php:313 admin/displayappointments.php:336 msgid "Respondent" -msgstr "Respondente" +msgstr "Engtrevistado" #: appointment.php:140 msgid "Create new respondent:" -msgstr "Criar novo respondente" +msgstr "Criar novo entrevistado" #: appointment.php:143 msgid "Add this respondent" -msgstr "Adicionar este respondente" +msgstr "Adicionar este entrevistado" #: appointment.php:153 admin/operators.php:257 admin/clients.php:245 #: admin/operatorlist.php:240 admin/supervisor.php:330 @@ -62,7 +61,7 @@ msgstr "" #: appointment.php:171 msgid "Select phone number:" -msgstr "Selecione o número de telefone" +msgstr "Selecione número de telefone" #: appointment.php:185 admin/displayappointments.php:230 msgid "Add new phone number" @@ -71,31 +70,31 @@ msgstr "Adicionar novo número de telefone" #: appointment.php:198 msgid "Add new phone number (with area code, eg 0398761234):" msgstr "" -"Adicionar novo número de telefone (com código de área, ex: 6199991111):" +"Adicionar novo número de telefone (com código de área, ex: 6199991234)" #: appointment.php:201 msgid "Add this phone number" -msgstr "Adicionar este número de telefone" +msgstr "Adicione este número de telefone" #: appointment.php:221 msgid "Accept appointment from " -msgstr "Realizar agendamento das " +msgstr "Aceitar compromisso de " #: appointment.php:221 functions/functions.calendar.php:313 msgid " till " -msgstr " até as " +msgstr " até " #: appointment.php:221 msgid " on " -msgstr " no dia " +msgstr " ligado " #: appointment.php:221 msgid "on" -msgstr "para o número" +msgstr "ativo" #: appointment.php:222 msgid "Appointment with myself only?" -msgstr "Agendar apenas para você mesmo?" +msgstr "" #: appointment.php:231 include/limesurvey/qanda.php:1701 #: include/limesurvey/qanda.php:1921 @@ -114,7 +113,7 @@ msgstr "" #: info.php:62 msgid "Information" -msgstr "Informações" +msgstr "Informação" #: rs_project_end.php:65 rs_callback.php:68 rs_intro.php:73 rs_intro.php:133 #: rs_answeringmachine.php:69 rs_business.php:58 rs_project_intro.php:63 @@ -132,12 +131,12 @@ msgstr "" #: rs_project_end.php:85 rs_project_end.php:99 admin/databasestrings.php:41 msgid "Complete" -msgstr "Entrevista Completa" +msgstr "" #: rs_project_end.php:88 call_interface2.php:295 call.php:283 call.php:399 #: call.php:404 call.php:420 call.php:426 msgid "End case" -msgstr "Encerrar caso" +msgstr "" #: rs_project_end.php:92 rs_callback.php:94 rs_intro.php:83 #: rs_answeringmachine.php:96 rs_business.php:66 rs_project_intro.php:90 @@ -155,7 +154,7 @@ msgstr "" #: functions/functions.import.php:111 msgid "You must select one and one only Primary Phone number" -msgstr "Você deve selecionar um e somente um número de telefone primário" +msgstr "" #: functions/functions.import.php:127 msgid "Selected file column name" @@ -191,10 +190,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -219,10 +218,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -237,60 +236,60 @@ msgstr "" #: functions/functions.operator.php:167 include/limesurvey/quexs.php:362 msgid "morning" -msgstr "manhã" +msgstr "" #: functions/functions.operator.php:168 include/limesurvey/quexs.php:363 msgid "afternoon" -msgstr "tarde" +msgstr "" #: functions/functions.operator.php:169 include/limesurvey/quexs.php:364 msgid "evening" -msgstr "noite" +msgstr "" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" #: functions/functions.performance.php:469 msgid "No shift" -msgstr "Sem turnos" +msgstr "" #: functions/functions.performance.php:492 msgid "Total completions" -msgstr "Total Realizadas" +msgstr "" #: functions/functions.performance.php:521 msgid "Completions this shift" -msgstr "Realizadas neste turno" +msgstr "" #: functions/functions.performance.php:544 #: functions/functions.performance.php:590 msgid "No previous shift" -msgstr "Sem turno anterior" +msgstr "" #: functions/functions.performance.php:564 msgid "Completions on the previous shift" -msgstr "Realizadas no turno anterior" +msgstr "" #: functions/functions.performance.php:611 msgid "Completions this time on the previous shift" -msgstr "Realizadas neste horário no turno anterior" +msgstr "" #: functions/functions.performance.php:629 msgid "No calls made for this shift" -msgstr "Não há ligações realizadas neste turno" +msgstr "" #: functions/functions.performance.php:631 msgid "Top CPH for this shift" -msgstr "Maiores realizações neste turno" +msgstr "" #: functions/functions.performance.php:648 msgid "No calls made for this project" -msgstr "Não há ligações realizadas neste projeto" +msgstr "" #: functions/functions.performance.php:650 msgid "Top CPH" -msgstr "Maiores realizações" +msgstr "" #: functions/functions.calendar.php:193 msgid "Select a respondent" @@ -304,27 +303,27 @@ msgstr "Adicionar respondente" #: functions/functions.calendar.php:256 msgid "First name:" -msgstr "Primeiro Nome:" +msgstr "" #: functions/functions.calendar.php:257 msgid "Last name:" -msgstr "Sobrenome" +msgstr "" #: functions/functions.calendar.php:262 msgid "Time Zone:" -msgstr "Fuso Horário:" +msgstr "" #: functions/functions.calendar.php:313 msgid "Shift from:" -msgstr "Turno das:" +msgstr "" #: functions/functions.calendar.php:317 msgid "Start Time" -msgstr "Hora Inicial" +msgstr "" #: functions/functions.calendar.php:360 msgid "End Time" -msgstr "Hora final" +msgstr "" #: functions/functions.calendar.php:462 msgid "Mon" @@ -358,23 +357,23 @@ msgstr "" #: admin/operators.php:271 admin/operatorlist.php:255 #: admin/operatorlist.php:408 admin/extensionstatus.php:266 msgid "Extension" -msgstr "Ramal" +msgstr "" #: functions/functions.voip.php:449 msgid "online" -msgstr "Ligado" +msgstr "" #: functions/functions.voip.php:449 msgid "offline" -msgstr "Desligado" +msgstr "" #: functions/functions.voip.php:528 msgid "Disconnected" -msgstr "Desconectado" +msgstr "" #: functions/functions.voip.php:530 msgid "Reconnected" -msgstr "Reconectado" +msgstr "" #: functions/functions.voip.php:553 status.php:124 #: admin/extensionstatus.php:233 call.php:440 @@ -385,7 +384,7 @@ msgstr "Chamando" #: functions/functions.voip.php:577 functions/functions.voip.php:587 #: functions/functions.voip.php:596 msgid " Extension " -msgstr " Ramal " +msgstr "" #: functions/functions.voip.php:553 functions/functions.voip.php:565 #: functions/functions.voip.php:577 supervisorchat.php:88 @@ -393,24 +392,24 @@ msgstr " Ramal " #: admin/bulkappointment.php:215 admin/bulkappointment.php:237 #: admin/casestatus.php:126 msgid "Case id" -msgstr "Caso Nr" +msgstr "" #: functions/functions.voip.php:565 status.php:128 #: admin/extensionstatus.php:233 call.php:447 msgid "Answered" -msgstr "Atendida" +msgstr "Respondida" #: functions/functions.voip.php:577 call.php:437 call.php:444 call.php:451 msgid "Hangup" -msgstr "Chamada desligada" +msgstr "Chamada Desligada" #: functions/functions.voip.php:587 msgid "Unregistered" -msgstr "Não registrado" +msgstr "" #: functions/functions.voip.php:596 msgid "Registered" -msgstr "Registrado" +msgstr "" #: rs_callback.php:68 msgid "Call back" @@ -427,11 +426,11 @@ msgstr "" #: rs_callback.php:85 rs_answeringmachine.php:87 rs_business.php:63 #: rs_project_intro.php:79 msgid "Go Back" -msgstr "Voltar" +msgstr "Retroceder" #: rs_callback.php:103 msgid "Yes - Continue where we left off" -msgstr "Sim - Continuar de onde paramos" +msgstr "Sim - continue onde tínhamos ficado" #: selectextension.php:94 index.php:150 msgid "queXS" @@ -444,7 +443,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -475,40 +474,40 @@ msgstr "Sem operador" #: status.php:101 msgid "VoIP On" -msgstr "PBX OK" +msgstr "" #: status.php:103 msgid "VoIP Off" -msgstr "PBX DESL" +msgstr "" #: status.php:108 msgid "No VoIP" -msgstr "Ligação Manual" +msgstr "" #: status.php:112 msgid "No call" -msgstr "Livre" +msgstr "" #: status.php:116 msgid "To be coded" -msgstr "Informe Resultado" +msgstr "" #: status.php:120 msgid "Requesting" -msgstr "Ligando" +msgstr "" #: status.php:136 msgid "APPT" -msgstr "AGEN" +msgstr "" #: status.php:137 status_interface2.php:181 msgid "MISSED" -msgstr "PERDIDO" +msgstr "" #: status.php:140 casenote.php:119 status_interface2.php:239 calllist.php:93 #: project_info.php:88 msgid "No case" -msgstr "Sem caso" +msgstr "" #: referral.php:189 msgid "Generated referral to case id" @@ -553,7 +552,7 @@ msgstr "Desempenho" #: performance.php:83 admin/operatorperformance.php:108 msgid "This shift" -msgstr "Neste turno" +msgstr "" #: performance.php:84 performance.php:91 casenote.php:116 #: appointmentlist.php:95 calllist.php:89 admin/outcomes.php:240 @@ -565,17 +564,17 @@ msgstr "Neste turno" #: admin/operatorperformance.php:109 admin/shiftreport.php:110 #: admin/extensionstatus.php:266 admin/operatorquestionnaire.php:247 msgid "Operator" -msgstr "Operador(a)" +msgstr "Operador" #: performance.php:84 performance.php:91 admin/quotareport.php:310 #: admin/outcomes.php:305 admin/quotarow.php:586 #: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Completions" -msgstr "Realizadas" +msgstr "" #: performance.php:84 performance.php:91 msgid "Completions per hour" -msgstr "Realizadas por hora" +msgstr "" #: performance.php:90 admin/operatorperformance.php:85 msgid "This project" @@ -583,11 +582,11 @@ msgstr "Este projeto" #: casenote.php:62 msgid "Case Notes" -msgstr "Notas do Caso" +msgstr "" #: casenote.php:72 casenote.php:111 admin/supervisor.php:439 msgid "Add note" -msgstr "Adicionar nota" +msgstr "" #: casenote.php:75 admin/samplelist.php:283 admin/samplelist.php:491 #: admin/samplesearch.php:107 admin/sortsample.php:94 @@ -603,7 +602,7 @@ msgstr "Voltar" #: casenote.php:114 admin/supervisor.php:429 msgid "No notes" -msgstr "Sem observações" +msgstr "" #: casenote.php:116 callhistory.php:88 calllist.php:89 #: admin/supervisor.php:414 admin/supervisor.php:431 @@ -612,7 +611,7 @@ msgstr "Data/Hora" #: casenote.php:116 admin/bulkappointment.php:237 admin/supervisor.php:431 msgid "Note" -msgstr "Nota" +msgstr "" #: waitnextcase_interface2.php:49 msgid "Standby" @@ -628,36 +627,36 @@ msgstr "" #: waitnextcase_interface2.php:63 endwork.php:55 msgid "You have been automatically logged out of work due to inactivity" -msgstr "Você foi automaticamente desconectado por tempo de inatividade" +msgstr "Você foi automaticamente desconectado por inatividade" #: waitnextcase_interface2.php:90 nocaseavailable.php:101 msgid "ERROR: No questionnaires assigned to you" -msgstr "ERRO: Não há questionários atribuídos à você" +msgstr "" #: waitnextcase_interface2.php:95 nocaseavailable.php:95 msgid "Assigned questionnaires:" -msgstr "Questionários atribuídos:" +msgstr "" #: waitnextcase_interface2.php:121 nocaseavailable.php:125 msgid "ERROR: No samples assigned to the questionnaires" -msgstr "ERRO: Não há listagens atribuídas para os questionários" +msgstr "" #: waitnextcase_interface2.php:123 nocaseavailable.php:119 msgid "Assigned samples:" -msgstr "Listagens atribuídas:" +msgstr "" #: waitnextcase_interface2.php:139 nocaseavailable.php:150 msgid "ERROR: No shifts at this time" -msgstr "ERRO: Não há turnos disponíveis no momento" +msgstr "" #: waitnextcase_interface2.php:142 nocaseavailable.php:144 msgid "Current shifts available:" -msgstr "Turnos atualmente disponíveis" +msgstr "" #: waitnextcase_interface2.php:162 waitnextcase_interface2.php:165 #: admin/outcomes.php:128 msgid "Cases currently available to call" -msgstr "Casos disponíveis para contato" +msgstr "" #: waitnextcase_interface2.php:181 waitnextcase_interface2.php:184 msgid "New samples available to call" @@ -665,13 +664,13 @@ msgstr "" #: waitnextcase_interface2.php:197 msgid "Get a new case" -msgstr "Obter um novo caso" +msgstr "" #: waitnextcase_interface2.php:200 call_interface2.php:299 #: call_interface2.php:317 call.php:282 call.php:284 call.php:400 call.php:405 #: call.php:421 call.php:427 index_interface2.php:233 msgid "End work" -msgstr "Encerrar trabalho" +msgstr "Terminar trabalho" #: rs_intro.php:73 rs_intro.php:133 msgid "Introduction" @@ -681,7 +680,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -697,7 +696,7 @@ msgstr "" #: rs_intro.php:129 rs_answeringmachine.php:69 msgid "Answering machine" -msgstr "Caixa de Mensagens" +msgstr "Secretária Eletrônica/Caixa Postal" #: rs_intro.php:156 rs_project_intro.php:114 msgid "Yes - Continue" @@ -705,7 +704,7 @@ msgstr "Sim - Continue" #: record.php:61 msgid "Stop REC" -msgstr "Parar GRV" +msgstr "Parar gravação (REC)" #: record.php:62 record.php:85 record.php:102 msgid "Record" @@ -713,32 +712,32 @@ msgstr "Gravar" #: record.php:72 msgid "Beginning recording..." -msgstr "Iniciando gravação..." +msgstr "A iniciar gravação" #: record.php:75 record.php:103 msgid "Not on a call, so not beginning a recording" -msgstr "Não há ligação ativa. Impossível iniciar uma gravação" +msgstr "Não está numa chamada, pelo que não se inicia a gravação" #: record.php:79 msgid "Begin the manual recording now..." -msgstr "Iniciar gravação manual agora..." +msgstr "A começar a gravação manual" #: record.php:84 email.php:280 call_interface2.php:211 call.php:212 #: call.php:230 index.php:173 msgid "Start REC" -msgstr "Gravar" +msgstr "Comece gravação (REC)" #: record.php:92 msgid "Stopping recording..." -msgstr "Parando a gravação..." +msgstr "Pare a gravação" #: record.php:96 msgid "Stop the manual recording now..." -msgstr "Parando a gravação manual agora..." +msgstr "Pare a gravação manual" #: include/limesurvey/quexs.php:171 admin/databasestrings.php:90 msgid "Self completed online" -msgstr "Auto Resposta online" +msgstr "" #: include/limesurvey/quexs.php:676 include/limesurvey/quexs.php:755 msgid "Not on an appointment" @@ -799,13 +798,13 @@ msgstr "" #: admin/dataoutput.php:85 admin/extensionstatus.php:266 #: admin/displayappointments.php:313 admin/displayappointments.php:336 msgid "Case ID" -msgstr "Caso Nr" +msgstr "ID do caso" #: include/limesurvey/admin/exportresults.php:259 #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -836,7 +835,7 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:995 admin/callhistory.php:132 #: admin/callhistory.php:157 admin/supervisor.php:426 admin/dataoutput.php:93 msgid "Case notes" -msgstr "Observações do caso" +msgstr "" #: include/limesurvey/admin/exportresults.php:264 #: include/limesurvey/admin/exportresults.php:626 @@ -872,11 +871,11 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:1010 admin/outcomes.php:305 #: admin/dataoutput.php:93 msgid "Shift report" -msgstr "Ocorrência do turno" +msgstr "" #: voip/downloadvoipclient.php:59 msgid "Error: Cannot write to temporary directory" -msgstr "ERRO: não foi possível gravar no diretório temporário" +msgstr "" #: status_interface2.php:85 msgid "Name" @@ -884,7 +883,7 @@ msgstr "Nome" #: status_interface2.php:182 index.php:168 index_interface2.php:226 msgid "Appointment" -msgstr "Agendamentos" +msgstr "Compromisso" #: status_interface2.php:224 msgid "Dial" @@ -892,36 +891,36 @@ msgstr "" #: status_interface2.php:233 status_interface2.php:236 msgid "No more numbers to call" -msgstr "Sem mais números para chamar" +msgstr "Não há mais números para discar" #: appointmentlist.php:61 msgid "Appointment List" -msgstr "Lista de Agendamentos" +msgstr "" #: appointmentlist.php:75 admin/supervisor.php:369 #: admin/displayappointments.php:295 msgid "Not yet called" -msgstr "Disponível" +msgstr "" #: appointmentlist.php:75 admin/displayappointments.php:265 #: admin/displayappointments.php:298 msgid "Any operator" -msgstr "Qualquer operador" +msgstr "" #: appointmentlist.php:88 msgid "No appointments made" -msgstr "Não existem agendamentos" +msgstr "" #: appointmentlist.php:90 msgid "No future appointments scheduled" -msgstr "Não existem agendamentos futuros" +msgstr "" #: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 #: admin/availability.php:165 admin/supervisor.php:387 #: admin/shifttemplate.php:136 admin/displayappointments.php:313 #: admin/displayappointments.php:336 shifts.php:88 shifts.php:109 msgid "Start" -msgstr "Iniciar" +msgstr "" #: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 #: admin/availability.php:165 admin/supervisor.php:387 @@ -929,12 +928,12 @@ msgstr "Iniciar" #: admin/displayappointments.php:336 index.php:167 shifts.php:88 #: shifts.php:109 msgid "End" -msgstr "Encerrar" +msgstr "" #: appointmentlist.php:95 admin/displayappointments.php:251 #: admin/displayappointments.php:313 msgid "Appointment with" -msgstr "Agendado para" +msgstr "" #: appointmentlist.php:95 client/index.php:99 client/index.php:118 #: callhistory.php:88 calllist.php:89 admin/outcomes.php:147 @@ -946,40 +945,40 @@ msgstr "Resultado" #: client/index.php:65 admin/outcomes.php:71 msgid "Questionnaire Outcomes" -msgstr "Resultados do Questionário" +msgstr "" #: client/index.php:78 msgid "There are no questionnaires assigned to you" -msgstr "Não existem questionários atribuídos à você" +msgstr "" #: client/index.php:99 admin/outcomes.php:147 msgid "Rate" -msgstr "Taxa" +msgstr "" #: client/index.php:100 admin/outcomes.php:148 msgid "Response Rate 1" -msgstr "Taxa de Resposta 1" +msgstr "" #: client/index.php:101 admin/outcomes.php:149 msgid "Refusal Rate 1" -msgstr "Taxa de Recusa 1" +msgstr "" #: client/index.php:102 admin/outcomes.php:150 msgid "Cooperation Rate 1" -msgstr "Taxa de Cooperação 1" +msgstr "" #: client/index.php:103 admin/outcomes.php:151 msgid "Contact Rate 1" -msgstr "Taxa de Contato 1" +msgstr "" #: client/index.php:118 admin/outcomes.php:169 admin/outcomes.php:220 #: admin/outcomes.php:262 msgid "Count" -msgstr "Qtde" +msgstr "" #: client/index.php:120 admin/outcomes.php:269 msgid "No outcomes recorded for this questionnaire" -msgstr "Resultados de ligação não foram gravados neste questionário" +msgstr "" #: client/index.php:122 msgid "View summary results" @@ -987,12 +986,12 @@ msgstr "" #: client/index.php:141 msgid "You are not a valid client" -msgstr "Desculpe, você não é um cliente autorizado" +msgstr "" #: supervisorchat.php:62 admin/supervisorchat.php:66 admin/index.php:196 #: index.php:306 msgid "Supervisor chat" -msgstr "Chat com o Supervisor" +msgstr "" #: supervisorchat.php:85 index.php:170 supervisor.php:58 msgid "Supervisor" @@ -1004,27 +1003,27 @@ msgstr "" #: supervisorchat.php:93 msgid "Supervisor is available" -msgstr "Supervisor Disponível" +msgstr "" #: supervisorchat.php:94 msgid "Supervisor not available" -msgstr "Supervisor Indisponível" +msgstr "" #: supervisorchat.php:96 supervisorchat.php:99 msgid "Message" -msgstr "Mensagem" +msgstr "" #: supervisorchat.php:96 msgid "Send" -msgstr "Enviar" +msgstr "" #: supervisorchat.php:99 msgid "From" -msgstr "De" +msgstr "" #: supervisorchat.php:102 msgid "Supervisor chat is not enabled" -msgstr "Chat com o Supervisor não habilitado" +msgstr "" #: email.php:248 msgid "Self completion invitation sent via email to" @@ -1037,15 +1036,15 @@ msgstr "" #: email.php:304 msgid "The email did not send" -msgstr "O e-mail não foi enviado" +msgstr "" #: email.php:309 msgid "The email address is not valid" -msgstr "Endereço de e-mail inválido" +msgstr "Endereço de email é inválido" #: email.php:338 msgid "Email respondent for self completion" -msgstr "E-mail do entrevistado para auto-resposta" +msgstr "" #: email.php:347 admin/operators.php:245 admin/clients.php:233 #: admin/operatorlist.php:228 @@ -1054,12 +1053,12 @@ msgstr "Primeiro nome" #: email.php:350 admin/operators.php:249 admin/operatorlist.php:232 msgid "Last name" -msgstr "Sobrenome" +msgstr "Sobrenome/Último Nome" #: email.php:353 admin/operators.php:253 admin/clients.php:241 #: admin/operatorlist.php:236 index.php:171 msgid "Email" -msgstr "E-mail" +msgstr "Email" #: email.php:357 msgid "Send invitation" @@ -1067,19 +1066,19 @@ msgstr "Enviar convite" #: email.php:359 msgid "Send invitation and Hang up" -msgstr "Enviar convite e encerrar chamada" +msgstr "Enviar convite e Encerrar a chamada" #: email.php:365 msgid "Self completion email not available for this questionnaire" -msgstr "E-mail de auto-resposta não disponível para este questionário" +msgstr "Auto resposta por email não disponível para este questionário" #: callhistory.php:61 msgid "Case History List" -msgstr "Histórico de Casos" +msgstr "Historial de casos" #: callhistory.php:84 admin/callhistory.php:114 msgid "No calls ever made" -msgstr "Nenhuma ligação foi realizada" +msgstr "Sem chamadas anteriores" #: availability.php:61 index.php:236 index_interface2.php:261 msgid "Availability" @@ -1089,41 +1088,39 @@ msgstr "Disponibilidade" msgid "" "Select groups to limit availability (Selecting none means always available)" msgstr "" -"Selecione grupos para limitar a disponibilidade (Selecione Nenhum para " -"manter sempre disponível)" #: availability.php:148 admin/supervisor.php:537 msgid "Availability groups not defined for this questionnaire" -msgstr "Grupos de disponibilidade não definidos para este questionário" +msgstr "A disponibilidade de grupos não foi definida para este questionário" #: calllist.php:61 msgid "Call List" -msgstr "Lista de chamadas" +msgstr "" #: calllist.php:85 admin/supervisor.php:410 msgid "No calls made" -msgstr "Não existem ligações efetuadas" +msgstr "" #: calllist.php:89 msgid "Number called" -msgstr "Número chamado" +msgstr "" #: nocaseavailable.php:69 msgid "No case available" -msgstr "Caso indisponível" +msgstr "" #: nocaseavailable.php:74 msgid "There is no case currently available" -msgstr "Sem casos disponíveis" +msgstr "" #: nocaseavailable.php:75 msgid "Reasons:" -msgstr "Motivos:" +msgstr "" #: nocaseavailable.php:86 nocaseavailable.php:98 admin/samplelist.php:462 #: admin/questionnairelist.php:564 admin/operatorlist.php:290 msgid "Enabled" -msgstr "Ativado" +msgstr "" #: nocaseavailable.php:86 admin/samplelist.php:460 #: admin/questionnairelist.php:562 admin/index.php:212 @@ -1134,15 +1131,15 @@ msgstr "" #: admin/availabilitygroup.php:133 admin/outcomes.php:169 #: admin/outcomes.php:220 msgid "ID" -msgstr "NR" +msgstr "" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" -msgstr "Descrição" +msgstr "" #: nocaseavailable.php:122 admin/samplelist.php:317 admin/quotareport.php:310 #: admin/assigntimeslots.php:265 admin/outcomes.php:128 admin/outcomes.php:184 @@ -1153,7 +1150,7 @@ msgstr "Descrição" #: admin/casestatus.php:244 admin/displayappointments.php:313 #: admin/displayappointments.php:336 msgid "Sample" -msgstr "Lista" +msgstr "" #: nocaseavailable.php:147 admin/sortsample.php:139 admin/callhistory.php:132 #: admin/callhistory.php:157 admin/callhistory.php:162 @@ -1162,40 +1159,39 @@ msgstr "Lista" #: admin/displayappointments.php:313 admin/displayappointments.php:336 #: admin/new.php:148 admin/new.php:156 shifts.php:109 msgid "Questionnaire" -msgstr "Questionário" +msgstr "" #: nocaseavailable.php:147 msgid "Shift start" -msgstr "Início do Turno" +msgstr "" #: nocaseavailable.php:147 msgid "Shift end" -msgstr "Término do Turno" +msgstr "" #: nocaseavailable.php:185 msgid "Limesurvey links:" -msgstr "Conexão com o LimeSurvey:" +msgstr "" #: nocaseavailable.php:204 msgid "ERROR: No tokens table defined for LimeSurvey questionnaire" msgstr "" -"ERRO: Não foi gerada a tabela de TOKENS no LimeSurvey para este questionário" #: nocaseavailable.php:204 msgid "from questionnaire:" -msgstr "do questionário:" +msgstr "" #: nocaseavailable.php:206 msgid "Tokens table exists for Limesurvey questionnaire:" -msgstr "Tabela de TOKENS existente para este questionário:" +msgstr "" #: nocaseavailable.php:211 msgid "ERROR: Cannot find questionnaires with LimeSurvey ID's" -msgstr "ERRO: Não foram encontrados questionários com IDs do LimeSurvey" +msgstr "" #: nocaseavailable.php:231 msgid "ERROR: Quota reached for this question" -msgstr "ERRO: Amostra fechada para esta pergunta" +msgstr "" #: nocaseavailable.php:250 msgid "POSSIBLE ERROR: Row quota reached for this quota" @@ -1211,8 +1207,6 @@ msgstr "" msgid "" "Your database does not have timezones installed, please see here for details" msgstr "" -"Seu banco de dados não possui Fusos Horários ou Timezones instaladas. Por " -"favor, leia aqui para detalhes" #: admin/timezonetemplate.php:109 admin/supervisor.php:157 admin/new.php:198 #: admin/new.php:406 @@ -1259,11 +1253,11 @@ msgstr "" #: admin/timezonetemplate.php:131 msgid "Add a Timezone:" -msgstr "Adicionar um fuso horário:" +msgstr "" #: admin/timezonetemplate.php:135 msgid "Add Timezone" -msgstr "Adicionar Fuso horário" +msgstr "" #: admin/samplelist.php:168 msgid "" @@ -1277,7 +1271,7 @@ msgstr "" #: admin/samplelist.php:281 admin/samplelist.php:489 admin/index.php:133 msgid "Sample management" -msgstr "Gerenciar listagens" +msgstr "" #: admin/samplelist.php:318 msgid "Search this sample" @@ -1293,7 +1287,7 @@ msgstr "" #: admin/samplelist.php:330 msgid "Rename" -msgstr "Renomear" +msgstr "" #: admin/samplelist.php:339 msgid "Sample variable (Column)" @@ -1309,7 +1303,7 @@ msgstr "" #: admin/samplelist.php:339 msgid "Example data" -msgstr "Dados de Exemplo" +msgstr "" #: admin/samplelist.php:339 msgid "Delete ?" @@ -1319,7 +1313,7 @@ msgstr "" #: admin/quotarow.php:398 admin/extensionstatus.php:210 #: admin/displayappointments.php:281 msgid "Save changes" -msgstr "Salvar alterações" +msgstr "" #: admin/samplelist.php:353 msgid "" @@ -1342,7 +1336,7 @@ msgstr "" #: admin/samplelist.php:465 admin/questionnairelist.php:567 #: admin/operatorlist.php:390 msgid "Enable" -msgstr "Habilitado" +msgstr "" #: admin/samplelist.php:467 admin/samplelist.php:478 #: admin/questionnairelist.php:569 admin/assignsample.php:330 @@ -1354,7 +1348,7 @@ msgstr "" #: admin/samplelist.php:467 admin/questionnairelist.php:569 #: admin/operatorlist.php:392 msgid "Disable" -msgstr "Desabilitado" +msgstr "" #: admin/samplelist.php:471 admin/operators.php:260 admin/operators.php:274 #: admin/sortsample.php:105 admin/sortsample.php:139 @@ -1365,7 +1359,7 @@ msgstr "Desabilitado" #: admin/shiftreport.php:102 admin/shiftreport.php:110 #: admin/displayappointments.php:313 admin/displayappointments.php:336 msgid "Edit" -msgstr "Alterar" +msgstr "" #: admin/samplelist.php:471 msgid "Viewing permissions" @@ -1381,7 +1375,7 @@ msgstr "" #: admin/samplelist.php:480 admin/samplesearch.php:86 admin/index.php:134 msgid "Search the sample" -msgstr "Localizar na listagem" +msgstr "" #: admin/samplelist.php:481 admin/questionnairelist.php:593 #: admin/index.php:168 index.php:255 index_interface2.php:277 @@ -1394,7 +1388,7 @@ msgstr "" #: admin/samplelist.php:488 msgid "Sample list" -msgstr "Listagens" +msgstr "" #: admin/samplelist.php:492 admin/index.php:132 msgid "Import a sample file" @@ -1402,11 +1396,11 @@ msgstr "" #: admin/voipmonitor.php:78 admin/voipmonitor.php:100 msgid "Monitor VoIP Process" -msgstr "Monitora a comunicação VoIP" +msgstr "" #: admin/voipmonitor.php:80 admin/systemsort.php:82 msgid "Running process:" -msgstr "Processo em execução:" +msgstr "" #: admin/voipmonitor.php:84 msgid "" @@ -1424,39 +1418,39 @@ msgstr "" #: admin/voipmonitor.php:89 admin/systemsort.php:91 msgid "Kill the running process" -msgstr "Encerrar o processo em execução" +msgstr "" #: admin/voipmonitor.php:89 msgid "(requires activity on the VoIP Server to take effect)" -msgstr "(necessita atividade no servidor VoIP para ter efeito)" +msgstr "" #: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 #: admin/systemsort.php:111 msgid "Log id" -msgstr "Nr Log" +msgstr "" #: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 #: admin/systemsort.php:111 admin/outcomes.php:305 admin/callhistory.php:132 #: admin/callhistory.php:157 admin/shiftreport.php:110 msgid "Date" -msgstr "Data" +msgstr "" #: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 #: admin/systemsort.php:111 msgid "Log entry" -msgstr "Situação" +msgstr "" #: admin/voipmonitor.php:102 msgid "Click here to begin monitoring the VoIP Process" -msgstr "Clique aqui para iniciar o processo de monitoramento do VoIP" +msgstr "" #: admin/voipmonitor.php:103 admin/systemsort.php:110 msgid "Outcome of last process run (if any)" -msgstr "Resultado do último processo em curso (se algum)" +msgstr "" #: admin/systemsortprocess.php:93 msgid "Sorting cases process starting" -msgstr "Iniciando o processo de sorteio de casos" +msgstr "" #: admin/systemsortprocess.php:106 msgid "Checking for cases open for more than 24 hours" @@ -1466,23 +1460,21 @@ msgstr "" #: admin/systemsortprocess.php:173 admin/systemsortprocess.php:185 msgid "System automatically closed case as not closed for more than 24 hours" msgstr "" -"O sistema fechou automaticamente o caso como caso não fechado por mais de 24 " -"horas" #: admin/systemsortprocess.php:194 msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" -msgstr "Esta tarefa levou" +msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" -msgstr "segundos" +msgstr "" #: admin/systemsortprocess.php:196 msgid "Failed to complete case closing" @@ -1492,32 +1484,42 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 -msgid "Completed sort" -msgstr "Sorteio completado" +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 +msgid "Completed sort" +msgstr "" + +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" -msgstr "Falha para completar o sorteio" +msgstr "" #: admin/systemsort.php:80 admin/systemsort.php:102 msgid "Monitor system wide case sorting" -msgstr "Monitorar o sistema de sorteio de casos" +msgstr "" #: admin/systemsort.php:86 msgid "Kill signal sent: Please wait..." -msgstr "Interromper o comando enviado: Por favor aguarde..." +msgstr "" #: admin/systemsort.php:87 msgid "" "Process is already closed (eg. server was rebooted) - click here to confirm" msgstr "" -"Processo já foi encerrado (ex.: servidor foi reiniciado) - clique aqui para " -"confirmar" #: admin/systemsort.php:104 msgid "Click here to enable and begin system wide case sorting" -msgstr "Clique aqui para habilitar e iniciar o sistema de sorteio de casos" +msgstr "" #: admin/systemsort.php:105 msgid "" @@ -1528,13 +1530,6 @@ msgid "" "complex quotas in place. If you are not experiencing any performance " "problems, it is not recommended to use this feature." msgstr "" -"O sistema de sorteio de casos para bases grandes periodicamente (via a " -"diretiva de configuração SYSTEM_SORT_MINUTES) sorteia os registros com base " -"na métrica definida, ao invés de procurar um caso mais apropriado cada vez " -"que um pesquisador requisita um novo caso. Isto pode aumentar a " -"produtividade quando há um grande número de casos ou amostras complexas. Se " -"você não estiver com dificuldades de desempenho, não é recomendado usar este " -"recurso." #: admin/operators.php:146 msgid "Added operator :" @@ -1549,23 +1544,21 @@ msgstr "" msgid "" "Could not add operator. There may already be an operator of this name:" msgstr "" -"Não foi possível adicionar o operador. Já existe um operador com este nome:" #: admin/operators.php:169 admin/operators.php:309 admin/operatorlist.php:424 msgid "Add an operator" -msgstr "Adicionar um operador" +msgstr "" #: admin/operators.php:178 msgid "The username and extension must be unique for each operator." msgstr "" -"O nome de usuário (logon) e extensão devem ser únicos para cada operador" #: admin/operators.php:233 admin/clients.php:126 admin/clients.php:221 #: admin/clientquestionnaire.php:291 admin/operatorlist.php:216 #: admin/operatorlist.php:408 admin/operatorskill.php:251 #: admin/operatorquestionnaire.php:247 msgid "Username" -msgstr "Usuário" +msgstr "" #: admin/operators.php:237 admin/clients.php:225 admin/operatorlist.php:220 msgid "Password" @@ -1590,7 +1583,7 @@ msgstr "" #: admin/operators.php:266 admin/operatorlist.php:250 msgid "Uses VoIP" -msgstr "Utilizar VoIP" +msgstr "" #: admin/operators.php:275 admin/operatorlist.php:261 #: admin/operatorlist.php:425 @@ -1599,15 +1592,15 @@ msgstr "" #: admin/operators.php:282 admin/operatorlist.php:268 msgid "Uses chat" -msgstr "Utilizar chat" +msgstr "" #: admin/operators.php:288 admin/operatorlist.php:274 msgid "Jabber/XMPP chat user" -msgstr "Usuário do Chat Jabber/XMPP" +msgstr "" #: admin/operators.php:292 admin/operatorlist.php:278 msgid "Jabber/XMPP chat password" -msgstr "Senha do usuário do chat Jabber/XMPP" +msgstr "" #: admin/operators.php:298 admin/operatorlist.php:285 msgid "Is the operator a system administrator?" @@ -1616,7 +1609,7 @@ msgstr "" #: admin/quotareport.php:114 admin/questionnairelist.php:608 #: admin/index.php:170 msgid "Quota report" -msgstr "Relatório de Amostragem" +msgstr "" #: admin/quotareport.php:116 admin/assigntimeslots.php:161 #: admin/questionnaireprefill.php:107 admin/outcomes.php:74 @@ -1630,12 +1623,12 @@ msgstr "" #: admin/quotareport.php:212 admin/quotareport.php:219 admin/quotarow.php:571 msgid "closed" -msgstr "fechada" +msgstr "" #: admin/quotareport.php:212 admin/quotareport.php:214 #: admin/quotareport.php:221 admin/quotarow.php:571 msgid "open" -msgstr "aberta" +msgstr "" #: admin/quotareport.php:214 msgid "close" @@ -1643,40 +1636,40 @@ msgstr "" #: admin/quotareport.php:307 msgid "Total sample" -msgstr "Amostra Total" +msgstr "" #: admin/quotareport.php:310 msgid "Strata" -msgstr "Estrato" +msgstr "" #: admin/quotareport.php:310 admin/quotarow.php:134 admin/quotarow.php:390 #: admin/quotarow.php:586 msgid "Quota" -msgstr "Cota" +msgstr "" #: admin/quotareport.php:310 msgid "Sample Used" -msgstr "Amostra Utilizada" +msgstr "" #: admin/quotareport.php:310 msgid "Sample Remaining" -msgstr "Amostra Remanescente" +msgstr "" #: admin/quotareport.php:310 msgid "% Complete" -msgstr "% Concluído" +msgstr "" #: admin/quotareport.php:310 msgid "Set priority" -msgstr "Definir prioridade" +msgstr "" #: admin/quotareport.php:310 admin/quotarow.php:586 msgid "Auto prioritise" -msgstr "Priorização automática" +msgstr "" #: admin/quotareport.php:314 msgid "Update priorities" -msgstr "Atualizar prioridades" +msgstr "" #: admin/assigntimeslots.php:159 admin/index.php:141 msgid "Assign Time slots" @@ -1697,7 +1690,7 @@ msgstr "" #: admin/assigntimeslots.php:273 admin/assignsample.php:330 #: admin/casestatus.php:101 msgid "Click to unassign" -msgstr "Clique para desmarcar" +msgstr "" #: admin/assigntimeslots.php:181 msgid "There are no time slots groups selected for this questionnaire" @@ -1767,7 +1760,7 @@ msgstr "" #: admin/questionnaireprefill.php:128 msgid "Currently no pre fills" -msgstr "Não há questões com auto-preenchimento definidas" +msgstr "" #: admin/questionnaireprefill.php:134 msgid "SGQA code" @@ -1778,50 +1771,48 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 msgid "Delete" -msgstr "Excluir" +msgstr "" #: admin/questionnaireprefill.php:139 msgid "Select a question to pre fill" -msgstr "Selecione uma pergunta para ser auto-preenchida" +msgstr "" #: admin/questionnaireprefill.php:172 msgid "Enter a value to pre fill this question with:" -msgstr "Informe um valor para auto-resposta nesta questão com:" +msgstr "" #: admin/questionnaireprefill.php:174 msgid "Possible uses:" -msgstr "Possibilidades de usos:" +msgstr "" #: admin/questionnaireprefill.php:176 msgid "{Respondent:firstName} First name of the respondent" -msgstr "{Respondent:firstName} Primeiro nome do entrevistado" +msgstr "" #: admin/questionnaireprefill.php:177 msgid "{Respondent:lastName} Last name of the respondent" -msgstr "{Respondent:lastName} Sobrenome do entrevistado" +msgstr "" #: admin/questionnaireprefill.php:178 msgid "{Sample:var} A record from the sample where the column name is 'var'" msgstr "" -"{Sample:var} Um campo da listagem (Sample) onde a coluna desejada chama-se " -"var." #: admin/questionnaireprefill.php:187 msgid "The value to pre fill" -msgstr "O valor para preencher" +msgstr "" #: admin/questionnaireprefill.php:188 msgid "or: Select pre fill from sample list" -msgstr "ou: Selecione uma auto-resposta da listagem" +msgstr "" #: admin/questionnaireprefill.php:196 msgid "Add pre fill" -msgstr "Adicionar auto-resposta" +msgstr "" #: admin/auth-admin.php:63 msgid "You do not have permission to access this area" @@ -1837,7 +1828,7 @@ msgstr "" #: admin/availabilitygroup.php:122 admin/availabilitygroup.php:133 msgid "Modify" -msgstr "Modificar" +msgstr "" #: admin/availabilitygroup.php:127 msgid "" @@ -1864,19 +1855,19 @@ msgstr "" #: admin/outcomes.php:80 admin/outcomes.php:190 msgid "Sample status" -msgstr "Situação da Listagem" +msgstr "" #: admin/outcomes.php:82 admin/outcomes.php:192 msgid "Drawn from sample" -msgstr "Utilizados" +msgstr "" #: admin/outcomes.php:82 admin/outcomes.php:192 msgid "Remain in sample" -msgstr "Livres na listagem" +msgstr "" #: admin/outcomes.php:88 admin/outcomes.php:200 msgid "Number" -msgstr "Quantidade" +msgstr "" #: admin/outcomes.php:89 admin/outcomes.php:187 msgid "No samples assigned" @@ -1885,31 +1876,30 @@ msgstr "" #: admin/outcomes.php:92 msgid "Case availability (cases with temporary or appointment outcomes)" msgstr "" -"Registros em andamento (casos com resultados temporários ou agendamentos)" #: admin/outcomes.php:124 msgid "No cases currently available to call" -msgstr "Não existem registros disponíveis para ligar" +msgstr "" #: admin/outcomes.php:136 msgid "Average time on a completed questionnaire" -msgstr "Média do tempo de preenchimento do questionário" +msgstr "" #: admin/outcomes.php:136 msgid "Min" -msgstr "Minutos" +msgstr "" #: admin/outcomes.php:136 msgid "Secs" -msgstr "Segundos" +msgstr "" #: admin/outcomes.php:169 admin/outcomes.php:220 admin/outcomes.php:262 msgid "%" -msgstr "%" +msgstr "" #: admin/outcomes.php:223 msgid "No outcomes recorded for this sample" -msgstr "Não há resultados gravados para esta listagem" +msgstr "" #: admin/outcomes.php:243 msgid "No operators assigned" @@ -1917,7 +1907,7 @@ msgstr "" #: admin/outcomes.php:247 msgid "Operator call outcomes" -msgstr "Resultados por operador" +msgstr "" #: admin/outcomes.php:274 admin/questionnairelist.php:576 index.php:264 #: index_interface2.php:285 @@ -1926,19 +1916,19 @@ msgstr "Turnos" #: admin/outcomes.php:278 msgid "No shift reports: Add report" -msgstr "Sem ocorrências no turno: Adicionar ocorrência" +msgstr "" #: admin/outcomes.php:279 msgid "View shift reports" -msgstr "Consultar ocorrências" +msgstr "" #: admin/outcomes.php:282 msgid "View operator performance" -msgstr "Consultar performance do operador" +msgstr "" #: admin/outcomes.php:301 msgid "No shifts defined for this questionnaire" -msgstr "Sem turnos definidos para este questionário" +msgstr "" #: admin/outcomes.php:305 msgid "Shift time" @@ -1946,11 +1936,11 @@ msgstr "" #: admin/outcomes.php:305 admin/operatorlist.php:428 admin/index.php:161 msgid "Operator performance" -msgstr "Produtividade dos Pesquisadores" +msgstr "" #: admin/samplesearch.php:84 msgid "Search within this sample" -msgstr "Pesquisar dentro desta listagem" +msgstr "" #: admin/samplesearch.php:94 admin/supervisor.php:193 msgid "WARNING !" @@ -1973,10 +1963,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -1987,7 +1973,7 @@ msgstr "" #: admin/samplesearch.php:159 admin/supervisor.php:330 msgid "Sample id" -msgstr "ID" +msgstr "" #: admin/samplesearch.php:190 msgid "There's no data in this sample." @@ -1995,24 +1981,22 @@ msgstr "" #: admin/bulkappointment.php:133 admin/bulkappointment.php:215 msgid "Result" -msgstr "Resultado" +msgstr "" #: admin/bulkappointment.php:134 admin/bulkappointment.php:223 #: admin/bulkappointment.php:259 admin/index.php:185 msgid "Bulk appointment generator" -msgstr "Gerador de Agendamentos em Massa" +msgstr "" #: admin/bulkappointment.php:205 msgid "Added appointment" -msgstr "Agendamento realizado" +msgstr "" #: admin/bulkappointment.php:209 msgid "" "No such case id, or case set to a final outcome, or case currently assigned " "to an operator" msgstr "" -"Não há um caso, ou caso atribuído a um resultado não retornável, ou não há " -"caso atribuído para um operador" #: admin/bulkappointment.php:222 msgid "Check data to submit" @@ -2023,34 +2007,30 @@ msgid "" "Please check the case id's, appointment start and end times and notes are " "correct before accepting below" msgstr "" -"Por favor, verifique se os números dos casos, os horários agendados e " -"observações estão corretas antes de aceitar abaixo" #: admin/bulkappointment.php:237 admin/callhistory.php:132 #: admin/callhistory.php:157 admin/displayappointments.php:247 msgid "Start time" -msgstr "Horário Inicial" +msgstr "" #: admin/bulkappointment.php:237 admin/callhistory.php:132 #: admin/callhistory.php:157 admin/displayappointments.php:249 msgid "End time" -msgstr "Horário final" +msgstr "" #: admin/bulkappointment.php:242 msgid "Accept and generate bulk appointments" -msgstr "Aceitar e gerar agendamentos em massa" +msgstr "" #: admin/bulkappointment.php:247 msgid "" "The file does not contain at least caseid, starttime and endtime columns. " "Please try again." msgstr "" -"O arquivo não contém ao menos as colunas do Nr do caso (ID), hora de início " -"e hora de término. Por favor, tente novamente." #: admin/bulkappointment.php:258 msgid "Import: Select file to upload" -msgstr "Importar: Selecione o arquivo para carregar" +msgstr "" #: admin/bulkappointment.php:266 msgid "" @@ -2064,7 +2044,7 @@ msgstr "" #: admin/bulkappointment.php:269 msgid "Example CSV file:" -msgstr "Exemplo de arquivo CSV:" +msgstr "" #: admin/bulkappointment.php:281 msgid "Select bulk appointment CSV file to upload" @@ -2080,41 +2060,37 @@ msgstr "" #: admin/callrestrict.php:104 admin/index.php:194 msgid "Set call restriction times" -msgstr "Ajustar restrições de chamadas" +msgstr "" #: admin/callrestrict.php:118 admin/availability.php:163 msgid "" "Enter the start and end times for each day of the week to restrict calls " "within" msgstr "" -"Informe os horários de início e término para cada dia da semana para " -"autorizar as chamadas dentro desses intervalos" #: admin/callrestrict.php:140 admin/addshift.php:243 #: admin/availability.php:165 admin/shifttemplate.php:136 msgid "Day" -msgstr "Dia" +msgstr "" #: admin/callrestrict.php:158 admin/availability.php:181 #: admin/shifttemplate.php:154 msgid "Add row" -msgstr "Adicionar linha" +msgstr "" #: admin/callrestrict.php:159 msgid "Save changes to restriction times" -msgstr "Salvar alterações" +msgstr "" #: admin/addshift.php:92 msgid "Add shifts" -msgstr "Adicionar turnos" +msgstr "" #: admin/addshift.php:93 msgid "" "You must be an operator (as well as have administrator access) to add/edit " "shifts" msgstr "" -"Você deve ser um operador (bem como ter acesso administrativo) para " -"adicionar ou editar os turnos" #: admin/addshift.php:145 admin/index.php:145 msgid "Shift management" @@ -2122,20 +2098,17 @@ msgstr "" #: admin/addshift.php:168 msgid "Add shifts in your Time Zone" -msgstr "Adicionar turnos em seu fuso-horário" +msgstr "" #: admin/addshift.php:171 msgid "" "Shifts allow you to restrict appointments being made, and interviewers to " "working on a particlar project at defined times." msgstr "" -"Turnos habilitam você a limitar os agendamentos realizados, bem como limitam " -"os pesquisadores a trabalharem em um estudo específico dentro do cronograma " -"definido." #: admin/addshift.php:179 msgid "Select year" -msgstr "Selecione o Ano" +msgstr "" #: admin/addshift.php:190 msgid "Select week" @@ -2143,11 +2116,11 @@ msgstr "" #: admin/addshift.php:243 msgid "Use shift?" -msgstr "Utilizar turnos?" +msgstr "" #: admin/process.php:90 msgid "Cannot connect to VoIP Server" -msgstr "Não foi possível conectar ao seu servidor VoIP" +msgstr "" #: admin/supervisorchat.php:68 msgid "" @@ -2155,25 +2128,22 @@ msgid "" "is a BOSH enabled XMPP/Jabber server. The operators and the supervisor will " "need XMPP/Jabber accounts." msgstr "" -"Habilita os pesquisadores a conversarem com o supervisor via chat sobre XMPP " -"(Jabber). Necessário ter um servidor Jabber XMPP BOSH habilitado. Tanto os " -"pesquisadores quanto o supervisor precisam ter uma conta XMPP Jabber." #: admin/supervisorchat.php:78 msgid "Enable supervisor chat?" -msgstr "Habilita chat com o supervisor?" +msgstr "" #: admin/supervisorchat.php:82 msgid "Set BOSH URL" -msgstr "Define URL do servidor BOSH para o chat" +msgstr "" #: admin/supervisorchat.php:86 msgid "Supervisor XMPP/Jabber id" -msgstr "ID do Supervisor XMPP/Jabber" +msgstr "" #: admin/supervisorchat.php:90 msgid "Update" -msgstr "Atualizar" +msgstr "" #: admin/sortsample.php:91 msgid "List and sort samples" @@ -2189,7 +2159,7 @@ msgstr "" #: admin/sortsample.php:100 msgid "Samples selected for this questionnaire" -msgstr "Listagens selecionadas para este questionário" +msgstr "" #: admin/sortsample.php:101 admin/sortsample.php:102 #: admin/assignsample.php:224 admin/assignsample.php:227 @@ -2226,20 +2196,20 @@ msgstr "" #: admin/sortsample.php:139 admin/assignsample.php:222 #: admin/assignsample.php:364 admin/assignsample.php:387 msgid "Max calls" -msgstr "Max Chamadas" +msgstr "" #: admin/sortsample.php:139 admin/assignsample.php:225 #: admin/assignsample.php:364 admin/assignsample.php:391 msgid "Max call attempts" -msgstr "Max Tentativas" +msgstr "" #: admin/sortsample.php:139 admin/assignsample.php:364 msgid "Answering machine messages" -msgstr "Recados na Cx Msg" +msgstr "" #: admin/sortsample.php:139 admin/assignsample.php:364 msgid "Selection type" -msgstr "Tipo de seleção" +msgstr "" #: admin/sortsample.php:142 msgid "No samples assigned to questionnaires" @@ -2255,24 +2225,24 @@ msgstr "" #: admin/questionnairelist.php:379 msgid "Edit instrument in Limesurvey" -msgstr "Editar instrumento no Limesurvey" +msgstr "" #: admin/questionnairelist.php:385 admin/questionnairelist.php:386 #: admin/new.php:183 admin/new.php:185 msgid "Name for questionnaire:" -msgstr "Nome para o questionário:" +msgstr "" #: admin/questionnairelist.php:389 admin/new.php:218 msgid "Restrict appointments to shifts?" -msgstr "Restringir agendamentos aos turnos?" +msgstr "" #: admin/questionnairelist.php:392 admin/new.php:225 msgid "Restrict work to shifts?" -msgstr "Restringir trabalho aos turnos?" +msgstr "" #: admin/questionnairelist.php:396 admin/new.php:232 msgid "Questionnaire for testing only?" -msgstr "Questionário apenas de teste?" +msgstr "" #: admin/questionnairelist.php:400 admin/new.php:239 msgid "Allow operators to generate referrals?" @@ -2280,31 +2250,31 @@ msgstr "" #: admin/questionnairelist.php:404 admin/new.php:246 msgid "Allow for respondent self completion via email invitation?" -msgstr "Habilitar para auto-resposta via email?" +msgstr "" #: admin/questionnairelist.php:409 admin/new.php:254 msgid "Questionnaire display mode for respondent" -msgstr "Modo de visualização do questionário pelo entrevistado" +msgstr "" #: admin/questionnairelist.php:412 admin/new.php:257 msgid "All in one" -msgstr "Tudo em um" +msgstr "" #: admin/questionnairelist.php:413 admin/new.php:258 msgid "Question by question" -msgstr "Questão por questão" +msgstr "" #: admin/questionnairelist.php:414 admin/new.php:259 msgid "Group at a time" -msgstr "Um grupo por vez" +msgstr "" #: admin/questionnairelist.php:419 admin/new.php:264 msgid "Limesurvey template for respondent" -msgstr "Modelo do LimeSurvey para o respondente" +msgstr "" #: admin/questionnairelist.php:448 admin/new.php:294 msgid "URL to forward respondents on self completion (required)" -msgstr "URL para encaminhar os respondentes para auto-resposta (obrigatório)" +msgstr "" #: admin/questionnairelist.php:459 admin/questionnairelist.php:469 #: admin/questionnairelist.php:479 admin/questionnairelist.php:489 @@ -2316,36 +2286,35 @@ msgstr "" #: admin/questionnairelist.php:460 admin/new.php:331 msgid "Respondent selection introduction:" -msgstr "Introdução para a seleção do respondente:" +msgstr "" #: admin/questionnairelist.php:470 admin/new.php:341 msgid "Respondent selection project introduction:" -msgstr "Introdução do Projeto para seleção do respondente" +msgstr "" #: admin/questionnairelist.php:480 admin/new.php:351 msgid "Respondent selection callback (already started questionnaire):" msgstr "" -"Ligação de Retorno Seleção do Entrevistado (questionário já iniciado):" #: admin/questionnairelist.php:490 admin/new.php:361 msgid "Message to leave on an answering machine:" -msgstr "Mensagem para deixar na caixa de mensagens:" +msgstr "" #: admin/questionnairelist.php:500 msgid "Edit respondent selection instrument in Limesurvey" -msgstr "Editar instrumento de arrolamento no Limesurvey" +msgstr "" #: admin/questionnairelist.php:506 admin/new.php:373 msgid "Project end text (thank you screen):" -msgstr "Texto de Encerramento do projeto (Tela de agradecimento):" +msgstr "" #: admin/questionnairelist.php:516 admin/new.php:383 msgid "Project information for interviewers/operators:" -msgstr "Informações do Projeto para os pesquisadores/operadores:" +msgstr "" #: admin/questionnairelist.php:524 msgid "Update Questionnaire" -msgstr "Atualizar Questionário" +msgstr "" #: admin/questionnairelist.php:538 msgid "Delete Questionnaire" @@ -2354,7 +2323,6 @@ msgstr "" #: admin/questionnairelist.php:540 msgid "Any collected data and the limesurvey instrument will NOT be deleted" msgstr "" -"Qualquer dado coletado e o questionário do Limesurvey NÃO serão deletados" #: admin/questionnairelist.php:541 msgid "" @@ -2362,30 +2330,27 @@ msgid "" "case notes, respondent details, appointments and the links between " "operators, clients and the questionnaire" msgstr "" -"O questionário será deletado do queXS, incluindo o histórico de chamadas, " -"casos, notas, detalhes dos respondentes, agendamentos e os links entre os " -"pesquisadores, clientes e o questionário" #: admin/questionnairelist.php:542 msgid "Please confirm you wish to delete the questionnaire" -msgstr "Por favor, confirme se você quer mesmo deletar o questionário" +msgstr "" #: admin/questionnairelist.php:545 msgid "Delete this questionnaire" -msgstr "Deleta este questionário" +msgstr "" #: admin/questionnairelist.php:551 admin/index.php:124 admin/new.php:157 #: admin/new.php:167 msgid "Questionnaire management" -msgstr "Gerenciar um questionário" +msgstr "" #: admin/questionnairelist.php:551 msgid "Questionnaire list" -msgstr "Questionários" +msgstr "" #: admin/questionnairelist.php:554 admin/index.php:123 admin/new.php:47 msgid "Create a new questionnaire" -msgstr "Atribuir um questionário no QueXS" +msgstr "" #: admin/questionnairelist.php:571 msgid "Edit Questionnaire" @@ -2420,7 +2385,7 @@ msgstr "" #: admin/questionnairelist.php:598 admin/index.php:172 #: admin/dataoutput.php:200 msgid "Data output" -msgstr "Exportação de Resultados" +msgstr "" #: admin/questionnairelist.php:603 msgid "Assigned samples" @@ -2429,16 +2394,16 @@ msgstr "" #: admin/questionnairelist.php:613 admin/index.php:184 #: admin/casestatus.php:214 msgid "Case status and assignment" -msgstr "Redistribuir ligações" +msgstr "" #: admin/callhistory.php:113 admin/callhistory.php:144 msgid "Call History List" -msgstr "Histórico de Chamadas" +msgstr "" #: admin/callhistory.php:132 admin/callhistory.php:157 #: admin/supervisor.php:414 admin/databasestrings.php:82 msgid "Phone number" -msgstr "Telefone" +msgstr "" #: admin/callhistory.php:150 msgid "NO Call history records for Your query" @@ -2446,7 +2411,7 @@ msgstr "" #: admin/callhistory.php:181 msgid "Download Call History List" -msgstr "Efetuar Download do Histórico de Chamadas" +msgstr "" #: admin/clients.php:102 msgid "Updated" @@ -2470,7 +2435,7 @@ msgstr "" #: admin/clients.php:123 msgid "Could not add" -msgstr "Impossível adicionar" +msgstr "" #: admin/clients.php:126 msgid "is already in use" @@ -2478,7 +2443,7 @@ msgstr "" #: admin/clients.php:132 msgid "Add a client" -msgstr "Adicionar um cliente" +msgstr "" #: admin/clients.php:133 msgid "Add new client" @@ -2508,7 +2473,7 @@ msgstr "" #: admin/clients.php:214 msgid "Assign client to Questionnaire" -msgstr "Atribuir cliente ao questionário" +msgstr "" #: admin/clients.php:226 msgid "Leave this blank to keep current password" @@ -2516,7 +2481,7 @@ msgstr "" #: admin/clients.php:237 msgid "Surname" -msgstr "Sobrenome" +msgstr "" #: admin/availability.php:79 msgid "No time slot group set" @@ -2562,11 +2527,11 @@ msgstr "" #: admin/clientquestionnaire.php:321 msgid "Assign clients to questionnaires" -msgstr "Atribuir clientes aos questionários" +msgstr "" #: admin/operatorlist.php:127 msgid "Successfully updated user" -msgstr "Usuário atualizado com sucesso" +msgstr "" #: admin/operatorlist.php:131 admin/operatorlist.php:136 msgid "Failed to update user" @@ -2590,7 +2555,7 @@ msgstr "" #: admin/operatorlist.php:296 msgid "Update operator" -msgstr "Atualizar operador" +msgstr "" #: admin/operatorlist.php:387 msgid "Win .bat file" @@ -2598,19 +2563,19 @@ msgstr "" #: admin/operatorlist.php:388 msgid "*nix script file" -msgstr "Arquivo de Script *nix" +msgstr "" #: admin/operatorlist.php:395 msgid "Enable VoIP" -msgstr "Ativar VoIP" +msgstr "" #: admin/operatorlist.php:397 msgid "Disable VoIP" -msgstr "Desativar VoIP" +msgstr "" #: admin/operatorlist.php:405 msgid "Operator list" -msgstr "Lista de Operadores" +msgstr "" #: admin/operatorlist.php:415 msgid "VoIP ON/Off" @@ -2638,9 +2603,6 @@ msgid "" "executable. When the file is executed, it will run the voip.exe program with " "the correct connection details to connect the operator to the VoIP server" msgstr "" -"Baixe o arquivo para cada usuário e salve na mesma pasta como VOIP.EXE. " -"Quando o arquivo é executado, ele rodará o programa VOIP.EXE com os detalhes " -"para conectar corretamente o operador ao servidor PBX/VoIP." #: admin/operatorlist.php:434 msgid "Download Windows VoIP Client Executable file" @@ -2660,11 +2622,11 @@ msgstr "" #: admin/centreinfo.php:68 admin/index.php:195 msgid "Set centre information" -msgstr "Ajustar informações gerais" +msgstr "" #: admin/centreinfo.php:73 msgid "Update centre information" -msgstr "Atualizar" +msgstr "" #: admin/import.php:46 msgid "Validating and uploading" @@ -2680,12 +2642,12 @@ msgstr "" #: admin/import.php:69 msgid "Error importing file. Please try again" -msgstr "Erro na importação do arquivo. Por favor, tente novamente" +msgstr "" #: admin/import.php:73 admin/set_outcomes.php:117 admin/set_outcomes.php:143 #: admin/set_outcomes.php:148 msgid "Error:" -msgstr "Erro:" +msgstr "" #: admin/import.php:73 msgid "" @@ -2698,7 +2660,7 @@ msgstr "" #: admin/import.php:102 admin/import.php:150 admin/assignsample.php:417 msgid "Add sample" -msgstr "Adicionar Listagem" +msgstr "" #: admin/import.php:115 msgid "Select file to upload" @@ -2754,7 +2716,7 @@ msgstr "" #: admin/index.php:122 admin/new.php:199 admin/new.php:405 msgid "Create an instrument in Limesurvey" -msgstr "Criar um Questionário no LimeSurvey" +msgstr "" #: admin/index.php:125 admin/set_outcomes.php:161 msgid "Set questionnaire outcomes" @@ -2762,7 +2724,7 @@ msgstr "" #: admin/index.php:126 admin/new.php:407 msgid "Administer instruments with Limesurvey" -msgstr "Administrar questionário no LimeSurvey" +msgstr "" #: admin/index.php:130 msgid "Samples" @@ -2770,7 +2732,7 @@ msgstr "" #: admin/index.php:135 admin/assignsample.php:305 msgid "Assign samples to questionnaires" -msgstr "Atribuir listagens a questionários" +msgstr "" #: admin/index.php:139 msgid "Time slots and shifts" @@ -2782,11 +2744,11 @@ msgstr "" #: admin/index.php:150 admin/quota.php:114 msgid "Quota management" -msgstr "Amostras - Gerenciamento" +msgstr "" #: admin/index.php:151 admin/quotarow.php:292 msgid "Quota row management" -msgstr "Gerenciar grupos de amostras" +msgstr "" #: admin/index.php:154 msgid "Operators" @@ -2794,24 +2756,24 @@ msgstr "" #: admin/index.php:156 msgid "Add operators to the system" -msgstr "Adicionar Pesquisadores no sistema" +msgstr "" #: admin/index.php:157 msgid "Operator management" -msgstr "Operadores - Gerenciamento" +msgstr "" #: admin/index.php:158 msgid "Extension status" -msgstr "Registro de Ramais" +msgstr "" #: admin/index.php:159 admin/operatorquestionnaire.php:157 #: admin/operatorquestionnaire.php:272 msgid "Assign operators to questionnaires" -msgstr "Atribuir pesquisadores aos questionários" +msgstr "" #: admin/index.php:160 admin/operatorskill.php:275 msgid "Modify operator skills" -msgstr "12. Alterar permissões dos operadores" +msgstr "" #: admin/index.php:164 msgid "Results" @@ -2819,19 +2781,19 @@ msgstr "" #: admin/index.php:166 msgid "Display all future appointments" -msgstr "Mostrar todos os agendamentos futuros" +msgstr "" #: admin/index.php:167 msgid "Sample call attempts report" -msgstr "Relatório de Chamadas Realizadas" +msgstr "" #: admin/index.php:169 admin/shiftreport.php:67 msgid "Shift reports" -msgstr "Relatórios de Turnos" +msgstr "" #: admin/index.php:171 msgid "Questionnaire outcomes" -msgstr "Resultados de Ligações" +msgstr "" #: admin/index.php:175 msgid "Clients" @@ -2839,7 +2801,7 @@ msgstr "" #: admin/index.php:177 msgid "Add clients to the system" -msgstr "Adicionar clientes ao sistema" +msgstr "" #: admin/index.php:178 msgid "Manage clients" @@ -2847,15 +2809,15 @@ msgstr "" #: admin/index.php:181 msgid "Supervisor functions" -msgstr "Supervisão - Funções" +msgstr "" #: admin/index.php:183 admin/supervisor.php:125 msgid "Assign outcomes to cases" -msgstr "Atribuir Resultados de Ligações aos casos" +msgstr "" #: admin/index.php:188 msgid "System settings" -msgstr "Sistema - Configurações" +msgstr "" #: admin/index.php:190 admin/set_outcomes.php:160 msgid "Set default outcomes" @@ -2863,7 +2825,7 @@ msgstr "" #: admin/index.php:191 msgid "Set default timezone list" -msgstr "Definir o Fuso Horário padrão" +msgstr "" #: admin/index.php:192 msgid "Manage Time slots" @@ -2871,7 +2833,7 @@ msgstr "" #: admin/index.php:193 admin/shifttemplate.php:99 msgid "Set default shift times" -msgstr "Definir os turnos padrões" +msgstr "" #: admin/index.php:197 msgid "System wide case sorting" @@ -2879,60 +2841,60 @@ msgstr "" #: admin/index.php:204 admin/index.php:212 msgid "VoIP" -msgstr "Telefonia - Gerenciamento" +msgstr "" #: admin/index.php:206 msgid "Start and monitor VoIP" -msgstr "Iniciar e Monitorar Telefonia" +msgstr "" #: admin/samplecallattempts.php:125 msgid "Call attempts made" -msgstr "Tentativas" +msgstr "" #: admin/samplecallattempts.php:125 msgid "Number of cases" -msgstr "Número de casos" +msgstr "" #: admin/samplecallattempts.php:188 msgid "Sample call attempt" -msgstr "Tentativas de chamadas" +msgstr "" #: admin/samplecallattempts.php:190 admin/dataoutput.php:202 #: admin/operatorperformance.php:78 admin/shiftreport.php:71 msgid "Please select a questionnaire" -msgstr "Por favor, selecione um quesionário" +msgstr "" #: admin/samplecallattempts.php:193 msgid "Overall" -msgstr "Global" +msgstr "" #: admin/samplecallattempts.php:202 admin/dataoutput.php:218 msgid "Please select a sample" -msgstr "Por favor, selecione uma listagem" +msgstr "" #: admin/samplecallattempts.php:213 msgid "Please select a quota" -msgstr "Por favor, selecione uma amostra" +msgstr "" #: admin/samplecallattempts.php:219 msgid "No calls for this quota" -msgstr "Sem chamadas para esta amostra" +msgstr "" #: admin/samplecallattempts.php:223 msgid "No calls for this sample" -msgstr "Sem chamadas para esta listagem" +msgstr "" #: admin/samplecallattempts.php:228 msgid "No calls for this questionnaire" -msgstr "Sem chamadas para este questionário" +msgstr "" #: admin/casesbyoutcome.php:57 msgid "Cases by outcome" -msgstr "Casos por Resultados" +msgstr "" #: admin/casesbyoutcome.php:77 admin/supervisor.php:312 msgid "Project" -msgstr "Projeto" +msgstr "" #: admin/casesbyoutcome.php:84 msgid "Sample:" @@ -2940,15 +2902,15 @@ msgstr "" #: admin/casesbyoutcome.php:100 admin/supervisor.php:314 msgid "Current outcome:" -msgstr "Resultado atual:" +msgstr "" #: admin/casesbyoutcome.php:114 msgid "No cases with this outcome" -msgstr "Sem casos com este resultado" +msgstr "" #: admin/casesbyoutcome.php:121 msgid "Error with input" -msgstr "Erro com a entrada" +msgstr "" #: admin/set_outcomes.php:82 msgid "Default outcomes updated" @@ -2975,7 +2937,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2999,11 +2961,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -3036,7 +2998,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -3044,27 +3006,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" @@ -3078,55 +3040,55 @@ msgstr "" #: admin/quota.php:161 msgid "Currently no quotas" -msgstr "Sem amostras em execução atualmente" +msgstr "" #: admin/quota.php:167 msgid "Stop calling this sample when:" -msgstr "Pare de chamar esta listagem quando:" +msgstr "" #: admin/quota.php:167 msgid "for" -msgstr "para" +msgstr "" #: admin/quota.php:167 msgid "completions" -msgstr "completas" +msgstr "" #: admin/quota.php:170 msgid "Quota reached" -msgstr "Amostra encerrada (fechada)" +msgstr "" #: admin/quota.php:172 msgid "Quota not yet reached" -msgstr "Amostra ainda não encerrada (aberta)" +msgstr "" #: admin/quota.php:174 msgid "Current completions: " -msgstr "Atualmente realizadas: " +msgstr "" #: admin/quota.php:182 msgid "Select a question for the quota" -msgstr "Selecione uma pergunta para a amostra" +msgstr "" #: admin/quota.php:211 msgid "Enter the details for creating the quota:" -msgstr "Informe os detalhes para criar a amostra:" +msgstr "" #: admin/quota.php:216 admin/quotarow.php:458 admin/quotarow.php:539 msgid "The type of comparison" -msgstr "Tipo de comparação" +msgstr "" #: admin/quota.php:226 admin/quotarow.php:459 msgid "The code value to compare" -msgstr "Código da resposta para comparar" +msgstr "" #: admin/quota.php:229 admin/quotarow.php:395 admin/quotarow.php:599 msgid "The number of completions to stop calling at" -msgstr "Parar de chamar quando o número de entrevistas nesta cota for" +msgstr "" #: admin/quota.php:236 msgid "Add quota" -msgstr "Adicionar amostra" +msgstr "" #: admin/quota.php:242 admin/quotarow.php:465 msgid "Code values for this question" @@ -3134,11 +3096,11 @@ msgstr "" #: admin/quota.php:254 admin/quotarow.php:480 msgid "No labels defined for this question" -msgstr "Sem opções de respostas definidas para esta pergunta" +msgstr "" #: admin/quota.php:256 admin/quotarow.php:482 msgid "Code value" -msgstr "Código da resposta" +msgstr "" #: admin/assignsample.php:190 msgid "Edit assignment parameters" @@ -3175,19 +3137,19 @@ msgstr "" #: admin/assignsample.php:364 msgid "Unassign sample" -msgstr "Desativar listagem" +msgstr "" #: admin/assignsample.php:367 msgid "No samples selected for this questionnaire" -msgstr "Não foram selecionadas listagens para este questionário" +msgstr "" #: admin/assignsample.php:380 msgid "Add a sample to this questionnaire:" -msgstr "Adicionar uma listagem para este questionário:" +msgstr "" #: admin/assignsample.php:383 msgid "Select sample:" -msgstr "Selecionar listagem:" +msgstr "" #: admin/assignsample.php:409 msgid "" @@ -3211,19 +3173,19 @@ msgstr "" #: admin/supervisor.php:133 msgid "Select case" -msgstr "Selecionar caso" +msgstr "" #: admin/supervisor.php:157 msgid "Select case from list of cases referred to the supervisor:" -msgstr "Selecione o caso da lista de casos atribuídos ao supervisor:" +msgstr "" #: admin/supervisor.php:167 msgid "Set an outcome for this call" -msgstr "Definir um resultado para esta chamada" +msgstr "" #: admin/supervisor.php:182 admin/supervisor.php:554 call_interface2.php:290 msgid "Set outcome" -msgstr "Definir resultado" +msgstr "" #: admin/supervisor.php:320 msgid "Sample details" @@ -3240,27 +3202,27 @@ msgstr "" #: admin/supervisor.php:363 admin/displayappointments.php:291 #: admin/databasestrings.php:68 index.php:273 index_interface2.php:293 msgid "Appointments" -msgstr "Agendamentos" +msgstr "Compromissos" #: admin/supervisor.php:387 admin/displayappointments.php:313 msgid "Current outcome" -msgstr "Resultado atual" +msgstr "" #: admin/supervisor.php:387 admin/displayappointments.php:313 msgid "Operator who called" -msgstr "Pesquisador que chamou" +msgstr "" #: admin/supervisor.php:390 msgid "No appointments for this case" -msgstr "Sem agendamentos para este caso" +msgstr "" #: admin/supervisor.php:401 msgid "Change outcome" -msgstr "Mudar resultado" +msgstr "" #: admin/supervisor.php:408 msgid "Call list" -msgstr "Lista de chamadas" +msgstr "" #: admin/supervisor.php:463 msgid "Call attempts by timeslot" @@ -3277,36 +3239,34 @@ msgstr "" #: admin/supervisor.php:474 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -"Atribuir este caso para um pesquisador (aparecerá como o próximo caso para " -"ele)" #: admin/supervisor.php:486 msgid "Assign this case to operator" -msgstr "Atribuir para o pesquisador" +msgstr "" #: admin/supervisor.php:496 msgid "Modify responses for this case" -msgstr "Modificar respostas deste caso" +msgstr "" #: admin/supervisor.php:498 msgid "Case not yet started in Limesurvey" -msgstr "Caso não iniciado ainda no Limesurvey" +msgstr "" #: admin/supervisor.php:503 msgid "Availability groups" -msgstr "Grupos de disponibilidade" +msgstr "" #: admin/supervisor.php:531 msgid "Update case availability" -msgstr "Atualizar a disponibilidade do caso" +msgstr "" #: admin/supervisor.php:542 msgid "Set a case outcome" -msgstr "Definir um resultado para o caso" +msgstr "" #: admin/supervisor.php:560 admin/supervisor.php:565 msgid "Deidentify" -msgstr "Desvinculação" +msgstr "" #: admin/supervisor.php:561 msgid "Remove all sample details and contact numbers from this case" @@ -3314,7 +3274,7 @@ msgstr "" #: admin/supervisor.php:571 msgid "Case does not exist" -msgstr "Caso inexistente" +msgstr "" #: admin/quotarow.php:319 msgid "To quota report" @@ -3326,20 +3286,17 @@ msgstr "" #: admin/quotarow.php:395 admin/quotarow.php:597 msgid "Describe this quota" -msgstr "Descreva esta cota/amostra" +msgstr "" #: admin/quotarow.php:396 admin/quotarow.php:598 msgid "Quota priority (50 is default, 100 highest, 0 lowest)" msgstr "" -"Prioridade da amostra (50 é o padrão, 100 para mais alta, 0 para mais baixa)" #: admin/quotarow.php:396 admin/quotarow.php:600 msgid "" "Should the priority be automatically updated based on the number of " "completions in this quota?" msgstr "" -"A prioridade da amostra pode ser atualizada automaticamente com base no " -"número de entrevistas concluídas?" #: admin/quotarow.php:412 msgid "Restrictions based on answered questions" @@ -3417,7 +3374,7 @@ msgstr "" #: admin/quotarow.php:580 msgid "Currently no row quotas" -msgstr "Atualmente não existem amostras definidas" +msgstr "" #: admin/quotarow.php:585 msgid "Current row quotas" @@ -3437,7 +3394,7 @@ msgstr "" #: admin/quotarow.php:594 admin/quotarow.php:601 msgid "Add row quota" -msgstr "Adicionar amostra" +msgstr "" #: admin/quotarow.php:606 admin/quotarow.php:614 msgid "Import row quota" @@ -3449,7 +3406,7 @@ msgstr "" #: admin/operatorskill.php:152 msgid "Assign operators to Skills" -msgstr "Atribui pesquisadores às regras" +msgstr "" #: admin/operatorskill.php:154 msgid "" @@ -3477,92 +3434,92 @@ msgstr "" #: admin/dataoutput.php:216 msgid "Download data for this questionnaire via Limesurvey" -msgstr "Efetuar Download dos resultados deste questionário via Limesurvey" +msgstr "" #: admin/dataoutput.php:225 msgid "Download data for this sample via Limesurvey" -msgstr "Efetuar Download da listagem via Limesurvey" +msgstr "" #: admin/dataoutput.php:233 msgid "Download key file: select sample var" -msgstr "Download de arquivo chave (token): selecione a variável da listagem" +msgstr "" #: admin/dataoutput.php:240 msgid "Download complete key file" -msgstr "Efetuar Download do arquivo chave completo" +msgstr "" #: admin/dataoutput.php:243 msgid "Download complete sample file with current outcomes" -msgstr "Efetuar Download da listagem completa com resultado das chamadas" +msgstr "" #: admin/operatorperformance.php:71 msgid "Operator Performance" -msgstr "Desempenho do Operador" +msgstr "" #: admin/operatorperformance.php:86 admin/operatorperformance.php:109 #: admin/casestatus.php:126 msgid "Calls" -msgstr "Chamadas" +msgstr "" #: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Total time" -msgstr "Tempo total" +msgstr "" #: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Call time" -msgstr "Tempo de chamada" +msgstr "" #: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Completions p/h" -msgstr "Completadas por hora" +msgstr "" #: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Calls p/h" -msgstr "Chamadas por hora" +msgstr "" #: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Effectiveness" -msgstr "Efetividade" +msgstr "" #: admin/operatorperformance.php:93 msgid "till" -msgstr "até" +msgstr "" #: admin/operatorperformance.php:101 admin/shiftreport.php:78 msgid "Please select a shift" -msgstr "Selecione o Turno" +msgstr "" #: admin/shiftreport.php:98 msgid "Reports for this shift" -msgstr "Ocorrências para este turno" +msgstr "" #: admin/shiftreport.php:110 msgid "Report" -msgstr "Ocorrências" +msgstr "" #: admin/shiftreport.php:113 msgid "Create new report for this shift" -msgstr "Criar nova ocorrência para este turno" +msgstr "" #: admin/shiftreport.php:119 msgid "Enter report for this shift" -msgstr "Informe as ocorrências para este turno" +msgstr "" #: admin/shiftreport.php:123 msgid "Add report" -msgstr "Adicionar" +msgstr "" #: admin/shiftreport.php:159 msgid "This report does not exist in the database" -msgstr "Esta ocorrência não existe no banco de dados" +msgstr "" #: admin/shiftreport.php:164 msgid "Edit report for this shift" -msgstr "Editar ocorrência para este turno" +msgstr "" #: admin/shiftreport.php:169 msgid "Modify report" -msgstr "Modificar" +msgstr "" #: admin/casestatus.php:87 admin/casestatus.php:88 msgid "Available" @@ -3598,7 +3555,7 @@ msgstr "" #: admin/casestatus.php:141 msgid "Assign cases to operator queue" -msgstr "Atribui casos para um grupo de pesquisadores" +msgstr "" #: admin/casestatus.php:141 msgid "Assign" @@ -3625,12 +3582,10 @@ msgid "" "Enter standard shift start and end times for each day of the week in local " "time" msgstr "" -"Informe os horários de início e término do trabalho para cada dia da semana, " -"no seu horário local" #: admin/shifttemplate.php:155 msgid "Save changes to shifts" -msgstr "Salvar alterações para os turnos" +msgstr "" #: admin/extensionstatus.php:106 msgid "" @@ -3699,15 +3654,15 @@ msgstr "" #: admin/extensionstatus.php:232 msgid "VoIP Offline" -msgstr "VoIP Desl" +msgstr "" #: admin/extensionstatus.php:232 msgid "VoIP Online" -msgstr "VoIP Lig" +msgstr "" #: admin/extensionstatus.php:233 msgid "Not called" -msgstr "Não chamado" +msgstr "" #: admin/extensionstatus.php:233 call.php:433 msgid "Requesting call" @@ -3715,11 +3670,11 @@ msgstr "Solicitando chamada" #: admin/extensionstatus.php:233 call.php:454 msgid "Requires coding" -msgstr "Requer código" +msgstr "" #: admin/extensionstatus.php:233 msgid "Done" -msgstr "Concluído" +msgstr "" #: admin/extensionstatus.php:266 msgid "Assignment" @@ -3727,15 +3682,15 @@ msgstr "" #: admin/extensionstatus.php:266 msgid "VoIP Status" -msgstr "Situação VoIP" +msgstr "" #: admin/extensionstatus.php:266 msgid "Call state" -msgstr "Estado da chamada" +msgstr "" #: admin/extensionstatus.php:266 msgid "Time on call" -msgstr "Tempo na chamada" +msgstr "" #: admin/extensionstatus.php:270 msgid "No extensions" @@ -3743,18 +3698,16 @@ msgstr "" #: admin/displayappointments.php:133 msgid "Now modify case outcome" -msgstr "Agora modifique o resultado" +msgstr "" #: admin/displayappointments.php:135 msgid "" "The appointment has been deleted. Now you must modify the case outcome" msgstr "" -"O agendamento foi deletado. Agora você deverá modificar o resultado da " -"ligação" #: admin/displayappointments.php:136 msgid "Modify case outcome" -msgstr "Modificar resultado" +msgstr "" #: admin/displayappointments.php:155 msgid "Create NEW appointment" @@ -3762,7 +3715,7 @@ msgstr "" #: admin/displayappointments.php:163 msgid "Edit appointment" -msgstr "Editar agendamento" +msgstr "" #: admin/displayappointments.php:182 msgid "" @@ -3772,7 +3725,7 @@ msgstr "" #: admin/displayappointments.php:215 msgid "Contact phone" -msgstr "Telefone de contato" +msgstr "" #: admin/displayappointments.php:239 msgid "" @@ -3790,19 +3743,19 @@ msgstr "" #: admin/displayappointments.php:278 msgid "Cancel edit" -msgstr "Cancelar alteração" +msgstr "" #: admin/displayappointments.php:284 msgid "Delete this appointment" -msgstr "Deletar este agendamento" +msgstr "" #: admin/displayappointments.php:292 msgid "Display Appointments" -msgstr "Mostrar agendamentos" +msgstr "" #: admin/displayappointments.php:293 msgid "All appointments (with times displayed in your time zone)" -msgstr "Todos os agendamentos (horário local)" +msgstr "" #: admin/displayappointments.php:313 msgid "Created by" @@ -3822,7 +3775,7 @@ msgstr "" #: admin/new.php:121 msgid "Successfully inserted" -msgstr "Inserido com sucesso" +msgstr "" #: admin/new.php:121 msgid "with ID" @@ -3834,7 +3787,7 @@ msgstr "" #: admin/new.php:126 msgid "Error: Failed to insert questionnaire" -msgstr "ERRO: Falha ao inserir o questionário" +msgstr "" #: admin/new.php:156 msgid "Create another ?" @@ -3854,7 +3807,7 @@ msgstr "" #: admin/new.php:190 msgid "Select limesurvey instrument:" -msgstr "Selecione um instrumento do LimeSurvey:" +msgstr "" #: admin/new.php:194 admin/new.php:211 msgid "Survey" @@ -3862,19 +3815,19 @@ msgstr "" #: admin/new.php:204 msgid "Respondent selection type:" -msgstr "Tipo de seleção do respondente:" +msgstr "" #: admin/new.php:207 msgid "No respondent selection (go straight to questionnaire)" -msgstr "Sem pré-seleção (vai direto ao questionário)" +msgstr "" #: admin/new.php:208 msgid "Use basic respondent selection text (below)" -msgstr "Usar texto de seleção básico (abaixo)" +msgstr "" #: admin/new.php:395 msgid "Create Questionnaire" -msgstr "Criar Questionário" +msgstr "" #: admin/new.php:404 msgid "NO active Lime surveys available" @@ -3882,223 +3835,223 @@ msgstr "" #: admin/databasestrings.php:32 msgid "Not attempted or worked" -msgstr "Mudo ou não toca o telefone" +msgstr "" #: admin/databasestrings.php:33 msgid "No answer" -msgstr "Não Atende" +msgstr "" #: admin/databasestrings.php:34 msgid "Technical phone problems" -msgstr "Problemas técnicos na linha" +msgstr "" #: admin/databasestrings.php:35 msgid "Other, Referred to Supervisor (Eligible)" -msgstr "Outros, encaminhar ao supervisor (Retornável)" +msgstr "" #: admin/databasestrings.php:36 msgid "Other, Referred to Supervisor (Unknown eligibility)" -msgstr "Outros, encaminhar ao supervisor (Retorno desconhecido)" +msgstr "" #: admin/databasestrings.php:37 msgid "Soft Refusal, Other" -msgstr "Recusa Simples, Outras pessoas" +msgstr "" #: admin/databasestrings.php:38 msgid "Hard Refusal, Other" -msgstr "Recusa Forte, Outras pessoas" +msgstr "" #: admin/databasestrings.php:39 msgid "Soft Refusal, Respondent" -msgstr "Recusa Simples do Entrevistado" +msgstr "" #: admin/databasestrings.php:40 msgid "Hard Refusal, Respondent" -msgstr "Recusa Forte do Entrevistado" +msgstr "" #: admin/databasestrings.php:42 msgid "Known respondent refusal" -msgstr "Recusa por respondente conhecido" +msgstr "" #: admin/databasestrings.php:43 msgid "Household-level refusal" -msgstr "Recusa em nível de domicílio (Não ligar para mais ninguém na casa)" +msgstr "" #: admin/databasestrings.php:44 msgid "Broken appointment (Implicit refusal)" -msgstr "Agendamento Negado (Recusa declarada)" +msgstr "" #: admin/databasestrings.php:45 msgid "Disconnected number" -msgstr "Telefone indisponível ou fora de serviço" +msgstr "" #: admin/databasestrings.php:46 msgid "Fax/data line" -msgstr "Fax/linha de dados" +msgstr "" #: admin/databasestrings.php:47 msgid "Business, government office, other organization" -msgstr "Telefone errado (Escritório, Governo, Outra organização)" +msgstr "" #: admin/databasestrings.php:48 msgid "No eligible respondent" -msgstr "FILTRO: Respondente não qualificado" +msgstr "" #: admin/databasestrings.php:49 msgid "Accidental hang up or temporary phone problem" -msgstr "LIGAÇÃO CAIU (desligamento acidental ou problema temporário)" +msgstr "" #: admin/databasestrings.php:50 msgid "Definite Appointment - Respondent" -msgstr "Agendamento Realizado pelo Entrevistado" +msgstr "" #: admin/databasestrings.php:51 msgid "Definite Appointment - Other" -msgstr "Agendamento Realizado por outra pessoa" +msgstr "" #: admin/databasestrings.php:52 msgid "Unspecified Appointment - Respondent" -msgstr "LIGAR DEPOIS (agendamento sem data certa, pelo entrevistado)" +msgstr "" #: admin/databasestrings.php:53 msgid "Unspecified Appointment - Other" -msgstr "LIGAR DEPOIS (agendamento sem data certa, por outra pessoa)" +msgstr "" #: admin/databasestrings.php:54 msgid "Household answering machine - Message left" -msgstr "Secretária Eletrônica Residencial - DEIXEI RECADO" +msgstr "" #: admin/databasestrings.php:55 msgid "Household answering machine - No message left" -msgstr "Secretária Eletrônica Residencial - NÃO deixei recado" +msgstr "" #: admin/databasestrings.php:56 msgid "Respondent Dead" -msgstr "Entrevistado FALECIDO" +msgstr "" #: admin/databasestrings.php:57 msgid "Physically or mentally unable/incompetent" -msgstr "Entrevistado física ou mentalmente INCAPAZ" +msgstr "" #: admin/databasestrings.php:58 msgid "Household level language problem" -msgstr "Problemas com IDIOMA no domicílio" +msgstr "" #: admin/databasestrings.php:59 msgid "Respondent language problem" -msgstr "Problemas com IDIOMA pelo entrevistado" +msgstr "" #: admin/databasestrings.php:60 msgid "Answering machine - Not a household" -msgstr "URA ou Central de Atendimento empresarial" +msgstr "" #: admin/databasestrings.php:61 msgid "Out of sample" -msgstr "Fora da listagem" +msgstr "" #: admin/databasestrings.php:62 msgid "Non contact" -msgstr "Sem contato" +msgstr "" #: admin/databasestrings.php:63 msgid "Temporary Outcomes (normal cases)" -msgstr "Resultado Temporário (caso normal)" +msgstr "" #: admin/databasestrings.php:64 msgid "Supervisor Outcomes (referred to supervisor)" -msgstr "Supervisor (encaminhar ao supervisor)" +msgstr "" #: admin/databasestrings.php:65 msgid "Refusal Outcomes (respondent refused)" -msgstr "Resultados de Recusas (recusa do respondente)" +msgstr "" #: admin/databasestrings.php:66 msgid "Final Outcomes (completed, final refusal, etc)" -msgstr "Resultados Finais (completos, recusas, etc)" +msgstr "" #: admin/databasestrings.php:67 msgid "Miscellaneous - Unavailable for a week" -msgstr "DIVERSOS - Indisponível por uma semana" +msgstr "" #: admin/databasestrings.php:69 msgid "Monday" -msgstr "Segunda" +msgstr "" #: admin/databasestrings.php:70 msgid "Tuesday" -msgstr "Terça" +msgstr "" #: admin/databasestrings.php:71 msgid "Wednesday" -msgstr "Quarta" +msgstr "" #: admin/databasestrings.php:72 msgid "Thursday" -msgstr "Quinta" +msgstr "" #: admin/databasestrings.php:73 msgid "Friday" -msgstr "Sexta" +msgstr "" #: admin/databasestrings.php:74 msgid "Saturday" -msgstr "Sábado" +msgstr "" #: admin/databasestrings.php:75 msgid "Sunday" -msgstr "Domingo" +msgstr "" #: admin/databasestrings.php:76 msgid "Quota filled" -msgstr "AMOSTRA ENCERRADA" +msgstr "" #: admin/databasestrings.php:77 msgid "Weekday mornings (Before 12pm)" -msgstr "Manhãs, durante a semana (Antes das 12h00)" +msgstr "" #: admin/databasestrings.php:78 msgid "Weekday afternoons (After 12pm but before 6pm)" -msgstr "Tardes, durante a semana (Das 12h00 as 18h00)" +msgstr "" #: admin/databasestrings.php:79 msgid "Evenings (After 6pm)" -msgstr "Noites (Depois das 18h00)" +msgstr "" #: admin/databasestrings.php:80 msgid "Saturdays" -msgstr "Sábados" +msgstr "" #: admin/databasestrings.php:81 msgid "String" -msgstr "Texto" +msgstr "" #: admin/databasestrings.php:83 msgid "Primary phone number" -msgstr "Telefone Primário" +msgstr "" #: admin/databasestrings.php:84 msgid "State" -msgstr "Estado" +msgstr "" #: admin/databasestrings.php:85 msgid "Postcode" -msgstr "CEP" +msgstr "" #: admin/databasestrings.php:86 msgid "Respondent first name" -msgstr "Nome Entrevistado" +msgstr "" #: admin/databasestrings.php:87 msgid "Respondent last name" -msgstr "Sobrenome Entrevistado" +msgstr "" #: admin/databasestrings.php:88 msgid "Email address" -msgstr "E-mail" +msgstr "" #: admin/databasestrings.php:89 msgid "Self completion email invitation sent" -msgstr "Auto Resposta com envio de email" +msgstr "" #: admin/databasestrings.php:91 msgid "Max call attempts reached (Eligible)" @@ -4128,15 +4081,16 @@ msgstr "" #: call.php:197 call.php:217 call.php:233 call.php:264 call.php:312 #: call.php:383 msgid "Call" -msgstr "Ligar" +msgstr "" #: call_interface2.php:306 call.php:271 msgid "Not on a call" -msgstr "Telefone Livre" +msgstr "" #: call_interface2.php:343 call.php:308 msgid "Press the call button to dial the number for this appointment:" -msgstr "Pressione o botão LIGAR para discar para este agendamento." +msgstr "" +"Pressione o botão de chamada para discar o número para este registro:" #: call_interface2.php:346 call.php:311 msgid "Number to call:" @@ -4148,7 +4102,7 @@ msgid "" "by clicking once on the red button that says 'VoIP Off'" msgstr "" "Sua extensão VoIP não está habilitada. Por favor, feche esta janela e " -"habilite o VoIP clicando um vez sobre o botão vermelho denominado 'VoIP Off'" +"habilite o VoIP clicando um vez no botão vermelho denominado 'VoIP Off'" #: call_interface2.php:412 call.php:376 msgid "Select phone number to dial:" @@ -4160,19 +4114,19 @@ msgstr "Última chamada concluída para esta tentativa" #: call_interface2.php:431 call_interface2.php:451 call.php:395 call.php:418 msgid "Enter a reason for this outcome before completing this case:" -msgstr "Informe um motivo ou resultado antes de encerrar este caso." +msgstr "Informe um motivo para este resultado antes de encerrar este caso:" #: call_interface2.php:473 call.php:457 msgid "Assign outcome" -msgstr "Informe um resultado" +msgstr "" #: call_interface2.php:478 call.php:461 msgid "Error: Close window" -msgstr "Erro: Feche a janela" +msgstr "" #: rs_answeringmachine.php:84 msgid "Do not leave a message, please hang up" -msgstr "Não deixe uma mensagem, por favor, desligue" +msgstr "Não deixe mensagem, por favor desligue" #: rs_business.php:58 msgid "Business answers" @@ -4180,27 +4134,27 @@ msgstr "" #: rs_business.php:60 msgid "Sorry to bother you, I have called the wrong number" -msgstr "Desculpe incomodá-lo, eu liguei para o número errado" +msgstr "Peço desculpa, liguei para o número errado" #: call.php:434 call.php:441 msgid "Call Answered" -msgstr "Chamada atendida" +msgstr "Chamada Atendida" #: call.php:448 msgid "Not Answered" -msgstr "Não Atendida" +msgstr "Não atendida" #: index.php:169 nocallavailable.php:88 msgid "Call/Hangup" -msgstr "Chamar/Encerrar" +msgstr "" #: index.php:174 index_interface2.php:241 msgid "Arrow for expanding or contracting" -msgstr "Expandir ou Contrair" +msgstr "Seta para expandir ou contrair" #: index.php:175 msgid "Restart" -msgstr "Reiniciar" +msgstr "" #: index.php:228 index_interface2.php:253 msgid "Notes" @@ -4208,7 +4162,7 @@ msgstr "Notas" #: index.php:246 index_interface2.php:269 contactdetails.php:78 msgid "Contact details" -msgstr "Detalhes do contato" +msgstr "Detalhes de contacto" #: index.php:290 index_interface2.php:309 msgid "Work history" @@ -4216,7 +4170,7 @@ msgstr "Histórico de trabalho" #: index.php:298 index_interface2.php:317 project_info.php:67 msgid "Project information" -msgstr "Informações do projeto" +msgstr "Informação do projeto" #: index.php:314 index_interface2.php:326 msgid "Info" @@ -4224,11 +4178,11 @@ msgstr "Informações" #: respondent.php:76 msgid "Respondent Selector" -msgstr "Seletor de Entrevistado" +msgstr "Seletor de Respondentes" #: respondent.php:108 contactdetails.php:107 msgid "Respondent:" -msgstr "Respondente:" +msgstr "Entrevistado" #: respondent.php:171 msgid "Show details" @@ -4236,44 +4190,41 @@ msgstr "Mostrar detalhes" #: respondent.php:175 contactdetails.php:171 msgid "Var" -msgstr "Variável" +msgstr "" #: shifts.php:63 msgid "Shift List" -msgstr "Lista de Agendamentos" +msgstr "" #: shifts.php:86 msgid "No shifts for this project" -msgstr "Não existem agendamentos para este projeto" +msgstr "" #: shifts.php:107 msgid "No future shifts scheduled" -msgstr "Não existem agendamentos futuros" +msgstr "" #: supervisor.php:67 msgid "Please wait till you have ended this call to call the supervisor" msgstr "" -"Por favor, aguarde até o encerramento desta chamada para falar com o " -"Supervisor" #: supervisor.php:111 msgid "You may now close this window" -msgstr "Você pode fechar agora esta janela" +msgstr "Você pode fechar esta janela agora" #: supervisor.php:116 msgid "Calling the supervisor, you may close this window" -msgstr "Chamando o Supervisor. Você pode fechar esta janela" +msgstr "" #: supervisor.php:121 msgid "" "Click here to call the supervisor's phone. Otherwise close this window" msgstr "" -"Clique aqui para chamar o Telefone do Supervisor. Caso contrário, feche esta " -"janela" +"Clique aqui para ligar para o Supervisor. Caso contrário, feche esta janela" #: supervisor.php:122 msgid "Hangup when calling the supervisor" -msgstr "Encerre a chamada quando for falar com o Supervisor" +msgstr "Encerre a chamada quando for chamar o Supervisor" #: supervisor.php:127 msgid "Try calling the supervisor" @@ -4283,7 +4234,7 @@ msgstr "Tentando chamar o Supervisor" msgid "" "Please wait for this call to answer before attempting to call the supervisor" msgstr "" -"Por favor, aguarde esta chamada responder antes de tentar chamar o Supervisor" +"Por favor, aguarde esta chamada antes de tentar falar com o Supervisor" #: rs_project_intro.php:63 msgid "Project Introduction" @@ -4291,11 +4242,11 @@ msgstr "" #: endwork.php:51 msgid "End of work" -msgstr "Suspender ou Fechar o trabalho" +msgstr "Fim do trabalho" #: endwork.php:58 msgid "Work has ended. That is it" -msgstr "Operação suspensa! Selecione abaixo:" +msgstr "" #: endwork.php:76 msgid "You have been unassigned from your extension" @@ -4307,15 +4258,15 @@ msgstr "Voltar ao trabalho" #: nocallavailable.php:85 msgid "No call available" -msgstr "Chamada indisponível" +msgstr "" #: nocallavailable.php:88 msgid "Please click on:" -msgstr "Por favor clique em:" +msgstr "" #: nocallavailable.php:88 msgid "to display call script" -msgstr "para mostrar o roteiro da chamada" +msgstr "" #: nocallavailable.php:182 msgid "Will dial in" @@ -4355,580 +4306,62 @@ msgstr "" msgid "Project Quota End" msgstr "" -#~ msgid "None" -#~ msgstr "Nenhum" - -#~ msgid "Respondent Selection - Call back" -#~ msgstr "Seleção do entrevistado - Retornar ligação" - -#~ msgid "Respondent Selection - Introduction" -#~ msgstr "Seleção do Entrevistado - Intrudução" - -#~ msgid "% complete" -#~ msgstr "% concluído" - -#~ msgid "Respondent Selection - Project Introduction" -#~ msgstr "Seleção do Entrevistado - Introdução do Projeto" +#~ msgid "End call with outcome: Business answering machine" +#~ msgstr "Fim de chamada com resultado: Voicemail de empresa" #~ msgid "Respondent Selection - Answering machine" -#~ msgstr "Seleção do Entrevistado - Secretária Eletrônica/Caixa de Mensagens" +#~ msgstr "Seleção de respondente - Voicemail" -#~ msgid "" -#~ "ERROR: There are no cases available that fall within call restrictions" -#~ msgstr "" -#~ "ERRO: Não há casos disponíveis condizentes com as restrições de chamadas" +#~ msgid "End call with outcome: Answering machine Message left" +#~ msgstr "Fim de chamada com resultado: Mensagem deixada no Voicemail" -#~ msgid "Call restrictions:" -#~ msgstr "Restrições de chamadas:" - -#~ msgid "Call automatically ended with outcome: Complete" -#~ msgstr "Chamada Encerrada Automaticamente: Entrevista Realizada" +#~ msgid "End call with outcome: Answering machine No message left" +#~ msgstr "Fim de chamada com resultado: Não se deixou mensagem no Voicemail" #~ msgid "End call with outcome: Business number" -#~ msgstr "Chamada Encerrada: Telefone comercial" - -#~ msgid "Respondent Selection - Project Quota End" -#~ msgstr "Seleção do Entrevistado - Encerramento da amostra do projeto" - -#~ 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 "" -#~ "Não foi possível recarregar o servidor do Flash Operator Pannel (FOP) usando " -#~ "o script bounce_op.sh. As configurações realizadas não serão mostradas na " -#~ "visualização do painel." - -#~ msgid "" -#~ "Reload failed because FreePBX could not connect to the asterisk manager " -#~ "interface." -#~ msgstr "" -#~ "Recarregamento falhou porque o FreePBX não pode se conectar à interface de " -#~ "gerenciamento do Asterisk" - -#~ msgid "retrieve_conf failed, config not applied" -#~ msgstr "Falha no arquivo retrieve_conf. Configurações não aplicadas" - -#~ msgid "Exit code was %s and output was: %s" -#~ msgstr "Código de saída foi %s e saída foi: %s" - -#~ msgid "Duplicate name" -#~ msgstr "Nome duplicado" - -#~ msgid "Import?" -#~ msgstr "Importar?" - -#~ msgid "Type" -#~ msgstr "Tipo" - -#~ msgid "Sorting cases" -#~ msgstr "Sorteando casos" - -#~ msgid "" -#~ "ERROR: You do not have server side authentication enabled therefore queXS " -#~ "cannot determine which user is accessing the system." -#~ msgstr "" -#~ "ERRO: Você não tem uma autenticação do lado do servidor. Por essa razão, " -#~ "queXS não pode determinar qual usuário está acessando o sistema." - -#~ msgid "Select a sample from the list below" -#~ msgstr "Selecione uma amostra da lista abaixo" - -#~ msgid "Added:" -#~ msgstr "Adicionado:" - -#~ msgid "Enter the username of an operator to add:" -#~ msgstr "Informe o nome de usuário (logon) de um operador para adicionar:" - -#~ 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 "" -#~ "Utilize este formulário para inserir o nome de usuário (logon) de um usuário " -#~ "com base em seu sistema de segurança de diretório. Por exemplo, se você sabe " -#~ "que o diretório base do queXS usa a segurança baseada em arquivos Apache, " -#~ "digite os nomes dos usuários aqui." - -#~ msgid "tool" -#~ msgstr "Ferramenta" - -#~ msgid "Assign Operator to Questionnaire" -#~ msgstr "Atribuir um Operador ao Questionário" - -#~ msgid "Adding an operator here will give the user the ability to call cases" -#~ msgstr "" -#~ "Adicionar um operador aqui dará ao usuário a habilidade para fazer chamadas" - -#~ msgid "FreePBX has been reloaded for the new VoIP extension to take effect" -#~ msgstr "FreePBX foi recarregado para que a nova extensão VoIP tenha efeito" - -#~ msgid "Enter the surname of an operator to add:" -#~ msgstr "Informe o sobrenome do operador para adicionar:" - -#~ msgid "Will this operator be using VoIP?" -#~ msgstr "Este operador usará VoIP?" - -#~ msgid "Enter the password of an operator to add:" -#~ msgstr "Informe a senha do operador para adicionar:" - -#~ msgid "Enter the first name of an operator to add:" -#~ msgstr "Informe o primeiro nome do operador para adicionar:" - -#~ msgid "Enter the Time Zone of an operator to add:" -#~ msgstr "Informe o fuso-horário do operador para adicionar:" - -#~ msgid "Enter the telephone extension number:" -#~ msgstr "Informe o número da extensão/ramal:" - -#~ msgid "Enter the telephone extension password:" -#~ msgstr "Informe a senha da extensão:" - -#~ msgid "Is the operator a normal interviewer?" -#~ msgstr "Este operador é um Pesquisador convencional?" - -#~ msgid "Is the operator a supervisor?" -#~ msgstr "Este operador é um Supervisor?" - -#~ msgid "Is the operator a refusal converter?" -#~ msgstr "Este operador tem habilidade para converter recusas?" - -#~ msgid "Add user" -#~ msgstr "Adicionar Usuário" - -#~ msgid "Choose the CSV file to upload:" -#~ msgstr "Escolha o arquivo CSV para carregar:" +#~ msgstr "Fim de chamada com resultado: Número de empresa" #~ msgid "Respondent Selection - Business answers" -#~ msgstr "Seleção do Entrevistado - Contato Empresarial" +#~ msgstr "Seleção de respondente: Respostas de empresa" -#~ msgid "Business number" -#~ msgstr "Encerrado: Fone Comercial" +#~ msgid "Respondent Selection - Call back" +#~ msgstr "Seleção de repondente: Ligar mais tarde" -#~ msgid "End call with outcome: No answer (ring out or busy) " -#~ msgstr "Encerrado: Não Atende ou Ocupado " +#~ msgid "You are: " +#~ msgstr "O Senhor/Senhora é: " -#~ msgid "End call with outcome: Accidental hang up" -#~ msgstr "Encerrado: Queda de ligação" +#~ msgid "% complete" +#~ msgstr "% concluída" -#~ msgid "Respondent Selection - Project end" -#~ msgstr "Seleção do Entrevistado - Projeto Encerrado." - -#~ msgid "" -#~ "End call with outcome: Non contact (person not currently available on this " -#~ "number: no appointment made)" -#~ msgstr "Encerrado: Entrevistado não disponível neste número. Sem agendar." - -#~ msgid "" -#~ "End call with outcome: No eligible respondent (person never available on " -#~ "this number)" -#~ msgstr "Encerrado: Entrevistado nunca encontrado neste número" +#~ msgid "Respondent Selection - Project Introduction" +#~ msgstr "Seleção de respondente - Introdução ao Projeto" #~ msgid "End call with outcome: Refusal by respondent" -#~ msgstr "Encerrado: Recusa do Entrevistado" +#~ msgstr "Fim de chamada com resultado: Recusa do respondente" -#~ msgid "End call with outcome: Refusal by unknown person" -#~ msgstr "Encerrado: Recusa de Terceiro" +#~ msgid "None" +#~ msgstr "Nenhum(a)" + +#~ msgid "Appointment:" +#~ msgstr "Compromisso:" #~ msgid "" #~ "End call with outcome: Out of sample (already completed in another mode)" -#~ msgstr "Encerrado: Fora da Listagem (Já completado em outro modo)" - -#~ msgid "End call with outcome: Business answering machine" -#~ msgstr "Encerrado: URA ou Cx Msg Comercial" - -#~ msgid "End call with outcome: Answering machine Message left" -#~ msgstr "Encerrado: Recado gravado na Caixa de Mensagem" - -#~ msgid "End call with outcome: Answering machine No message left" -#~ msgstr "Encerrado: Caixa de Mensagens - Sem Recado Gravado" - -#~ msgid "You are: " -#~ msgstr "Estamos com: " +#~ msgstr "Chamada Encerrada: Fora da amostra (quota encerrada)" #~ msgid "" #~ "End call with outcome: No eligible respondent (person not available on this " #~ "number)" -#~ msgstr "Encerrado: Entrevistado não disponível neste número" +#~ msgstr "Chamada Encerrada: Respondente não encontrado neste número" -#~ msgid " unassigned case(s) available within the specified call restrictions" -#~ msgstr " registros não atribuídos devido as restrições de chamadas." +#~ msgid "Business number" +#~ msgstr "Número Comercial" -#~ msgid "There are " -#~ msgstr "Existem " +#~ msgid "Respondent Selection - Introduction" +#~ msgstr "Seleção do Entrevistado - Introdução" -#~ msgid "End call with outcome: Quota filled" -#~ msgstr "Encerrado: Amostra Encerrada" +#~ msgid "End call with outcome: No answer (ring out or busy) " +#~ msgstr "Chamada Encerrada: Sem resposta/Número ocupado " -#~ msgid "POSSIBLE ERROR: Row quota reached for this question" -#~ msgstr "POSSÍVEL ERRO: Amostra encerrada para esta questão" - -#~ msgid "Call automatically ended with outcome: Complete - End case" -#~ msgstr "Encerrado Automaticamente: Entrevista realizada - Término do caso" - -#~ msgid "Appointment:" -#~ msgstr "Agendamentos:" - -#~ msgid "Reload failed because retrieve_conf encountered an error: %s" -#~ msgstr "Falha ao recarregar. Arquivo retrieve_conf encontrou um erro: %s" - -#~ msgid "" -#~ "This is how the story goes.\n" -#~ "\n" -#~ msgstr "" -#~ "Assim começa a história\n" -#~ "\n" - -#~ msgid "Display" -#~ msgstr "Mostrar" - -#~ msgid "Availablity group" -#~ msgstr "Grupo de disponibilidade" - -#~ msgid "Add availability group" -#~ msgstr "Adicionar grupo de disponibilidade" - -#~ msgid "No availability groups" -#~ msgstr "Não existem grupos de disponibilidade" - -#~ msgid "Assign availability group to questionnaire" -#~ msgstr "Atribuir um grupo de disponibilidade para o questionário" - -#~ msgid "There are no availability groups selected for this questionnaire" -#~ msgstr "Não há grupos de disponibilidade selecionados para este questionário" - -#~ msgid "Availability groups selected for this questionnaire" -#~ msgstr "Grupos de disponibilidade selecionados para este questionário" - -#~ msgid "Select a questionnaire from the list below" -#~ msgstr "Selecione um questionário na lista abaixo" - -#~ msgid "Administrative Tools" -#~ msgstr "Ferramentas Administrativas" - -#~ msgid "Select availability group:" -#~ msgstr "Selecione um grupo de disponibilidade:" - -#~ msgid "Add an availability group to this questionnaire:" -#~ msgstr "Adicione um grupo de disponibilidade para este questionário" - -#~ msgid "Start and monitor system wide case sorting" -#~ msgstr "Gerenciar e Monitorar o sistema de sorteio" - -#~ msgid "New: Create new questionnaire" -#~ msgstr "Novo: Criar novo quesionário" - -#~ msgid "as questionnaire" -#~ msgstr "como questionário" - -#~ msgid "linked to" -#~ msgstr "vinculado em/para" - -#~ msgid "Existing instrument:" -#~ msgstr "Instrumentos existentes:" - -#~ msgid "Download Windows VoIP Executable" -#~ msgstr "Baixar o executável VoiP para Windows" - -#~ msgid "Enable/Disable" -#~ msgstr "Habilitar/Desabilitar" - -#~ msgid "Windows bat file" -#~ msgstr "Arquivo bat para Windows" - -#~ msgid "Windows VoIP" -#~ msgstr "Windows VoIP" - -#~ msgid "*nix VoIP" -#~ msgstr "*nix VoIP" - -#~ msgid "Download Linux VoIP Executable" -#~ msgstr "Baixar o Executável VoIP para Linux" - -#~ msgid "Enable/Disable VoIP" -#~ msgstr "Habilitar/Desabilitar VoIP" - -#~ msgid "" -#~ "Provide a headered CSV file containing at least 3 columns - caseid, " -#~ "starttime and endtime. Optionally you can include a note column to attach a " -#~ "note to the case in addition to setting an appointment. Only cases that have " -#~ "temporary (non final) outcomes will have appointments generated, and the " -#~ "outcome of the case will be updated to an appointment outcome." -#~ msgstr "" -#~ "Forneça um arquivo CSV com cabeçalho, contendo pelo menos 3 colunas - NR do " -#~ "Caso (ID), Hora de Início e Hora de Término. Opcionalmente você pode incluir " -#~ "uma coluna de observação para registrar uma nota ao caso, adicionalmente a " -#~ "um agendamento. Somente casos que possuem resultados temporários " -#~ "(retornáveis) terão agendamento gerado e seu resultado será atualizado para " -#~ "agendamento." - -#~ msgid "Load bulk appointment CSV" -#~ msgstr "Carregar arquivo de agendamento em massa" - -#~ msgid "There may already be a client of this name" -#~ msgstr "Já deve existir um cliente com este nome" - -#~ msgid "Enter the Time Zone of a client to add:" -#~ msgstr "Informe o fuso-horário do cliente:" - -#~ msgid "" -#~ "Kill signal sent: Please wait... (Note: Process will be stalled until there " -#~ "is activity on the VoIP Server)" -#~ msgstr "" -#~ "Encerrando o sinal enviado: Por favor aguarde... (Obs: Este processo será " -#~ "paralisado até que exista atividade no servidor VoIP)" - -#~ msgid "Max calls (0 for unlimited)" -#~ msgstr "Máximo de chamadas (0 para ilimitado)" - -#~ msgid "Max call attempts (0 for unlimited)" -#~ msgstr "Máximo de tentativas (0 para ilimitado)" - -#~ msgid "Assign Sample: Select sample to assign" -#~ msgstr "Atribui Listagem: Selecione uma lista para atribuir" - -#~ 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 "" -#~ "Adicionando um cliente aqui habilitará ele a acessar informações do projeto " -#~ "no subdiretório do cliente. Você pode atribuir um cliente para um projeto em " -#~ "particular utilizando o" - -#~ msgid "Enter the first name of a client to add:" -#~ msgstr "Informe o Primeiro Nome do Cliente:" - -#~ msgid "Enter the surname of a client to add:" -#~ msgstr "Informe o Sobrenome do cliente:" - -#~ msgid "Enter the username of a client to add:" -#~ msgstr "Informe o Nome de Usuário de um cliente para adicionar:" - -#~ msgid "Enter the password of a client to add:" -#~ msgstr "Informe a senha do cliente para adicionar:" - -#~ msgid "tool." -#~ msgstr "." - -#~ msgid "End call with outcome: Complete" -#~ msgstr "Ligação encerrada: Entrevista Completa" - -#~ msgid "Modify shift template" -#~ msgstr "Modificar modelo do turno" - -#~ msgid "Date/Time call start" -#~ msgstr "Data/Hora início da chamada" - -#~ msgid "Time end" -#~ msgstr "Hora do término" - -#~ msgid "Set centre information: " -#~ msgstr "Definir informações do centro: " - -#~ msgid "Outcomes" -#~ msgstr "Resultados" - -#~ msgid "Current pre fills (click to delete)" -#~ msgstr "Auto-Preenchimento atual (clique para deletar)" - -#~ msgid "Shift" -#~ msgstr "Turno" - -#~ msgid "Pre fill questionnaire: Set values for questionnaire to prefill" -#~ msgstr "" -#~ "Auto-preenchimento: defina as questões e os valores para resposta automática" - -#~ msgid "Enter a case id or select a case from the list below:" -#~ msgstr "Informe um Número do Caso (ID) ou selecione da lista abaixo:" - -#~ msgid "Create appointment for this case" -#~ msgstr "Criar agendamento para este caso" - -#~ msgid "Operator Name" -#~ msgstr "Nome do(a) Pesquisador(a)" - -#~ msgid "Respondent Name" -#~ msgstr "Nome do Entrevistado" - -#~ msgid "Search sample" -#~ msgstr "Procurar na listagem" - -#~ msgid "No records in this sample match this search criteria" -#~ msgstr "Não há registros nesta listagem que satisfaçam os critérios de busca" - -#~ msgid "No cases yet assigned: Delete this sample record" -#~ msgstr "Nenhum caso ainda atribuído: Deletar este registro da listagem" - -#~ msgid "Assigned to questionnaire: " -#~ msgstr "Atribuído ao questionário: " - -#~ msgid "Link" -#~ msgstr "Vínculo" - -#~ msgid "Start search" -#~ msgstr "Iniciar busca" - -#~ msgid "Search for:" -#~ msgstr "Buscar por:" - -#~ msgid "Display extension status" -#~ msgstr "Mosta a situação do ramal" - -#~ msgid "No operators" -#~ msgstr "Sem pesquisadores" - -#~ msgid "Copied quotas" -#~ msgstr "Amostras copiadas" - -#~ msgid "Modify call restriction times" -#~ msgstr "Modificar os intervalos de restrição de chamadas" - -#~ msgid "Current row quotas (click to delete)" -#~ msgstr "Amostras em execução (clique no link para excluir a cota)" - -#~ msgid "Stop calling" -#~ msgstr "Pare de ligar" - -#~ msgid "like" -#~ msgstr "conter" - -#~ msgid "Replicate: Where" -#~ msgstr "Replicar: Onde" - -#~ msgid "Row quota reached (Closed)" -#~ msgstr "Linha de amostra encerrada (Fechada)" - -#~ msgid "Row quota not yet reached (Open)" -#~ msgstr "Linha de amostra ainda não encerrada (Aberta)" - -#~ msgid "rows from this sample when:" -#~ msgstr "os registros desta listagem quando:" - -#~ msgid "Sample only. Stop calling where" -#~ msgstr "Somente listagem. Pare de chamar quando" - -#~ msgid "No question (Replicate)" -#~ msgstr "Nenhuma Pergunta (Repetição)" - -#~ msgid "Copy adjustments" -#~ msgstr "Copiar ajustes" - -#~ msgid "" -#~ "Copy quotas for this sample to (No error/duplicate checking) with adjusting: " -#~ msgstr "" -#~ "Copiar amostras para esta listagem para ( Sem erros/checagem de " -#~ "duplicidades) com ajsutes: " - -#~ msgid "Sample only quota" -#~ msgstr "Amostra somente da listagem" - -#~ msgid "Select a question for the row quota" -#~ msgstr "Selecione uma pergunta para a amostra" - -#~ msgid "Select the sample variable to exclude" -#~ msgstr "Selecione a variável da amostra para excluir" - -#~ msgid "Enter the details for creating the row quota:" -#~ msgstr "Informe os detalhes para criar as amostras de linhas:" - -#~ msgid "Copy quotas for this sample to (No error/duplicate checking): " -#~ msgstr "" -#~ "Copiar amostras para esta listagem para ( Sem erros/checagem de " -#~ "duplicidades): " - -#~ msgid "Copy" -#~ msgstr "Copiar" - -#~ msgid "Pre defined values for this question:" -#~ msgstr "Valores pré-definidos para esta pergunta:" - -#~ msgid "Exclude from the sample where the value is like" -#~ msgstr "Elimine da listagem onde o valor for igual" - -#~ msgid "No appointments in the future" -#~ msgstr "Sem agendamentos futuros" - -#~ msgid "No availability group set" -#~ msgstr "Não foi ajustado um grupo de disponibilidade" - -#~ msgid "Import: Validating and uploading" -#~ msgstr "Importar: Validação e Upload" - -#~ msgid "Successfully imported file" -#~ msgstr "Arquivo importado com sucesso" - -#~ msgid "Please go back in your browser and fix the problem" -#~ msgstr "Por favor retorne no seu navegador e corrija o problema" - -#~ msgid "Import: Select columns to import" -#~ msgstr "Importação: Selecione as colunas para importar" - -#~ msgid "Choose the CSV sample file to upload:" -#~ msgstr "Escolha uma listagem no formato CSV para carregar" - -#~ msgid "Description for file:" -#~ msgstr "Descrição para o arquivo:" - -#~ msgid "Modify availability" -#~ msgstr "Modificar disponibilidade" - -#~ msgid "Submit changes" -#~ msgstr "Enviar alterações" - -#~ msgid "Save changes to availabilities" -#~ msgstr "Salvar alterações para as disponibilidades" - -#~ msgid "Current quotas (click to delete)" -#~ msgstr "Amostras atuais (clique para deletar)" - -#~ msgid "Click to remove a Timezone from the default list" -#~ msgstr "Clique para remover um fuso horário da lista padrão" - -#~ msgid "Add/Remove Timezones" -#~ msgstr "Adicionar/Remover fusos horários" - -#~ msgid "Timezone: " -#~ msgstr "Fuso horário: " - -#~ msgid "Use the % character as a wildcard" -#~ msgstr "Use the % character as a wildcard" - -#~ msgid "Questionnaire creation and management" -#~ msgstr "Questionários - Criação e Gerenciamento" - -#~ msgid "Sample/List management" -#~ msgstr "Listagens - Gerenciamento" - -#~ msgid "Import a sample file (in CSV form)" -#~ msgstr "Importar uma listagem (formato CSV)" - -#~ msgid "Set values in questionnaire to pre fill" -#~ msgstr "Definir auto-respostas no questionário" - -#~ msgid "Availability and shift management" -#~ msgstr "Cronograma e Gerenciamento de Turnos" - -#~ msgid "Manage availablity groups" -#~ msgstr "Gerenciar grupos de disponibilidade" - -#~ msgid "Assign availabilities to questionnaires" -#~ msgstr "Atribuir grupos de disponibilidade" - -#~ msgid "Shift management (add/remove)" -#~ msgstr "Gerenciar Turnos (adicionar/remover)" - -#~ msgid "Questionnaire progress" -#~ msgstr "Evolução do Estudo" - -#~ msgid "Client management" -#~ msgstr "Clientes - Gerenciamento" - -#~ msgid "Number of answering machine messages to leave per case (0 for never)" -#~ msgstr "" -#~ "Número de recados para deixar na secretária eletrônica (0 para nunca)" - -#~ msgid "Select from sample randomly? (otherwise sequentially)" -#~ msgstr "" -#~ "Selecionar os casos da listagem de forma aleatória? (desliga a forma " -#~ "sequencial)" +#~ msgid "End call with outcome: Accidental hang up" +#~ msgstr "Chamada Encerrada: Ligação interrompida" diff --git a/locale/quexs.pot b/locale/quexs.pot index a0d9a523..9389a4ac 100644 --- a/locale/quexs.pot +++ b/locale/quexs.pot @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: queXS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-01 15:20+1000\n" +"POT-Creation-Date: 2016-10-25 15:08+1100\n" "PO-Revision-Date: \n" "Last-Translator: Adam Zammit \n" "Language-Team: \n" @@ -29,14 +29,14 @@ msgstr "" msgid "Appointment made" msgstr "" -#: appointment.php:128 admin/supervisor.php:395 +#: appointment.php:128 admin/supervisor.php:396 msgid "Create appointment" msgstr "" #: appointment.php:131 appointmentlist.php:95 callhistory.php:88 #: admin/callhistory.php:132 admin/callhistory.php:157 -#: admin/supervisor.php:387 admin/displayappointments.php:208 -#: admin/displayappointments.php:313 admin/displayappointments.php:336 +#: admin/supervisor.php:388 admin/displayappointments.php:208 +#: admin/displayappointments.php:313 admin/displayappointments.php:337 msgid "Respondent" msgstr "" @@ -109,6 +109,67 @@ msgstr "" msgid "Cancel" msgstr "" +#: myappointments.php:61 index.php:298 index_interface2.php:317 +msgid "My appointments" +msgstr "" + +#: myappointments.php:75 +msgid "Already calling case" +msgstr "" + +#: myappointments.php:75 myappointments.php:80 myappointments.php:90 +msgid "next" +msgstr "" + +#: myappointments.php:80 +msgid "Will call case" +msgstr "" + +#: myappointments.php:89 appointmentlist.php:75 +#: admin/displayappointments.php:265 admin/displayappointments.php:298 +msgid "Any operator" +msgstr "" + +#: myappointments.php:90 myappointments.php:118 +msgid "Call next" +msgstr "" + +#: myappointments.php:90 +msgid "Calling case" +msgstr "" + +#: myappointments.php:113 appointmentlist.php:90 +msgid "No future appointments scheduled" +msgstr "" + +#: myappointments.php:118 functions/functions.voip.php:553 +#: functions/functions.voip.php:565 functions/functions.voip.php:577 +#: supervisorchat.php:88 admin/systemsortprocess.php:147 +#: admin/systemsortprocess.php:185 admin/bulkappointment.php:215 +#: admin/bulkappointment.php:237 admin/casestatus.php:126 +msgid "Case id" +msgstr "" + +#: myappointments.php:118 appointmentlist.php:95 admin/callrestrict.php:140 +#: admin/addshift.php:243 admin/availability.php:165 admin/supervisor.php:388 +#: admin/shifttemplate.php:136 admin/displayappointments.php:313 +#: admin/displayappointments.php:337 shifts.php:88 shifts.php:109 +msgid "Start" +msgstr "" + +#: myappointments.php:118 nocaseavailable.php:147 admin/sortsample.php:139 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/callhistory.php:162 admin/set_outcomes.php:200 admin/quota.php:115 +#: admin/assignsample.php:210 admin/quotarow.php:293 admin/casestatus.php:241 +#: admin/displayappointments.php:313 admin/displayappointments.php:337 +#: admin/new.php:148 admin/new.php:156 shifts.php:109 +msgid "Questionnaire" +msgstr "" + +#: myappointments.php:118 +msgid "Last Note" +msgstr "" + #: info.php:62 msgid "Information" msgstr "" @@ -196,7 +257,7 @@ msgstr "" #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 #: admin/assignsample.php:410 admin/supervisor.php:200 -#: admin/supervisor.php:373 admin/supervisor.php:419 admin/quotarow.php:396 +#: admin/supervisor.php:373 admin/supervisor.php:420 admin/quotarow.php:396 #: admin/quotarow.php:570 admin/quotarow.php:600 #: admin/displayappointments.php:297 admin/displayappointments.php:321 #: admin/new.php:220 admin/new.php:227 admin/new.php:234 admin/new.php:241 @@ -225,7 +286,7 @@ msgstr "" #: admin/assignsample.php:330 admin/assignsample.php:400 #: admin/assignsample.php:401 admin/assignsample.php:404 #: admin/assignsample.php:410 admin/supervisor.php:373 -#: admin/supervisor.php:419 admin/quotarow.php:396 admin/quotarow.php:570 +#: admin/supervisor.php:420 admin/quotarow.php:396 admin/quotarow.php:570 #: admin/quotarow.php:600 admin/displayappointments.php:297 #: admin/displayappointments.php:321 admin/new.php:220 admin/new.php:227 #: admin/new.php:234 admin/new.php:241 admin/new.php:248 @@ -384,14 +445,6 @@ msgstr "" msgid " Extension " msgstr "" -#: functions/functions.voip.php:553 functions/functions.voip.php:565 -#: functions/functions.voip.php:577 supervisorchat.php:88 -#: admin/systemsortprocess.php:147 admin/systemsortprocess.php:185 -#: admin/bulkappointment.php:215 admin/bulkappointment.php:237 -#: admin/casestatus.php:126 -msgid "Case id" -msgstr "" - #: functions/functions.voip.php:565 status.php:128 #: admin/extensionstatus.php:233 call.php:447 msgid "Answered" @@ -555,8 +608,8 @@ msgstr "" #: appointmentlist.php:95 calllist.php:89 admin/outcomes.php:240 #: admin/callhistory.php:132 admin/callhistory.php:157 #: admin/operatorlist.php:200 admin/operatorlist.php:408 -#: admin/casesbyoutcome.php:95 admin/supervisor.php:387 -#: admin/supervisor.php:414 admin/supervisor.php:431 +#: admin/casesbyoutcome.php:95 admin/supervisor.php:388 +#: admin/supervisor.php:415 admin/supervisor.php:432 #: admin/operatorskill.php:251 admin/operatorperformance.php:86 #: admin/operatorperformance.php:109 admin/shiftreport.php:110 #: admin/extensionstatus.php:266 admin/operatorquestionnaire.php:247 @@ -581,7 +634,7 @@ msgstr "" msgid "Case Notes" msgstr "" -#: casenote.php:72 casenote.php:111 admin/supervisor.php:439 +#: casenote.php:72 casenote.php:111 admin/supervisor.php:440 msgid "Add note" msgstr "" @@ -597,16 +650,16 @@ msgstr "" msgid "Go back" msgstr "" -#: casenote.php:114 admin/supervisor.php:429 +#: casenote.php:114 admin/supervisor.php:430 msgid "No notes" msgstr "" #: casenote.php:116 callhistory.php:88 calllist.php:89 -#: admin/supervisor.php:414 admin/supervisor.php:431 +#: admin/supervisor.php:415 admin/supervisor.php:432 msgid "Date/Time" msgstr "" -#: casenote.php:116 admin/bulkappointment.php:237 admin/supervisor.php:431 +#: casenote.php:116 admin/bulkappointment.php:237 admin/supervisor.php:432 msgid "Note" msgstr "" @@ -793,7 +846,7 @@ msgstr "" #: admin/samplesearch.php:162 admin/callhistory.php:132 #: admin/callhistory.php:157 admin/casesbyoutcome.php:117 #: admin/dataoutput.php:85 admin/extensionstatus.php:266 -#: admin/displayappointments.php:313 admin/displayappointments.php:336 +#: admin/displayappointments.php:313 admin/displayappointments.php:337 msgid "Case ID" msgstr "" @@ -830,7 +883,7 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:621 #: include/limesurvey/admin/exportresults.php:622 #: include/limesurvey/admin/exportresults.php:995 admin/callhistory.php:132 -#: admin/callhistory.php:157 admin/supervisor.php:426 admin/dataoutput.php:93 +#: admin/callhistory.php:157 admin/supervisor.php:427 admin/dataoutput.php:93 msgid "Case notes" msgstr "" @@ -899,30 +952,14 @@ msgstr "" msgid "Not yet called" msgstr "" -#: appointmentlist.php:75 admin/displayappointments.php:265 -#: admin/displayappointments.php:298 -msgid "Any operator" -msgstr "" - #: appointmentlist.php:88 msgid "No appointments made" msgstr "" -#: appointmentlist.php:90 -msgid "No future appointments scheduled" -msgstr "" - #: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 -#: admin/availability.php:165 admin/supervisor.php:387 +#: admin/availability.php:165 admin/supervisor.php:388 #: admin/shifttemplate.php:136 admin/displayappointments.php:313 -#: admin/displayappointments.php:336 shifts.php:88 shifts.php:109 -msgid "Start" -msgstr "" - -#: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 -#: admin/availability.php:165 admin/supervisor.php:387 -#: admin/shifttemplate.php:136 admin/displayappointments.php:313 -#: admin/displayappointments.php:336 index.php:167 shifts.php:88 +#: admin/displayappointments.php:337 index.php:167 shifts.php:88 #: shifts.php:109 msgid "End" msgstr "" @@ -936,7 +973,7 @@ msgstr "" #: callhistory.php:88 calllist.php:89 admin/outcomes.php:147 #: admin/outcomes.php:169 admin/outcomes.php:220 admin/outcomes.php:262 #: admin/callhistory.php:132 admin/callhistory.php:157 -#: admin/supervisor.php:414 admin/casestatus.php:126 index_interface2.php:225 +#: admin/supervisor.php:415 admin/casestatus.php:126 index_interface2.php:225 msgid "Outcome" msgstr "" @@ -986,7 +1023,7 @@ msgid "You are not a valid client" msgstr "" #: supervisorchat.php:62 admin/supervisorchat.php:66 admin/index.php:196 -#: index.php:306 +#: index.php:315 msgid "Supervisor chat" msgstr "" @@ -1081,12 +1118,12 @@ msgstr "" msgid "Availability" msgstr "" -#: availability.php:128 admin/supervisor.php:518 +#: availability.php:128 admin/supervisor.php:519 msgid "" "Select groups to limit availability (Selecting none means always available)" msgstr "" -#: availability.php:148 admin/supervisor.php:537 +#: availability.php:148 admin/supervisor.php:538 msgid "Availability groups not defined for this questionnaire" msgstr "" @@ -1094,7 +1131,7 @@ msgstr "" msgid "Call List" msgstr "" -#: calllist.php:85 admin/supervisor.php:410 +#: calllist.php:85 admin/supervisor.php:411 msgid "No calls made" msgstr "" @@ -1145,19 +1182,10 @@ msgstr "" #: admin/assignsample.php:211 admin/assignsample.php:364 #: admin/supervisor.php:313 admin/quotarow.php:312 admin/casestatus.php:126 #: admin/casestatus.php:244 admin/displayappointments.php:313 -#: admin/displayappointments.php:336 +#: admin/displayappointments.php:337 msgid "Sample" msgstr "" -#: nocaseavailable.php:147 admin/sortsample.php:139 admin/callhistory.php:132 -#: admin/callhistory.php:157 admin/callhistory.php:162 -#: admin/set_outcomes.php:200 admin/quota.php:115 admin/assignsample.php:210 -#: admin/quotarow.php:293 admin/casestatus.php:241 -#: admin/displayappointments.php:313 admin/displayappointments.php:336 -#: admin/new.php:148 admin/new.php:156 shifts.php:109 -msgid "Questionnaire" -msgstr "" - #: nocaseavailable.php:147 msgid "Shift start" msgstr "" @@ -1337,7 +1365,7 @@ msgstr "" #: admin/samplelist.php:467 admin/samplelist.php:478 #: admin/questionnairelist.php:569 admin/assignsample.php:330 -#: admin/supervisor.php:373 admin/supervisor.php:419 +#: admin/supervisor.php:373 admin/supervisor.php:420 #: admin/displayappointments.php:297 admin/displayappointments.php:321 msgid "ARE YOU SURE?" msgstr "" @@ -1349,12 +1377,12 @@ msgstr "" #: admin/samplelist.php:471 admin/operators.php:260 admin/operators.php:274 #: admin/sortsample.php:105 admin/sortsample.php:139 -#: admin/questionnairelist.php:385 admin/clientquestionnaire.php:306 +#: admin/questionnairelist.php:385 admin/clientquestionnaire.php:308 #: admin/operatorlist.php:243 admin/operatorlist.php:259 #: admin/operatorlist.php:399 admin/assignsample.php:329 #: admin/assignsample.php:364 admin/supervisor.php:374 admin/quotarow.php:586 #: admin/shiftreport.php:102 admin/shiftreport.php:110 -#: admin/displayappointments.php:313 admin/displayappointments.php:336 +#: admin/displayappointments.php:313 admin/displayappointments.php:337 msgid "Edit" msgstr "" @@ -1549,7 +1577,7 @@ msgid "The username and extension must be unique for each operator." msgstr "" #: admin/operators.php:233 admin/clients.php:126 admin/clients.php:221 -#: admin/clientquestionnaire.php:291 admin/operatorlist.php:216 +#: admin/clientquestionnaire.php:293 admin/operatorlist.php:216 #: admin/operatorlist.php:408 admin/operatorskill.php:251 #: admin/operatorquestionnaire.php:247 msgid "Username" @@ -1766,10 +1794,10 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 -#: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 +#: admin/clientquestionnaire.php:307 admin/set_outcomes.php:278 +#: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:420 #: admin/quotarow.php:422 admin/quotarow.php:508 -#: admin/displayappointments.php:313 admin/displayappointments.php:336 +#: admin/displayappointments.php:313 admin/displayappointments.php:337 msgid "Delete" msgstr "" @@ -2396,7 +2424,7 @@ msgid "Call History List" msgstr "" #: admin/callhistory.php:132 admin/callhistory.php:157 -#: admin/supervisor.php:414 admin/databasestrings.php:82 +#: admin/supervisor.php:415 admin/databasestrings.php:82 msgid "Phone number" msgstr "" @@ -2486,7 +2514,7 @@ msgstr "" msgid "Modify time slots" msgstr "" -#: admin/availability.php:138 admin/supervisor.php:464 +#: admin/availability.php:138 admin/supervisor.php:465 msgid "Time slot" msgstr "" @@ -2502,25 +2530,25 @@ msgstr "" msgid "Delete this time slot group" msgstr "" -#: admin/clientquestionnaire.php:198 +#: admin/clientquestionnaire.php:200 msgid "Clients and questionnaires" msgstr "" -#: admin/clientquestionnaire.php:291 +#: admin/clientquestionnaire.php:293 msgid "Client" msgstr "" -#: admin/clientquestionnaire.php:294 +#: admin/clientquestionnaire.php:296 msgid "" "NOTICE! Please, check your user righs to edit client permissions or contact " "your superviser." msgstr "" -#: admin/clientquestionnaire.php:294 +#: admin/clientquestionnaire.php:296 msgid "Questionnaire permissions" msgstr "" -#: admin/clientquestionnaire.php:321 +#: admin/clientquestionnaire.php:323 msgid "Assign clients to questionnaires" msgstr "" @@ -3177,7 +3205,7 @@ msgstr "" msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:182 admin/supervisor.php:554 call_interface2.php:290 +#: admin/supervisor.php:182 admin/supervisor.php:555 call_interface2.php:290 msgid "Set outcome" msgstr "" @@ -3198,75 +3226,75 @@ msgstr "" msgid "Appointments" msgstr "" -#: admin/supervisor.php:387 admin/displayappointments.php:313 +#: admin/supervisor.php:388 admin/displayappointments.php:313 msgid "Current outcome" msgstr "" -#: admin/supervisor.php:387 admin/displayappointments.php:313 +#: admin/supervisor.php:388 admin/displayappointments.php:313 msgid "Operator who called" msgstr "" -#: admin/supervisor.php:390 +#: admin/supervisor.php:391 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:401 +#: admin/supervisor.php:402 msgid "Change outcome" msgstr "" -#: admin/supervisor.php:408 +#: admin/supervisor.php:409 msgid "Call list" msgstr "" -#: admin/supervisor.php:463 +#: admin/supervisor.php:464 msgid "Call attempts by timeslot" msgstr "" -#: admin/supervisor.php:464 admin/casestatus.php:126 +#: admin/supervisor.php:465 admin/casestatus.php:126 msgid "Call attempts" msgstr "" -#: admin/supervisor.php:467 +#: admin/supervisor.php:468 msgid "Time slots NOT defined" msgstr "" -#: admin/supervisor.php:474 +#: admin/supervisor.php:475 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:486 +#: admin/supervisor.php:487 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:496 +#: admin/supervisor.php:497 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:498 +#: admin/supervisor.php:499 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:503 +#: admin/supervisor.php:504 msgid "Availability groups" msgstr "" -#: admin/supervisor.php:531 +#: admin/supervisor.php:532 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:542 +#: admin/supervisor.php:543 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:560 admin/supervisor.php:565 +#: admin/supervisor.php:561 admin/supervisor.php:566 msgid "Deidentify" msgstr "" -#: admin/supervisor.php:561 +#: admin/supervisor.php:562 msgid "Remove all sample details and contact numbers from this case" msgstr "" -#: admin/supervisor.php:571 +#: admin/supervisor.php:572 msgid "Case does not exist" msgstr "" @@ -3760,7 +3788,7 @@ msgstr "" msgid "Missed appointments (with times displayed in your time zone)" msgstr "" -#: admin/displayappointments.php:338 +#: admin/displayappointments.php:339 msgid "No missed appointments" msgstr "" @@ -4156,11 +4184,11 @@ msgstr "" msgid "Work history" msgstr "" -#: index.php:298 index_interface2.php:317 project_info.php:67 +#: index.php:307 index_interface2.php:327 project_info.php:67 msgid "Project information" msgstr "" -#: index.php:314 index_interface2.php:326 +#: index.php:323 index_interface2.php:336 msgid "Info" msgstr "" diff --git a/locale/ro/LC_MESSAGES/ro.mo b/locale/ro/LC_MESSAGES/ro.mo index 9dc1bf7f26aeafe983d1b47e946bdbe0ade02913..593e33544e2c5a9d2273ce9aef39887a5310d072 100644 GIT binary patch delta 47 zcmbQnGmU3M7c-Z+u7RO~p{bRT!Q?5-U%3qpbd5|E3{0#HOeRlZQDZhTG26VCC6W;U DFkTFD delta 47 zcmbQnGmU3M7c-Zsu7Rb3p`n$L>EtQQU%3s;bqx#^3{0&I%_dJ_QDZhVG~K+HC6W;U DF=`BW diff --git a/locale/ro/LC_MESSAGES/ro.po b/locale/ro/LC_MESSAGES/ro.po index 7ab23b7b..40af844e 100644 --- a/locale/ro/LC_MESSAGES/ro.po +++ b/locale/ro/LC_MESSAGES/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -189,10 +189,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -217,10 +217,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -245,7 +245,7 @@ msgstr "" msgid "evening" msgstr "" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -442,7 +442,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -679,7 +679,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -803,7 +803,7 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1134,7 +1134,7 @@ msgstr "" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1465,12 +1465,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "" @@ -1483,11 +1483,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "" @@ -1758,7 +1770,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1950,10 +1962,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2928,7 +2936,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2952,11 +2960,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2989,7 +2997,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -2997,27 +3005,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" diff --git a/locale/ru/LC_MESSAGES/ru.mo b/locale/ru/LC_MESSAGES/ru.mo index 85d0e25e1c7ff5d834d4f1725e41c0ea92b11050..226997d71c653d1b9c24cb72549287973ccc0990 100644 GIT binary patch delta 49 zcmZo%#n!lrZ9~-#E^}Q2Lj^-qDm3tO9ewiD\n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2016-01-28 10:30+0000\n" "Last-Translator: Alex \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" "Language: ru\n" #: appointment.php:76 @@ -191,10 +191,10 @@ msgstr "Показать операторам ?" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -219,10 +219,10 @@ msgstr "Да" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -247,7 +247,7 @@ msgstr "день" msgid "evening" msgstr "вечер" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "ОШИБКА: Вы не вошли в систему." @@ -446,7 +446,7 @@ msgstr "" "внизу для повторной попытки получить свободный внутренний номер" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "Попытаться еще" @@ -685,7 +685,7 @@ msgstr "Вступление" msgid "Not Contacted" msgstr "НЕ Дозвонились" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "Дозвонились" @@ -813,7 +813,7 @@ msgstr "ID задания" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "ID Результата" @@ -1149,7 +1149,7 @@ msgstr "ID" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1494,12 +1494,12 @@ msgid "Completed case closing" msgstr "Закрываем завершенное задание" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "Эта задача заняла" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "секунды" @@ -1512,11 +1512,23 @@ msgstr "Не удалось закрыть задание" msgid "Sorting cases for " msgstr "Сортировка заданий для " -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "Удален" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "Сортировка завершена" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "Не могу завершить сортировку" @@ -1810,7 +1822,7 @@ msgid "Sample variable" msgstr "Переменная списка контактов" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -2008,10 +2020,6 @@ msgstr "НЕЕЕТ..." msgid "Select sample " msgstr "Выберите список контактов " -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "Удален" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "Удалить запись списка контактов" @@ -3023,7 +3031,7 @@ msgid "New outcome not saved" msgstr "Новая запись результата не сохранена" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "Тип результата" @@ -3047,11 +3055,11 @@ msgstr "Задержка, минут" msgid "Try another number" msgstr "Набирать другой номер" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "Подходящий респондент" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "Требуется примечание" @@ -3084,7 +3092,7 @@ msgstr "Сохранить" msgid "Select" msgstr "Выберите" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "Добавить свой вариант результата" @@ -3092,27 +3100,27 @@ msgstr "Добавить свой вариант результата" msgid "Save questionnaire outcomes" msgstr "Сохранить набор для опросов" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "Удалить вариант результата" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "Установить по-умолчанию" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "Задержка, мин" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "Набирать дугой номер" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "Обновить список результатов по умолчанию" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "Сброс" @@ -4942,6 +4950,7 @@ msgstr "Квота для опроса заполнена" #~ "bounce_op.sh . Изменения в конфигурации могли не отразиться на экране " #~ "панели." +#, php-format #~ msgid "Reload failed because retrieve_conf encountered an error: %s" #~ msgstr "" #~ "Перезагрузка не удалась, т.к. выполнение файла retrieve_conf привело к " @@ -4976,12 +4985,14 @@ msgstr "Квота для опроса заполнена" #~ msgid "% complete" #~ msgstr "% завершено" +#, php-format #~ msgid "Use the % character as a wildcard" #~ msgstr "Используйте символ % для подстановки любого значения" #~ msgid "End call with outcome: Quota filled" #~ msgstr "Закончить звонок с результатом: Квота заполнена" +#, php-format #~ msgid "Exit code was %s and output was: %s" #~ msgstr "Код выхода был %s с результатом : %s" diff --git a/locale/sv/LC_MESSAGES/sv.mo b/locale/sv/LC_MESSAGES/sv.mo index 3f57a761e9d131b72d6704e6bf7054a2dd698b9b..448ed754002d4bf1bacff297af1ff24cd086ff93 100644 GIT binary patch delta 49 zcmezPi1Fhi#tk=JxXg783>6Gbt&9vNKX&=TZD^otWU63bVr5`5`H`y{vyq9}W^T7M FZ2--k5K906 delta 49 zcmezPi1Fhi#tk=JxJ-2oEENn5t&B`3KX&=TZD6izV5neVYGr6P`H`y{v!S8sW^T7M FZ2-=x5K#aC diff --git a/locale/sv/LC_MESSAGES/sv.po b/locale/sv/LC_MESSAGES/sv.po index 56da07f0..bf302bc0 100644 --- a/locale/sv/LC_MESSAGES/sv.po +++ b/locale/sv/LC_MESSAGES/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" #: appointment.php:76 msgid "Appointment error" @@ -192,10 +192,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -220,10 +220,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -248,7 +248,7 @@ msgstr "eftermiddag" msgid "evening" msgstr "kväll" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -446,7 +446,7 @@ msgid "" msgstr "" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "" @@ -685,7 +685,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -809,7 +809,7 @@ msgstr "Intervju ID" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1143,7 +1143,7 @@ msgstr "ID" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1474,12 +1474,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "Denna uppgift tog" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "sekunder" @@ -1492,11 +1492,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "Sortering klar" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "Misslyckades med att slutföra sortering" @@ -1779,7 +1791,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1971,10 +1983,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2949,7 +2957,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2973,11 +2981,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -3010,7 +3018,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -3018,27 +3026,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr "" diff --git a/locale/zh/LC_MESSAGES/zh.mo b/locale/zh-cn/LC_MESSAGES/zh-cn.mo similarity index 99% rename from locale/zh/LC_MESSAGES/zh.mo rename to locale/zh-cn/LC_MESSAGES/zh-cn.mo index ef6847dec0cfa614cdfdbf12b7c69ed9ee3a479a..6095cdfea51bcbc56d8951cf0f8382ccb52f570f 100644 GIT binary patch delta 50 zcmZ2^hiT;6Gbt&9vduPfqY\n" -"POT-Creation-Date: 2016-05-09 11:25+1000\n" +"POT-Creation-Date: 2016-07-01 15:20+1000\n" "PO-Revision-Date: 2014-09-01 03:16+0000\n" "Last-Translator: Daniel lee \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-07-01 05:16+0000\n" -"X-Generator: Launchpad (build 18115)\n" +"X-Launchpad-Export-Date: 2016-10-25 04:04+0000\n" +"X-Generator: Launchpad (build 18246)\n" "Language: zh\n" #: appointment.php:76 @@ -190,10 +190,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:235 #: admin/assignsample.php:328 admin/assignsample.php:330 #: admin/assignsample.php:400 admin/assignsample.php:404 @@ -218,10 +218,10 @@ msgstr "" #: admin/set_outcomes.php:178 admin/set_outcomes.php:179 #: admin/set_outcomes.php:180 admin/set_outcomes.php:181 #: admin/set_outcomes.php:184 admin/set_outcomes.php:185 -#: admin/set_outcomes.php:242 admin/set_outcomes.php:263 -#: admin/set_outcomes.php:270 admin/set_outcomes.php:271 -#: admin/set_outcomes.php:272 admin/set_outcomes.php:273 -#: admin/set_outcomes.php:274 admin/set_outcomes.php:275 +#: admin/set_outcomes.php:242 admin/set_outcomes.php:262 +#: admin/set_outcomes.php:264 admin/set_outcomes.php:265 +#: admin/set_outcomes.php:266 admin/set_outcomes.php:267 +#: admin/set_outcomes.php:268 admin/set_outcomes.php:269 #: admin/assignsample.php:232 admin/assignsample.php:233 #: admin/assignsample.php:235 admin/assignsample.php:328 #: admin/assignsample.php:330 admin/assignsample.php:400 @@ -246,7 +246,7 @@ msgstr "下午" msgid "evening" msgstr "晚间" -#: functions/functions.operator.php:985 +#: functions/functions.operator.php:988 msgid "ERROR: You are not logged in." msgstr "" @@ -443,7 +443,7 @@ msgid "" msgstr "现无可用分机,请联系调查督导员或点击下面的链接重试可用分机" #: selectextension.php:106 admin/set_outcomes.php:179 -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try again" msgstr "重试" @@ -680,7 +680,7 @@ msgstr "" msgid "Not Contacted" msgstr "" -#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:283 +#: rs_intro.php:94 admin/set_outcomes.php:177 admin/set_outcomes.php:277 msgid "Contacted" msgstr "" @@ -804,7 +804,7 @@ msgstr "访问编号" #: include/limesurvey/admin/exportresults.php:656 #: include/limesurvey/admin/exportresults.php:657 #: include/limesurvey/admin/exportresults.php:983 admin/set_outcomes.php:250 -#: admin/set_outcomes.php:283 admin/dataoutput.php:93 +#: admin/set_outcomes.php:277 admin/dataoutput.php:93 msgid "Outcome ID" msgstr "" @@ -1135,7 +1135,7 @@ msgstr "序号" #: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:326 #: admin/set_outcomes.php:146 admin/set_outcomes.php:189 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 admin/quota.php:256 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 admin/quota.php:256 #: admin/quotarow.php:422 admin/quotarow.php:460 admin/quotarow.php:482 #: admin/quotarow.php:508 admin/quotarow.php:555 admin/quotarow.php:586 msgid "Description" @@ -1466,12 +1466,12 @@ msgid "Completed case closing" msgstr "" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 msgid "This task took" msgstr "本次任务需要" #: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:359 admin/systemsortprocess.php:361 #: nocallavailable.php:208 msgid "seconds" msgstr "秒" @@ -1484,11 +1484,23 @@ msgstr "" msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:239 admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/systemsortprocess.php:239 +msgid "call attempts with no calls" +msgstr "" + +#: admin/systemsortprocess.php:243 +msgid "No call attempts without calls" +msgstr "" + +#: admin/systemsortprocess.php:359 msgid "Completed sort" msgstr "完成排序" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:361 msgid "Failed to complete sort" msgstr "排序未完成" @@ -1762,7 +1774,7 @@ msgid "Sample variable" msgstr "" #: admin/questionnaireprefill.php:134 admin/samplesearch.php:101 -#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:284 +#: admin/clientquestionnaire.php:305 admin/set_outcomes.php:278 #: admin/supervisor.php:200 admin/supervisor.php:373 admin/supervisor.php:419 #: admin/quotarow.php:422 admin/quotarow.php:508 #: admin/displayappointments.php:313 admin/displayappointments.php:336 @@ -1954,10 +1966,6 @@ msgstr "" msgid "Select sample " msgstr "" -#: admin/samplesearch.php:138 -msgid "Deleted" -msgstr "" - #: admin/samplesearch.php:146 msgid "Delete sample record" msgstr "" @@ -2936,7 +2944,7 @@ msgid "New outcome not saved" msgstr "" #: admin/set_outcomes.php:147 admin/set_outcomes.php:175 -#: admin/set_outcomes.php:250 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:250 admin/set_outcomes.php:277 msgid "Outcome type" msgstr "" @@ -2960,11 +2968,11 @@ msgstr "" msgid "Try another number" msgstr "" -#: admin/set_outcomes.php:180 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:180 admin/set_outcomes.php:277 msgid "Eligible" msgstr "" -#: admin/set_outcomes.php:181 admin/set_outcomes.php:283 +#: admin/set_outcomes.php:181 admin/set_outcomes.php:277 msgid "Require note" msgstr "" @@ -2997,7 +3005,7 @@ msgstr "" msgid "Select" msgstr "" -#: admin/set_outcomes.php:251 admin/set_outcomes.php:286 +#: admin/set_outcomes.php:251 admin/set_outcomes.php:280 msgid "Add custom Outcome" msgstr "" @@ -3005,27 +3013,27 @@ msgstr "" msgid "Save questionnaire outcomes" msgstr "" -#: admin/set_outcomes.php:263 +#: admin/set_outcomes.php:262 msgid "Delete outcome" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Set default" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Delay, min" msgstr "" -#: admin/set_outcomes.php:283 +#: admin/set_outcomes.php:277 msgid "Try another" msgstr "" -#: admin/set_outcomes.php:287 +#: admin/set_outcomes.php:281 msgid "Update default outcomes" msgstr "" -#: admin/set_outcomes.php:319 +#: admin/set_outcomes.php:313 msgid "Reset" msgstr ""