From 11c5f3e1df3a16663779c3c648440d7556c4d442 Mon Sep 17 00:00:00 2001 From: azammitdcarf Date: Mon, 10 Oct 2011 01:24:38 +0000 Subject: [PATCH] Updating to Limesurvey 1.9.1+ revision 11132 (part one) --- .../limesurvey/admin/classes/pear/OLE/OLE.php | 1 + .../limesurvey/admin/classes/pear/OLE/PPS.php | 1 + .../admin/classes/pear/OLE/PPS/File.php | 1 + .../admin/classes/pear/OLE/PPS/Root.php | 7 +- .../classes/pear/Spreadsheet/Excel/Writer.php | 4 +- .../Spreadsheet/Excel/Writer/BIFFwriter.php | 1 + .../pear/Spreadsheet/Excel/Writer/Format.php | 2 + .../pear/Spreadsheet/Excel/Writer/Parser.php | 3 +- .../Spreadsheet/Excel/Writer/Workbook.php | 1 + .../Spreadsheet/Excel/Writer/Worksheet.php | 1 + .../classes/phpCAS/CAS/PGTStorage/pgt-db.php | 1 + .../phpCAS/CAS/PGTStorage/pgt-file.php | 1 + .../classes/phpCAS/CAS/languages/catalan.php | 1 + .../classes/phpCAS/CAS/languages/english.php | 1 + .../classes/phpCAS/CAS/languages/french.php | 1 + .../classes/phpCAS/CAS/languages/german.php | 1 + .../classes/phpCAS/CAS/languages/greek.php | 1 + .../classes/phpCAS/CAS/languages/japanese.php | 1 + .../classes/phpCAS/CAS/languages/spanish.php | 1 + .../classes/adodb/contrib/toxmlrpc.inc.php | 2 +- .../adodb/datadict/datadict-firebird.inc.php | 3 + .../adodb/drivers/adodb-pdo_mssql.inc.php | 2 +- .../adodb/drivers/adodb-pdo_mysql.inc.php | 4 +- .../adodb/drivers/adodb-pdo_oci.inc.php | 2 +- .../adodb/drivers/adodb-pdo_pgsql.inc.php | 24 +- .../adodb/drivers/adodb-pdo_sqlite.inc.php | 1 + .../adodb/drivers/adodb-sybase_ase.inc.php | 3 +- .../adodb/session/adodb-encrypt-secret.php | 2 +- .../limesurvey/locale/it/LC_MESSAGES/it.po | 3370 +++++++---------- .../limesurvey/locale/pl/LC_MESSAGES/pl.po | 535 +-- .../templates/basic/template-rtl.css | 6 +- .../limesurvey/templates/basic/template.css | 13 +- .../limesurvey/templates/basic/template.js | 5 +- .../templates/bluengrey/template-rtl.css | 5 +- .../templates/bluengrey/template.css | 10 +- .../templates/bluengrey/template.js | 5 +- .../templates/citronade/startpage.pstpl | 2 +- .../templates/citronade/template-rtl.css | 3 + .../templates/citronade/template.css | 110 +- .../templates/citronade/template.js | 5 +- .../templates/clear_logo/template-rtl.css | 6 +- .../templates/clear_logo/template.css | 9 +- .../templates/clear_logo/template.js | 7 +- .../templates/default/template-rtl.css | 5 +- .../limesurvey/templates/default/template.css | 9 +- .../limesurvey/templates/default/template.js | 7 +- .../templates/eirenicon/template-rtl.css | 6 +- .../templates/eirenicon/template.css | 9 +- .../templates/eirenicon/template.js | 7 +- .../templates/limespired/template-rtl.css | 6 +- .../templates/limespired/template.css | 8 +- .../templates/limespired/template.js | 5 +- .../templates/mint_idea/template-rtl.css | 4 +- .../templates/mint_idea/template.css | 9 +- .../templates/mint_idea/template.js | 7 +- .../templates/sherpa/template-rtl.css | 6 +- .../limesurvey/templates/sherpa/template.css | 11 +- .../limesurvey/templates/sherpa/template.js | 7 +- .../templates/vallendar/template-rtl.css | 6 +- .../templates/vallendar/template.css | 11 +- .../templates/vallendar/template.js | 7 +- 61 files changed, 1978 insertions(+), 2317 deletions(-) diff --git a/include/limesurvey/admin/classes/pear/OLE/OLE.php b/include/limesurvey/admin/classes/pear/OLE/OLE.php index c0ee46f4..e3a2f52a 100644 --- a/include/limesurvey/admin/classes/pear/OLE/OLE.php +++ b/include/limesurvey/admin/classes/pear/OLE/OLE.php @@ -31,6 +31,7 @@ define('OLE_LONG_INT_SIZE', 4); define('OLE_PPS_SIZE', 0x80); if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');} +if (!isset($homedir)) die(); require_once($homedir.'/classes/pear/PEAR.php'); require_once $homedir.'/classes/pear/OLE/PPS.php'; diff --git a/include/limesurvey/admin/classes/pear/OLE/PPS.php b/include/limesurvey/admin/classes/pear/OLE/PPS.php index 6a77e942..1e105393 100644 --- a/include/limesurvey/admin/classes/pear/OLE/PPS.php +++ b/include/limesurvey/admin/classes/pear/OLE/PPS.php @@ -20,6 +20,7 @@ // $Id: PPS.php,v 1.5 2003/12/14 18:12:28 xnoguer Exp $ if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');} +if (!isset($homedir)) die(); require_once($homedir.'/classes/pear/PEAR.php'); require_once($homedir.'/classes/pear/OLE/OLE.php'); diff --git a/include/limesurvey/admin/classes/pear/OLE/PPS/File.php b/include/limesurvey/admin/classes/pear/OLE/PPS/File.php index 7bbff4f7..9cda0150 100644 --- a/include/limesurvey/admin/classes/pear/OLE/PPS/File.php +++ b/include/limesurvey/admin/classes/pear/OLE/PPS/File.php @@ -20,6 +20,7 @@ // $Id: File.php,v 1.8 2003/12/12 21:10:10 xnoguer Exp $ if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');} +if (!isset($homedir)) die(); require_once ($homedir.'/classes/pear/OLE/PPS.php'); /** diff --git a/include/limesurvey/admin/classes/pear/OLE/PPS/Root.php b/include/limesurvey/admin/classes/pear/OLE/PPS/Root.php index 4e9bf2c7..48af4287 100644 --- a/include/limesurvey/admin/classes/pear/OLE/PPS/Root.php +++ b/include/limesurvey/admin/classes/pear/OLE/PPS/Root.php @@ -20,6 +20,7 @@ // $Id: Root.php,v 1.7 2003/12/12 21:10:10 xnoguer Exp $ if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');} +if (!isset($homedir)) die(); require_once ($homedir.'/classes/pear/OLE/PPS.php'); /** @@ -175,7 +176,7 @@ class OLE_PPS_Root extends OLE_PPS $iCnt = count($raList); $iBdCnt = $this->_BIG_BLOCK_SIZE / OLE_PPS_SIZE; $iPPScnt = (floor($iCnt/$iBdCnt) + (($iCnt % $iBdCnt)? 1: 0)); - + return array($iSBDcnt, $iBBcnt, $iPPScnt); } @@ -287,7 +288,7 @@ class OLE_PPS_Root extends OLE_PPS function _saveBigData($iStBlk, &$raList) { $FILE = $this->_FILEH_; - + // cycle through PPS's for ($i = 0; $i < count($raList); $i++) { @@ -346,7 +347,7 @@ class OLE_PPS_Root extends OLE_PPS $sRes = ''; $FILE = $this->_FILEH_; $iSmBlk = 0; - + for ($i = 0; $i < count($raList); $i++) { // Make SBD, small data string diff --git a/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer.php b/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer.php index 415b9a3d..7f6ef067 100644 --- a/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer.php +++ b/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer.php @@ -32,8 +32,8 @@ */ if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');} -require_once $homedir.'/classes/pear/PEAR.php'; -require_once $homedir.'/classes/pear/Spreadsheet/Excel/Writer/Workbook.php'; +@require_once $homedir.'/classes/pear/PEAR.php'; +@require_once $homedir.'/classes/pear/Spreadsheet/Excel/Writer/Workbook.php'; /** * Class for writing Excel Spreadsheets. This class should change COMPLETELY. diff --git a/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/BIFFwriter.php b/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/BIFFwriter.php index 74ea0561..2ebe7a27 100644 --- a/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/BIFFwriter.php +++ b/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/BIFFwriter.php @@ -33,6 +33,7 @@ */ if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');} +if (!isset($homedir)) die(); require_once $homedir.'/classes/pear/PEAR.php'; /** diff --git a/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Format.php b/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Format.php index a281d24f..0ce3dcbf 100644 --- a/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Format.php +++ b/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Format.php @@ -33,6 +33,8 @@ */ if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');} +if (!isset($homedir)) die(); + require_once $homedir.'/classes/pear/PEAR.php'; /** diff --git a/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Parser.php b/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Parser.php index d3a685e8..1876be42 100644 --- a/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Parser.php +++ b/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Parser.php @@ -94,7 +94,8 @@ define('SPREADSHEET_EXCEL_WRITER_NE', "<>"); if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');} -require_once $homedir.'/classes/pear/PEAR.php'; +if (!isset($homedir)) die(); +@require_once $homedir.'/classes/pear/PEAR.php'; /** * Class for parsing Excel formulas diff --git a/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Workbook.php b/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Workbook.php index fec28f0a..25b42f66 100644 --- a/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Workbook.php +++ b/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Workbook.php @@ -33,6 +33,7 @@ */ if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');} +if (!isset($homedir)) die(); require_once $homedir.'/classes/pear/Spreadsheet/Excel/Writer/Format.php'; require_once $homedir.'/classes/pear/Spreadsheet/Excel/Writer/BIFFwriter.php'; require_once $homedir.'/classes/pear/Spreadsheet/Excel/Writer/Worksheet.php'; diff --git a/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Worksheet.php b/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Worksheet.php index be08962c..0491442e 100644 --- a/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Worksheet.php +++ b/include/limesurvey/admin/classes/pear/Spreadsheet/Excel/Writer/Worksheet.php @@ -33,6 +33,7 @@ */ if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');} +if (!isset($homedir)) die(); require_once $homedir.'/classes/pear/Spreadsheet/Excel/Writer/Parser.php'; require_once $homedir.'/classes/pear/Spreadsheet/Excel/Writer/BIFFwriter.php'; diff --git a/include/limesurvey/admin/classes/phpCAS/CAS/PGTStorage/pgt-db.php b/include/limesurvey/admin/classes/phpCAS/CAS/PGTStorage/pgt-db.php index 0fd3427a..68a37967 100644 --- a/include/limesurvey/admin/classes/phpCAS/CAS/PGTStorage/pgt-db.php +++ b/include/limesurvey/admin/classes/phpCAS/CAS/PGTStorage/pgt-db.php @@ -1,4 +1,5 @@ EOF){ $fld = new ADOFieldObject(); diff --git a/include/limesurvey/classes/adodb/drivers/adodb-pdo_oci.inc.php b/include/limesurvey/classes/adodb/drivers/adodb-pdo_oci.inc.php index 293ea2e8..31125338 100644 --- a/include/limesurvey/classes/adodb/drivers/adodb-pdo_oci.inc.php +++ b/include/limesurvey/classes/adodb/drivers/adodb-pdo_oci.inc.php @@ -1,6 +1,6 @@ 0 AND a.atttypid = t.oid AND a.attrelid = c.oid ORDER BY a.attnum"; // used when schema defined var $metaColumnsSQL1 = "SELECT a.attname, t.typname, a.attlen, a.atttypmod, a.attnotnull, a.atthasdef, a.attnum -FROM pg_class c, pg_attribute a, pg_type t, pg_namespace n +FROM pg_class c, pg_attribute a, pg_type t, pg_namespace n WHERE relkind in ('r','v') AND (c.relname='%s' or c.relname = lower('%s')) - and c.relnamespace=n.oid and n.nspname='%s' - and a.attname not like '....%%' AND a.attnum > 0 + and c.relnamespace=n.oid and n.nspname='%s' + and a.attname not like '....%%' AND a.attnum > 0 AND a.atttypid = t.oid AND a.attrelid = c.oid ORDER BY a.attnum"; // get primary key etc -- from Freek Dijkstra @@ -87,7 +87,7 @@ WHERE relkind in ('r','v') AND (c.relname='%s' or c.relname = lower('%s')) if ($info['version'] >= 7.3) { $this->metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%' and schemaname not in ( 'pg_catalog','information_schema') - union + union select viewname,'V' from pg_views where viewname not like 'pg\_%' and schemaname not in ( 'pg_catalog','information_schema') "; } if ($mask) { @@ -95,13 +95,13 @@ WHERE relkind in ('r','v') AND (c.relname='%s' or c.relname = lower('%s')) $mask = $this->qstr(strtolower($mask)); if ($info['version']>=7.3) $this->metaTablesSQL = " -select tablename,'T' from pg_tables where tablename like $mask and schemaname not in ( 'pg_catalog','information_schema') - union +select tablename,'T' from pg_tables where tablename like $mask and schemaname not in ( 'pg_catalog','information_schema') + union select viewname,'V' from pg_views where viewname like $mask and schemaname not in ( 'pg_catalog','information_schema') "; else $this->metaTablesSQL = " -select tablename,'T' from pg_tables where tablename like $mask - union +select tablename,'T' from pg_tables where tablename like $mask + union select viewname,'V' from pg_views where viewname like $mask"; } $ret = ADOConnection::MetaTables($ttype,$showSchema); diff --git a/include/limesurvey/classes/adodb/drivers/adodb-pdo_sqlite.inc.php b/include/limesurvey/classes/adodb/drivers/adodb-pdo_sqlite.inc.php index ba7e4c86..7d514745 100644 --- a/include/limesurvey/classes/adodb/drivers/adodb-pdo_sqlite.inc.php +++ b/include/limesurvey/classes/adodb/drivers/adodb-pdo_sqlite.inc.php @@ -13,6 +13,7 @@ And also Sid Dunayer [sdunayer#interserv.com] for extensive fixes. */ +if (!defined('ADODB_DIR')) die(); class ADODB_pdo_sqlite extends ADODB_pdo { var $metaTablesSQL = "SELECT name FROM sqlite_master WHERE type='table'"; var $sysDate = 'current_date'; diff --git a/include/limesurvey/classes/adodb/drivers/adodb-sybase_ase.inc.php b/include/limesurvey/classes/adodb/drivers/adodb-sybase_ase.inc.php index 46a0579d..016bbb8c 100644 --- a/include/limesurvey/classes/adodb/drivers/adodb-sybase_ase.inc.php +++ b/include/limesurvey/classes/adodb/drivers/adodb-sybase_ase.inc.php @@ -10,6 +10,7 @@ Contributed by Interakt Online. Thx Cristian MARIN cristic#interaktonline.com */ +if (!defined('ADODB_DIR')) die(); require_once ADODB_DIR."/drivers/adodb-sybase.inc.php"; @@ -116,4 +117,4 @@ class adorecordset_sybase_ase extends ADORecordset_sybase { } } -?> \ No newline at end of file +?> diff --git a/include/limesurvey/classes/adodb/session/adodb-encrypt-secret.php b/include/limesurvey/classes/adodb/session/adodb-encrypt-secret.php index 8b430e16..5b9c88bc 100644 --- a/include/limesurvey/classes/adodb/session/adodb-encrypt-secret.php +++ b/include/limesurvey/classes/adodb/session/adodb-encrypt-secret.php @@ -13,7 +13,7 @@ @define('HORDE_BASE', dirname(dirname(dirname(__FILE__))) . '/horde'); if (!is_dir(HORDE_BASE)) { - trigger_error(sprintf('Directory not found: \'%s\'', HORDE_BASE), E_USER_ERROR); +// trigger_error(sprintf('Directory not found: \'%s\'', HORDE_BASE), E_USER_ERROR); return 0; } diff --git a/include/limesurvey/locale/it/LC_MESSAGES/it.po b/include/limesurvey/locale/it/LC_MESSAGES/it.po index 93e54cee..4867de87 100644 --- a/include/limesurvey/locale/it/LC_MESSAGES/it.po +++ b/include/limesurvey/locale/it/LC_MESSAGES/it.po @@ -2,14 +2,14 @@ msgid "" msgstr "" "Project-Id-Version: LimeSurvey Italian language file\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-08-03 20:43+0100\n" -"PO-Revision-Date: 2011-08-03 20:44+0100\n" +"POT-Creation-Date: 2011-09-21 13:33+0100\n" +"PO-Revision-Date: 2011-09-21 13:33+0100\n" "Last-Translator: Carsten Schmitz \n" "Language-Team: Edita Paulisic e Igor Dobraca \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Basepath: D:\\web\\xampp\\htdocs\\limesurvey\n" +"X-Poedit-Basepath: E:\\_LimeSurvey\\svn\n" "X-Poedit-Language: Italian\n" "X-Poedit-Country: ITALY\n" "X-Poedit-SourceCharset: utf-8\n" @@ -27,49 +27,41 @@ msgstr "Altro commento obbligatorio" msgid "*" msgstr "*" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:6709 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:6733 msgid "..." msgstr "" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3810 -#, fuzzy msgid "1st time limit warning CSS style" -msgstr "Foglio di stile CSS del primo avviso di tempo limite" +msgstr "Stile CSS per il primo avviso di tempo limite del foglio" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3802 -#, fuzzy msgid "1st time limit warning message" msgstr "Primo messaggio di avviso di tempo limite" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3794 -#, fuzzy msgid "1st time limit warning message display time" -msgstr "Primo avviso del messaggio di tempo limite che mostra quanto rimane" +msgstr "Primo messaggio di avviso del tempo limite con tempo rimanente" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3786 -#, fuzzy msgid "1st time limit warning message timer" -msgstr "Primo avviso di tempo limite del temporizzatore dei messaggi" +msgstr "Primo messaggio avviso di tempo limite" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3842 -#, fuzzy msgid "2nd time limit warning CSS style" -msgstr "Foglio di stile CSS del primo avviso di tempo limite" +msgstr "Foglio di stile CSS per il secondo avviso di tempo limite" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3834 -#, fuzzy msgid "2nd time limit warning message" msgstr "Secondo messaggio di avviso di tempo limite" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3826 -#, fuzzy msgid "2nd time limit warning message display time" -msgstr "Primo avviso del messaggio di tempo limite che mostra quanto rimane" +msgstr "Secondo messaggio di avviso del tempo limite con tempo rimanente" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3818 -#, fuzzy msgid "2nd time limit warning message timer" -msgstr "Temporizzatore del secondo messaggio di avviso di tempo limite" +msgstr "Secondo messaggio di avviso del tempo limite" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:107 msgid "5 Point Choice" @@ -100,48 +92,46 @@ msgid "Allow only numerical input" msgstr "Permette inserimento solo numerico" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3519 -#, fuzzy msgid "Allow only numerical input for 'Other' text" -msgstr "Permette inserimento solo numerico in campo `Altro`" +msgstr "Permetti solo l'inserimento numerico nel campo di testo 'Altro'" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3901 msgid "Allowed file types" -msgstr "" +msgstr "Tipi di file permessi" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3900 msgid "Allowed file types in comma separated format. e.g. pdf,doc,odt" msgstr "" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3305 -#, fuzzy msgid "Always hide this question" -msgstr "Chiudi domanda" +msgstr "Nascondi sempre questa domanda" -#: D:\web\xampp\htdocs\limesurvey/index.php:2254 +#: D:\web\xampp\htdocs\limesurvey/index.php:2263 msgid "An error occurred saving a response to survey id" msgstr "Errore durante il salvataggio di una risposta per l'ID dell'indagine" -#: D:\web\xampp\htdocs\limesurvey/index.php:2246 +#: D:\web\xampp\htdocs\limesurvey/index.php:2255 msgid "An unexpected error has occurred and your responses cannot be saved." msgstr "Errore. Le risposte non sono state salvate." #: D:\web\xampp\htdocs\limesurvey/qanda.php:1901 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4627 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4917 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4997 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4654 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4934 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5013 msgid "Answer" msgstr "Risposta" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4495 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4503 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4522 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4530 #, php-format msgid "Answer is invalid. The total of all entries should add up to at least %s." msgstr "Risposta non valida. Il totale di tutte le voci dovrebbe raggiungere almeno %s." -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4476 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4482 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4518 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4529 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4503 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4509 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4545 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4556 msgid "Answer is invalid. The total of all entries should not add up to more than " msgstr "La risposta non è valida. Al totale di tutte le voci non andrebbe aggiunto un valore superiore a " @@ -178,33 +168,28 @@ msgid "Array (5 Point Choice)" msgstr "Scelta (punteggio 1-5)" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:137 -#, fuzzy msgid "Array (Increase/Same/Decrease)" -msgstr "Scelta (in aumento, costante, in diminuzione)" +msgstr "Scelta (Aumenta, Uguale, Diminuisci)" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:251 -#, fuzzy msgid "Array (Numbers)" -msgstr "Array (Etichetta variabile) (Numeri)" +msgstr "Array (Numeri)" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:257 -#, fuzzy msgid "Array (Texts)" -msgstr "Scelta (Etichetta variabile)" +msgstr "Scelta (Testi)" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:125 msgid "Array (Yes/No/Uncertain)" msgstr "Scelta (SI/NO/NON SO)" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:155 -#, fuzzy msgid "Array by column" -msgstr "Mostra le colonne" +msgstr "Array per colonna" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:101 -#, fuzzy msgid "Array dual scale" -msgstr "Array (Etichetta variabile) con doppia scala" +msgstr "Array con doppia scala" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3042 msgid "Array filter" @@ -216,9 +201,8 @@ msgid "Array filter exclusion" msgstr "Filtro array" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:93 -#, fuzzy msgid "Arrays" -msgstr "Array" +msgstr "Arrays" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3059 msgid "Assessment value" @@ -230,11 +214,11 @@ msgstr "Valutazioni" #: D:\web\xampp\htdocs\limesurvey/qanda.php:713 #: D:\web\xampp\htdocs\limesurvey/qanda.php:714 -#, fuzzy, php-format +#, php-format msgid "At least %d files must be uploaded for this question" -msgstr "Risposte predefinite per questa domanda" +msgstr "Devono essere caricati al minimo %d files per questa domanda" -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7049 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7068 #, php-format msgid "Attribute %s" msgstr "Attributo %s" @@ -247,7 +231,7 @@ msgstr "Ago" msgid "Auto-check exclusive option if all others are checked" msgstr "" -#: D:\web\xampp\htdocs\limesurvey/common.php:279 +#: D:\web\xampp\htdocs\limesurvey/common.php:278 msgid "Back to main menu" msgstr "Indietro al menu principale" @@ -257,7 +241,7 @@ msgstr "e-mail di notifica standard" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3468 msgid "Both rows and columns" -msgstr "" +msgstr "Entrambi righe e colonne" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3753 msgid "CSS Style for the message that displays in the countdown timer during the countdown" @@ -277,7 +261,6 @@ msgstr "Foglio di stile CSS usato quando viene mostrato il secondo 'avviso di te #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3066 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3067 -#, fuzzy msgid "Category separator" msgstr "Separatore categorie" @@ -290,11 +273,11 @@ msgstr "Scegli una o più delle seguenti voci" #: D:\web\xampp\htdocs\limesurvey/qanda.php:657 #: D:\web\xampp\htdocs\limesurvey/qanda.php:658 -#, fuzzy, php-format +#, php-format msgid "Check at least %d answer" msgid_plural "Check at least %d answers" -msgstr[0] "Scegliere almeno %d risposte" -msgstr[1] "Scegliere almeno %d risposte" +msgstr[0] "" +msgstr[1] "" #: D:\web\xampp\htdocs\limesurvey/qanda.php:700 #: D:\web\xampp\htdocs\limesurvey/qanda.php:701 @@ -304,11 +287,11 @@ msgstr "Scegliere almeno %d risposte" #: D:\web\xampp\htdocs\limesurvey/qanda.php:625 #: D:\web\xampp\htdocs\limesurvey/qanda.php:626 -#, fuzzy, php-format +#, php-format msgid "Check at least %d item" msgid_plural "Check at least %d items" -msgstr[0] "Ordinare almento %d punti" -msgstr[1] "Ordinare almento %d punti" +msgstr[0] "" +msgstr[1] "" #: D:\web\xampp\htdocs\limesurvey/qanda.php:652 #: D:\web\xampp\htdocs\limesurvey/qanda.php:653 @@ -357,7 +340,7 @@ msgstr "Premi qui per stampare le tue risposte." msgid "Click on an item in the list on the left, starting with your highest ranking item, moving through to your lowest ranking item." msgstr "Clicca sul punto nella lista a sinistra, partendo con il più alto dei classificati verso il più basso." -#: D:\web\xampp\htdocs\limesurvey/qanda.php:2867 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:2886 msgid "Click on the scissors next to each item on the right to remove the last entry in your ranked list" msgstr "Fai clic sulla icona delle forbici a destra di ogni articolo per togliere l'ultima entrata nella tua lista" @@ -374,13 +357,13 @@ msgstr "Colonne" msgid "Comment" msgstr "Commento" -#: D:\web\xampp\htdocs\limesurvey/index.php:2355 -#: D:\web\xampp\htdocs\limesurvey/index.php:2430 -#: D:\web\xampp\htdocs\limesurvey/index.php:2597 +#: D:\web\xampp\htdocs\limesurvey/index.php:2364 +#: D:\web\xampp\htdocs\limesurvey/index.php:2439 +#: D:\web\xampp\htdocs\limesurvey/index.php:2606 msgid "Continue" msgstr "Continua" -#: D:\web\xampp\htdocs\limesurvey/index.php:2255 +#: D:\web\xampp\htdocs\limesurvey/index.php:2264 msgid "DATA TO BE ENTERED" msgstr "DATI DA INSERIRE" @@ -403,9 +386,8 @@ msgid "Date started" msgstr "Data inizata" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:2257 -#, fuzzy msgid "Date submitted" -msgstr "Data invio" +msgstr "Data inviata" #: D:\web\xampp\htdocs\limesurvey/qanda.php:1790 msgid "Day" @@ -416,8 +398,8 @@ msgid "Dec" msgstr "Dic" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:1915 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5677 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5741 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5691 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5755 msgid "Decrease" msgstr "Diminuisci" @@ -430,16 +412,15 @@ msgid "Default coordinates of the map when the page first loads. Format: latitud msgstr "" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3272 -#, fuzzy msgid "Default position" -msgstr "Scenario di default" +msgstr "Posizionamento di default" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:1259 msgid "Detailed email notification with result codes" msgstr "e-mail di notifica dettagliata con codici risultati" #: D:\web\xampp\htdocs\limesurvey/group.php:184 -#: D:\web\xampp\htdocs\limesurvey/index.php:2245 +#: D:\web\xampp\htdocs\limesurvey/index.php:2254 #: D:\web\xampp\htdocs\limesurvey/question.php:230 msgid "Did Not Save" msgstr "Salvataggio non riuscito" @@ -484,9 +465,8 @@ msgstr "Disabilitare il bottone prev sino a che sia scaduto il tempo limite" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3661 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3669 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3677 -#, fuzzy msgid "Display" -msgstr "Mostra:" +msgstr "Mostra" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3785 msgid "Display a 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank)" @@ -510,9 +490,8 @@ msgid "Display rows" msgstr "Mostra righe" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3649 -#, fuzzy msgid "Display slider min and max value" -msgstr "Minimo valore dello slider" +msgstr "Mostra valore minimo e massimo dello slider" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3761 msgid "Display the 'time limit expiry message' for this many seconds before performing the 'time limit action' (defaults to 1 second if left blank)" @@ -522,14 +501,14 @@ msgstr "Mostra il 'messaggio di tempo limite scaduto' per tot secondi prima di e msgid "Display the 2nd 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank)" msgstr "Visualizza il secondo 'avviso di tempo limite' quando rimangono tot secondi nel countdown (l'avviso non viene mostrato se lasciato vuoto)" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4817 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4818 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4835 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4836 msgid "Drag and drop the pin to the desired location. You may also right click on the map to move the pin." msgstr "" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3129 msgid "Dropdown prefix/suffix" -msgstr "" +msgstr "Dropdown prefix/suffix" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3137 #, fuzzy @@ -542,7 +521,7 @@ msgstr "Separatori Dropdown" msgid "ERROR" msgstr "ERRORE" -#: D:\web\xampp\htdocs\limesurvey/index.php:2262 +#: D:\web\xampp\htdocs\limesurvey/index.php:2271 msgid "ERROR MESSAGE" msgstr "MESSAGGIO DI ERRORE" @@ -551,18 +530,17 @@ msgstr "MESSAGGIO DI ERRORE" msgid "Either you have been inactive for too long, you have cookies disabled for your browser, or there were problems with your connection." msgstr "O sei stato troppo a lungo inattivo o hai disabilitato i cookies nel tuo browser oppure hai avuto problemi con la tua connessione di rete. " -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7022 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7041 msgid "Email address" msgstr "Indirizzo e-mail" -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4208 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4222 msgid "Email was not sent because demo-mode is activated." msgstr "L' E-Mail non è stata inviata dato che si stà ancora operando in un ambiente DEMO (modalità)" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3352 -#, fuzzy msgid "Ensure a minimum number of possible answers (0=No limit)" -msgstr "Assicurare un numero minimo di possibili risposte" +msgstr "Definisci un numero minimo di possibili risposte (0=Nessun limite)" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3144 #, fuzzy @@ -580,50 +558,46 @@ msgid "Enter the SGQA identifier to use the total of a previous question as the msgstr "Identificatore SGQA per usare il totale della domanda precedente come massimo di questa domanda" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3376 -#, fuzzy msgid "Enter the SGQA identifier to use the total of a previous question as the minimum for this question" msgstr "Identificatore SGQA per usare il totale della domanda precedente come minimo di questa domanda" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3049 -#, fuzzy msgid "Enter the code of a Multiple choice question to exclude the matching answer options in this question." -msgstr "Immettere il codice di una domanda con molte possibilità di scelta per escludere le risposte corrette a questa domanda." +msgstr "Immettere il codice di una domanda con molte possibilità di scelta per escludere le opzioni di risposta corrette a questa domanda." #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3041 -#, fuzzy msgid "Enter the code of a Multiple choice question to only show the matching answer options in this question." -msgstr "Immettere il codice di una domanda con molte possibilità di scelta per mostrare soltanto le risposte giuste a questa domanda." +msgstr "Immettere il codice di una domanda con molte possibilità di scelta per mostrare soltanto le opzioni di risposta giuste a questa domanda." #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3161 msgid "Equals sum value" msgstr "Di valore somma uguali" -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5941 -#: D:\web\xampp\htdocs\limesurvey/index.php:552 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5960 +#: D:\web\xampp\htdocs\limesurvey/index.php:559 msgid "Error" msgstr "Errore" -#: D:\web\xampp\htdocs\limesurvey/index.php:2264 +#: D:\web\xampp\htdocs\limesurvey/index.php:2273 msgid "Error saving results" msgstr "Errore nel salvataggio dei risultati" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:6118 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:6454 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:6791 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:6943 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:7584 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/qanda.php:6132 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:6478 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:6815 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:6967 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:7608 msgid "Error: There are no answer options for this question and/or they don't exist in this language." -msgstr "Errore: il gruppo di etichette per questa domanda non è disponibile in questa lingua." +msgstr "Errore: le opzioni di risposta per questa domanda non sono disponibili in questa lingua." -#: D:\web\xampp\htdocs\limesurvey/qanda.php:6937 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:6961 msgid "Error: There are no answers defined for this question." msgstr "Errore: non vi sono risposte definite per questa domanda." -#: D:\web\xampp\htdocs\limesurvey/qanda.php:3952 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4266 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5525 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:7354 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:3991 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4293 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5539 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:7378 msgid "Error: This question has no answers." msgstr "Errore: questa domanda non ha risposte." @@ -644,39 +618,37 @@ msgid "Feb" msgstr "Feb" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:1899 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5099 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5112 msgid "Female" msgstr "Femmina" #: D:\web\xampp\htdocs\limesurvey/delete.php:86 #, fuzzy, php-format msgid "File %s deleted" -msgstr "Eliminazione risposta fallita" +msgstr "File eliminato: %s" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3846 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3857 -#, fuzzy msgid "File metadata" -msgstr "Aggiornamento fallito!" +msgstr "File metadata" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:263 -#, fuzzy msgid "File upload" -msgstr "Nessun documento è stato caricato" +msgstr "Caricamento file" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3074 msgid "Filter the available answers by this value" msgstr "Filtra le risposte disponibili con questo valore" -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7020 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7039 msgid "First name" msgstr "Nome" -#: D:\web\xampp\htdocs\limesurvey/index.php:688 -#: D:\web\xampp\htdocs\limesurvey/index.php:724 -#: D:\web\xampp\htdocs\limesurvey/index.php:2469 -#: D:\web\xampp\htdocs\limesurvey/index.php:2513 -#: D:\web\xampp\htdocs\limesurvey/index.php:2702 +#: D:\web\xampp\htdocs\limesurvey/index.php:695 +#: D:\web\xampp\htdocs\limesurvey/index.php:731 +#: D:\web\xampp\htdocs\limesurvey/index.php:2478 +#: D:\web\xampp\htdocs\limesurvey/index.php:2522 +#: D:\web\xampp\htdocs\limesurvey/index.php:2713 #, php-format msgid "For further information please contact %s" msgstr "Per ulteriori informazioni contattare %s" @@ -696,7 +668,7 @@ msgstr "" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3234 msgid "Google Maps" -msgstr "" +msgstr "Google Maps" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:2753 #, fuzzy @@ -715,7 +687,7 @@ msgstr "Testata scala A" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3253 msgid "Height of the map in pixel" -msgstr "" +msgstr "Altezza della mappa in pixel" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3293 msgid "Hide the tip that is normally shown with a question" @@ -723,7 +695,7 @@ msgstr "Nascondi i suggerimenti che normalmente sono visualizzati assieme alla d #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3304 msgid "Hide this question at any time. This is useful for including data using answer prefilling." -msgstr "Nascondere sempre questa domanda. Ciò risulta utile dati impiegando l'inserimento preventivo delle risposte." +msgstr "Nascondere sempre questa domanda. Ciò risulta utile per includere dati grazie all'inserimento preventivo delle risposte." #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3294 msgid "Hide tip" @@ -738,14 +710,12 @@ msgid "Huge Free Text" msgstr "Testo libero maxi" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:2332 -#, fuzzy msgid "IP address" msgstr "Indirizzo IP" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3264 -#, fuzzy msgid "IP as default location" -msgstr "e-mail di notifica standard" +msgstr "IP come località di default" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3058 msgid "If one of the subquestions is marked then for each marked subquestion this value is added as assessment." @@ -760,8 +730,8 @@ msgstr "" msgid "If you choose '%s' you must provide a description." msgstr "Se avete scelto '%s' dovete inserire la descrizione." -#: D:\web\xampp\htdocs\limesurvey/index.php:2396 -#: D:\web\xampp\htdocs\limesurvey/index.php:2553 +#: D:\web\xampp\htdocs\limesurvey/index.php:2405 +#: D:\web\xampp\htdocs\limesurvey/index.php:2562 msgid "If you have been issued a token, please enter it in the box below and click continue." msgstr "Inserisci il tuo Identificativo nella campo in basso e clicca continua." @@ -770,8 +740,8 @@ msgid "Inactive" msgstr "Inattiva" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:1914 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5675 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5718 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5689 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5732 msgid "Increase" msgstr "Aumenta" @@ -790,30 +760,28 @@ msgid "Input box width" msgstr "Larghezza input box" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3538 -#, fuzzy msgid "Insert a page break before this question in printable view by setting this to Yes." -msgstr "Inserisci un salto pagina prima di questa domanda, nella vista stampabile, settando questo a 1." +msgstr "Inserisci un salto pagina prima di questa domanda nella versione per la stampa." #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3539 msgid "Insert page break in printable view" msgstr "Inserire un salto pagina nella vista stampabile" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3443 -#, fuzzy msgid "Integer only" -msgstr "Solo records incompleti" +msgstr "Solo numeri interi" -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7025 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7044 msgid "Invitation sent date" msgstr "Data d'invio dell'invito" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3863 msgid "Is the participant required to give a comment to the uploaded file?" -msgstr "" +msgstr "Deve il partecipante dare un commento al file caricato?" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3852 msgid "Is the participant required to give a title to the uploaded file?" -msgstr "" +msgstr "Deve il partecipante dare un titolo al file caricato?" #: D:\web\xampp\htdocs\limesurvey/qanda.php:1809 msgid "Jan" @@ -835,28 +803,26 @@ msgstr "Etichetta per Other:' scelta" msgid "Language Switch" msgstr "Cambio lingua" -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7024 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7043 msgid "Language code" msgstr "Codice della lingua" -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7026 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7045 msgid "Last Reminder sent date" msgstr "Data d'invio dell'sollecito" -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7021 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7040 msgid "Last name" msgstr "Cognome" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:2265 -#, fuzzy msgid "Last page" -msgstr "Cognome" +msgstr "Ultima pagina" -#: D:\web\xampp\htdocs\limesurvey/common.php:281 -#: D:\web\xampp\htdocs\limesurvey/common.php:287 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/common.php:280 +#: D:\web\xampp\htdocs\limesurvey/common.php:286 msgid "LimeSurvey online manual" -msgstr "Manuale on line di LimeSurvey" +msgstr "Manuale online di LimeSurvey" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3312 msgid "Limit the number of possible answers" @@ -868,19 +834,18 @@ msgstr "Tempo limite per rispondere alla domanda (in secondi)" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:245 msgid "List (Dropdown)" -msgstr "Elenco (Menù Dropdown)" +msgstr "Elenco (Menu Dropdown)" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:173 msgid "List (Radio)" msgstr "Elenco (Pulsanti Radio)" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:191 -#, fuzzy msgid "List with comment" msgstr "Lista con commento" -#: D:\web\xampp\htdocs\limesurvey/index.php:646 -#: D:\web\xampp\htdocs\limesurvey/index.php:650 +#: D:\web\xampp\htdocs\limesurvey/index.php:653 +#: D:\web\xampp\htdocs\limesurvey/index.php:657 msgid "Load Unfinished Survey" msgstr "Carica questionario non terminato" @@ -894,9 +859,8 @@ msgstr "Carica questionario non terminato" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3258 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3268 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3276 -#, fuzzy msgid "Location" -msgstr "Attiva" +msgstr "Località" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3038 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3046 @@ -912,16 +876,15 @@ msgstr "Attiva" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3502 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3513 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3905 -#, fuzzy msgid "Logic" -msgstr "Login" +msgstr "Logica" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:221 msgid "Long Free Text" msgstr "Testo lungo" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:3544 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:3572 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:3583 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:3611 msgid "Make a comment on your choice here:" msgstr "Inserisci un commento sulla tua scelta qui:" @@ -931,35 +894,33 @@ msgid "Make the 'Other:' comment field mandatory when the 'Other:' option is act msgstr "Fare che \"altro commento\" campo obbligatorio quando l' \"altro\" campo è stato marcato" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:1898 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5107 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5120 msgid "Male" msgstr "Maschio" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3254 msgid "Map height" -msgstr "" +msgstr "Altezza mappa" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3245 msgid "Map width" -msgstr "" +msgstr "Larghezza mappa" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3280 msgid "Map zoom level" -msgstr "" +msgstr "Livello zoom della mappa" #: D:\web\xampp\htdocs\limesurvey/qanda.php:1811 msgid "Mar" msgstr "Mar" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:94 -#, fuzzy msgid "Mask questions" -msgstr "alla domanda" +msgstr "Domande con maschera" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3883 -#, fuzzy msgid "Max number of files" -msgstr "Numero di casi" +msgstr "Numero massimo di files" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3337 msgid "Max value from SGQA" @@ -978,13 +939,12 @@ msgid "Maximum characters allowed" msgstr "Numero max caratteri ammessi" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3874 -#, fuzzy msgid "Maximum file size allowed (in KB)" -msgstr "Numero max caratteri ammessi" +msgstr "Dimensione massima permessa per il file (in KB)" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3882 msgid "Maximum number of files that the participant can upload for this question" -msgstr "" +msgstr "No massimo di files che un partecipante può caricare per questa domanda:" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3321 msgid "Maximum sum value" @@ -1009,9 +969,8 @@ msgid "Maximum value of the numeric input" msgstr "Valore massimo della somma dei valori relativi all'input numerico multiplo" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3121 -#, fuzzy msgid "Maximum year" -msgstr "Risposta massima" +msgstr "Anno massimo" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3120 msgid "Maximum year value for calendar" @@ -1022,9 +981,8 @@ msgid "May" msgstr "Mag" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3892 -#, fuzzy msgid "Min number of files" -msgstr "Numero di casi" +msgstr "Numero minimo dei files" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3353 msgid "Minimum answers" @@ -1032,7 +990,7 @@ msgstr "Risposta minima" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3891 msgid "Minimum number of files that the participant must upload for this question" -msgstr "" +msgstr "Numero minimo di file che il partecipante deve caricare per questa domanda" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3361 msgid "Minimum sum value" @@ -1048,19 +1006,16 @@ msgid "Minimum value for array(multi-flexible) question type" msgstr "Valore minimo per l'array del tipo di domanda (multi flessibile)" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3377 -#, fuzzy msgid "Minimum value from SGQA" -msgstr "Minimo valore da SGQA" +msgstr "Valore minimo da SGQA" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3368 -#, fuzzy msgid "Minimum value of the numeric input" -msgstr "Valore massimo della somma dei valori relativi all'input numerico multiplo" +msgstr "Valore minimo del campo numerico" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3113 -#, fuzzy msgid "Minimum year" -msgstr "Risposta minima" +msgstr "Anno minimo" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3112 msgid "Minimum year value in calendar" @@ -1083,17 +1038,14 @@ msgid "Multiple Short Text" msgstr "Testo breve multiplo" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:179 -#, fuzzy msgid "Multiple choice" -msgstr "Testo breve multiplo" - -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:96 -#, fuzzy -msgid "Multiple choice questions" msgstr "Scelta multipla" +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:96 +msgid "Multiple choice questions" +msgstr "Domande con scelta multipla" + #: D:\web\xampp\htdocs\limesurvey/common_functions.php:197 -#, fuzzy msgid "Multiple choice with comments" msgstr "Scelta multipla con commenti" @@ -1101,9 +1053,9 @@ msgstr "Scelta multipla con commenti" msgid "Multiple numeric inputs sum must equal this value" msgstr "La somma degli importi multipli numerici deve esser uguale a questo valore" -#: D:\web\xampp\htdocs\limesurvey/index.php:2957 -#: D:\web\xampp\htdocs\limesurvey/index.php:2963 #: D:\web\xampp\htdocs\limesurvey/index.php:2968 +#: D:\web\xampp\htdocs\limesurvey/index.php:2974 +#: D:\web\xampp\htdocs\limesurvey/index.php:2979 msgid "Next" msgstr "Avanti" @@ -1139,46 +1091,46 @@ msgstr "Avanti" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3735 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3849 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3860 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5052 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5515 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5570 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5065 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5529 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5584 msgid "No" msgstr "NO" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:1892 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:1900 -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5927 -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5932 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5946 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5951 #: D:\web\xampp\htdocs\limesurvey/qanda.php:1660 #: D:\web\xampp\htdocs\limesurvey/qanda.php:2153 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:2454 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:2584 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:2647 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5063 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5131 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5227 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5291 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5386 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5434 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5518 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5590 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5680 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5759 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5866 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5888 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5961 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:6094 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:6830 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:6831 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:7122 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:7197 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:7302 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:7504 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:7558 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:2463 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:2603 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:2666 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5076 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5144 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5241 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5305 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5400 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5448 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5532 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5604 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5694 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5773 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5880 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5902 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5975 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:6108 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:6854 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:6855 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:7146 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:7221 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:7326 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:7528 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:7582 msgid "No answer" msgstr "Nessuna risposta" -#: D:\web\xampp\htdocs\limesurvey/index.php:429 +#: D:\web\xampp\htdocs\limesurvey/index.php:436 msgid "No available surveys" msgstr "Nessuna indagine disponibile." @@ -1196,8 +1148,8 @@ msgstr "Numerico" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:1302 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:1327 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:1402 -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5017 -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5053 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5036 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5072 msgid "None" msgstr "Nessuno" @@ -1210,9 +1162,8 @@ msgid "Numbers only" msgstr "Solo numeri" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3520 -#, fuzzy msgid "Numbers only for 'Other'" -msgstr "Solo numeri in campo `Altro`" +msgstr "Solo numeri nel campo 'Altro'" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:185 msgid "Numerical Input" @@ -1228,47 +1179,46 @@ msgid "Off" msgstr "Spento" #: D:\web\xampp\htdocs\limesurvey/qanda.php:1041 -#, fuzzy msgid "One or more file have either exceeded the filesize/are not in the right format or the minimum number of required files have not been uploaded. You cannot proceed until these have been completed" -msgstr "Non hai risposto ad una o più domande obbligatorie. Non è possibile continuare senza che queste siano state completate" +msgstr "Uno o più file hanno ecceduto la dimensione massima/non sono nel formato corretto o il minimo numero di file richiesti non sono stai caricati. Non potete procedere fino a che non avete completato questi punti" -#: D:\web\xampp\htdocs\limesurvey/group.php:1208 +#: D:\web\xampp\htdocs\limesurvey/group.php:1212 #: D:\web\xampp\htdocs\limesurvey/qanda.php:990 #: D:\web\xampp\htdocs\limesurvey/question.php:528 msgid "One or more mandatory questions have not been answered. You cannot proceed until these have been completed." msgstr "Non hai risposto ad una o più domande obbligatorie. Non è possibile continuare senza che queste siano state completate" -#: D:\web\xampp\htdocs\limesurvey/group.php:1214 +#: D:\web\xampp\htdocs\limesurvey/group.php:1218 #: D:\web\xampp\htdocs\limesurvey/qanda.php:1017 #: D:\web\xampp\htdocs\limesurvey/question.php:534 msgid "One or more questions have not been answered in a valid manner. You cannot proceed until these answers are valid." msgstr "Non hai risposto in modo valido ad una o più domande. Non è possibile continuare finchè queste risposte non siano valide" -#: D:\web\xampp\htdocs\limesurvey/group.php:1220 +#: D:\web\xampp\htdocs\limesurvey/group.php:1224 #, fuzzy msgid "One or more uploaded files are not in proper format/size. You cannot proceed until these files are valid." msgstr "Non hai risposto in modo valido ad una o più domande. Non è possibile continuare finchè queste risposte non siano valide" #: D:\web\xampp\htdocs\limesurvey/question.php:540 msgid "One or more uploaded files do not satisfy the criteria" -msgstr "" +msgstr "Uno o più files caricati non soddisfano i criteri." -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4090 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4104 msgid "Online Manual" msgstr "Manuale on line " -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4408 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4435 msgid "Only numbers may be entered in these fields" msgstr "Inserire solo numeri " -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4631 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4658 msgid "Only numbers may be entered in this field" msgstr "Inserire solo numeri" #: D:\web\xampp\htdocs\limesurvey/delete.php:89 #, fuzzy msgid "Oops, There was an error deleting the file" -msgstr "C'è stato un errore durante l'aggiornamento. Verificare (%s)" +msgstr "Spiacente. c'è stato un errore nel caricamento del file." #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3693 #, fuzzy @@ -1289,9 +1239,9 @@ msgstr "Opzionale" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3878 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3887 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3896 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:2420 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:3228 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:3562 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:2429 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:3257 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:3601 msgid "Other" msgstr "Altro" @@ -1300,15 +1250,14 @@ msgid "Other answer" msgstr "Altra risposta" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:2707 -#, fuzzy msgid "Other comment" msgstr "Altro commento" #: D:\web\xampp\htdocs\limesurvey/qanda.php:912 #: D:\web\xampp\htdocs\limesurvey/qanda.php:2026 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:2317 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:2956 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:3432 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:2326 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:2985 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:3471 msgid "Other:" msgstr "Altro:" @@ -1317,48 +1266,44 @@ msgid "PDF Export" msgstr "Esporta PDF" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:37 -#, fuzzy msgid "Permission to activate/deactivate a survey" -msgstr "Sollecito a partecipare all'indagine on line" +msgstr "Permessi per attivare/disattivare un'indagine" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:34 msgid "Permission to create(data entry)/view/update/delete/import/export responses" -msgstr "" +msgstr "Permessi per creare()" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:42 msgid "Permission to create/update/delete/import/export token entries" -msgstr "" +msgstr "Permesso di creare/aggiornare/eliminare/importare/esportare i dati degli identificativi" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:32 msgid "Permission to create/view/update/delete assessments rules for a survey" -msgstr "" +msgstr "Permesso di creare/visualizzare/aggiornare/eliminare regole di valutazioni per l'indagine" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:33 msgid "Permission to create/view/update/delete quota rules for a survey" -msgstr "" +msgstr "Permessi per creare/vedere/aggiornare/eliminare le quote per un'indagine" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:38 msgid "Permission to create/view/update/delete/import/export the questions, groups, answers & conditions of a survey" -msgstr "" +msgstr "Permessi per creare/vedere/aggiornare/importare/esportare le domande, gruppi, risposte & condizioni di una indagine" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:36 -#, fuzzy msgid "Permission to delete a survey" -msgstr "Descrizione del sondaggio" +msgstr "Permesso di eliminare un'indagine" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:40 -#, fuzzy msgid "Permission to modify survey security settings" -msgstr "Elimina le impostazioni di sicurezza" +msgstr "Permesso di modificare le impostazioni di sicurezza dell'indagine" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:43 msgid "Permission to view & update the translations using the quick-translation feature" msgstr "" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:35 -#, fuzzy msgid "Permission to view statistics" -msgstr "Vedi statistiche" +msgstr "Permesso per vedere le statistiche" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:39 msgid "Permission to view/update the survey locale settings" @@ -1370,7 +1315,7 @@ msgstr "" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3908 msgid "Place questions into a specified randomization group, all questions included in the specified group will appear in a random order" -msgstr "" +msgstr "Inserisci domande all'interno di un specifico gruppo random. Tutte le domande inserite nel gruppo specifico appariranno in un ordine casuale" #: D:\web\xampp\htdocs\limesurvey/qanda.php:899 msgid "Please check at least one item." @@ -1380,18 +1325,18 @@ msgstr "Si prega di selezionare almeno una opzione/punto" msgid "Please check the items" msgstr "Per favore controlla gli articoli" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:6074 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:6088 msgid "Please choose" msgstr "Seleziona" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:3316 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:3641 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:3345 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:3680 #, php-format msgid "Please choose at least %d answer(s) for question \"%s\"" msgstr "Per favore scegliere almeno '%d' risposta/e alla domanda \"%s\"" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:3295 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:3616 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:3324 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:3655 #, fuzzy, php-format msgid "Please choose at most %d answers for question \"%s\"" msgstr "Per favore scegliere al massimo '%d' risposta/e alla domanda \"%s\"" @@ -1401,14 +1346,14 @@ msgstr "Per favore scegliere al massimo '%d' risposta/e alla domanda \"%s\"" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:1301 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:1326 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:1401 -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4967 -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5016 -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5052 -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5088 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4986 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5035 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5071 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:5107 #: D:\web\xampp\htdocs\limesurvey/qanda.php:1983 #: D:\web\xampp\htdocs\limesurvey/qanda.php:2135 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:7484 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:7538 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:7508 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:7562 msgid "Please choose..." msgstr "Per favore selezionare..." @@ -1416,26 +1361,26 @@ msgstr "Per favore selezionare..." msgid "Please complete all parts" msgstr "Si prega di completare tutti i campi" -#: D:\web\xampp\htdocs\limesurvey/index.php:2326 +#: D:\web\xampp\htdocs\limesurvey/index.php:2335 msgid "Please confirm access to survey by answering the security question below and click continue." msgstr "Si prega di confermare l'accesso al questionario rispondendo alla domanda di sicurezza di seguito indicata e premendo successivamente il pulsante Continua" -#: D:\web\xampp\htdocs\limesurvey/index.php:2572 +#: D:\web\xampp\htdocs\limesurvey/index.php:2581 msgid "Please confirm the token by answering the security question below and click continue." msgstr "Si prega di confermare l'identificativo inserito rispondendo alla seguente domanda (Effettuare l'addizione e mettere il risultato nell'apposita casella. Ad esempio 3+40=43) e cliccando su continua." #: D:\web\xampp\htdocs\limesurvey/index.php:297 #: D:\web\xampp\htdocs\limesurvey/index.php:331 -#: D:\web\xampp\htdocs\limesurvey/index.php:433 -#: D:\web\xampp\htdocs\limesurvey/index.php:513 -#: D:\web\xampp\htdocs\limesurvey/index.php:532 -#: D:\web\xampp\htdocs\limesurvey/index.php:554 +#: D:\web\xampp\htdocs\limesurvey/index.php:440 +#: D:\web\xampp\htdocs\limesurvey/index.php:520 +#: D:\web\xampp\htdocs\limesurvey/index.php:539 +#: D:\web\xampp\htdocs\limesurvey/index.php:561 #: D:\web\xampp\htdocs\limesurvey/printanswers.php:77 #, php-format msgid "Please contact %s ( %s ) for further assistance." msgstr "Per favore contatta '%s' ('%s') per ulteriore assistenza." -#: D:\web\xampp\htdocs\limesurvey/qanda.php:2550 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:2569 msgid "Please enter your comment here" msgstr "Inserisci qui sotto il tuo commento" @@ -1443,8 +1388,8 @@ msgstr "Inserisci qui sotto il tuo commento" msgid "Please rank all items" msgstr "Seleziona tutti i campi" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:2878 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:2893 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:2897 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:2912 #, fuzzy, php-format msgid "Please rank at least %d item for question \"%s\"" msgid_plural "Please rank at least %d items for question \"%s\"." @@ -1465,9 +1410,8 @@ msgid "Prefix|Suffix for dropdown lists" msgstr "Prefisso|Suffisso per le liste dropdown" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3422 -#, fuzzy msgid "Present answer options in reverse order" -msgstr "Presentare le risposte in ordine casuale" +msgstr "Mostrare le opzioni di risposta in ordine casuale" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3568 msgid "Present answers in random order" @@ -1477,8 +1421,8 @@ msgstr "Presentare le risposte in ordine casuale" msgid "Present as text input boxes instead of dropdown lists" msgstr "Si presenta come box di inserimento del testo anziché come lista a discesa" -#: D:\web\xampp\htdocs\limesurvey/index.php:2951 -#: D:\web\xampp\htdocs\limesurvey/index.php:3372 +#: D:\web\xampp\htdocs\limesurvey/index.php:2962 +#: D:\web\xampp\htdocs\limesurvey/index.php:3383 msgid "Previous" msgstr "Indietro" @@ -1494,11 +1438,10 @@ msgstr "Stampa le tue risposte." msgid "Question" msgstr "Domanda" -#: D:\web\xampp\htdocs\limesurvey/group.php:1309 +#: D:\web\xampp\htdocs\limesurvey/group.php:1313 #: D:\web\xampp\htdocs\limesurvey/question.php:630 -#, fuzzy msgid "Question index" -msgstr "Codici domande" +msgstr "Indice domande" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:2760 #, fuzzy @@ -1506,9 +1449,8 @@ msgid "Question time" msgstr "Pagina domanda" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:43 -#, fuzzy msgid "Quick translation" -msgstr "Statistiche brevi" +msgstr "Traduzione veloce" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:33 msgid "Quotas" @@ -1520,7 +1462,7 @@ msgstr "Ordine risposte casuale" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3909 msgid "Randomization group name" -msgstr "" +msgstr "Gruppo random" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:2583 #, php-format @@ -1536,26 +1478,23 @@ msgstr "Classifica" msgid "Referrer URL" msgstr "URL di riferimento" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4428 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4455 msgid "Remaining: " msgstr "Rimanenti:" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:2820 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:2839 msgid "Remove this item" msgstr "Azzera" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3527 -#, fuzzy msgid "Replaces the label of the 'Other:' answer option with a custom text" -msgstr "Rimpiazza l'etichetta 'altro' con testo" +msgstr "Rimpiazza l'etichetta 'Altro:' con testo" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:2249 -#, fuzzy msgid "Response ID" -msgstr "Risposte" +msgstr "ID risposta" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:34 -#, fuzzy msgid "Responses" msgstr "Risposte" @@ -1563,26 +1502,24 @@ msgstr "Risposte" msgid "Restrict input to integer values" msgstr "" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:3774 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:3813 #, fuzzy msgid "Return to survey" -msgstr "Ritorna al questionario" +msgstr "Ritorna all'indagine" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3423 -#, fuzzy msgid "Reverse answer order" -msgstr "Ordine risposte casuale" +msgstr "Inverti ordine delle risposte" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3466 -#, fuzzy msgid "Rows" -msgstr "Sfoglia" +msgstr "righe" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3430 msgid "SGQA identifier to use total of previous question as total for this question" msgstr "Identificatore SGQA per usare il di una precedente domanda come totale per questa domanda" -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4337 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4351 msgid "SMTP debug output:" msgstr "Output del debug per l'SMTP" @@ -1590,39 +1527,36 @@ msgstr "Output del debug per l'SMTP" msgid "SPSS export scale type" msgstr "Tipo SPSS di scala per l'esportazione" -#: D:\web\xampp\htdocs\limesurvey/index.php:2260 +#: D:\web\xampp\htdocs\limesurvey/index.php:2269 msgid "SQL CODE THAT FAILED" msgstr "CODICE SQL NON RIUSCITO" -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4867 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4886 #, php-format msgid "SQL command failed: %s Reason: %s" msgstr "" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:1916 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5676 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5729 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5690 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5743 msgid "Same" msgstr "Uguale" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3193 -#, fuzzy msgid "Save city" -msgstr "Allarme sicurezza" +msgstr "Salva città" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3226 -#, fuzzy msgid "Save country" -msgstr "Prova indagine" +msgstr "Salva nazione" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3215 msgid "Save postal code" -msgstr "" +msgstr "Salva codice postale" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3204 -#, fuzzy msgid "Save state" -msgstr "Salva pagina" +msgstr "Salva stato" #: D:\web\xampp\htdocs\limesurvey/group.php:82 #: D:\web\xampp\htdocs\limesurvey/question.php:50 @@ -1644,12 +1578,12 @@ msgstr "Maschio" msgid "Scale 2" msgstr "Maschio" -#: D:\web\xampp\htdocs\limesurvey/index.php:2426 -#: D:\web\xampp\htdocs\limesurvey/index.php:2594 +#: D:\web\xampp\htdocs\limesurvey/index.php:2435 +#: D:\web\xampp\htdocs\limesurvey/index.php:2603 msgid "Security Question" msgstr "Domanda di Sicurezza" -#: D:\web\xampp\htdocs\limesurvey/index.php:2350 +#: D:\web\xampp\htdocs\limesurvey/index.php:2359 msgid "Security question:" msgstr "Domanda di sicurezza:" @@ -1662,7 +1596,6 @@ msgid "Set a specific SPSS export scale type for this question" msgstr "Impostare uno specifico tipo SPSS di scala per l'esportazione di questa domanda" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3033 -#, fuzzy msgid "Set the percentage width of the answer column (1-100)" msgstr "Percentuale di lunghezza della colonna della risposta" @@ -1671,9 +1604,8 @@ msgid "Short Free Text" msgstr "Testo breve" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3864 -#, fuzzy msgid "Show comment" -msgstr "Altro commento" +msgstr "Mostra commento" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3486 msgid "Show grand total" @@ -1688,14 +1620,12 @@ msgid "Show in public statistics" msgstr "Mostra in statistiche pubbliche" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3557 -#, fuzzy msgid "Show statistics of this question in the public statistics page" -msgstr "Mostra statistiche di un certa domanda all'utente" +msgstr "Mostra statistiche per questa domanda nella pagina delle statistiche pubblica " #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3853 -#, fuzzy msgid "Show title" -msgstr "Guida in linea" +msgstr "Mostra titolo" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3472 msgid "Show totals for" @@ -1706,9 +1636,8 @@ msgid "Show totals for either rows, columns or both rows and columns" msgstr "" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:95 -#, fuzzy msgid "Single choice questions" -msgstr "Non hai copiato domande" +msgstr "Domande con scelta singola" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3573 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3584 @@ -1749,13 +1678,13 @@ msgstr "Minimo valore dello slider" msgid "Slider starts at the middle position" msgstr "Lo slider parte in posizione mediana" -#: D:\web\xampp\htdocs\limesurvey/index.php:1766 -#: D:\web\xampp\htdocs\limesurvey/index.php:1772 -#, php-format +#: D:\web\xampp\htdocs\limesurvey/index.php:1775 +#: D:\web\xampp\htdocs\limesurvey/index.php:1781 +#, fuzzy, php-format msgid "Sorry, only %s extensions are allowed!" -msgstr "" +msgstr "Spiacente, questa tipo di file (%s) non è permesso" -#: D:\web\xampp\htdocs\limesurvey/index.php:1753 +#: D:\web\xampp\htdocs\limesurvey/index.php:1762 #, fuzzy, php-format msgid "Sorry, the uploaded file (%s) is larger than the allowed filesize of %s KB." msgstr "Le dimensioni del documento in upload sono maggiori del valore settato in upload_max_file nel file php.ini" @@ -1770,9 +1699,8 @@ msgid "Sort answers alphabetically" msgstr "Ordina le risposte in modo alfabetico" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3023 -#, fuzzy msgid "Sort the answer options alphabetically" -msgstr "Ordina le risposte in modo alfabetico" +msgstr "Ordina le opzioni di risposta in modo alfabetico" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:2273 #, fuzzy @@ -1780,7 +1708,6 @@ msgid "Start language" msgstr "Lingua base:" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:35 -#, fuzzy msgid "Statistics" msgstr "Statistiche" @@ -1790,41 +1717,38 @@ msgid "Step value" msgstr "Valore passo" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3192 -#, fuzzy msgid "Store the city?" -msgstr "Sicurezza indagine" +msgstr "Memorizza la città?" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3225 msgid "Store the country?" -msgstr "" +msgstr "Salva la nazione?" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3214 msgid "Store the postal code?" -msgstr "" +msgstr "Salva il codice postale?" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3203 msgid "Store the state?" -msgstr "" +msgstr "Salva lo stato?" -#: D:\web\xampp\htdocs\limesurvey/group.php:1347 -#: D:\web\xampp\htdocs\limesurvey/index.php:2973 +#: D:\web\xampp\htdocs\limesurvey/group.php:1351 +#: D:\web\xampp\htdocs\limesurvey/index.php:2984 #: D:\web\xampp\htdocs\limesurvey/question.php:666 msgid "Submit" msgstr "Invia" #: D:\web\xampp\htdocs\limesurvey/group.php:352 -#, fuzzy msgid "Submit your answers" -msgstr "Stampa le tue risposte." +msgstr "Invia le tue risposte." -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4093 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4107 msgid "Support this project - Donate to " msgstr "Supporta questo progetto: Dona a " #: D:\web\xampp\htdocs\limesurvey/common_functions.php:37 -#, fuzzy msgid "Survey activation" -msgstr "L'indagine è stata disattivata." +msgstr "Attivazione indagine" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:38 #, fuzzy @@ -1832,9 +1756,8 @@ msgid "Survey content" msgstr "Quota del sondaggio" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:36 -#, fuzzy msgid "Survey deletion" -msgstr "alla domanda" +msgstr "Rimozione indagine" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:39 #, fuzzy @@ -1846,33 +1769,28 @@ msgid "Survey name (ID)" msgstr "Nome dell'indagine (ID):" #: D:\web\xampp\htdocs\limesurvey/printanswers.php:175 -#, fuzzy msgid "Survey name (ID):" msgstr "Nome dell'indagine (ID):" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:40 -#, fuzzy msgid "Survey security" msgstr "Sicurezza indagine" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:41 -#, fuzzy msgid "Survey settings" -msgstr "Salva le impostazioni" +msgstr "Impostazioni dell'indagine" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:233 -#, fuzzy msgid "Text display" -msgstr "Record visualizzati:" +msgstr "Visualizza testo" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3498 msgid "Text inputs" msgstr "Inserimenti del testo" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:97 -#, fuzzy msgid "Text questions" -msgstr "alla domanda" +msgstr "Domande con testi" #: D:\web\xampp\htdocs\limesurvey/group.php:248 #: D:\web\xampp\htdocs\limesurvey/question.php:270 @@ -1893,15 +1811,15 @@ msgstr "Secondo messaggio da visualizzare come 'avviso di tempo limite' (un avvi #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3085 msgid "The answer options will be distributed across the number of columns set here" -msgstr "Le possibilità di risposta saranno distribuite attraverso il numero di colonne qui impostate" +msgstr "Le opzioni di risposta saranno distribuite attraverso il numero di colonne qui impostate" -#: D:\web\xampp\htdocs\limesurvey/index.php:628 -#: D:\web\xampp\htdocs\limesurvey/index.php:2323 -#: D:\web\xampp\htdocs\limesurvey/index.php:2545 +#: D:\web\xampp\htdocs\limesurvey/index.php:635 +#: D:\web\xampp\htdocs\limesurvey/index.php:2332 +#: D:\web\xampp\htdocs\limesurvey/index.php:2554 msgid "The answer to the security question is incorrect." msgstr "La risposta alla domanda di sicurezza non è corretta" -#: D:\web\xampp\htdocs\limesurvey/index.php:434 +#: D:\web\xampp\htdocs\limesurvey/index.php:441 msgid "The following surveys are available:" msgstr "I seguenti sondaggi sono disponibili:" @@ -1917,26 +1835,26 @@ msgstr "Messaggio da visualizzare come 'avviso di tempo limite' (un avviso di de msgid "The message to display when the time limit has expired (a default message will display if this setting is left blank)" msgstr "Il messaggio da visualizzare quando il tempo limite è scaduto (se lasciato vuoto verrà mostrato un messaggio di default)" -#: D:\web\xampp\htdocs\limesurvey/index.php:1784 +#: D:\web\xampp\htdocs\limesurvey/index.php:1793 +#, fuzzy msgid "The minimum number of files has not been uploaded." -msgstr "" +msgstr "Il file è stato caricato con successo." #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3873 msgid "The participant cannot upload a single file larger than this size" -msgstr "" +msgstr "Il partecipante non può caricare un singolo file che superi la dimensione di:" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3360 -#, fuzzy msgid "The sum of the multiple numeric inputs must be greater than this value" -msgstr "Gli importi multipli numerici devono esser maggiori di questo valore" +msgstr "La somma dei campi numerici devono esser maggiori di questo valore" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3745 msgid "The text message that displays in the countdown timer during the countdown" msgstr "Il messaggio di testo che viene mostrato nell'orologio di countdown durante il countdown" -#: D:\web\xampp\htdocs\limesurvey/index.php:687 -#: D:\web\xampp\htdocs\limesurvey/index.php:2468 -#: D:\web\xampp\htdocs\limesurvey/index.php:2512 +#: D:\web\xampp\htdocs\limesurvey/index.php:694 +#: D:\web\xampp\htdocs\limesurvey/index.php:2477 +#: D:\web\xampp\htdocs\limesurvey/index.php:2521 msgid "The token you have provided is either not valid, or has already been used." msgstr "L'identificativo inserito non è valido o è già usato da un altro utente." @@ -1945,19 +1863,18 @@ msgid "The token you provided doesn't match the one in your session." msgstr "L'identificativo inserito non combacia con quello nella tua sessione." #: D:\web\xampp\htdocs\limesurvey/group.php:353 -#, fuzzy msgid "There are no more questions. Please press the button to finish this survey." -msgstr "Spiacente, non vi sono tipi di domanda supportati per questo sondaggio." +msgstr "Avete risposto a tutte le domande. Premete il bottone per finire l'indagine" -#: D:\web\xampp\htdocs\limesurvey/index.php:940 +#: D:\web\xampp\htdocs\limesurvey/index.php:949 msgid "There is no matching saved survey" msgstr "Non vi è alcun questionario salvato corrispondente ai dati inseriti" -#: D:\web\xampp\htdocs\limesurvey/index.php:686 -#: D:\web\xampp\htdocs\limesurvey/index.php:2395 -#: D:\web\xampp\htdocs\limesurvey/index.php:2467 -#: D:\web\xampp\htdocs\limesurvey/index.php:2511 -#: D:\web\xampp\htdocs\limesurvey/index.php:2548 +#: D:\web\xampp\htdocs\limesurvey/index.php:693 +#: D:\web\xampp\htdocs\limesurvey/index.php:2404 +#: D:\web\xampp\htdocs\limesurvey/index.php:2476 +#: D:\web\xampp\htdocs\limesurvey/index.php:2520 +#: D:\web\xampp\htdocs\limesurvey/index.php:2557 msgid "This is a controlled survey. You need a valid token to participate." msgstr "Questa indagine è moderata. Per partecipare è necessario avere un Identificativo." @@ -1970,33 +1887,30 @@ msgid "This question must be answered correctly" msgstr "Devi rispondere correttamente a questa domanda" #: D:\web\xampp\htdocs\limesurvey/optout.php:48 -#, fuzzy msgid "This survey does not seem to exist." -msgstr "Indagine non è stata ancora attivata." +msgstr "Questa indagine sembra non esistere." -#: D:\web\xampp\htdocs\limesurvey/index.php:2701 +#: D:\web\xampp\htdocs\limesurvey/index.php:2712 msgid "This survey does not yet have any questions and cannot be tested or completed." msgstr "L'indagine non contiene domande. Pertanto non può essere avviata o testata." -#: D:\web\xampp\htdocs\limesurvey/group.php:1301 -#: D:\web\xampp\htdocs\limesurvey/index.php:3489 +#: D:\web\xampp\htdocs\limesurvey/group.php:1305 +#: D:\web\xampp\htdocs\limesurvey/index.php:3500 #: D:\web\xampp\htdocs\limesurvey/question.php:619 -#, fuzzy msgid "This survey is currently not active. You will not be able to save your responses." msgstr "L'indagine non è attiva. Impossibile salvare le risposte." -#: D:\web\xampp\htdocs\limesurvey/index.php:512 +#: D:\web\xampp\htdocs\limesurvey/index.php:519 msgid "This survey is no longer available." msgstr "Questa indagine non è disponibile." -#: D:\web\xampp\htdocs\limesurvey/index.php:531 +#: D:\web\xampp\htdocs\limesurvey/index.php:538 msgid "This survey is not yet started." msgstr "Indagine non è stata ancora attivata." #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3706 -#, fuzzy msgid "Time limit" -msgstr "Time Submitted" +msgstr "Tempo limite" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3717 msgid "Time limit action" @@ -2032,9 +1946,8 @@ msgid "Time limit timer CSS style" msgstr "Foglio di stile CSS del timer per il tempo limite" #: D:\web\xampp\htdocs\limesurvey/qanda.php:1087 -#, fuzzy msgid "Time remaining" -msgstr "Rimanenti" +msgstr "Tempo rimanente" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3702 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3710 @@ -2053,17 +1966,16 @@ msgstr "Rimanenti" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3822 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3830 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3838 -#, fuzzy msgid "Timer" -msgstr "Titolo" +msgstr "Cronometro" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:2289 -#: D:\web\xampp\htdocs\limesurvey/index.php:2401 -#: D:\web\xampp\htdocs\limesurvey/index.php:2568 +#: D:\web\xampp\htdocs\limesurvey/index.php:2410 +#: D:\web\xampp\htdocs\limesurvey/index.php:2577 msgid "Token" -msgstr "Identificativi" +msgstr "Identificativo" -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7023 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7042 msgid "Token code" msgstr "Identificativo" @@ -2071,81 +1983,76 @@ msgstr "Identificativo" msgid "Token mismatch" msgstr "Token non corretto/allineato" -#: D:\web\xampp\htdocs\limesurvey/index.php:2586 +#: D:\web\xampp\htdocs\limesurvey/index.php:2595 msgid "Token:" msgstr "Identificativo:" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:42 -#, fuzzy msgid "Tokens" msgstr "Identificativi" -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7027 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7046 msgid "Total numbers of sent reminders" msgstr "Numero totale di promemoria inviati" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4420 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4447 #, php-format msgid "Total of all entries must be at least %s" msgstr "Il totale delle voci deve essere almeno uguale a %s" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4416 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4443 #, php-format msgid "Total of all entries must equal %d" msgstr "Il totale delle voci deve essere uguale a %d" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4412 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4439 #, php-format msgid "Total of all entries must not exceed %d" msgstr "Il totale delle voci non puo' eccedere %d" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:2746 -#, fuzzy msgid "Total time" -msgstr "Totale:" +msgstr "Tempo totale" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:4430 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:4457 msgid "Total: " msgstr "Totale:" -#: D:\web\xampp\htdocs\limesurvey/index.php:2272 +#: D:\web\xampp\htdocs\limesurvey/index.php:2281 msgid "Try to submit again" msgstr "Ripetere l'inserimento" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:1908 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5514 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5560 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5528 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5574 msgid "Uncertain" msgstr "Non so" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:3769 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:3808 #, fuzzy msgid "Upload files" msgstr "Upload di un documento:" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:3773 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:3812 #, fuzzy msgid "Upload your files" msgstr "Upload di un documento:" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3104 -#, fuzzy msgid "Use accessible dropdown boxes instead of calendar popup" -msgstr "Usare le caselle selezionabili al posto del popup calendario " +msgstr "Usare dropbox (liste a cascata) al posto del popup calendario " #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3411 -#, fuzzy msgid "Use checkbox layout" -msgstr "Controlla i dati" +msgstr "Usa checkbox layout" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3684 msgid "Use dropdown boxes" msgstr "" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3683 -#, fuzzy msgid "Use dropdown boxes instead of list of radio buttons" -msgstr "Usa il dual Dropdown al posto del dual Scale" +msgstr "Usa dropdown (liste a cascata) invece che la lista di radio buttons" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3236 msgid "Use mapping service" @@ -2158,7 +2065,7 @@ msgstr "" msgid "Use slider layout" msgstr "Usa il layout tipo slider" -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7028 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:7047 #, fuzzy msgid "Uses left" msgstr "Usa il default" @@ -2167,12 +2074,11 @@ msgstr "Usa il default" msgid "Value equals SGQA" msgstr "Valore eguaglia SGQA" -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4081 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4095 msgid "Version" msgstr "Versione" -#: D:\web\xampp\htdocs\limesurvey/index.php:422 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/index.php:429 msgid "View statistics" msgstr "Vedi statistiche" @@ -2181,7 +2087,7 @@ msgstr "Vedi statistiche" msgid "View the statistics for this survey." msgstr "Visualizza le statistiche di questa 'indagine" -#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4096 +#: D:\web\xampp\htdocs\limesurvey/common_functions.php:4110 msgid "Visit our website!" msgstr "Visita il nostro sito web!" @@ -2189,7 +2095,7 @@ msgstr "Visita il nostro sito web!" msgid "Warn and move on" msgstr "Fare attenzione e procedere" -#: D:\web\xampp\htdocs\limesurvey/index.php:722 +#: D:\web\xampp\htdocs\limesurvey/index.php:729 msgid "We are sorry but you are not allowed to enter this survey." msgstr "Spiacenti Non hai i permessi per eliminare questa indagine!" @@ -2207,9 +2113,8 @@ msgid "Width of text input box" msgstr "Larghezza della input box testuale" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3244 -#, fuzzy msgid "Width of the map in pixel" -msgstr "Larghezza della input box testuale" +msgstr "Larghezza della mappa in pixel" #: D:\web\xampp\htdocs\limesurvey/qanda.php:1837 msgid "Year" @@ -2247,9 +2152,9 @@ msgstr "Anno" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3736 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3850 #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3861 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5043 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5513 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:5552 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5056 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5527 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:5566 msgid "Yes" msgstr "Sì" @@ -2266,7 +2171,6 @@ msgid "Yes/No" msgstr "SI/NO" #: D:\web\xampp\htdocs\limesurvey/optout.php:57 -#, fuzzy msgid "You are not a participant in this survey." msgstr "Non hai i permessi per attivare questa indagine!" @@ -2274,54 +2178,52 @@ msgstr "Non hai i permessi per attivare questa indagine!" msgid "You cannot proceed until you enter some text for one or more questions." msgstr "Non puoi procedere fino a che non inserisci un testo per una o più domande" -#: D:\web\xampp\htdocs\limesurvey/index.php:611 +#: D:\web\xampp\htdocs\limesurvey/index.php:618 msgid "You did not provide a name" msgstr "Non hai inserito il nome" -#: D:\web\xampp\htdocs\limesurvey/index.php:616 +#: D:\web\xampp\htdocs\limesurvey/index.php:623 msgid "You did not provide a password" msgstr "Non hai inserito la password" -#: D:\web\xampp\htdocs\limesurvey/index.php:553 +#: D:\web\xampp\htdocs\limesurvey/index.php:560 msgid "You have already completed this survey." msgstr "Hai già completato il questionario." #: D:\web\xampp\htdocs\limesurvey/optout.php:67 -#, fuzzy msgid "You have been already removed from this survey." -msgstr "Hai già completato il questionario." +msgstr "Siete già stati rimossi da questa indagine." #: D:\web\xampp\htdocs\limesurvey/optout.php:63 -#, fuzzy msgid "You have been successfully removed from this survey." -msgstr "Non è stata inserita una quota per questo sondaggio" +msgstr "Siete stati rimossi con successo da questa indagine." -#: D:\web\xampp\htdocs\limesurvey/index.php:1042 -#, fuzzy, php-format +#: D:\web\xampp\htdocs\limesurvey/index.php:1051 +#, php-format msgid "You have completed %s%% of this survey" -msgstr "Hai già completato il questionario." +msgstr "Hai completato il %s%% del questionario" -#: D:\web\xampp\htdocs\limesurvey/index.php:432 +#: D:\web\xampp\htdocs\limesurvey/index.php:439 msgid "You have not provided a survey identification number" msgstr "Non hai inserito un numero di identificazione dell'indagine" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:3351 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:3672 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:3380 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:3711 #, php-format msgid "You've marked the \"other\" field for question \"%s\". Please also fill in the accompanying \"other comment\" field." msgstr "Avete marcato \"altro\" come risposta alla domanda \"%s\". Per favore compilare anche il campo collegato \"altro commento\"." #: D:\web\xampp\htdocs\limesurvey/qanda.php:2231 -#: D:\web\xampp\htdocs\limesurvey/qanda.php:2491 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:2500 #, fuzzy, php-format msgid "You've selected the \"%s\" answer for question \"%s\". Please also fill in the accompanying \"other comment\" field." msgstr "Avete selezionato \"altro\" come risposta alla domanda \"%s\". Per favore compilare anche il campo collegato \"altro commento\"." -#: D:\web\xampp\htdocs\limesurvey/qanda.php:2848 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:2867 msgid "Your Choices" msgstr "Le tue scelte" -#: D:\web\xampp\htdocs\limesurvey/qanda.php:2859 +#: D:\web\xampp\htdocs\limesurvey/qanda.php:2878 msgid "Your Ranking" msgstr "La tua classifica" @@ -2333,14 +2235,13 @@ msgstr "La tua risposta" msgid "Your browser reports that it was used previously to answer this survey. We are resetting the session so that you can start from the beginning." msgstr "Il tuo browser riporta che esso è stato usato precedentemente per rispondere a questa indagine. Stiamo resettando la sessione in modo che si possa ripartire dall'inizio." -#: D:\web\xampp\htdocs\limesurvey/index.php:2249 +#: D:\web\xampp\htdocs\limesurvey/index.php:2258 msgid "Your responses have not been lost and have been emailed to the survey administrator and will be entered into our database at a later point." msgstr "Le risposte non sono state perse e sono state inviate all'amministratore di sistema. Verranno inserite nel database in un secondo momento." -#: D:\web\xampp\htdocs\limesurvey/index.php:898 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/index.php:907 msgid "Your responses were successfully saved." -msgstr "Le tue impostazioni di accesso personali sono state salvate con successo." +msgstr "Le vostre risposte sono state salvate con successo" #: D:\web\xampp\htdocs\limesurvey/group.php:249 #: D:\web\xampp\htdocs\limesurvey/question.php:271 @@ -2353,22 +2254,21 @@ msgid "Your survey responses have not been recorded. This survey is not yet acti msgstr "Le risposte dell'indagine non sono state salvate. L'indagine non è ancora attiva." #: D:\web\xampp\htdocs\limesurvey/qanda.php:1084 -#, fuzzy msgid "Your time to answer this question has expired" -msgstr "E' necessario inserire delle risposte a questa domanda" +msgstr "Il tempo limite per rispondere è scaduto" #: D:\web\xampp\htdocs\limesurvey/qanda.php:1088 #: D:\web\xampp\htdocs\limesurvey/qanda.php:1091 msgid "Your time to answer this question has nearly expired. You have {TIME} remaining." msgstr "Il tempo per rispondere a questa domanda è scaduto. Rimane {TIME}." -#: D:\web\xampp\htdocs\limesurvey/index.php:723 +#: D:\web\xampp\htdocs\limesurvey/index.php:730 msgid "Your token seems to be valid but can be used only during a certain time period." msgstr "Il tuo identificativo sembra esser valido ma può essere usato solamente durante un certo periodo" #: D:\web\xampp\htdocs\limesurvey/common_functions.php:3281 msgid "Zoom level" -msgstr "" +msgstr "Livello zoom" #: D:\web\xampp\htdocs\limesurvey/qanda.php:1244 #: D:\web\xampp\htdocs\limesurvey/qanda.php:1262 @@ -2379,9 +2279,8 @@ msgstr "ore" #: D:\web\xampp\htdocs\limesurvey/qanda.php:1245 #: D:\web\xampp\htdocs\limesurvey/qanda.php:1263 #: D:\web\xampp\htdocs\limesurvey/qanda.php:1294 -#, fuzzy msgid "mins" -msgstr "Accessi" +msgstr "min" #: D:\web\xampp\htdocs\limesurvey/group.php:266 #: D:\web\xampp\htdocs\limesurvey/question.php:288 @@ -2428,25 +2327,23 @@ msgid "Add or delete questions" msgstr "aggiungere o eliminare domande" #: D:\web\xampp\htdocs\limesurvey/admin/activate.php:73 -#, fuzzy msgid "Add or delete subquestions or change their codes" -msgstr "aggiungere o eliminare domande" +msgstr "Aggiungi o elimina sotto-domande o cambia i loro codici" #: D:\web\xampp\htdocs\limesurvey/admin/activate.php:74 -#, fuzzy msgid "Add, remove or edit answer options" -msgstr "Aggiungi una nuova risposta " +msgstr "Aggiungi/elimina o modifica le opzioni di risposta " #: D:\web\xampp\htdocs\limesurvey/replacements.php:590 msgid "After having clicked the save button you can either close this browser window or continue filling out the survey." -msgstr "" +msgstr "Dopo aver premuto il bottone salva potete sia chiudere la finestra del browser o continuare a riempire l'indagine." #: D:\web\xampp\htdocs\limesurvey/admin/access_denied.php:122 #: D:\web\xampp\htdocs\limesurvey/admin/access_denied.php:127 msgid "Also this problem can occur when you are working/editing in LimeSurvey in several browser windows/tabs at the same time." msgstr "La causa di questo problema potrebbe anche essere il simultaneo uso o la modificazione del LimeSurvey in piu Internet browser." -#: D:\web\xampp\htdocs\limesurvey/register.php:170 +#: D:\web\xampp\htdocs\limesurvey/register.php:176 msgid "An email has been sent to the address you provided with access details for this survey. Please follow the link in that email to proceed." msgstr "E' stata inviata una e-mail all'indirizzo che hai fornito. Segui il collegamento presente nella e-mail per procedere." @@ -2491,11 +2388,10 @@ msgid "Click on 'Submit' now to complete the process and save your answers." msgstr "Fai clic su \"Invia\" per completare il processo e salvare le risposte. " #: D:\web\xampp\htdocs\limesurvey/replacements.php:545 -#, fuzzy msgid "Close this window" msgstr "Chiudi finestra" -#: D:\web\xampp\htdocs\limesurvey/statistics_user.php:453 +#: D:\web\xampp\htdocs\limesurvey/statistics_user.php:454 msgid "Completed" msgstr "Completato" @@ -2505,9 +2401,8 @@ msgid "Confirmation of your participation in our survey" msgstr "Invito a partecipare ad una indagine on line" #: D:\web\xampp\htdocs\limesurvey/admin/activate_functions.php:409 -#, fuzzy msgid "Database error:" -msgstr "Nome database" +msgstr "Errore database:" #: D:\web\xampp\htdocs\limesurvey/admin/admin_functions.php:308 msgid "" @@ -2575,7 +2470,6 @@ msgstr "" "Se hai qualche domanda, o se non ti sei registrato e ritieni che questa e-mail ti sia pervenuta per errore, ti preghiamo di contattare {ADMINNAME} all'indirizzo {ADMINEMAIL}." #: D:\web\xampp\htdocs\limesurvey/admin/admin_functions.php:304 -#, fuzzy msgid "" "Dear {FIRSTNAME},\n" "\n" @@ -2587,7 +2481,7 @@ msgid "" "\n" "{ADMINNAME}" msgstr "" -"Caro {FIRSTNAME},\n" +"Egregio/a {FIRSTNAME},\n" "\n" "Questa e-mail ti è stata inviata per confermarti che hai completato corretamente il questionario initolato {SURVEYNAME} e che le tue risposte sono state salvate. Grazie per la partecipazione.\n" "\n" @@ -2598,7 +2492,6 @@ msgstr "" "{ADMINNAME}" #: D:\web\xampp\htdocs\limesurvey/admin/admin_functions.php:306 -#, fuzzy msgid "" "Dear {FIRSTNAME},\n" "\n" @@ -2621,19 +2514,19 @@ msgid "" msgstr "" "Caro {FIRSTNAME},\n" "\n" -"sei invitato a partecipare ad una indagine on line.\n" +"sei invitato a partecipare ad un'indagine on line.\n" "\n" "L'indagine è intitolata:\n" "\"{SURVEYNAME}\"\n" "\n" "\"{SURVEYDESCRIPTION}\"\n" "\n" -"Per partecipare fai clic sul link qui sotto e rispondi alle domande del questionario.\n" +"Per partecipare fai click sul link qui sotto e rispondi alle domande del questionario.\n" "\n" "Cordiali saluti,{ADMINNAME} ({ADMINEMAIL})\n" "\n" "----------------------------------------------\n" -"Fai clic qui per accedere al questionario:\n" +"Fai click qui per accedere al questionario:\n" "{SURVEYURL}" #: D:\web\xampp\htdocs\limesurvey/admin/assessments.php:194 @@ -2646,14 +2539,12 @@ msgid "Edit" msgstr "Modifica" #: D:\web\xampp\htdocs\limesurvey/admin/activate.php:74 -#, fuzzy msgid "Edit your group names or descriptions" -msgstr "cambiare il nome dell'indagine o la sua descrizione" +msgstr "Modifica i gruppi domande o descrizioni" #: D:\web\xampp\htdocs\limesurvey/admin/activate.php:74 -#, fuzzy msgid "Edit your questions code/title/text and advanced options" -msgstr "Modificare il codice, il testo o il tipo delle domande" +msgstr "Modifica il codice/titolo/testo domande e le impostazioni avanzate" #: D:\web\xampp\htdocs\limesurvey/replacements.php:590 msgid "Enter a name and password for this survey and click save below." @@ -2667,15 +2558,15 @@ msgstr "Scrivi i tuoi dati qui sotto. Ti verrà inviata una e-mail contenente il msgid "Exit and Clear Survey" msgstr "Azzera e esci dal questionario" -#: D:\web\xampp\htdocs\limesurvey/statistics_user.php:425 +#: D:\web\xampp\htdocs\limesurvey/statistics_user.php:426 msgid "Generating summaries ..." msgstr "Genera riassunti ..." -#: D:\web\xampp\htdocs\limesurvey/statistics_user.php:396 +#: D:\web\xampp\htdocs\limesurvey/statistics_user.php:397 msgid "Getting questions and answers ..." msgstr "Genera domande e risposte..." -#: D:\web\xampp\htdocs\limesurvey/statistics_user.php:387 +#: D:\web\xampp\htdocs\limesurvey/statistics_user.php:388 msgid "Go back" msgstr "Indietro" @@ -2728,6 +2619,25 @@ msgid "" "The following answers were given by the participant:\n" "{ANSWERTABLE}" msgstr "" +"Salve,\n" +"\n" +"Una nuova risposta e stata inviata dall'indagine '{SURVEYNAME}'.\n" +"\n" +"Clicca il link seguente per ricaricare l'indagine:\n" +"{RELOADURL}\n" +"\n" +"Clicca il link seguente per vedere la risposta individuale:\n" +"{VIEWRESPONSEURL}\n" +"\n" +"Clicca il link seguente per modificare la risposta individuale:\n" +"{EDITRESPONSEURL}\n" +"\n" +"Clicca il link seguente per vedere le statistiche:\n" +"{STATISTICSURL}\n" +"\n" +"\n" +"Le seguenti risposte sono state date dal partecipante:\n" +"{ANSWERTABLE}" #: D:\web\xampp\htdocs\limesurvey/admin/activate.php:74 msgid "However you can still:" @@ -2743,7 +2653,7 @@ msgid "" "If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:\n" "{OPTOUTURL}" msgstr "" -"Se non si intende partecipare a quest'intervista e non si vogliono ricevere altri inviti, si può cliccare sul seguente collegamento:\n" +"Se non si intende partecipare a questa indagine e non si vogliono ricevere altri inviti, si può cliccare sul seguente collegamento:\n" "{OPTOUTURL}" #: D:\web\xampp\htdocs\limesurvey/replacements.php:590 @@ -2765,7 +2675,7 @@ msgstr "" #: D:\web\xampp\htdocs\limesurvey/admin/activate_functions.php:471 msgid "Initialise tokens" -msgstr "Inizializza gli identificativi" +msgstr "Crea tabella degli identificativi" #: D:\web\xampp\htdocs\limesurvey/admin/admin_functions.php:305 #, fuzzy @@ -2830,14 +2740,12 @@ msgid "Once a survey is activated you can no longer:" msgstr "Una volta attivata l'indagine non si può più: " #: D:\web\xampp\htdocs\limesurvey/admin/activate.php:75 -#, fuzzy msgid "Once data has been entered into this survey, if you want to add or remove groups or questions, you will need to deactivate this survey, which will move all data that has already been entered into a separate archived table." -msgstr "Una volta inseriti tutti i dati, per eliminare o aggiungere nuovi gruppi, è necessario disattivare l'indagine. Tutti i dati inseriti verranno esportati in un altro file." +msgstr "Se volete aggiungere gruppi o domande una volta che sono stati inseriti dei dati nell'indagine, dovete disattivare l'indagine. Tutti i dati che sono stati registrati saranno spostati in un archivio separato." -#: D:\web\xampp\htdocs\limesurvey/survey.php:914 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/survey.php:918 msgid "One or more files are either not in the proper format or exceed the maximum file size limitation. You cannot proceed until these answers are valid." -msgstr "Non hai risposto in modo valido ad una o più domande. Non è possibile continuare finchè queste risposte non siano valide" +msgstr "Uno o più files non sono nel giusto formato o hanno sorpassato dimensione massima permessa. Non potete procedere fino a che non avete risolto questi punti." #: D:\web\xampp\htdocs\limesurvey/admin/activate_functions.php:476 msgid "Open-access mode" @@ -2858,9 +2766,9 @@ msgstr "Prova di nuovo." msgid "Please upload %s more file(s)." msgstr "" -#: D:\web\xampp\htdocs\limesurvey/statistics_user.php:385 +#: D:\web\xampp\htdocs\limesurvey/statistics_user.php:386 msgid "Please wait ..." -msgstr "Atendere..." +msgstr "Attendere..." #: D:\web\xampp\htdocs\limesurvey/admin/assessments.php:145 #: D:\web\xampp\htdocs\limesurvey/admin/assessments.php:208 @@ -2887,14 +2795,12 @@ msgid "Repeat Password" msgstr "Ripeti la password" #: D:\web\xampp\htdocs\limesurvey/admin/admin_functions.php:301 -#, fuzzy msgid "Response submission for survey {SURVEYNAME}" -msgstr "Presentazione delle risposte per il Sondaggio." +msgstr "Invio di una risposta all'indagine {SURVEYNAME}" #: D:\web\xampp\htdocs\limesurvey/admin/admin_functions.php:263 -#, fuzzy msgid "Response submission for survey {SURVEYNAME} with results" -msgstr "Presentazione delle risposte per il Sondaggio." +msgstr "Invio di una risposta all'indagine {SURVEYNAME} con risultati" #: D:\web\xampp\htdocs\limesurvey/replacements.php:377 #: D:\web\xampp\htdocs\limesurvey/replacements.php:388 @@ -2909,7 +2815,7 @@ msgstr "Voglio riprendere successivamente" #: D:\web\xampp\htdocs\limesurvey/replacements.php:404 msgid "Return To Survey" -msgstr "Ritorna al questionario" +msgstr "Ritorna all'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/assessments.php:119 msgid "Return to survey administration" @@ -2952,9 +2858,8 @@ msgstr "Allarme sicurezza" #: D:\web\xampp\htdocs\limesurvey/uploader.php:96 #: D:\web\xampp\htdocs\limesurvey/uploader.php:124 -#, fuzzy msgid "Select file" -msgstr "Selezionare file CSV" +msgstr "Seleziona file" #: D:\web\xampp\htdocs\limesurvey/admin/access_denied.php:122 #: D:\web\xampp\htdocs\limesurvey/admin/access_denied.php:127 @@ -2968,22 +2873,21 @@ msgstr "" #: D:\web\xampp\htdocs\limesurvey/uploader.php:94 #, fuzzy, php-format msgid "Sorry, only %s files can be uploaded for this question!" -msgstr "E' necessario scegliere un gruppo di etichette per questa domanda!" +msgstr "Devono essere caricati al minimo %d files per questa domanda" #: D:\web\xampp\htdocs\limesurvey/upload.php:166 -#, fuzzy msgid "Sorry, there was an error uploading your file" -msgstr "Spiacente. Non è stata trovata alcuna indagine corrispondente." +msgstr "Spiacente. c'è stato un errore nel caricamento del file." #: D:\web\xampp\htdocs\limesurvey/upload.php:87 #, php-format msgid "Sorry, this file extension (%s) is not allowed!" -msgstr "" +msgstr "Spiacente, questa tipo di file (%s) non è permesso" #: D:\web\xampp\htdocs\limesurvey/upload.php:131 -#, php-format +#, fuzzy, php-format msgid "Sorry, this file is too large. Only files up to %s KB are allowed." -msgstr "" +msgstr "Spiacente, questa tipo di file (%s) non è permesso" #: D:\web\xampp\htdocs\limesurvey/upload.php:101 #: D:\web\xampp\htdocs\limesurvey/upload.php:176 @@ -2991,7 +2895,7 @@ msgstr "" msgid "Sorry, this file is too large. Only files upto %s KB are allowed." msgstr "" -#: D:\web\xampp\htdocs\limesurvey/register.php:170 +#: D:\web\xampp\htdocs\limesurvey/register.php:176 msgid "Survey Administrator" msgstr "Amministratore indagine:" @@ -3015,7 +2919,7 @@ msgstr "Conferma registrazione all'indagine on line" msgid "Switch to closed-access mode" msgstr "Passa alla modalità accesso-non pubblico" -#: D:\web\xampp\htdocs\limesurvey/register.php:170 +#: D:\web\xampp\htdocs\limesurvey/register.php:176 msgid "Thank you for registering to participate in this survey." msgstr "Grazie per la registrazione alla partecipazione al questionario." @@ -3025,7 +2929,7 @@ msgstr "Grazie per avere salvato indagine che stai svolgeno. I seguenti dati pos #: D:\web\xampp\htdocs\limesurvey/save.php:425 msgid "Thank you for saving your survey in progress. You can return to the survey at the same point you saved it at any time using the link from this or any previous email sent to regarding this survey." -msgstr "" +msgstr "Grazie per salvare l'indagine in corso. Potete tornare all'indagine allo punto dove avete salvato quando volete, usando il link da questo o ogni email inviata precedentemente." #: D:\web\xampp\htdocs\limesurvey/register.php:94 msgid "The email you used has already been registered." @@ -3037,9 +2941,8 @@ msgstr "L'indirizzo e-mail che hai inserito non è corretto. Prova di nuovo." #: D:\web\xampp\htdocs\limesurvey/upload.php:116 #: D:\web\xampp\htdocs\limesurvey/upload.php:153 -#, fuzzy msgid "The file has been successfuly uploaded." -msgstr "Il database `%s` è stato creato." +msgstr "Il file è stato caricato con successo." #: D:\web\xampp\htdocs\limesurvey/admin/activate.php:43 msgid "The following problems have been found:" @@ -3103,9 +3006,8 @@ msgid "This question is a multiple answer type question but has no answers." msgstr "Questa domanda è una domanda a scelta multipla senza risposte." #: D:\web\xampp\htdocs\limesurvey/admin/activate_functions.php:133 -#, fuzzy msgid "This question is a subquestion type question but has no configured subquestions." -msgstr "Questa domanda è una domanda a scelta multipla senza risposte." +msgstr "Questa domanda necessita di sotto-domande, ma non ha nessuna sotto-somanda configurata." #: D:\web\xampp\htdocs\limesurvey/admin/activate_functions.php:170 #, fuzzy @@ -3113,9 +3015,8 @@ msgid "This question requires a second answer set but none is set." msgstr "Questa domanda richiede un secondo set di etichette, ma nessuna etichetta è stata impostata." #: D:\web\xampp\htdocs\limesurvey/admin/activate_functions.php:163 -#, fuzzy msgid "This question requires answers, but none are set." -msgstr "Questa domanda richiede un set di etichette. Nessuna etichetta è stata impostata." +msgstr "Questa domanda richiede delle risposte, ma nessuna risposta è stata configurata." #: D:\web\xampp\htdocs\limesurvey/admin/activate_functions.php:470 msgid "This survey allows public registration. A token table must also be created." @@ -3136,14 +3037,14 @@ msgstr "Titolo" #: D:\web\xampp\htdocs\limesurvey/replacements.php:392 msgid "To remain anonymous please use a pseudonym as your username, also an email address is not required." -msgstr "" +msgstr "Per rimanere anonimo, prego usare uno pseudonimo come nome utente, inoltre un indirizzo email non e richiesto." #: D:\web\xampp\htdocs\limesurvey/admin/assessments.php:203 #: D:\web\xampp\htdocs\limesurvey/admin/assessments.php:231 msgid "Total" msgstr "Totale" -#: D:\web\xampp\htdocs\limesurvey/statistics_user.php:412 +#: D:\web\xampp\htdocs\limesurvey/statistics_user.php:413 msgid "Total records in survey" msgstr "Record totali nell'indagine" @@ -3152,9 +3053,8 @@ msgid "Type in the 'name' you used to save the survey, and the password." msgstr "Scrivi il nome e la password che hai utilizzato per salvare il questionario." #: D:\web\xampp\htdocs\limesurvey/upload.php:185 -#, fuzzy msgid "Unknown error" -msgstr "In caso di errori " +msgstr "Errore sconosciuto" #: D:\web\xampp\htdocs\limesurvey/uploader.php:95 #, fuzzy @@ -3256,7 +3156,7 @@ msgstr "Si può passare alla modalità di accesso-non pubblico inizializzando la #: D:\web\xampp\htdocs\limesurvey/uploader.php:127 #, php-format msgid "You can upload %s under %s KB each." -msgstr "" +msgstr "Puoi caricare %s sotto %s KB ognuno." #: D:\web\xampp\htdocs\limesurvey/replacements.php:595 msgid "You have completed answering the questions in this survey." @@ -3313,14 +3213,12 @@ msgstr "I questionario sarà salvato con il nome e la password prescelti; potrà #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:136 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:994 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:997 -#, fuzzy msgid "*Required" msgstr "*Obbligatorio" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:132 -#, fuzzy msgid "*This setting cannot be changed later!" -msgstr "Queste impostazioni non possono essere modificate successivamente! " +msgstr "*Queste impostazioni non possono essere modificate successivamente! " #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:378 msgid "A token entry for the saved survey has been created too." @@ -3349,9 +3247,8 @@ msgid "Add condition" msgstr "Aggiungi condizione" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1713 -#, fuzzy msgid "Add scenario" -msgstr "Modifica scenario" +msgstr "Aggiungi scenario" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:204 msgid "Additional Languages" @@ -3363,14 +3260,12 @@ msgid "Admin Email:" msgstr "e-mail Amministratore:" #: D:\web\xampp\htdocs\limesurvey/admin/editemailtemplates.php:78 -#, fuzzy msgid "Admin confirmation email body:" -msgstr "Messaggio di conferma:" +msgstr "Admin email messaggio di conferma:" #: D:\web\xampp\htdocs\limesurvey/admin/editemailtemplates.php:73 -#, fuzzy msgid "Admin confirmation email subject:" -msgstr "Oggetto messaggio di conferma:" +msgstr "Admin confermazione oggetto email:" #: D:\web\xampp\htdocs\limesurvey/admin/editemailtemplates.php:80 #, fuzzy @@ -3395,13 +3290,12 @@ msgid "All questions, answers, etc for removed languages will be lost. Are you s msgstr "Tutte le domande, risposte. ecc. nelle lingue rimosse saranno perdute. Sei sicuro?" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:728 -#, fuzzy msgid "All responses" msgstr "Tuttle le risposte" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:892 msgid "Allow editing answers after completion?" -msgstr "" +msgstr "Permetti la modifica delle risposte dopo completamento?" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:918 msgid "Allow public registration?" @@ -3416,19 +3310,16 @@ msgid "An email has been sent with details about your saved survey" msgstr "Un messaggio e-mail è stato inviato con i dati con i quali hai salvato il questionario." #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:847 -#, fuzzy msgid "Anonymized responses?" -msgstr "Solo records incompleti" +msgstr "Risposte anonime?" #: D:\web\xampp\htdocs\limesurvey/admin/editansweroptions.php:155 -#, fuzzy msgid "Answer option" -msgstr "Prefisso risposta" +msgstr "Opzione di risposta" #: D:\web\xampp\htdocs\limesurvey/admin/database.php:915 -#, fuzzy msgid "Answer options were successfully saved." -msgstr "Le tue impostazioni di accesso personali sono state salvate con successo." +msgstr "Le opzioni di risposta sono state salvate con successo." #: D:\web\xampp\htdocs\limesurvey/admin/editansweroptions.php:136 #, fuzzy, php-format @@ -3445,7 +3336,7 @@ msgstr "Risposte dalla domanda precedente" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:870 msgid "Answers to this survey are anonymized." -msgstr "Le risposte a questo sondaggio sono anonime" +msgstr "Le risposte a questa indagine sono anonime" #: D:\web\xampp\htdocs\limesurvey/admin/database.php:911 msgid "Answers with a code of 0 (zero) or blank code are not allowed, and will not be saved" @@ -3477,24 +3368,21 @@ msgstr "Rinvia automaticamente ad URL" #: D:\web\xampp\htdocs\limesurvey/admin/editansweroptions.php:243 #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:243 -#, fuzzy msgid "Available label sets:" -msgstr "Cancella gruppo etichette" +msgstr "Etichette disponibili:" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:1043 msgid "Average interview time: " -msgstr "" +msgstr "Tempo medio per indagine:" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:105 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:199 -#, fuzzy msgid "Base language:" -msgstr "Lingua base" +msgstr "Lingua base:" #: D:\web\xampp\htdocs\limesurvey/admin/editemailtemplates.php:68 -#, fuzzy msgid "Basic admin notification" -msgstr "e-mail di notifica standard" +msgstr "Notifica admin standard" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1008 msgid "Before" @@ -3532,9 +3420,8 @@ msgid "Cannot be changed" msgstr "Impossibile modificare " #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1609 -#, fuzzy msgid "Check all" -msgstr "Controlla i dati" +msgstr "Seleziona tutti" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1950 msgid "Clear" @@ -3556,9 +3443,8 @@ msgid "Comparison operator" msgstr "Operatore di comparazione" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:729 -#, fuzzy msgid "Completed responses only" -msgstr "Solo records completi" +msgstr "Solo risposte complete" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:990 msgid "Conditions designer" @@ -3583,7 +3469,6 @@ msgid "Confirm Password:" msgstr "Conferma password:" #: D:\web\xampp\htdocs\limesurvey/admin/editemailtemplates.php:66 -#, fuzzy msgid "Confirmation" msgstr "Messaggio di conferma" @@ -3615,7 +3500,7 @@ msgstr "Converto i collegamenti alle risorse e i campi INSERTANS?" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:96 msgid "Copy" -msgstr "" +msgstr "Copia" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1004 #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1592 @@ -3624,9 +3509,8 @@ msgid "Copy conditions" msgstr "Coppia condizioni" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:1006 -#, fuzzy msgid "Copy survey" -msgstr "Prova indagine" +msgstr "Copia indagine" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1612 msgid "Copy the selected conditions to" @@ -3648,9 +3532,8 @@ msgstr "Corrente" #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:1376 #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:1464 #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:1499 -#, fuzzy msgid "Data entry" -msgstr "Data entry" +msgstr "Inserimento manuali dei dati" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:694 #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:942 @@ -3662,7 +3545,6 @@ msgid "Date Stamp?" msgstr "Data invio questionario completato?" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:161 -#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:68 msgid "Date format:" msgstr "Formato della Data:" @@ -3680,10 +3562,6 @@ msgstr "Disattivazione indagine" msgid "Deactivated survey data can only be accessed by system administrators using a Database data access tool like phpmyadmin. If your survey uses tokens, this table will also be renamed and will only be accessible by system administrators." msgstr "Le informazioni di una indagine disattivata possono essere visualizzate solo dagli amministratori di sistema mediante uno strumento di accesso al database MySQL come PhpMyAdmin. Se l'indagine utilizza identificativi, la relativa tabella verrà rinominata e sarà accessibile solo dagli amministratori di sistema." -#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:79 -msgid "Decimal separator:" -msgstr "" - #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1714 msgid "Default scenario" msgstr "Scenario di default" @@ -3699,13 +3577,11 @@ msgstr "Cancella tutte le condizioni" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:559 #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:898 -#, fuzzy msgid "Delete marked responses" msgstr "Azzera risposte" #: D:\web\xampp\htdocs\limesurvey/admin/deletesurvey.php:23 #: D:\web\xampp\htdocs\limesurvey/admin/deletesurvey.php:54 -#, fuzzy msgid "Delete survey" msgstr "Elimina indagine" @@ -3719,9 +3595,8 @@ msgstr "Elimina risposta" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:772 #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:1002 -#, fuzzy msgid "Delete this response" -msgstr "Elimina risposta" +msgstr "Elimina questa risposta" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1241 msgid "Delete this scenario" @@ -3729,15 +3604,12 @@ msgstr "Cancella questo scenario" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:137 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:139 -#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:50 -#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:52 msgid "Description:" msgstr "Descrizione:" #: D:\web\xampp\htdocs\limesurvey/admin/editemailtemplates.php:69 -#, fuzzy msgid "Detailed admin notification" -msgstr "Nessuna e-mail di notifica." +msgstr "Notifica admin dettagliata" #: D:\web\xampp\htdocs\limesurvey/admin/editemailtemplates.php:92 #, fuzzy @@ -3755,19 +3627,17 @@ msgstr "Mostra:" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:317 #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:840 -#, fuzzy msgid "Do you really want to delete all marked responses?" -msgstr "Sei sicuro di voler eliminare questo documento?" +msgstr "Sei sicuro di voler eliminare tutte le risposte selezionate?" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:316 #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:839 -#, fuzzy msgid "Do you really want to delete this response?" -msgstr "Sei sicuro di voler eliminare questo documento?" +msgstr "Sei sicuro di voler eliminare questa risposta?" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:768 msgid "Download all files in this response as a zip file" -msgstr "" +msgstr "Scarica tutti i files di questa risposta in un file zip" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:240 #, fuzzy @@ -3775,9 +3645,8 @@ msgid "Download files for this entry" msgstr "Elimina risposta" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:562 -#, fuzzy msgid "Download marked files" -msgstr "Totale dei files importati" +msgstr "Scarica file selezionati" #: D:\web\xampp\htdocs\limesurvey/admin/database.php:912 msgid "Duplicate codes found, these entries won't be updated" @@ -3788,9 +3657,8 @@ msgid "ERROR deleting Survey id" msgstr "ERRORE nell'eliminazione del'ID dell'Indagine" #: D:\web\xampp\htdocs\limesurvey/admin/editansweroptions.php:92 -#, fuzzy msgid "Edit answer options" -msgstr "Modifica Risposte" +msgstr "Modifica opzione di risposta" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1698 msgid "Edit condition" @@ -3805,19 +3673,13 @@ msgid "Edit scenario" msgstr "Modifica scenario" #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:114 -#, fuzzy msgid "Edit subquestions" -msgstr "Modifica domanda" +msgstr "Modifica sotto-domanda" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:84 msgid "Edit survey settings" msgstr "Modifica impostazioni indagine" -#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:29 -#, fuzzy -msgid "Edit survey text elements" -msgstr "Modifica impostazioni indagine" - #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1494 msgid "Edit this condition" msgstr "Modifica questa condizione" @@ -3829,9 +3691,8 @@ msgstr "Modifica risposta" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:763 #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:1001 -#, fuzzy msgid "Edit this response" -msgstr "Esporta questa risposta" +msgstr "Modifica questa risposta" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:782 msgid "Edit this token" @@ -3853,9 +3714,8 @@ msgid "Email reminder:" msgstr "Messaggio di promemoria:" #: D:\web\xampp\htdocs\limesurvey/admin/database.php:1225 -#, fuzzy msgid "Email templates successfully saved." -msgstr "Il questionario è stato memorizzato con successo." +msgstr "Modelli Email salvati con successo." #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:187 #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:2636 @@ -3867,41 +3727,33 @@ msgid "Enable assessment mode?" msgstr "Abilita modo valutazione ?" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:903 -#, fuzzy msgid "Enable token-based response persistence?" -msgstr "Abilita la persistenza delle risposte basata sul Identificativo/Token?" +msgstr "Abilita il salvataggio delle risposte basata sull'identificativo?" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:151 -#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:62 msgid "End URL:" msgstr "Rinvia a URL:" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:145 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:147 -#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:58 -#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:60 msgid "End message:" msgstr "Messaggio di conclusione:" #: D:\web\xampp\htdocs\limesurvey/admin/editansweroptions.php:252 -#, fuzzy msgid "Enter one answer per line. You can provide a code by separating code and answer text with a semikolon or tab. For multilingual surveys you add the translation(s) on the same line separated with a semikolon/tab." -msgstr "Inserire una sola risposta per ogni linea. Si può fornire un'indicazione per separare il codice e la risposta testuale mediante un punto e virgola od un segno di tabulazione." +msgstr "Inserire una sola risposta per ogni linea. Si può fornire un'indicazione per separare il codice e la risposta testuale mediante un punto e virgola od un segno di tabulazione. Per le indagini multilingue aggiungete la traduzione sulla stessa linea separati con segno di tabulazione. " #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:251 -#, fuzzy msgid "Enter one subquestion per line. You can provide a code by separating code and subquestion text with a semikolon or tab. For multilingual surveys you add the translation(s) on the same line separated with a semikolon/tab." -msgstr "Immettere una sola sottodomanda per ogni linea. Si può fornire un'indicazione per separare il codice e la risposta testuale mediante un punto e virgola od un segno di tabulazione." +msgstr "Immettere una sola sotto-domanda per ogni linea. Si può fornire un'indicazione per separare il codice e la risposta testuale mediante un punto e virgola o un segno di tabulazione. Per le indagini multilingua si aggiungono le traduzioini sulla stessa linea tramite un segno di tabulazione." #: D:\web\xampp\htdocs\limesurvey/admin/editansweroptions.php:251 -#, fuzzy msgid "Enter your answers:" -msgstr "Stampa le tue risposte." +msgstr "Inserischi le tue risposte: " #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:250 -#, fuzzy msgid "Enter your subquestions:" -msgstr "Domanda di sicurezza:" +msgstr "Inserite le sotto-domande:" #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:116 msgid "Error: 'other' is a reserved keyword." @@ -3917,9 +3769,8 @@ msgid "Error: You are trying to use duplicate answer codes." msgstr "Errore: stai cercando di utilizzare codici di risposta duplicati." #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:75 -#, fuzzy msgid "Error: You are trying to use duplicate subquestion codes." -msgstr "Errore: stai cercando di utilizzare codici di risposta duplicati." +msgstr "Errore: stai cercando di utilizzare codici delle sotto-domande duplicati." #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:990 #, fuzzy @@ -3936,9 +3787,8 @@ msgid "Error: You have to select an existing survey." msgstr "L'indagine non è stata selezionata." #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:1002 -#, fuzzy msgid "Exclude answers?" -msgstr "Escludi ID dei record" +msgstr "Escludi risposte?" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:1000 #, fuzzy @@ -3946,9 +3796,8 @@ msgid "Exclude quotas?" msgstr "Escludi ID dei record" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:610 -#, fuzzy msgid "Expiry date/time:" -msgstr "Scadenza:" +msgstr "Data/ora di scadenza:" #: D:\web\xampp\htdocs\limesurvey/admin/dumpgroup.php:37 msgid "Export Question" @@ -3972,9 +3821,8 @@ msgstr "Aggiornamento delle risposte fallito" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:175 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:245 -#, fuzzy msgid "Fax to:" -msgstr "Fax:" +msgstr "Fax a:" #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:1336 #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:2620 @@ -3995,9 +3843,8 @@ msgid "From token table" msgstr "Dalla tabella degli identificativi" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:1097 -#, fuzzy msgid "Full responses:" -msgstr "Tuttle le risposte" +msgstr "Risposte complete:" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:90 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:185 @@ -4026,7 +3873,7 @@ msgstr "Maggiore o uguale a" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:267 msgid "Group by Group" -msgstr "Visualizza un gruppo di domande per pagina" +msgstr "Visualizza un gruppo domande per pagina" #: D:\web\xampp\htdocs\limesurvey/admin/database.php:64 msgid "" @@ -4056,15 +3903,13 @@ msgstr "Note su questa domanda" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:499 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:536 -#, fuzzy msgid "Hide both" -msgstr "Nascondi suggerimenti" +msgstr "Nascondi entrambi" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:482 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:510 -#, fuzzy msgid "Hide both (Forced by the system administrator)" -msgstr "Per favore contatta il tuo amministratore di sistema" +msgstr "Nascondi entrambi (forzato dall'amministratore del sistema)" #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:181 #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:1342 @@ -4090,7 +3935,6 @@ msgid "Import Resources ZIP Archive" msgstr "Importa risorse in formato archivio ZIP" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:980 -#, fuzzy msgid "Import survey" msgstr "Importa indagine" @@ -4099,14 +3943,12 @@ msgid "In an active survey, a table is created to store all the data-entry recor msgstr "Una indagine attiva contiene un database dove vengono memorizzati tutti i dati." #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:730 -#, fuzzy msgid "Incomplete responses only" -msgstr "Solo records incompleti" +msgstr "Solo risposte incomplete" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:1098 -#, fuzzy msgid "Incomplete responses:" -msgstr "Solo records incompleti" +msgstr "Risposte incomplete:" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1374 #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1447 @@ -4139,7 +3981,7 @@ msgstr "" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:349 msgid "Keyboard-less operation" -msgstr "" +msgstr "Operazioni senza tastiera" #: D:\web\xampp\htdocs\limesurvey/admin/editansweroptions.php:115 #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:71 @@ -4193,18 +4035,16 @@ msgstr "Valore minimo" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:318 msgid "Navigation delay (seconds):" -msgstr "" +msgstr "Ritardo navigazione (secondi):" #: D:\web\xampp\htdocs\limesurvey/admin/editansweroptions.php:113 #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:69 -#, fuzzy msgid "New answer option" -msgstr "Nuova risposta" +msgstr "Nuova opzione di risposta" #: D:\web\xampp\htdocs\limesurvey/admin/database.php:116 -#, fuzzy msgid "New question group was saved." -msgstr "Gruppo domande" +msgstr "Nuovo gruppo domande creato" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1221 msgid "New scenario number" @@ -4212,12 +4052,11 @@ msgstr "Nuovo numero scenario" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:995 msgid "New survey title:" -msgstr "Nuovo titolo dell'intervista:" +msgstr "Nuovo titolo dell'indagine:" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:447 -#, fuzzy msgid "No (Forced by the system administrator)" -msgstr "Nome dell'amministratore del sondaggio" +msgstr "No (Forzato dall'amministratore del sistema)" #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:1746 msgid "No Answer" @@ -4243,11 +4082,10 @@ msgstr "Non trovato" #: D:\web\xampp\htdocs\limesurvey/admin/deactivate.php:122 msgid "Note: If you deactivated this survey in error, it is possible to restore this data easily if you do not make any changes to the survey structure. See the LimeSurvey documentation for further details" -msgstr "Nota: Se per sbaglio venisse disattivata quest'intervista, si può ripristinare questi dati facilmente se non si sono fatte modifiche alla struttura dell'intervista. Per ulteriori dettagli vedere la documentazione di LimeSurvey" +msgstr "Nota: Se per sbaglio venisse disattivata quest'indagine, si può ripristinare questi dati facilmente se non si sono fatte modifiche alla struttura dell'intervista. Per ulteriori dettagli vedere la documentazione di LimeSurvey" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:93 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:188 -#, fuzzy msgid "Notification & data management" msgstr "Notifica e gestione dei dati" @@ -4260,14 +4098,12 @@ msgid "OR" msgstr "O" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:548 -#, fuzzy msgid "Off (Forced by the system administrator)" -msgstr "Per favore contatta il tuo amministratore di sistema" +msgstr "Off (forzato dall'amministratore del sistema)" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:566 -#, fuzzy msgid "On (Forced by the system administrator)" -msgstr "Per favore contatta il tuo amministratore di sistema" +msgstr "On (forzato dall'amministratore del sistema)" #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:1758 msgid "Only answer this if the following conditions are met:" @@ -4278,9 +4114,8 @@ msgid "Only show question {QID} IF" msgstr "Mostra Domanda con codice {QID} solo SE:" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:825 -#, fuzzy msgid "Participant may save and resume later?" -msgstr "I partecipanti possono stampare le risposte?" +msgstr "I partecipanti possono salvare e riprendere successivamente?" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:375 msgid "Participants may print answers?" @@ -4303,28 +4138,24 @@ msgid "Please select at least one file for deletion" msgstr "Selezionare il file da importare!" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:319 -#, fuzzy msgid "Please select at least one file for download" -msgstr "Si prega di selezionare almeno una opzione/punto" +msgstr "" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1870 msgid "Predefined" msgstr "Predefinito" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1881 -#, fuzzy msgid "Predefined answer options for this question" -msgstr "Risposte predefinite per questa domanda" +msgstr "Opzioni di risposta predefinite per questa domanda" #: D:\web\xampp\htdocs\limesurvey/admin/editansweroptions.php:230 #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:232 -#, fuzzy msgid "Predefined label sets..." -msgstr "Cancella gruppo etichette" +msgstr "Etichette predefinite..." #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:91 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:186 -#, fuzzy msgid "Presentation & navigation" msgstr "Presentazione e navigazione" @@ -4347,7 +4178,6 @@ msgstr "Statistiche pubbliche?" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:92 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:187 -#, fuzzy msgid "Publication & access control" msgstr "Pubblicazione e controllo degli accessi" @@ -4385,34 +4215,29 @@ msgid "Question could not be updated. There are conditions for other questions t msgstr "Impossibile aggiornare domande. Le condizioni di alcune domande dipendono dalla risposta di questa domanda. Cambiare il tipo di domanda causerà dei problemi al sistema. Elimina le condizioni prima di modificare il tipo di domanda." #: D:\web\xampp\htdocs\limesurvey/admin/database.php:163 -#, fuzzy msgid "Question group successfully saved." -msgstr "Gruppo utenti aggiunto con successo!" +msgstr "Gruppo domande aggiunto con successo." #: D:\web\xampp\htdocs\limesurvey/admin/database.php:269 -#, fuzzy, php-format +#, php-format msgid "Question in language %s could not be created." -msgstr "Impossibile creare domande." +msgstr "La domanda non può essere creata nella lingua %s." #: D:\web\xampp\htdocs\limesurvey/admin/database.php:302 -#, fuzzy msgid "Question was successfully added." -msgstr "Il questionario è stato memorizzato con successo." +msgstr "Domanda aggiunta con successo." #: D:\web\xampp\htdocs\limesurvey/admin/database.php:800 -#, fuzzy msgid "Question was successfully copied." -msgstr "Condizione copiata con successo" +msgstr "Domanda copiata con successo." #: D:\web\xampp\htdocs\limesurvey/admin/database.php:834 -#, fuzzy msgid "Question was successfully deleted." -msgstr "Template '%s' è stato cancellato con successo." +msgstr "Domanda cancellata con successo" #: D:\web\xampp\htdocs\limesurvey/admin/database.php:609 -#, fuzzy msgid "Question was successfully saved." -msgstr "Il questionario è stato memorizzato con successo." +msgstr "Domanda è stata salvata con successo." #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1058 #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1872 @@ -4425,14 +4250,12 @@ msgid "Quick add..." msgstr "Aggiunta veloce..." #: D:\web\xampp\htdocs\limesurvey/admin/editansweroptions.php:118 -#, fuzzy msgid "Quick-add answers" -msgstr "Aggiungi domanda" +msgstr "Aggiunta veloce di domande" #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:74 -#, fuzzy msgid "Quick-add subquestions" -msgstr "Aggiungi domanda" +msgstr "Aggiunta veloce di sotto-domande" #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:1473 msgid "Record Deleted" @@ -4466,9 +4289,8 @@ msgid "Regular expression" msgstr "Espressione regolare" #: D:\web\xampp\htdocs\limesurvey/admin/editemailtemplates.php:65 -#, fuzzy msgid "Reminder" -msgstr "Sollecito inviato ?" +msgstr "Sollecito" #: D:\web\xampp\htdocs\limesurvey/admin/editemailtemplates.php:115 #, fuzzy @@ -4487,9 +4309,8 @@ msgstr "Rinumerare lo scenario automaticamente" #: D:\web\xampp\htdocs\limesurvey/admin/editansweroptions.php:253 #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:245 #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:252 -#, fuzzy msgid "Replace" -msgstr "Stile:" +msgstr "Sostituisci:" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:1004 #, fuzzy @@ -4497,14 +4318,12 @@ msgid "Reset conditions?" msgstr "Vedi condizioni:" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:190 -#, fuzzy msgid "Resources" -msgstr "Rispristina" +msgstr "Risorse" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:1093 -#, fuzzy msgid "Response summary" -msgstr "Risposte" +msgstr "Sommario risposte" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:705 msgid "Responses will be date stamped." @@ -4538,9 +4357,8 @@ msgid "Save & Load" msgstr "Salva & Carica" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:1057 -#, fuzzy msgid "Save & edit survey text elements" -msgstr "Questionario on line. Messaggio contenente username e password salvate" +msgstr "Salva & modifica elementi di testo dell'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:727 msgid "Save IP Address?" @@ -4548,7 +4366,6 @@ msgstr "Salva Indirizzo IP?" #: D:\web\xampp\htdocs\limesurvey/admin/editansweroptions.php:258 #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:257 -#, fuzzy msgid "Save changes" msgstr "Salva modifiche" @@ -4563,9 +4380,8 @@ msgid "Save referrer URL?" msgstr "Salva URL di riferimento?" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:802 -#, fuzzy msgid "Save timings?" -msgstr "Salva le impostazioni" +msgstr "Salva tempo?" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1725 msgid "Scenario" @@ -4582,31 +4398,27 @@ msgstr "Seleziona il file ZIP:" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:976 msgid "Select survey structure file (*.lss, *.csv):" -msgstr "Scegliere il file di struttura dell'intervista (*.lss, *.csv):" +msgstr "Scegliere il file di struttura dell'indagine (*.lss, *.csv):" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:992 -#, fuzzy msgid "Select survey to copy:" -msgstr "Elimina indagine" +msgstr "Seleziona indagine da copiare" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:688 -#, fuzzy msgid "Send basic admin notification email to:" -msgstr "e-mail di notifica standard" +msgstr "Invia email di notifica standard a:" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:693 -#, fuzzy msgid "Send detailed admin notification email to:" -msgstr "e-mail di notifica dettagliata con codici risultati" +msgstr "Invia email di notifica dettagliata a:" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:614 msgid "Set cookie to prevent repeated participation?" msgstr "Imposta cookie per prevenire partecipazione duplicate ?" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:950 -#, fuzzy msgid "Set token length to:" -msgstr "Elimina identificativo" +msgstr "Imposta identificativo a:" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:726 #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:974 @@ -4615,15 +4427,13 @@ msgstr "Mostra" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:544 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:559 -#, fuzzy msgid "Show \"No answer\"" -msgstr "Nessuna risposta" +msgstr "Mostra \"Nessuna risposta\"" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:439 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:459 -#, fuzzy msgid "Show \"There are X questions in this survey\"" -msgstr "Non vi sono domande nel questionario" +msgstr "Mostra \"Ci sono X domande in questa indagine\"" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:323 msgid "Show [<< Prev] button" @@ -4631,15 +4441,13 @@ msgstr "Mostra il pulsante [Indietro]" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:496 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:533 -#, fuzzy msgid "Show both" -msgstr "Mosta aiuto" +msgstr "Mostra entrambi" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:473 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:519 -#, fuzzy msgid "Show both (Forced by the system administrator)" -msgstr "Per favore contatta il tuo amministratore di sistema" +msgstr "Mostra entrambi (forzato dall'amministratore del sistema)" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:999 msgid "Show conditions for this question" @@ -4650,23 +4458,21 @@ msgid "Show graphs in public statistics?" msgstr "Mostra il grafico nelle statistiche pubbliche ?" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:498 -#, fuzzy msgid "Show group description only" -msgstr "Descrizione URL" +msgstr "Mostra solo gruppo domande" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:479 msgid "Show group description only (Forced by the system administrator)" -msgstr "" +msgstr "Mostra solo descrizione gruppo (forzato dall'amministratore del sistema)" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:469 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:494 -#, fuzzy msgid "Show group name and/or group description" -msgstr "cambiare il nome dell'indagine o la sua descrizione" +msgstr "Mostra nome e/o descrizione gruppo" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:497 msgid "Show group name only" -msgstr "" +msgstr "Mostra solo nome gruppo" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:476 msgid "Show group name only (Forced by the system administrator)" @@ -4674,7 +4480,6 @@ msgstr "" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:711 #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:959 -#, fuzzy msgid "Show last.." msgstr "Mostra ultimo..." @@ -4685,7 +4490,6 @@ msgstr "Mostra ultimo..." #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:708 #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:956 -#, fuzzy msgid "Show next.." msgstr "Mostra successivo..." @@ -4697,7 +4501,6 @@ msgstr "Mostra successivo..." #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:703 #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:951 -#, fuzzy msgid "Show previous.." msgstr "Mostra precedente..." @@ -4707,46 +4510,41 @@ msgstr "Mostra precedente..." #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:360 msgid "Show progress bar" -msgstr "" +msgstr "Mostra barra di progressione" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:535 -#, fuzzy msgid "Show question code only" -msgstr "Codici domande" +msgstr "Mostra solo codice domanda" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:516 -#, fuzzy msgid "Show question code only (Forced by the system administrator)" -msgstr "Per favore contatta il tuo amministratore di sistema" +msgstr "Mostra solo codice domanda (forzato dall'amministratore del sistema)" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:338 msgid "Show question index / allow jumping" -msgstr "" +msgstr "Mostra indice domande / permetti salti" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:506 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:531 -#, fuzzy msgid "Show question number and/or code" -msgstr "Devi rispondere correttamente a questa domanda" +msgstr "Mostra numero e/o codice domanda" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:534 -#, fuzzy msgid "Show question number only" -msgstr "Mostra il sommario degli identificativi" +msgstr "Mostra solo numero " #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:513 msgid "Show question number only (Forced by the system administrator)" -msgstr "" +msgstr "Mostra solo il numero della domanda (forzato dal amministratore del sistema)" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:700 #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:948 -#, fuzzy msgid "Show start..." -msgstr "Inizio" +msgstr "Mostra inizio..." #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:299 msgid "Show welcome screen?" -msgstr "" +msgstr "Mostra pagina di benvenuto" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:329 msgid "Showing Filtered Results" @@ -4757,14 +4555,12 @@ msgid "Single checkbox" msgstr "Checkbox singola" #: D:\web\xampp\htdocs\limesurvey/admin/editansweroptions.php:40 -#, fuzzy msgid "Some example answer option" -msgstr "Nuova risposta" +msgstr "Esempio di opzione di risposta" #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:40 -#, fuzzy msgid "Some example subquestion" -msgstr "Selezione la domanda" +msgstr "Esempio di sotto-domanda" #: D:\web\xampp\htdocs\limesurvey/admin/database.php:631 msgid "Some questions rely on this question's answers. You can't move this question below groupId:" @@ -4776,9 +4572,8 @@ msgid "Start Language:" msgstr "Lingua base:" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:601 -#, fuzzy msgid "Start date/time:" -msgstr "Data inizio:" +msgstr "Data/ora d'inizio:" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:725 #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:973 @@ -4786,24 +4581,20 @@ msgid "Starting from:" msgstr "Inizia da:" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:140 -#, fuzzy msgid "Submission date" -msgstr "Invio in locale" +msgstr "Data di invio" #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:163 -#, fuzzy msgid "Subquestion" -msgstr "Domanda" +msgstr "Sotto-domanda" #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:211 -#, fuzzy msgid "Subquestion:" -msgstr "Domanda:" +msgstr "Sotto-domanda:" #: D:\web\xampp\htdocs\limesurvey/admin/database.php:1034 -#, fuzzy msgid "Subquestions were successfully saved." -msgstr "Le tue impostazioni di accesso personali sono state salvate con successo." +msgstr "Sotto-domande salvate con successo." #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:412 #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:1455 @@ -4830,37 +4621,28 @@ msgid "Survey could not be updated" msgstr "Impossibile aggiornare l'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/database.php:1195 -#, fuzzy msgid "Survey settings were successfully saved." -msgstr "Le tue impostazioni di accesso personali sono state salvate con successo." +msgstr "Impostazioni dell'indagina salvate con successo." #: D:\web\xampp\htdocs\limesurvey/admin/database.php:1298 -#, fuzzy msgid "Survey text elements successfully saved." -msgstr "Il questionario è stato memorizzato con successo." - -#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:48 -#, fuzzy -msgid "Survey title" -msgstr "Nuovo titolo dell'intervista:" +msgstr "Elementi di testo dell'indagina salvati con successo." #: D:\web\xampp\htdocs\limesurvey/admin/database.php:1473 -#, fuzzy msgid "Survey was successfully added." -msgstr "Il questionario è stato memorizzato con successo." +msgstr "L'indagin è stata salvata con successo." #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:294 msgid "Template Preview:" -msgstr "Anteprima dello stile:" +msgstr "Anteprima del modello:" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:295 -#, fuzzy msgid "Template preview image" -msgstr "Anteprima dello stile:" +msgstr "Anteprima immagine del modello" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:277 msgid "Template:" -msgstr "Stile:" +msgstr "Modello:" #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:414 msgid "The entry was assigned the following record id: " @@ -4871,9 +4653,8 @@ msgid "The question could not be added. You must enter at least enter a question msgstr "La domanda non può essere aggiunta. Deve esser inserite almento un codice domanda." #: D:\web\xampp\htdocs\limesurvey/admin/database.php:193 -#, fuzzy msgid "The question group was deleted." -msgstr "Cambia l'ordine del gruppo domande" +msgstr "Gruppo domande eliminato" #: D:\web\xampp\htdocs\limesurvey/admin/deactivate.php:115 msgid "The responses table has been renamed to: " @@ -4909,7 +4690,7 @@ msgstr "Questa indagine non è accessibile al pubblico, è necessario fornire un #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:105 msgid "This is the base language of your survey and it can't be changed later. You can add more languages after you have created the survey." -msgstr "Questa è la lingua base per l'intervista e non si può modificare in seguito. Si possono aggiungere più lingue dopo aver creato l'intervista." +msgstr "Questa è la lingua base per l'indagine e non si può modificare in seguito. Si possono aggiungere più lingue dopo aver creato l'intervista." #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:893 msgid "This option can't be set if Anonymous answers are used" @@ -4959,21 +4740,19 @@ msgstr "L'indagine non è attiva. Impossibile salvare le risposte" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1661 msgid "This survey's questions don't use conditions" -msgstr "Queste domande del sondaggio non usano condizioni" +msgstr "Queste domande dell'indagine non usano condizioni" #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:150 -#, fuzzy msgid "This surveys uses anonymized responses, so you can't update your response." -msgstr "Le indagini usano risposte anonime, percio non si possono aggiornare le risposte." +msgstr "Queste indagini usano risposte anonime, percio non si possono aggiornare le risposte." #: D:\web\xampp\htdocs\limesurvey/admin/editemailtemplates.php:35 msgid "This will replace the existing text. Continue?" msgstr "Questo rimpiazzerà il testo esistente. Vuoi preseguire?" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:835 -#, fuzzy msgid "Time statistics" -msgstr "Vedi statistiche" +msgstr "Statistiche tempo" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:1078 #, fuzzy @@ -4986,9 +4765,8 @@ msgid "Timings will be saved." msgstr "Risposte con data di completamento." #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:806 -#, fuzzy msgid "Timings will not be saved." -msgstr "Risposte senza data di completamento." +msgstr "I tempi di completamento non verranno salvati" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:135 #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:473 @@ -5002,22 +4780,20 @@ msgid "Token fields" msgstr "Nessun documento è stato caricato" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:1095 -#, fuzzy msgid "Total responses:" -msgstr "Totale risposte" +msgstr "Totale risposte:" #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:177 msgid "Try again" msgstr "Prova di nuovo" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:156 -#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:65 msgid "URL description:" msgstr "Descrizione URL:" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1609 msgid "Uncheck all" -msgstr "" +msgstr "Deseleziona tutto" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1934 msgid "Update condition" @@ -5064,15 +4840,14 @@ msgid "View This Record" msgstr "Mostra dati" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:216 -#, fuzzy, php-format +#, php-format msgid "View response ID %d" -msgstr "Modifica/Vedi risposta (ID %s)" +msgstr "Vedi risposta ID %d" #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:759 #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:1000 -#, fuzzy msgid "View response details" -msgstr "Visualizza risposta" +msgstr "Visualizza dettagli risposta" #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:526 #, php-format @@ -5085,32 +4860,24 @@ msgstr "Si consiglia di esportare l'indagine dalla pagina di amministrazione gen #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:141 #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:143 -#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:54 msgid "Welcome message:" msgstr "Messaggio di benvenuto:" -#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:56 -msgid "Welcome:" -msgstr "Messaggio di benvenuto:" - #: D:\web\xampp\htdocs\limesurvey/admin/deactivate.php:30 msgid "When you deactivate a survey all the data entered in the original table will be moved elsewhere, and when you activate the survey again, the table will be empty. You will not be able to access this data using LimeSurvey any more." msgstr "Disattivando l'indagine tutti i dati inseriti verranno spostati in una nuova tabella. Quando l'indagine verrà nuovamente attivata la tabella corrispondente risulterà vuota ed i dati persi non saranno più accessibili con LimeSurvey." #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:153 -#, fuzzy msgid "X-Scale" -msgstr "Maschio" +msgstr "Asse-X" #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:149 -#, fuzzy msgid "Y-Scale" -msgstr "Maschio" +msgstr "Asse-Y" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:444 -#, fuzzy msgid "Yes (Forced by the system administrator)" -msgstr "Per favore contatta il tuo amministratore di sistema" +msgstr "Sì (forzato dall'amministratore del sistema)" #: D:\web\xampp\htdocs\limesurvey/admin/deletesurvey.php:38 msgid "You are about to delete this survey" @@ -5127,14 +4894,12 @@ msgid "You cannot add/remove subquestions or edit their codes because the survey msgstr "Impossibile aggiungere risposte o modificare i relativi codici per questo tipo di domanda perchè l'indagine è attiva." #: D:\web\xampp\htdocs\limesurvey/admin/editansweroptions.php:116 -#, fuzzy msgid "You cannot delete the last answer option." -msgstr "Non puoi cancellare un template standard." +msgstr "Non puoi cancellare l'ultima opzione di risposta." #: D:\web\xampp\htdocs\limesurvey/admin/editsubquestions.php:72 -#, fuzzy msgid "You cannot delete the last subquestion." -msgstr "Non hai selezionato alcuna domanda" +msgstr "Non puoi eliminare l'ultima sotto-domanda." #: D:\web\xampp\htdocs\limesurvey/admin/browse.php:234 msgid "You don't have permission to delete this entry." @@ -5186,9 +4951,8 @@ msgid "and" msgstr "e" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:881 -#, fuzzy msgid "checked" -msgstr "Verifica nuovamente" +msgstr "selezionato" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:65 #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:81 @@ -5201,20 +4965,17 @@ msgid "in position" msgstr "in posizione" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:882 -#, fuzzy msgid "not checked" -msgstr "Verifica nuovamente" +msgstr "non selezionato" #: D:\web\xampp\htdocs\limesurvey/admin/conditionshandling.php:1609 -#, fuzzy msgid "selected" -msgstr "Elimina" +msgstr "selezionato" #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:1742 #: D:\web\xampp\htdocs\limesurvey/admin/dataentry.php:1747 -#, fuzzy msgid "to question {QUESTION}, answer {ANSWER}" -msgstr "Alla domanda {QUESTION}, hai risposto {ANSWER}" +msgstr "alla domanda {QUESTION}, hai risposto {ANSWER}" #: D:\web\xampp\htdocs\limesurvey/admin/editsurveysettings.php:1015 msgid "zip library not supported by PHP, Import ZIP Disabled" @@ -5243,7 +5004,7 @@ msgstr "Aggiornamento Comodo in tre click" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:627 msgid "A question index will be shown; participants will be able to jump between viewed questions." -msgstr "" +msgstr "Un indice delle domande verrà mostrato; i partecipanti potranno saltare tra le domande visionate." #: D:\web\xampp\htdocs\limesurvey/admin/exportresults.php:106 msgid "Abbreviated headings" @@ -5254,7 +5015,6 @@ msgid "Activate this Survey" msgstr "Attiva indagine" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:632 -#, fuzzy msgid "Active surveys" msgstr "Indagini attive" @@ -5277,16 +5037,14 @@ msgid "Add User Group" msgstr "Aggiungi gruppo Utente" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:574 -#, fuzzy msgid "Add new group to survey" -msgstr "Aggiungi nuovo gruppo di domande sull'indagine" +msgstr "Aggiungi nuovo gruppo domande all'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2143 msgid "Add survey" msgstr "Aggiungi indagine" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1410 -#, fuzzy msgid "Add user group" msgstr "Aggiungi gruppo Utente" @@ -5305,7 +5063,6 @@ msgid "Always" msgstr "Fine" #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:47 -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:28 #, php-format msgid "An error occurred uploading your file. This may be caused by incorrect permissions in your %s folder." msgstr "Errore durante l'upload del documento. Il problema può essere dovuto a permessi errati per la cartella `%s`" @@ -5316,7 +5073,6 @@ msgstr "Codice risposte" #: D:\web\xampp\htdocs\limesurvey/admin/exportresults.php:118 #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:159 -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:82 msgid "Answers" msgstr "Risposte" @@ -5339,9 +5095,8 @@ msgid "Backup Entire Database" msgstr "Backup dell'intero Database" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:637 -#, fuzzy msgid "Basic email notification is sent to:" -msgstr "e-mail di notifica standard" +msgstr "E-mail di notifica standard inviata a:" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:134 #, fuzzy @@ -5369,9 +5124,8 @@ msgid "Check for updates:" msgstr "Verifica dell'esistenza di aggiornamenti:" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:160 -#, fuzzy msgid "Check now" -msgstr "Verifica nuovamente" +msgstr "Verifica ora" #: D:\web\xampp\htdocs\limesurvey/admin/export_data_spss.php:143 msgid "Choose 'Run/All' from the menu to run the import." @@ -5412,17 +5166,14 @@ msgid "Code:" msgstr "Codice:" #: D:\web\xampp\htdocs\limesurvey/admin/exportresults.php:171 -#, fuzzy msgid "Column control" -msgstr "Controllo di colonna" +msgstr "Controllo colonne" #: D:\web\xampp\htdocs\limesurvey/admin/exportresults.php:95 -#, fuzzy msgid "Completion state" -msgstr "Data di completamento" +msgstr "Stato di completamento" #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:170 -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:83 msgid "Conditions" msgstr "Condizioni" @@ -5436,7 +5187,7 @@ msgstr "Converti Y in" #: D:\web\xampp\htdocs\limesurvey/admin/exportresults.php:113 msgid "Convert spaces in question text to underscores" -msgstr "Converte gli spazi sui testi delle domande in sotto tratto" +msgstr "Converte gli spazi sui testi delle domande in trattino basso (underscore)" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1163 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1170 @@ -5444,9 +5195,8 @@ msgid "Copy Current Question" msgstr "Copia domanda corrente" #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:201 -#, fuzzy msgid "Copy of survey is completed." -msgstr "Importazione indagine completata." +msgstr "Copia dell'indagine è completata" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:234 msgid "Corrected time :" @@ -5462,9 +5212,8 @@ msgid "Create" msgstr "Creato da" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2144 -#, fuzzy msgid "Create a new question group inside your survey." -msgstr "Crea un nuovo gruppo all'interno della tua indagine " +msgstr "Crea un nuovo gruppo domande per la vosta indagine." #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2143 #, php-format @@ -5472,14 +5221,12 @@ msgid "Create a new survey clicking on the %s icon in the upper right." msgstr "Crea una nuova indagine cliccando sulla icona %s sopra in alto a destra" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2145 -#, fuzzy msgid "Create one or more questions inside the new question group." -msgstr "Crea una o più domande all'interno del nuovo gruppo" +msgstr "Crea una o più domande all'interno del nuovo gruppo domande." #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2118 -#, fuzzy msgid "Create, import, or copy a survey" -msgstr "Crea o importa Sondaggio" +msgstr "Crea,importa o copia un'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2059 msgid "Create/Edit Groups" @@ -5490,35 +5237,30 @@ msgid "Create/Edit Users" msgstr "Crea/Modifica utenti" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:341 -#, fuzzy msgid "Currently there are no additional languages configured for this survey." -msgstr "Spiacente, non vi sono tipi di domanda supportati per questo sondaggio." +msgstr "Al momento non ci sono lingue addizionali configurate per questa indagine" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:356 -#, fuzzy msgid "Currently there are no conditions configured for this survey." -msgstr "Spiacente, non vi sono tipi di domanda supportati per questo sondaggio." +msgstr "Al momento non ci sono condizioni configurate per questa indagine" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:456 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:460 -#, fuzzy msgid "Data entry screen" -msgstr "Maschera inserimento manuale dati" +msgstr "Inserimento manuale dei dati" #: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:103 #: D:\web\xampp\htdocs\limesurvey/admin/export_data_spss.php:120 -#, fuzzy msgid "Data selection:" -msgstr "Data ultimo evento" +msgstr "Completamento dati:" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:622 -#, fuzzy msgid "Database name" msgstr "Nome database" #: D:\web\xampp\htdocs\limesurvey/admin/html_functions.php:73 msgid "Dataentry Screen for Survey" -msgstr "Maschera inserimento manuale dati" +msgstr "Inserimento manuale dei dati" #: D:\web\xampp\htdocs\limesurvey/admin/exportresults.php:457 #: D:\web\xampp\htdocs\limesurvey/admin/exportresults.php:458 @@ -5537,7 +5279,6 @@ msgid "Date format" msgstr "Formato della Data" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:191 -#, fuzzy msgid "Deactivate this Survey" msgstr "Disattiva indagine" @@ -5551,24 +5292,25 @@ msgstr "Tabelle degli identificativi disattivate" msgid "Deactivated token tables" msgstr "Tabelle degli identificativi disattivate" +#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:79 +msgid "Decimal separator:" +msgstr "" + #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2049 msgid "Default Administration Page" msgstr "Pagina amministrazione" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:219 -#, fuzzy msgid "Default HTML editor mode" -msgstr "Modalità editor HTML" +msgstr "Modalità default HTML editor" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:215 -#, fuzzy msgid "Default HTML editor mode:" -msgstr "Modalità editor HTML" +msgstr "Modalità default HTML editor:" #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:166 -#, fuzzy msgid "Default answers" -msgstr "Si stanno per eliminare le risposte" +msgstr "Risposte di default" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:275 #, fuzzy @@ -5581,24 +5323,21 @@ msgid "Default site bounce email:" msgstr "Scenario di default" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:187 -#, fuzzy msgid "Default site language:" -msgstr "Lingua di default" +msgstr "Lingua sito di default" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:202 -#, fuzzy msgid "Default template:" -msgstr "Cancella questo template" +msgstr "Modello di default:" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1129 -#, fuzzy msgid "Delete current question" -msgstr "Elimina domanda" +msgstr "Elimina domanda corrente" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:875 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:882 msgid "Delete current question group" -msgstr "Cancella il gruppo di domande corrente" +msgstr "Cancella il gruppo domande corrente" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1470 msgid "Deleting User" @@ -5609,9 +5348,8 @@ msgid "Deleting this group will also delete any questions and answers it contain msgstr "Cancellando questo gruppo si cancelleranno anche le domande e le risposte che contiene. Sei sicuro di voler continuare?" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1128 -#, fuzzy msgid "Deleting this question will also delete any answer options and subquestions it includes. Are you sure you want to continue?" -msgstr "Cancellando questa domanda si cancelleranno tutte le risposte che include. Sei sicuro di voler continuare?" +msgstr "Cancellando questa domanda si cancelleranno tutte le sotto-domande e le opzioni di risposta che include. Sei sicuro di voler continuare?" #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:131 #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:151 @@ -5621,9 +5359,8 @@ msgid "Description of the survey" msgstr "Descrizione del sondaggio" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:641 -#, fuzzy msgid "Detailed email notification with response data is sent to:" -msgstr "e-mail di notifica dettagliata con codici risultati" +msgstr "E-mail di notifica dettagliata con dati risposte inviata a:" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:567 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:969 @@ -5631,9 +5368,8 @@ msgid "Disabled" msgstr "Disabilitato" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1137 -#, fuzzy msgid "Disabled - Delete current question" -msgstr "Disailitato - Elimina domanda corrente" +msgstr "Disabilitato - Elimina domanda corrente" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:366 #, fuzzy @@ -5651,37 +5387,34 @@ msgstr "Mostra risposte" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:432 msgid "Don't force on or off" -msgstr "" +msgstr "Non forzare on o off" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2146 #, php-format msgid "Done. Test your survey using the %s icon." msgstr "Fatto ! Testa la tua indagine usando l'icona %s" -#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:117 +#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:119 #: D:\web\xampp\htdocs\limesurvey/admin/export_data_spss.php:140 msgid "Download the data and the syntax file." msgstr "Scarica i dati e il file della sintassi" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1117 msgid "Edit Current Question" -msgstr "Modifica domanda" +msgstr "Modifica domanda corrente" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1219 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1290 -#, fuzzy msgid "Edit answer options for this question" -msgstr "Modifica/Aggiungi risposte a questa domanda" +msgstr "Modifica/Aggiungi le opzioni di risposta a questa domanda" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:860 -#, fuzzy msgid "Edit current question group" -msgstr "Cancella il gruppo di domande corrente" +msgstr "Modifica il gruppo domande corrente" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1233 -#, fuzzy msgid "Edit default answers for this question" -msgstr "Modifica/Aggiungi risposte a questa domanda" +msgstr "Modifica/Aggiungi risposte di default" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2098 #, fuzzy @@ -5689,41 +5422,40 @@ msgid "Edit label sets" msgstr "Modifica gruppo etichette" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1796 -#, fuzzy msgid "Edit permissions" -msgstr "Modifica i modelli delle email" +msgstr "Modifica i permessi" #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:124 #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:143 -#, fuzzy msgid "Edit response URL" -msgstr "Esporta questa risposta" +msgstr "Modifica URL risposta" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1204 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1300 -#, fuzzy msgid "Edit subquestions for this question" -msgstr "Modifica/Aggiungi risposte a questa domanda" +msgstr "Modifica/Aggiungi sotto-domande" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1884 -#, fuzzy msgid "Edit survey permissions" -msgstr "Modifica i modelli delle email" +msgstr "Modifica i permessi delle indagini" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1518 -#, fuzzy, php-format +#, php-format msgid "Edit survey permissions for group %s" -msgstr "Cancella il gruppo di domande corrente" +msgstr "Modifica i permessi dell'indagine per il gruppo %s" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1513 -#, fuzzy, php-format +#, php-format msgid "Edit survey permissions for user %s" -msgstr "Imposta i modelli ai quali questo utente può accedere" +msgstr "Modifica i permessi per l'indagine per l'utente %s" + +#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:29 +msgid "Edit survey text elements" +msgstr "Modifica elementi di testo dell'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:254 -#, fuzzy msgid "Edit text elements" -msgstr "Modifica inserimento identificativo" +msgstr "Modifica elementi di testo" #: D:\web\xampp\htdocs\limesurvey/admin/export_data_spss.php:142 msgid "Edit the 4th line and complete the filename with a full path to the downloaded data file." @@ -5738,9 +5470,9 @@ msgid "Editing" msgstr "In modifica" #: D:\web\xampp\htdocs\limesurvey/admin/htmleditor-popup.php:87 -#, fuzzy, php-format +#, php-format msgid "Editing %s" -msgstr "In modifica" +msgstr "Modifica di %s" #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:138 #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:158 @@ -5766,19 +5498,16 @@ msgid "Email method:" msgstr "Metodo minitab" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:133 -#, fuzzy msgid "Email settings" -msgstr "Modifica impostazioni e-mail" +msgstr "Impostazioni e-mail" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:309 -#, fuzzy msgid "Email templates" -msgstr "Modifica i modelli delle email" +msgstr "Modelli email" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:354 -#, fuzzy msgid "Encryption type:" -msgstr "Tipo di domanda:" +msgstr "Tipo di crittografia:" #: D:\web\xampp\htdocs\limesurvey/admin/export_structure_quexml.php:175 #, fuzzy @@ -5823,11 +5552,11 @@ msgstr "Esegui questionario" msgid "Export" msgstr "Esporta " -#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:112 +#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:114 msgid "Export .csv data file" msgstr "Esporta file .csv" -#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:111 +#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:113 msgid "Export R syntax file" msgstr "Esporta il file sintattico di R" @@ -5838,7 +5567,7 @@ msgstr "Esporta indagine" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1593 msgid "Export Survey Structure" -msgstr "Esporta la struttura del sondaggio" +msgstr "Esporta la struttura dell'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1620 msgid "Export To File" @@ -5850,19 +5579,16 @@ msgstr "Esporta il file VV delle risposte" #: D:\web\xampp\htdocs\limesurvey/admin/exportresults.php:245 #: D:\web\xampp\htdocs\limesurvey/admin/export_data_spss.php:135 -#, fuzzy msgid "Export data" msgstr "Esporta dati" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1632 -#, fuzzy msgid "Export group structure" -msgstr "Esporta la struttura del sondaggio" +msgstr "Esporta la struttura del gruppo" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1679 -#, fuzzy msgid "Export question structure" -msgstr "Esporta la struttura del sondaggio" +msgstr "Esporta la struttura dell'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:86 msgid "Export result data to R" @@ -5878,7 +5604,7 @@ msgstr "Esporta i risultati all'SPSS" #: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:85 #: D:\web\xampp\htdocs\limesurvey/admin/export_data_spss.php:102 msgid "Export results" -msgstr "Risultati export" +msgstr "Esportazione risultati" #: D:\web\xampp\htdocs\limesurvey/admin/html_functions.php:106 msgid "Export results to a R data file" @@ -5889,33 +5615,27 @@ msgid "Export results to a SPSS/PASW command file" msgstr "Esporta i risultati ad un file SPSS/PASW" #: D:\web\xampp\htdocs\limesurvey/admin/html_functions.php:96 -#, fuzzy msgid "Export results to application" -msgstr "Esporta risultati" +msgstr "Esporta risultati all'applicazione" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:372 -#, fuzzy msgid "Export survey" msgstr "Esporta indagine" #: D:\web\xampp\htdocs\limesurvey/admin/export_data_spss.php:134 -#, fuzzy msgid "Export syntax" -msgstr "Esporta il file sintattico di R" +msgstr "Esporta sintassi" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1149 -#, fuzzy msgid "Export this question" -msgstr "Esporta domanda" +msgstr "Esporta domanda corrente" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:898 -#, fuzzy msgid "Export this question group" -msgstr "Cancella il gruppo di domande corrente" +msgstr "Esporta il gruppo domande corrente" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1661 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1708 -#, fuzzy msgid "Export to file" msgstr "Esporta su file" @@ -5931,16 +5651,10 @@ msgid "Failed to add user." msgstr "Aggiunta utente fallita." #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1944 -#, fuzzy msgid "Failed to update survey permissions!" -msgstr "Aggiornamento permessi per il questionario fallito!" - -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:683 -msgid "Faulty line in import - fields and data don't match" -msgstr "Linea del file in import non corretta - i campi e i dati non collimano" +msgstr "Aggiornamento permessi per l'indagine fallito!" #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:54 -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:53 msgid "File upload succeeded." msgstr "Upload del documento completato." @@ -5969,11 +5683,11 @@ msgstr "Flag" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:428 msgid "Force HTTPS:" -msgstr "" +msgstr "Forza HTTPS:" #: D:\web\xampp\htdocs\limesurvey/admin/exportresults.php:133 msgid "Format" -msgstr "Formato questionario" +msgstr "Formato" #: D:\web\xampp\htdocs\limesurvey/admin/exportresults.php:92 msgid "From" @@ -5996,18 +5710,16 @@ msgid "General information in language: " msgstr "Informazioni generali nella lingua:" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:261 -#, fuzzy msgid "General settings" -msgstr "Salva le impostazioni" +msgstr "Impostazioni generali" #: D:\web\xampp\htdocs\limesurvey/admin/html_functions.php:80 msgid "Get statistics from these responses" msgstr "Statistiche" #: D:\web\xampp\htdocs\limesurvey/admin/html_functions.php:86 -#, fuzzy msgid "Get time statistics from these responses" -msgstr "Statistiche" +msgstr "Ottieni statistiche tempo per queste risposte" #: D:\web\xampp\htdocs\limesurvey/admin/htmleditor-functions.php:169 msgid "Give focus to the HTML Editor Popup Window" @@ -6015,35 +5727,28 @@ msgstr "Metti in cetro d'attenzione HTML editor in finestra popup" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:127 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2064 -#, fuzzy msgid "Global settings" -msgstr "Salva le impostazioni" +msgstr "Impostazioni generali" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:105 #, fuzzy msgid "Global settings were saved." msgstr "Le impostazioni degli Email token sono stati salvati." -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:91 -#, fuzzy -msgid "Go to question group" -msgstr "Importa domanda" - #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:197 #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:202 msgid "Go to survey" -msgstr "URL del sondaggio" +msgstr "URL dell'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:262 msgid "Google Maps API key:" -msgstr "" +msgstr "Google Maps API key:" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:395 msgid "Group member can only see own group:" msgstr "I membri di un gruppo possono vedere soltanto il proprio gruppo:" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1868 -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:79 msgid "Groups" msgstr "Gruppi" @@ -6090,7 +5795,7 @@ msgstr "URL del sondaggio" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:341 msgid "IMAP" -msgstr "" +msgstr "IMAP" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:630 msgid "IP Addresses will be logged" @@ -6098,7 +5803,7 @@ msgstr "L'indirizzo IP verrà registrato" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:260 msgid "IP Info DB API Key:" -msgstr "" +msgstr "IP Info DB API Key:" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:411 msgid "If the link does not work and you turn on HTTPS, LimeSurvey will break and you won't be able to access it." @@ -6114,21 +5819,15 @@ msgstr "Importa un'indagine con formato VV." #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:71 msgid "Import failed. You specified an invalid file type." -msgstr "" +msgstr "Importazione fallita. Avete specificato un tipo di file non valido." #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:196 msgid "Import of Survey is completed." msgstr "Importazione indagine completata." -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:19 -#, fuzzy -msgid "Import question group" -msgstr "Importa domanda" - #: D:\web\xampp\htdocs\limesurvey/admin/html_functions.php:112 -#, fuzzy msgid "Import responses from a deactivated survey table" -msgstr "Importa risposte da un questionario disattivato " +msgstr "Importa risposte da una tabella di un'indagine disattivata" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:880 msgid "Impossible to delete this group because there is at least one question having a condition on its content" @@ -6139,7 +5838,7 @@ msgstr "Impossibile cancellare questo gruppo perchè vi è una domanda che ha un msgid "Inline HTML editor" msgstr "Editor HTML Inline" -#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:115 +#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:117 #: D:\web\xampp\htdocs\limesurvey/admin/export_data_spss.php:138 msgid "Instructions for the impatient" msgstr "Istruzioni per chi non ha pazienza" @@ -6173,7 +5872,6 @@ msgid "Iterate survey" msgstr "Ripetere indagine" #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:174 -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:85 #, fuzzy msgid "Label sets" msgstr "Etichette" @@ -6208,15 +5906,13 @@ msgid "Last page seen" msgstr "Cognome" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1597 -#, fuzzy msgid "LimeSurvey XML survey file (*.lss)" -msgstr "File sondaggio LimeSurvey (*.csv)" +msgstr "File indagine LimeSurvey (*.csv)" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1638 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1685 -#, fuzzy msgid "LimeSurvey group file (*.csv)" -msgstr "File sondaggio LimeSurvey (*.csv)" +msgstr "LimeSurvey file gruppo (*.csv)" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2076 msgid "List Surveys" @@ -6263,7 +5959,7 @@ msgstr "NUOVO RECORD" #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:170 #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:189 msgid "Name of the survey" -msgstr "Nome del sondaggio" +msgstr "Nome dell'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:137 #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:157 @@ -6281,24 +5977,18 @@ msgid "New Record" msgstr "Nuovo record" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:952 -#, fuzzy msgid "Next question" -msgstr "alla domanda" +msgstr "Domanda successiva" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:548 -#, fuzzy msgid "Next question group" -msgstr "Gruppo domande" +msgstr "Gruppo domande successivo" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:222 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:79 msgid "No HTML editor" msgstr "Nessun editor HTML" -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:34 -msgid "No SID (Survey) has been provided. Cannot import question." -msgstr "IL SID (ID indagine) non è stato inserito. Impossibile importare la domanda." - #: D:\web\xampp\htdocs\limesurvey/admin/export_structure_lsrc.php:48 #: D:\web\xampp\htdocs\limesurvey/admin/export_structure_xml.php:51 msgid "No SID has been provided. Cannot dump survey" @@ -6310,28 +6000,24 @@ msgid "No Username selected." msgstr "Nessun Nome utente selezionato." #: D:\web\xampp\htdocs\limesurvey/admin/html.php:958 -#, fuzzy msgid "No next question" -msgstr "Vai alla domanda" +msgstr "No domanda successiva" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:554 -#, fuzzy msgid "No next question group" -msgstr "Importa domanda" +msgstr "No gruppo domande successivo" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:942 -#, fuzzy msgid "No previous question" -msgstr "Domande precedenti" +msgstr "No domanda precedente" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:539 -#, fuzzy msgid "No previous question group" -msgstr "Importa domanda" +msgstr "No gruppo domande precedente" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:626 msgid "No question index will be shown with this format." -msgstr "" +msgstr "Nessun indice delle domande verrà mostrato in questo formato" #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:369 msgid "No replacement variable available for this field" @@ -6348,9 +6034,8 @@ msgid "Not imported label sets" msgstr "Insieme di etichette non importate" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:526 -#, fuzzy msgid "Note: Demo mode is activated. Marked (*) settings can't be changed." -msgstr "E' stata attivata la modalità Demo. Le impostazioni marcate con (*) non verranno salvate." +msgstr "E' stata attivata la modalità Demo. Le impostazioni marcate con (*) non possonno essere modificate." #: D:\web\xampp\htdocs\limesurvey/admin/html.php:764 msgid "Number of questions/groups" @@ -6405,17 +6090,15 @@ msgid "PDF export available:" msgstr "Disponibile l'esportazione PDF:" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:284 -#, fuzzy msgid "PHP (default)" -msgstr "Usa il default" +msgstr "PHP (default)" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:344 msgid "POP" -msgstr "" +msgstr "POP" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:471 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:476 -#, fuzzy msgid "Partial (saved) responses" msgstr "Risposte parziali" @@ -6424,9 +6107,8 @@ msgid "Participants can save partially finished surveys" msgstr "I rispondenti possono salvare questionari parzialmente completati. " #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1524 -#, fuzzy msgid "Permission" -msgstr "Persiano" +msgstr "Permessi" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1095 #: D:\web\xampp\htdocs\limesurvey/admin/html_functions.php:54 @@ -6460,76 +6142,55 @@ msgstr "Registrazione" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1081 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1086 msgid "Preview This Question" -msgstr "Anteprima domanda" +msgstr "Anteprima della domanda corrente" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:845 -#, fuzzy msgid "Preview current question group" -msgstr "Cancella il gruppo di domande corrente" +msgstr "Anteprima del gruppo domande corrente" #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:387 msgid "Previous Answers Fields" msgstr "Campi delle risposte precedenti" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:936 -#, fuzzy msgid "Previous question" -msgstr "Domande precedenti" +msgstr "Domanda precedenti" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:533 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:534 -#, fuzzy msgid "Previous question group" -msgstr "Domande precedenti" +msgstr "Gruppo domande precedente" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:380 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:385 -#, fuzzy msgid "Printable version" -msgstr "Versione stampabile questionario" +msgstr "Versione stampabile" #: D:\web\xampp\htdocs\limesurvey/admin/export_data_spss.php:128 msgid "Prior to 16" msgstr "Maggiore di 16" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:293 -#, fuzzy msgid "Qmail" -msgstr "e-mail" +msgstr "Qmail" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:406 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:411 msgid "QueXML export" -msgstr "" +msgstr "QueXML esportazione" #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:180 -#, fuzzy msgid "Question attributes" msgstr "Attributi domande" -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:87 -#, fuzzy -msgid "Question attributes:" -msgstr "Attributi delle domande:" - #: D:\web\xampp\htdocs\limesurvey/admin/exportresults.php:110 msgid "Question codes" msgstr "Codici domande" -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:90 -#, fuzzy -msgid "Question group import is complete." -msgstr "Importazione delle domande completata." - -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:77 -#, fuzzy -msgid "Question group import summary" -msgstr "Riepilogo importazione domande" - #: D:\web\xampp\htdocs\limesurvey/admin/html.php:506 #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:157 msgid "Question groups" -msgstr "Gruppo di domande" +msgstr "Gruppo domande" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1269 msgid "Question:" @@ -6540,23 +6201,19 @@ msgid "Questions with conditions to this group" msgstr "Domande con condizioni a questo gruppo" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1977 -#, fuzzy msgid "Quick-translate survey" -msgstr "Ripetere indagine" +msgstr "Traduzione-veloce dell'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:337 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:342 -#, fuzzy msgid "Quick-translation" -msgstr "Azione Quota" +msgstr "Traduzione veloce" #: D:\web\xampp\htdocs\limesurvey/admin/exportresults.php:92 -#, fuzzy msgid "Range:" -msgstr "Classifica" +msgstr "Intervallo" #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:55 -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:54 msgid "Reading file.." msgstr "Lettura del file.." @@ -6566,7 +6223,6 @@ msgid "Referrer URL will be saved." msgstr "URL del referente sarà salvata" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:646 -#, fuzzy msgid "Regenerate question codes:" msgstr "Rigenera codici domande:" @@ -6579,28 +6235,25 @@ msgstr "URL di autoload " #: D:\web\xampp\htdocs\limesurvey/admin/html.php:277 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:282 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:286 -#, fuzzy msgid "Reorder question groups" -msgstr "Gruppo domande" +msgstr "Riordina i gruppi di domande" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:454 msgid "Repeating headings in array questions every X subquestions:" -msgstr "" +msgstr "Ripeti le testa della tabella ogni X sotto-domande nelle domande Array" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:357 msgid "Reset Survey Logic" -msgstr "Reset del sondaggio" +msgstr "Reset dell'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:352 -#, fuzzy msgid "Reset conditions" -msgstr "Vedi condizioni:" +msgstr "Azzerare condizioni:" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:440 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:445 -#, fuzzy msgid "Responses & statistics" -msgstr "Risposte contenenti" +msgstr "Risposte & statistiche" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:287 msgid "SMTP" @@ -6619,27 +6272,23 @@ msgid "SMTP host:" msgstr "Host SMTP" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:299 -#, fuzzy msgid "SMTP password:" -msgstr "Password:" +msgstr "Password SMTP:" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:297 -#, fuzzy msgid "SMTP username:" -msgstr "Nome utente" +msgstr "Nome utente SMTP:" #: D:\web\xampp\htdocs\limesurvey/admin/export_data_spss.php:126 -#, fuzzy msgid "SPSS version:" -msgstr "Versione" +msgstr "Versione SPSS:" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:308 #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:361 -#, fuzzy msgid "SSL" -msgstr "SQL" +msgstr "SSL" -#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:118 +#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:120 msgid "Save both of them on the R working directory (use getwd() and setwd() on the R command window to get and set it)" msgstr "Salva entrambe nella directory di lavoro R (utilizza getwd() e setwd() nella finestra di comando R per prendere ed impostarli)" @@ -6691,14 +6340,12 @@ msgid "Set Survey Rights" msgstr "Definizione permessi indagine" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1186 -#, fuzzy msgid "Set conditions for this question" -msgstr "Imposta condizioni di ramificazione a questa domanda" +msgstr "Imposta condizioni a questa domanda" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1380 -#, fuzzy msgid "Set survey permissions" -msgstr "Deviazione standard " +msgstr "Imposta i permessi per l'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:446 #, fuzzy @@ -6723,14 +6370,12 @@ msgid "Show details of this survey" msgstr "Mostra dettagli dell'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:487 -#, fuzzy msgid "Show question group name and/or description" -msgstr "cambiare il nome dell'indagine o la sua descrizione" +msgstr "Mostra gruppo domande e/o descrizione" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:505 -#, fuzzy msgid "Show question number and/or question code" -msgstr "Errore: Non hai inserito il codice per questa domanda." +msgstr "Mostra numero e/o codice domanda" #: D:\web\xampp\htdocs\limesurvey/admin/html_functions.php:36 msgid "Show summary information" @@ -6741,9 +6386,8 @@ msgid "Single response" msgstr "Risposta singola" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:185 -#, fuzzy msgid "Site name:" -msgstr "Nome salvato" +msgstr "Nome sito:" #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:422 #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:434 @@ -6768,13 +6412,13 @@ msgstr "Mostra HTML editor in finestra popup" msgid "Statistics URL" msgstr "Statistiche" -#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:111 +#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:113 #: D:\web\xampp\htdocs\limesurvey/admin/export_data_spss.php:134 #, fuzzy msgid "Step 1:" msgstr "Set" -#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:112 +#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:114 #: D:\web\xampp\htdocs\limesurvey/admin/export_data_spss.php:135 #, fuzzy msgid "Step 2:" @@ -6785,10 +6429,8 @@ msgid "Straight" msgstr "Tutti" #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:162 -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:81 -#, fuzzy msgid "Subquestions" -msgstr "Domande" +msgstr "Sotto-domande" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1483 msgid "Success!" @@ -6817,9 +6459,8 @@ msgstr "URL dell'indagine per la lingua:" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:470 #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:493 #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:511 -#, fuzzy msgid "Survey admin can choose" -msgstr "Amministratore indagine:" +msgstr "Amministratore indagine può scegliere" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:787 msgid "Survey cannot be activated yet." @@ -6830,9 +6471,8 @@ msgid "Survey cannot be activated. Either you have no permission or there are no msgstr "L'indagine non può essere attivata: non hai i permessi per attivarla oppure non vi sono domande." #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:148 -#, fuzzy msgid "Survey copy summary" -msgstr "Riepilogo importazione indagine" +msgstr "Riepilogo copia indagine" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:766 msgid "Survey currently active" @@ -6847,7 +6487,6 @@ msgid "Survey expiration date" msgstr "Data di chiusura dell'indagine (YYYY-MM-GG)" #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:152 -#, fuzzy msgid "Survey import summary" msgstr "Riepilogo importazione indagine" @@ -6858,33 +6497,33 @@ msgstr "La modalità del Sondaggio è impostata a %s:" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:268 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1735 -#, fuzzy msgid "Survey permissions" -msgstr "Accesso al Sondaggio" +msgstr "Permessi dell'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1933 -#, fuzzy msgid "Survey permissions for all users in this group were successfully updated." -msgstr "Le tue impostazioni di accesso personali sono state salvate con successo." +msgstr "I permessi dell'indagine in questo gruppo sono state aggiornate con successo." #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1940 -#, fuzzy msgid "Survey permissions were successfully updated." -msgstr "Le descrizioni degli identificativi sono state aggiornate con successo." +msgstr "I permessi dell'indagine sono state aggiornate con successo." #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:372 msgid "Survey preview only for administration users" -msgstr "Anteprima dell'intervista per gli utenti amministratori" +msgstr "Anteprima dell'indagine per gli utenti amministratori" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:248 -#, fuzzy msgid "Survey properties" -msgstr "Modifica proprietà indagine" +msgstr "Proprietà indagine" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:780 msgid "Survey table name" msgstr "Nome della tabella del questionario" +#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:48 +msgid "Survey title" +msgstr "Titolo dell'indagine" + #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:629 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2109 #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:155 @@ -6902,7 +6541,7 @@ msgstr "TLS" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2105 msgid "Template Editor" -msgstr "Gestione degli stili (templates)" +msgstr "Gestione degli modelli (templates)" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:208 msgid "Test This Survey" @@ -6910,7 +6549,7 @@ msgstr "Prova indagine" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:409 msgid "Test if your server has SSL enabled by clicking on this link." -msgstr "" +msgstr "Controlla se il tuo server ha SSL attivato cliccando su questo link." #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2146 msgid "Test survey" @@ -6920,14 +6559,10 @@ msgstr "Prova indagine" msgid "The database export is only available for MySQL databases. For other database types please use the according backup mechanism to create a database dump." msgstr "L'esportazione del database è disponibile solo per database MySQL. Per altri tipi di database è necessario utilizzare le opportune procedure di backup." -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:906 -msgid "The languages of the imported group file must at least include the base language of this survey." -msgstr "Le lingue del file di gruppo importato debbono comprendere almeno la lingua di base di questa intervista." - #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:164 -#, fuzzy, php-format +#, php-format msgid "There is a LimeSurvey update available: Version %s" -msgstr "Il database LimeSurvey è inesistente" +msgstr "Esiste un'aggiornamento di LimeSurvey: Versione %s" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:175 msgid "There is currently no newer LimeSurvey version available." @@ -6938,14 +6573,6 @@ msgstr "Per ora non c'è alcuna versione più aggiornata disponibile per LimeSur msgid "There was an error on update check (%s)" msgstr "C'è stato un errore durante l'aggiornamento. Verificare (%s)" -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:119 -msgid "This file is not a LimeSurvey question file. Import failed." -msgstr "Il file non è un file di domande LimeSurvey. Importazione fallita." - -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:129 -msgid "This file is too old. Only files from LimeSurvey version 1.50 (DBVersion 112) and newer are supported." -msgstr "Questo file è troppo vecchio. Soltanto i files creati con LimeSurvey versione 1.50 (DBVersion 112) o versioni successive vengono supportati." - #: D:\web\xampp\htdocs\limesurvey/admin/html.php:175 msgid "This survey is active but expired." msgstr "Indagine attiva ma tempo di presentazione scaduto." @@ -6957,20 +6584,17 @@ msgstr "Indagine attiva ma con una data di attivazione." #: D:\web\xampp\htdocs\limesurvey/admin/html.php:185 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:567 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:969 -#, fuzzy msgid "This survey is currently active." -msgstr "Indagine attiva" +msgstr "Questa indagine è attiva." #: D:\web\xampp\htdocs\limesurvey/admin/html.php:157 -#, fuzzy msgid "This survey is currently not active" -msgstr "Indagine attiva" +msgstr "L'indagine non è attiva" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:444 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:475 -#, fuzzy msgid "This survey is not active - no responses are available." -msgstr "Indagine attiva. Si può procedere con l'inserimento delle domande." +msgstr "Indagine non attiva - nessuna risposta disponibile" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:459 msgid "This survey is not active, data entry is not allowed" @@ -7011,9 +6635,8 @@ msgid "Tokens problem - token table missing" msgstr "Problema con identificativi - mancanza della tabella identificativa" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:317 -#, fuzzy msgid "Tools" -msgstr "Totale" +msgstr "Strumenti" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1282 msgid "Type:" @@ -7034,14 +6657,13 @@ msgid "Update" msgstr "Aggiorna" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2043 -#, fuzzy, php-format +#, php-format msgid "Update available: %s" -msgstr "Nessuna indagine disponibile." +msgstr "Aggiornamento disponibile: %s" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:142 -#, fuzzy msgid "Updates" -msgstr "Aggiorna" +msgstr "Aggiornamenti" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:648 msgid "Used/free space for file uploads" @@ -7064,9 +6686,8 @@ msgid "User added." msgstr "Nome utente aggiunto" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:350 -#, fuzzy msgid "User name:" -msgstr "Nome utente" +msgstr "Nome utente:" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1482 #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1739 @@ -7091,18 +6712,16 @@ msgstr "Visualizza risposte salvate ma non inviate" #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:123 #: D:\web\xampp\htdocs\limesurvey/admin/fck_LimeReplacementFields.php:142 -#, fuzzy msgid "View response URL" -msgstr "Visualizza risposta" +msgstr "Visualizza URL risposta" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1527 -#, fuzzy msgid "View/read" -msgstr "Vedi/Modifica" +msgstr "Vedi/leggi" #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:407 msgid "Warning: Before turning on HTTPS, " -msgstr "" +msgstr "Attenzione, Prima di attivare HTTPS," #: D:\web\xampp\htdocs\limesurvey/admin/html.php:2028 msgid "Warning: You are still using the default password ('password'). Please change your password and re-login again." @@ -7117,65 +6736,45 @@ msgstr "Attenzione" msgid "Welcome to %s!" msgstr "%s sei il Benvenuto !" +#: D:\web\xampp\htdocs\limesurvey/admin/editsurveytextelements.php:56 +#: D:\web\xampp\htdocs\limesurvey/admin/html.php:681 +msgid "Welcome:" +msgstr "Messaggio di benvenuto:" + #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:165 #, php-format msgid "You can update %smanually%s or use the %s" msgstr "Si può aggiornare %smanualmente%s o usare il %s" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1169 -#, fuzzy msgid "You can't copy a question if the survey is active." -msgstr "Hai completato le risposte alle domande presenti nel questionario." - -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:310 -#, fuzzy -msgid "You can't import a group which doesn't support at least the survey base language." -msgstr "Non si può importare un gruppo che non supporta la lingua base dell'indagine corrente." - -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:322 -#, fuzzy -msgid "You can't import a question which doesn't support at least the survey base language." -msgstr "Non si può importare una domanda che non supporta la lingua base dell'indagine corrente." - -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:336 -#, fuzzy -msgid "You can't import answers which doesn't support at least the survey base language." -msgstr "Non si può importare un gruppo che non supporta la lingua base dell'indagine corrente." - -#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:351 -msgid "You can't import label sets which don't support the current survey's base language" -msgstr "Non si può importare un gruppo di etichette che non supporta la lingua base dell'indagine corrente." +msgstr "Non puoi copiare la domanda se l'indagine è attiva." #: D:\web\xampp\htdocs\limesurvey/admin/html.php:276 -#, fuzzy msgid "You can't reorder question groups if the survey is active." -msgstr "Hai completato le risposte alle domande presenti nel questionario." +msgstr "Non puoi riordinare i gruppi di domande se l'indagine è attiva." #: D:\web\xampp\htdocs\limesurvey/admin/html.php:285 -#, fuzzy msgid "You can't reorder question groups if there is only one group." -msgstr "Hai completato le risposte alle domande presenti nel questionario." +msgstr "Non puoi riordinare i gruppi di domande se esiste solo un gruppo." #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1288 -#, fuzzy msgid "You need to add answer options to this question" -msgstr "E' necessario inserire delle risposte a questa domanda" +msgstr "E' necessario inserire delle opzioni di risposta a questa domanda" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:790 -#, fuzzy msgid "You need to add question groups" -msgstr "E' necessario aggiungere delle domande" +msgstr "E' necessario aggiungere un gruppo domande" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:794 msgid "You need to add questions" msgstr "E' necessario aggiungere delle domande" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1298 -#, fuzzy msgid "You need to add subquestions to this question" -msgstr "E' necessario inserire delle risposte a questa domanda" +msgstr "E' necessario inserire delle sotto-domande a questa domanda" -#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:121 +#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:123 msgid "Your data should be imported now, the data.frame is named \"data\", the variable.labels are attributes of data (\"attributes(data)$variable.labels\"), like for foreign:read.spss." msgstr "I tuoi dati possono esser importati ora, il data.frame è nominato \"data\", la variable.labels sono attributi dei dati (\"attributes(data)$variable.labels\"), come per foreign:read.spss." @@ -7197,15 +6796,16 @@ msgstr "La tua indagine contiene più di 255 colonne di risposte. I Fogli di Cal #: D:\web\xampp\htdocs\limesurvey/admin/globalsettings.php:410 msgid "check if this link works." -msgstr "" +msgstr "controlla se questo collegamento funziona" -#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:119 -msgid "digit: source(\"Surveydata_syntax.R\", encoding = \"UTF-8\") on the R command window" +#: D:\web\xampp\htdocs\limesurvey/admin/export_data_r.php:121 +#, fuzzy, php-format +msgid "digit: source(\"%s\", encoding = \"UTF-8\") on the R command window" msgstr "scrivi: source(\"Surveydata_syntax.R\", encoding = \"UTF-8\") nella finestra di comando R" #: D:\web\xampp\htdocs\limesurvey/admin/html.php:1601 msgid "queXML Survey XML Format (*.xml)" -msgstr "que XML - Sondaggio Formato XML (*.xml)" +msgstr "que XML - Indagine Formato XML (*.xml)" #: D:\web\xampp\htdocs\limesurvey/admin/http_importsurvey.php:182 msgid "quota language settings" @@ -7219,12 +6819,12 @@ msgstr "Quota partecipanti" msgid "to" msgstr "a" -#: D:\web\xampp\htdocs\limesurvey/admin/importoldresponses.php:151 +#: D:\web\xampp\htdocs\limesurvey/admin/importoldresponses.php:140 #, fuzzy, php-format msgid "%s old response(s) and according timings were successfully imported." msgstr "Le tue impostazioni di accesso personali sono state salvate con successo." -#: D:\web\xampp\htdocs\limesurvey/admin/importoldresponses.php:126 +#: D:\web\xampp\htdocs\limesurvey/admin/importoldresponses.php:116 #, fuzzy, php-format msgid "%s old response(s) were successfully imported." msgstr "Le tue impostazioni di accesso personali sono state salvate con successo." @@ -7233,32 +6833,18 @@ msgstr "Le tue impostazioni di accesso personali sono state salvate con successo msgid "(Select multiple label sets by using the Ctrl key)" msgstr "(Selezionare più etichette usando il tasto Ctrl)" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:540 -msgid "...or import a question" -msgstr "... o importa la domanda" - -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:152 -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:188 -msgid "" -msgstr "" - #: D:\web\xampp\htdocs\limesurvey/admin/import_functions.php:603 msgid "A group in the CSV/SQL file is not part of the same survey. The import of the survey was stopped." msgstr "Gruppo nel documento CSV/SQL non fa parte della stessa indagine. Importazione dell'indagine e' interrotta." -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:302 -msgid "Add a new question" -msgstr "Aggiungi nuova domanda" - #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:420 #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:657 msgid "Add new label" msgstr "Aggiungi nuova etichetta" #: D:\web\xampp\htdocs\limesurvey/admin/questiongrouphandling.php:28 -#, fuzzy msgid "Add question group" -msgstr "Gruppo domande" +msgstr "Aggiungi gruppo domanda" #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:286 msgid "All Group assessments meet consistency standards" @@ -7327,32 +6913,32 @@ msgstr "Tutte le indagini soddisfano gli standard di consistenza" msgid "All survey settings meet consistency standards" msgstr "Tutte le indagini soddisfano gli standard di consistenza" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:486 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:490 msgid "Answer matched (regexp)" msgstr "Risposta combinata/verificata (regexp)" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:462 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:490 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:466 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:494 msgid "Answer was" msgstr "Risposta era" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:466 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:470 msgid "Answer was NOT" msgstr "Risposta NON era" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:482 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:486 msgid "Answer was greater than" msgstr "Risposta era maggiore di" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:478 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:482 msgid "Answer was greater than or equal to" msgstr "Risposta era maggiore o uguale a" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:470 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:474 msgid "Answer was less than" msgstr "Risposta era minore di" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:474 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:478 msgid "Answer was less than or equal to" msgstr "Risposta era minore o uguale a " @@ -7369,15 +6955,9 @@ msgid "Are you sure?" msgstr "Sei sicuro?" #: D:\web\xampp\htdocs\limesurvey/admin/questiongrouphandling.php:346 -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:496 -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:695 msgid "At beginning" msgstr "All'inizio" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:495 -msgid "At end" -msgstr "Alla fine" - #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:39 #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:59 #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:83 @@ -7392,13 +6972,6 @@ msgstr "Indietro" msgid "Can't update labels because you are using duplicated codes" msgstr "Non è possibile aggiornare le etichette perchè sono stati scelti codici già in uso." -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:419 -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:443 -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:461 -#, fuzzy -msgid "Cannot be changed (survey is active)" -msgstr "Impossibile modificare (Sondaggio attivo)" - #: D:\web\xampp\htdocs\limesurvey/admin/questiongrouphandling.php:256 msgid "Change Group Order" msgstr "Cambia ordine gruppi" @@ -7417,52 +6990,22 @@ msgstr "Controlla i dati" msgid "Check database again?" msgstr "Verifica del database di nuovo?" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:188 -#, fuzzy -msgid "Checked" -msgstr "Verifica nuovamente" - #: D:\web\xampp\htdocs\limesurvey/admin/iterate_survey.php:31 msgid "Click on the following button if you want to" msgstr "Fai clic sul seguente bottone se vuoi" #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:231 #: D:\web\xampp\htdocs\limesurvey/admin/questiongrouphandling.php:83 -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:548 #, fuzzy msgid "Convert resource links?" msgstr "Converto i collegamenti alle risorse?" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:28 -msgid "Copy Question" -msgstr "Copia domanda" - -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:103 -#, fuzzy -msgid "Copy advanced settings?" -msgstr "Salva le impostazioni" - -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:100 -#, fuzzy -msgid "Copy answer options?" -msgstr "Modifica Risposte" - #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:103 #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:286 #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:480 msgid "Copy failed" msgstr "Copia fallita" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:106 -#, fuzzy -msgid "Copy question" -msgstr "Copia domanda" - -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:97 -#, fuzzy -msgid "Copy subquestions?" -msgstr "Copia domanda" - #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:157 msgid "Create New Label Set" msgstr "Crea un nuovo gruppo di etichette" @@ -7473,10 +7016,6 @@ msgstr "Crea un nuovo gruppo di etichette" msgid "Create or import new label set(s)" msgstr "Crea o importa un nuovo gruppo di etichette" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:650 -msgid "Current group is using conditional questions" -msgstr "Il gruppo corrente usa domanda condizionali" - #: D:\web\xampp\htdocs\limesurvey/admin/questiongrouphandling.php:265 msgid "Current survey has questions with conditions outside their own group" msgstr "Il questionario corrente presenta domande con condizioni al di fuori del gruppo di appartenenza" @@ -7497,24 +7036,8 @@ msgid "Data redundancy check" msgstr "Verifica consistenza dati" #: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:135 -#, fuzzy msgid "Database" -msgstr "Nome database" - -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:139 -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:184 -#, php-format -msgid "Default answer for scale %s:" -msgstr "Risposta di default per scala %s" - -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:143 -#, fuzzy -msgid "Default answer value:" -msgstr "Lingua di default" - -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:169 -msgid "Default value for option 'Other':" -msgstr "Valore di default per la scelta 'Other':" +msgstr "Database" #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:381 #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:800 @@ -7526,9 +7049,8 @@ msgid "Delete all incomplete answers that correspond to a token for which a comp msgstr "Cancella tutte le risposte incomplete che corrispondono a degli identificativi che sono stati già registrati in definitivo" #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:698 -#, fuzzy msgid "Delete checked items!" -msgstr "Per favore controlla gli articoli" +msgstr "Cancella elementi selezionati!" #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:269 msgid "Delete label set" @@ -7540,9 +7062,8 @@ msgstr "Cancella gruppo etichette" #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:897 #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:907 #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:917 -#, fuzzy msgid "Deleting" -msgstr "Si sta per eliminare l'ID" +msgstr "Cancellazione" #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:844 msgid "Deleting Answers" @@ -7620,9 +7141,8 @@ msgstr "quota Impostazioni di lingua" #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:744 #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:751 -#, fuzzy msgid "Deleting orphaned quotas." -msgstr "Azzera gli identificativi" +msgstr "Elimina quota orfani" #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:856 msgid "Deleting qid" @@ -7639,22 +7159,20 @@ msgid "Deleting survey language setting" msgstr "quota Impostazioni di lingua" #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:795 -#, fuzzy msgid "Deleting survey language settings" -msgstr "quota Impostazioni di lingua" +msgstr "Eliminazione delle impostazioni delle lingue dell'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:38 msgid "Demo Mode Only: Uploading file is disabled in this system." msgstr "Solo modalità DEMO: la possibilità di importare file è disabilitata per questo sistema" #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:221 -#, fuzzy msgid "Demo mode only: Uploading files is disabled in this system." -msgstr "Solo modalità DEMO: la possibilità di importare file è disabilitata per questo sistema" +msgstr "Solo modalità DEMO: il caricamento dei files è disabilitato con questo sistema" #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:403 msgid "Demo mode: Uploading templates is disabled." -msgstr "Modalità DEMO: la possibilità di importare template è disabilitata per questo sistema" +msgstr "Modalità DEMO: la possibilità di importare modelli è disabilitata per questo sistema" #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:392 #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:788 @@ -7675,19 +7193,11 @@ msgstr "L'indirizzo e-mail già esiste." msgid "Edit Group" msgstr "Modifica gruppo" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:124 -msgid "Edit default answer values" -msgstr "Modifica dei valori nelle risposte di default" - #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:158 #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:267 msgid "Edit label set" msgstr "Modifica gruppo etichette" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:302 -msgid "Edit question" -msgstr "Modifica domanda" - #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:164 #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:172 #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:346 @@ -7709,11 +7219,6 @@ msgstr "Errore: devi inserire un titolo (group title) per questa indagine" msgid "Error: You have to enter a name for this label set." msgstr "Errore: devi inserire un nome per questo gruppo etichette." -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:29 -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:341 -msgid "Error: You have to enter a question code." -msgstr "Errore: Non hai inserito il codice per questa domanda." - #: D:\web\xampp\htdocs\limesurvey/admin/importlabel.php:253 #: D:\web\xampp\htdocs\limesurvey/admin/importlabel.php:358 #, fuzzy, php-format @@ -7756,6 +7261,12 @@ msgstr "Inserimento etichetta fallito" msgid "Failed to update label" msgstr "Aggiornamento etichetta fallito" +#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:683 +#: D:\web\xampp\htdocs\limesurvey/admin/importquestion.php:580 +#: D:\web\xampp\htdocs\limesurvey/admin/import_functions.php:783 +msgid "Faulty line in import - fields and data don't match" +msgstr "Linea del file in import non corretta - i campi e i dati non collimano" + #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:183 #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:192 #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:365 @@ -7789,20 +7300,18 @@ msgstr "L'indagine non esiste." msgid "Go to question" msgstr "Vai alla domanda" +#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:91 +msgid "Go to question group" +msgstr "Vai al gruppo domande" + #: D:\web\xampp\htdocs\limesurvey/admin/questiongrouphandling.php:270 #, php-format msgid "Group %s depends on group %s, see the marked conditions on:" msgstr "Il Gruppo %s dipende dal Gruppo %s. Vedi le condizioni evidenziate" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:513 -#, fuzzy -msgid "Hide advanced settings" -msgstr "Salva le impostazioni" - -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:771 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:775 msgid "ID:" -msgstr "ID" +msgstr "ID:" #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:29 #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:715 @@ -7815,7 +7324,6 @@ msgid "Import Label Set" msgstr "Importa gruppo etichette" #: D:\web\xampp\htdocs\limesurvey/admin/importquestion.php:19 -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:553 msgid "Import Question" msgstr "Importa domanda" @@ -7825,11 +7333,11 @@ msgstr "Importa risposte" #: D:\web\xampp\htdocs\limesurvey/admin/importoldresponses.php:68 msgid "Import also timings (if exist):" -msgstr "" +msgstr "Importa anche i tempi (se presenti)" #: D:\web\xampp\htdocs\limesurvey/admin/importsurvey.php:116 msgid "Import failed. You specified an invalid file." -msgstr "" +msgstr "Importazione fallita. Avete selezionato un file non valido." #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:217 #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:220 @@ -7851,6 +7359,12 @@ msgstr "L'importazione del gruppo etichette completata." msgid "Import of this survey file failed" msgstr "Importazione indagine non riuscita" +#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:19 +#: D:\web\xampp\htdocs\limesurvey/admin/questiongrouphandling.php:38 +#: D:\web\xampp\htdocs\limesurvey/admin/questiongrouphandling.php:85 +msgid "Import question group" +msgstr "Importa gruppo domande" + #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:32 #, fuzzy msgid "Import survey resources" @@ -7858,7 +7372,7 @@ msgstr "Importa risorse legate al Sondaggio" #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:397 msgid "Import template" -msgstr "Importazione dello stile" +msgstr "Importazione del modello" #: D:\web\xampp\htdocs\limesurvey/admin/iterate_survey.php:30 msgid "Important instructions" @@ -7880,7 +7394,7 @@ msgstr "Risorse importate per" #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:551 msgid "Imported template files for" -msgstr "Files template importati per" +msgstr "Files modello importati per" #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:58 #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:241 @@ -7925,15 +7439,9 @@ msgid "Language specific settings missing" msgstr "Impostazioni della specifica lingua mancanti" #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:175 -#, fuzzy msgid "Languages:" msgstr "Lingue:" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:515 -#, fuzzy -msgid "Loading..." -msgstr "Registrazione completata" - #: D:\web\xampp\htdocs\limesurvey/admin/login_check.php:244 msgid "Login" msgstr "Login" @@ -7950,6 +7458,11 @@ msgstr "Nessun \"CFIELDNAME\" gruppo!" msgid "No GID (Group) has been provided. Cannot import question" msgstr "Il GID (ID Gruppo) non è stato inserito. Impossibile importare la domanda." +#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:34 +#: D:\web\xampp\htdocs\limesurvey/admin/importquestion.php:34 +msgid "No SID (Survey) has been provided. Cannot import question." +msgstr "IL SID (ID indagine) non è stato inserito. Impossibile importare la domanda." + #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:568 #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:660 msgid "No database action required" @@ -7990,33 +7503,29 @@ msgstr "Notare che non è possibile tornare indietro da una cancellazione se si msgid "Note: Inserting new labels must be done on the first language tab." msgstr "Nota: l'inserimento di nuove etichette deve essere fatto nel tab della prima lingua" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:42 -msgid "Note: You MUST enter a new question code!" -msgstr "Nota: è obbligatorio inserire un nuovo codice domanda!" - #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:112 #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:295 #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:489 msgid "OK" msgstr "OK" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1944 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1951 #, fuzzy, php-format msgid "Only answer this question for the items you did not select in question %d ('%s')" msgstr "Rispondi solo se le seguenti condizioni sono rispettate:" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1935 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1942 #, fuzzy, php-format msgid "Only answer this question for the items you selected in question %d ('%s')" msgstr "Rispondi solo se le seguenti condizioni sono rispettate:" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:751 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:755 msgid "Only answer this question if the following conditions are met:" msgstr "Rispondi solo se le seguenti condizioni sono rispettate:" #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:583 msgid "Open imported template" -msgstr "Apri il template importato" +msgstr "Apri il modello importato" #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:329 msgid "Order" @@ -8033,58 +7542,57 @@ msgid "Passed single-use password was wrong or user doesn't exist" msgstr "" #: D:\web\xampp\htdocs\limesurvey/admin/questiongrouphandling.php:341 -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:690 msgid "Place after.." msgstr "Poni dopo.." -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1000 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1001 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1004 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1005 msgid "Please choose *all* that apply:" msgstr "Scegli *tutte* le corrispondenti:" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1064 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1065 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1068 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1069 msgid "Please choose *at most* " msgstr "Scegli *la più probabile*" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1006 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1007 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1010 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1011 #, fuzzy, php-format msgid "Please choose *at most* %s answers:" msgstr "Scegli *la più probabile*" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:829 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:830 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:854 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:861 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:887 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:890 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:950 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:951 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1189 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:833 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:834 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:858 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:865 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:891 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:894 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:954 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:955 #: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1193 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1197 msgid "Please choose *only one* of the following:" msgstr "Scegli *solo una* delle seguenti:" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1058 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1059 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1062 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1063 msgid "Please choose all that apply and provide a comment:" msgstr "Scegli tutte quelle che corrispondono e fornisci un commento:" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1203 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1221 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1268 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1277 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1304 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1319 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1345 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1360 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1569 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1579 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1673 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1676 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1780 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1781 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1207 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1225 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1272 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1281 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1308 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1323 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1349 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1364 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1573 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1583 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1677 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1680 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1784 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1785 msgid "Please choose the appropriate response for each item:" msgstr "Scegli la risposta appropriata per ciascun item:" @@ -8093,13 +7601,13 @@ msgstr "Scegli la risposta appropriata per ciascun item:" msgid "Please choose the label sets you want to export:" msgstr "Scegli le colonne che desideri esportare. Non selezionare nulla per esportare tutte le colonne." -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:846 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:848 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:850 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:852 msgid "Please enter a date:" msgstr "Inserisci una data:" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1426 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1427 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1430 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1431 #, php-format msgid "Please enter a number between %d and %d for each item:" msgstr "Inserire un numero tra %d e %d per ciascun elemento:" @@ -8108,51 +7616,47 @@ msgstr "Inserire un numero tra %d e %d per ciascun elemento:" msgid "Please fax your completed survey to:" msgstr "Invia un fax del questionario completato a:" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1916 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1923 #, php-format msgid "Please fax your completed survey to: %s" msgstr "Invia un fax del questionario completato a: %s" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:977 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:981 msgid "Please number each box in order of preference from 1 to" msgstr "Numera ciascun campo in ordine di preferenza da 1 a" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:978 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:982 msgid "Please number each box in order of preference from 1 to " msgstr "Numera ciascun campo in ordine di preferenza da 1 a" #: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:171 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1912 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1919 #, php-format msgid "Please submit by %s" msgstr "Per favore Inviare da %s" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1422 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1423 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1426 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1427 #, php-format msgid "Please write a multiple of %d between %d and %d for each item:" msgstr "Scrivere un multiplo di %d tra %d e %d per ciascun elemento:" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1144 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1146 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1153 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1156 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1166 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1169 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1179 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1182 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1148 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1150 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1157 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1160 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1170 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1173 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1183 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1186 msgid "Please write your answer here:" msgstr "Scrivi le tue risposte qui:" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1104 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1122 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1108 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1126 msgid "Please write your answer(s) here:" msgstr "Scrivi la(e) tua(e) risposta(e) qui:" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:493 -msgid "Position:" -msgstr "Posizione:" - #: D:\web\xampp\htdocs\limesurvey/admin/questiongrouphandling.php:275 msgid "QID" msgstr "QID" @@ -8161,36 +7665,39 @@ msgstr "QID" msgid "Question Attributes" msgstr "Attributi domande" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:408 -msgid "Question Type:" -msgstr "Tipo di domanda:" - -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:772 +#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:87 +#: D:\web\xampp\htdocs\limesurvey/admin/importquestion.php:95 #, fuzzy -msgid "Question code:" -msgstr "Codici domande" +msgid "Question attributes:" +msgstr "Attributi delle domande:" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:69 -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:434 -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:442 -msgid "Question group:" -msgstr "Gruppo di domande:" +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:776 +msgid "Question code:" +msgstr "Codice domanda" + +#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:90 +#, fuzzy +msgid "Question group import is complete." +msgstr "Importazione delle domande completata." + +#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:77 +msgid "Question group import summary" +msgstr "Riepilogo importazione gruppo domande" #: D:\web\xampp\htdocs\limesurvey/admin/importquestion.php:98 msgid "Question import is complete." msgstr "Importazione delle domande completata." #: D:\web\xampp\htdocs\limesurvey/admin/importquestion.php:87 -#, fuzzy msgid "Question import summary" msgstr "Riepilogo importazione domande" #: D:\web\xampp\htdocs\limesurvey/admin/importoldresponses.php:48 -#: D:\web\xampp\htdocs\limesurvey/admin/importoldresponses.php:153 +#: D:\web\xampp\htdocs\limesurvey/admin/importoldresponses.php:142 msgid "Quick statistics" msgstr "Statistiche brevi" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:720 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:724 msgid "RANK" msgstr "Classifica" @@ -8198,10 +7705,6 @@ msgstr "Classifica" msgid "Re-ordering groups is restricted to ensure that questions on which conditions are based aren't reordered after questions having the conditions set" msgstr "Il riordino dei gruppi è limitato per assicurare che le domande sulle cui condizioni sono basate non sono riordinate " -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:650 -msgid "Re-ordering questions in this group is restricted to ensure that questions on which conditions are based aren't reordered after questions having the conditions set" -msgstr "Re-ordering questions in this group is restricted to ensure that questions on which conditions are based aren't reordered after questions having the conditions set" - #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:152 #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:335 #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:528 @@ -8240,7 +7743,7 @@ msgstr "Torna all'amministrazione generale" #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:352 #, php-format msgid "SLID `%s` because the related survey is missing." -msgstr "SLID `%s` perché la relativa intervista non è stata trovata." +msgstr "SLID `%s` perché la relativa indagine non è stata trovata." #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:399 #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:706 @@ -8248,27 +7751,16 @@ msgid "Save Changes" msgstr "Salva modifiche" #: D:\web\xampp\htdocs\limesurvey/admin/questiongrouphandling.php:65 -#, fuzzy msgid "Save question group" -msgstr "Gruppo domande" - -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:650 -msgid "See the conditions marked on the following questions" -msgstr "Vedi condizioni sulle seguenti domande" - -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:544 -#, fuzzy -msgid "Select LimeSurvey question file (*.lsq/*.csv)" -msgstr "File sondaggio LimeSurvey (*.csv)" +msgstr "Salva gruppo domanda" #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:223 msgid "Select label set file (*.lsl,*.csv):" msgstr "Scegliere il file di impostazione delle etichette (*.lsl,*.csv):" #: D:\web\xampp\htdocs\limesurvey/admin/questiongrouphandling.php:81 -#, fuzzy msgid "Select question group file (*.lsg/*.csv):" -msgstr "File sondaggio LimeSurvey (*.csv)" +msgstr "Seleziona file gruppo domanda (*.lsg/*.csv):" #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:168 #, fuzzy @@ -8283,21 +7775,16 @@ msgstr "Procedere con l'eliminazione?" msgid "Show Help" msgstr "Guida in linea" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:513 -#, fuzzy -msgid "Show advanced settings" -msgstr "Salva le impostazioni" - #: D:\web\xampp\htdocs\limesurvey/admin/import_functions.php:1021 msgid "Sorry your responses have exceeded a quota on this survey." -msgstr "Spiacente, le tue risposte hanno ecceduto la quota stabilita per questo sondaggio." +msgstr "Spiacente, le tue risposte hanno ecceduto la quota stabilita per questa indagine." #: D:\web\xampp\htdocs\limesurvey/admin/importoldresponses.php:60 msgid "Source table:" msgstr "Tabella sorgente:" #: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:149 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1918 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1925 msgid "Submit Your Survey." msgstr "Invia il tuo questionario." @@ -8314,12 +7801,12 @@ msgstr "La modalità del Sondaggio è impostata a %s:" #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:539 #, php-format msgid "Survey ID %d saved at %s containing %d record(s)" -msgstr "L'ID di intervista %d è stato salvato in %s e contiene %d record(s)" +msgstr "L'ID dell'indagine %d è stato salvato in %s e contiene %d record(s)" #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:472 #, fuzzy, php-format msgid "Survey ID %d saved at %s containing %d record(s) (%s)" -msgstr "L'ID di intervista %d è stato salvato in %s e contiene %d record(s)" +msgstr "L'ID dell'indagine %d è stato salvato in %s e contiene %d record(s)" #: D:\web\xampp\htdocs\limesurvey/admin/importoldresponses.php:55 msgid "Target survey ID:" @@ -8328,15 +7815,15 @@ msgstr "ID dell'indagine:" #: D:\web\xampp\htdocs\limesurvey/admin/import_functions.php:419 #, php-format msgid "Template %s not found, please review when activating." -msgstr "Non è stato trovato il template %s, rivedere quando è stato attivato." +msgstr "Non è stato trovato il modello %s, rivedere quando è stato attivato." #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:437 #, php-format msgid "Template '%s' does already exist." -msgstr "Il Template '%s' esiste già." +msgstr "Il modello '%s' esiste già." #: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:151 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1918 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1925 msgid "Thank you for completing this survey." msgstr "Grazie per aver completato il questionario." @@ -8380,9 +7867,8 @@ msgid "The following old token list tables exist and may be deleted if no longer msgstr "Le seguenti tabelle di vecchi identificativi potrebbero essere ricaricate:" #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:682 -#, fuzzy msgid "The following old token tables contain no tokens and can be deleted:" -msgstr "Le seguenti tabelle di vecchi identificativi potrebbero essere ricaricate:" +msgstr "Le seguenti tabelle di vecchi identificativi non contengono identificativi e possono essere eliminata:" #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:547 #, fuzzy @@ -8402,13 +7888,17 @@ msgstr "Le seguenti indagini dovrebbero essere eliminate" msgid "The following surveys should be deleted" msgstr "Le seguenti indagini dovrebbero essere eliminate" +#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:906 +msgid "The languages of the imported group file must at least include the base language of this survey." +msgstr "Le lingue del file di gruppo importato debbono comprendere almeno la lingua di base di questa indagine." + #: D:\web\xampp\htdocs\limesurvey/admin/importquestion.php:726 msgid "The languages of the imported question file must at least include the base language of this survey." -msgstr "Le lingue del file di domande importato debbono almeno comprendere la lingua base di questa intervista." +msgstr "Le lingue del file di domande importato debbono almeno comprendere la lingua base di questa indagine." #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:656 msgid "The redundancy check looks for tables leftover after deactivating a survey. You can delete these if you no longer require them." -msgstr "La verifica della ridondanza cerca tabelle dimenticate dopo avere disattivato un'intervista. Si possono cancellare se non servono più." +msgstr "La verifica della ridondanza cerca tabelle dimenticate dopo avere disattivato un'indagine. Si possono cancellare se non servono più." #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:185 #, php-format @@ -8435,7 +7925,7 @@ msgstr "Le seguenti indagini dovrebbero essere eliminate" msgid "There are %s orphaned quota members which can be deleted." msgstr "" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1835 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1842 msgid "There are {NUMBEROFQUESTIONS} questions in this survey" msgstr "Vi sono {NUMBEROFQUESTIONS} domande all'interno di questa indagine." @@ -8446,12 +7936,17 @@ msgstr "Questo archivio ZIP contiene files di risorse non valide. Importazione n #: D:\web\xampp\htdocs\limesurvey/admin/import_resources_zip.php:527 msgid "This ZIP archive contains no valid template files. Import failed." -msgstr "Questo archivio ZIP contiene template non validi. Importazione non riuscita." +msgstr "Questo archivio ZIP contiene modelli non validi. Importazione non riuscita." #: D:\web\xampp\htdocs\limesurvey/admin/importlabel.php:113 msgid "This file is not a LimeSurvey label set file. Import failed." msgstr "Il file non è un file di un gruppo etichette LimeSurvey. Importazione fallita " +#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:119 +#: D:\web\xampp\htdocs\limesurvey/admin/importquestion.php:141 +msgid "This file is not a LimeSurvey question file. Import failed." +msgstr "Il file non è un file di domande LimeSurvey. Importazione fallita." + #: D:\web\xampp\htdocs\limesurvey/admin/import_functions.php:61 msgid "This file is not a LimeSurvey survey file. Import failed." msgstr "Il file non è un file LimeSurvey. Importazione non riuscita." @@ -8462,6 +7957,12 @@ msgstr "Il file non è un file LimeSurvey. Importazione non riuscita." msgid "This file is not a valid ZIP file archive. Import failed." msgstr "Il file non è un file di archivio ZIP valido. Importazione fallita " +#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:129 +#: D:\web\xampp\htdocs\limesurvey/admin/importquestion.php:147 +#: D:\web\xampp\htdocs\limesurvey/admin/import_functions.php:67 +msgid "This file is too old. Only files from LimeSurvey version 1.50 (DBVersion 112) and newer are supported." +msgstr "Questo file è troppo vecchio. Soltanto i files creati con LimeSurvey versione 1.50 (DBVersion 112) o versioni successive vengono supportati." + #: D:\web\xampp\htdocs\limesurvey/admin/import_functions.php:1092 #, fuzzy msgid "This is not a valid LimeSurvey survey structure XML file." @@ -8504,22 +8005,32 @@ msgstr "Gestione risorse caricato" msgid "Uploaded label set file needs to have an .lsl extension." msgstr "" -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:212 -msgid "Use same default value across languages:" -msgstr "Usare lo stesso valore di default per tutte le lingue:" - -#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:751 -msgid "View Question" -msgstr "Vedi domanda" - #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:649 msgid "Yes - Delete Them!" msgstr "Sì - Elimina" #: D:\web\xampp\htdocs\limesurvey/admin/importoldresponses.php:78 -#, fuzzy msgid "You can import all old responses with the same amount of columns as in your active survey. YOU have to make sure, that this responses corresponds to the questions in your active survey." -msgstr "Attenzione: Si possono importare tutte le vecchie risposte con lo stesso numero di colonne come nella indagine attiva. Dovete essere ASSOLUTAMENTE sicuri che queste risposte corrispondondo esattamente alla struttura della indagine attiva." +msgstr "Si possono importare tutte le vecchie risposte se hanno lo stesso numero di colonne dell'indagine attiva. Dovete essere ASSOLUTAMENTE sicuri che queste risposte corrispondano esattamente alla struttura della indagine attiva." + +#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:310 +msgid "You can't import a group which doesn't support at least the survey base language." +msgstr "Non si può importare un gruppo che non supporta la lingua base dell'indagine corrente." + +#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:322 +#: D:\web\xampp\htdocs\limesurvey/admin/importquestion.php:281 +msgid "You can't import a question which doesn't support at least the survey base language." +msgstr "Non si può importare una domanda che non supporta la lingua base dell'indagine corrente." + +#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:336 +#: D:\web\xampp\htdocs\limesurvey/admin/importquestion.php:295 +msgid "You can't import answers which doesn't support at least the survey base language." +msgstr "Non si può importare risposte che non supportano la lingua base dell'indagine corrente." + +#: D:\web\xampp\htdocs\limesurvey/admin/importgroup.php:351 +#: D:\web\xampp\htdocs\limesurvey/admin/importquestion.php:310 +msgid "You can't import label sets which don't support the current survey's base language" +msgstr "Non si può importare un gruppo di etichette che non supporta la lingua base dell'indagine corrente." #: D:\web\xampp\htdocs\limesurvey/admin/labels.php:185 msgid "You cannot remove this item since you need at least one language in a labelset." @@ -8528,7 +8039,7 @@ msgstr "Non puoi rimuovere questo item in quanto almeno una lingua deve essere p #: D:\web\xampp\htdocs\limesurvey/admin/login_check.php:247 #, php-format msgid "You have exceeded you maximum login attempts. Please wait %d minutes before trying again" -msgstr "" +msgstr "Avete superato il limite massimo di tentativi di accesso di login. Aspettare %d minuti prima di tentare di nuovo" #: D:\web\xampp\htdocs\limesurvey/admin/login_check.php:156 msgid "You have to enter user name and email." @@ -8547,12 +8058,12 @@ msgstr "Non è stato selezionata alcuna indagine da eliminare" msgid "[Dependency on another question (ID $4)]" msgstr "" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1064 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1065 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1068 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:1069 msgid "answers and provide a comment:" msgstr "risposte e inserisci un commento:" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:739 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:743 msgid "at question" msgstr "alla domanda" @@ -8565,37 +8076,32 @@ msgstr "alla domanda" msgid "because" msgstr "perchè" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:500 -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:528 -#, fuzzy -msgid "is" -msgstr "Lista" - #: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:504 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:532 +msgid "is" +msgstr "è" + +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:508 msgid "is NOT" msgstr "" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:520 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:524 msgid "is greater than" -msgstr "Maggiore di" +msgstr "maggiore di" -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:516 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:520 msgid "is greater than or equal to" -msgstr "Maggiore o uguale a" - -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:508 -#, fuzzy -msgid "is less than" -msgstr "Meno di " +msgstr "maggiore o uguale a" #: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:512 -#, fuzzy -msgid "is less than or equal to" -msgstr "Minore o uguale a " +msgid "is less than" +msgstr "meno di " -#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:524 +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:516 +msgid "is less than or equal to" +msgstr "minore o uguale a " + +#: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:528 #, fuzzy msgid "is matched (regexp)" msgstr "Risposta combinata/verificata (regexp)" @@ -8606,9 +8112,8 @@ msgid "responses" msgstr "Risposte" #: D:\web\xampp\htdocs\limesurvey/admin/printablesurvey.php:135 -#, fuzzy msgid "table" -msgstr "Abilita" +msgstr "tabella" #: D:\web\xampp\htdocs\limesurvey/admin/integritycheck.php:457 #, fuzzy @@ -8661,6 +8166,10 @@ msgstr "%s record verificano i requisiti minimi " msgid "%s records with invalid email address removed" msgstr "Rimossi i Record con indirizzo e-mail non corretto " +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:540 +msgid "...or import a question" +msgstr "... o importa la domanda" + #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:1271 #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:1281 msgid "1st quartile (Q1)" @@ -8679,6 +8188,11 @@ msgstr "Terzo Quartile (Q3)" msgid "7bit Swedish" msgstr "7bit Svedese" +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:152 +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:188 +msgid "" +msgstr "" + #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2149 msgid "" msgstr "" @@ -8692,19 +8206,13 @@ msgid "A backup of this table will be made if you proceed. Your system administr msgstr "Verrà fatto un backup della tabella. L'amministratore di sistema potrà avere accesso a questa tabella." #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:499 -#, fuzzy msgid "A token table has been created for this survey and the old tokens were imported." -msgstr "E' stata creata una tabella degli identificativi per questa indagine." +msgstr "Una tabella di identificativi è stata creata per questa indagine e i vecchi identificativi sono stati importati." #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:486 msgid "A token table has been created for this survey." msgstr "E' stata creata una tabella degli identificativi per questa indagine." -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:428 -#, fuzzy -msgid "A username was not supplied or the username is invalid." -msgstr "Nome utente non inserito." - #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:766 msgid "AND/OR Date is" msgstr "AND/OR La data è" @@ -8730,6 +8238,10 @@ msgstr "Aggiungi risposta " msgid "Add New Quota" msgstr "Aggiungi una nuova quota" +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:302 +msgid "Add a new question" +msgstr "Aggiungi nuova domanda" + #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2575 #, fuzzy msgid "Add another token entry" @@ -8738,9 +8250,8 @@ msgstr "Aggiungi un identificativo" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:602 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2453 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2608 -#, fuzzy msgid "Add dummy tokens" -msgstr "Aggiungi identificativi" +msgstr "Aggiungi identificativi fittizi" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2169 msgid "Add fields" @@ -8761,11 +8272,6 @@ msgstr "Aggiungi attributo degli identificativi" msgid "Add token entry" msgstr "Aggiungi un identificativo" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:413 -#, fuzzy -msgid "Add user" -msgstr "Aggiungi utente" - #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2228 #, fuzzy msgid "Adding attribute fields failed:" @@ -8786,11 +8292,6 @@ msgstr "Tutte le risposte sono già state selezione in questa quota" msgid "All conditions in this survey have been deleted." msgstr "Tutte le condizioni presenti in questo sondaggio sono state cancellate." -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:592 -#, php-format -msgid "All of the user's surveys were transferred to %s." -msgstr "" - #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:860 msgid "All token entries have been deleted." msgstr "Tutti gli identificativi sono stati azzerati" @@ -8806,7 +8307,6 @@ msgid "All token entries to whom a reminder email would apply" msgstr "Tutti gli identificativi sono stati azzerati" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:732 -#, fuzzy msgid "All tokens" msgstr "Mostra gli identificativi" @@ -8814,23 +8314,13 @@ msgstr "Mostra gli identificativi" msgid "All unique token numbers have been removed." msgstr "I codici associati agli identificativi sono stati eliminati" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:484 -msgid "An email with a generated password was sent to the user." -msgstr "Una e-mail con una password generata automaticamente è stata inviata all'utente." - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:83 -msgid "An email with your login data was sent to you." -msgstr "Ti è stata inviata una e-mail con i dati per effettuare il login. " - #: D:\web\xampp\htdocs\limesurvey/admin/surveylist.php:36 -#, fuzzy msgid "Anonymized responses" -msgstr "Solo records incompleti" +msgstr "Riposte anonime" #: D:\web\xampp\htdocs\limesurvey/admin/translate_functions.php:496 -#, fuzzy msgid "Answer options" -msgstr "Prefisso risposta" +msgstr "Opzione di risposta" #: D:\web\xampp\htdocs\limesurvey/admin/results.php:189 #: D:\web\xampp\htdocs\limesurvey/admin/results.php:190 @@ -8848,7 +8338,6 @@ msgid "Are you really sure you want to reset all invitation records to NO?" msgstr "Annullare la spedizione di tutti gli inviti?" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:893 -#, fuzzy msgid "Are you sure you want to delete all unique token strings?" msgstr "Elimina tutti i codici associati agli identificativi?" @@ -8863,7 +8352,7 @@ msgstr "Sei sicuro di voler eliminare questo documento?" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:869 msgid "Are you sure you want to delete this template?" -msgstr "Sei sicuro di voler eliminare questo template?" +msgstr "Sei sicuro di voler eliminare questo modello?" #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:2997 #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:3001 @@ -8880,6 +8369,10 @@ msgstr "Dettagli Valutazioni" msgid "Assessment heading" msgstr "Testata Valutazioni" +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:495 +msgid "At end" +msgstr "Alla fine" + #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2132 #, fuzzy msgid "Attribute field" @@ -8892,18 +8385,13 @@ msgstr "Automatico " #: D:\web\xampp\htdocs\limesurvey/admin/translate.php:205 msgid "Auto Translate" -msgstr "" +msgstr "Traduzione automatica" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:3166 #, fuzzy msgid "Auto detect" msgstr "Automatico" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:348 -#, fuzzy -msgid "Auto-import of user failed!" -msgstr "Importazione automatica degli Utenti fallita!" - #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:409 #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:805 msgid "Autoload URL" @@ -8919,15 +8407,15 @@ msgstr "Media" #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:916 msgid "Average file size" -msgstr "" +msgstr "Media dimensione file" #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:891 msgid "Average no. of files per respondent" -msgstr "" +msgstr "Media no. files per persona" #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:917 msgid "Average size per respondent" -msgstr "" +msgstr "Media dimensione files per persona" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2195 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2200 @@ -9000,14 +8488,24 @@ msgstr "Non può collegare la directory LDAP" msgid "Can't connect to the LDAP directory" msgstr "Impossibile connettersi alla directory LDAP" +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:419 +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:443 +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:461 +msgid "Cannot be changed (survey is active)" +msgstr "Impossibile modificare (indagine attiva)" + #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:966 msgid "Changes cannot be saved to a standard template." -msgstr "Le modifiche al template standard non possono essere salvate" +msgstr "Le modifiche al modello standard non possono essere salvate" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:3173 msgid "Character set of the file:" msgstr "Set di caratteri del file:" +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:188 +msgid "Checked" +msgstr "Selezionato" + #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:3172 msgid "Choose the CSV file to upload:" msgstr "Scegliere il file CSV da caricare:" @@ -9016,29 +8514,22 @@ msgstr "Scegliere il file CSV da caricare:" msgid "Clear All Page" msgstr "Pagina azzera" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:474 -msgid "Click here to log in." -msgstr "Premi qui per entrare." - #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2047 msgid "Clicking yes will generate tokens for all those in this token list that have not been issued one. Is this OK?" msgstr "Facendo clic su SI verranno generati automaticamente i codici e le password di identificazione per tutti gli utenti che ne sono ancora sprovvisti. Procedere?" #: D:\web\xampp\htdocs\limesurvey/admin/surveylist.php:61 -#, fuzzy msgid "Closed" -msgstr "Chiudi" +msgstr "Chiuso" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:3168 -#, fuzzy msgid "Comma" -msgstr "Commento" +msgstr "Virgola" #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:1847 #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:2061 -#, fuzzy msgid "Comments" -msgstr "Commento" +msgstr "Commenti" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:64 msgid "Completed Page" @@ -9051,22 +8542,35 @@ msgstr "Pagina completata" msgid "Completed?" msgstr "Completato?" +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:28 +msgid "Copy Question" +msgstr "Copia domanda" + #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:820 #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:885 #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:894 msgid "Copy Template" -msgstr "Copia questo stile" +msgstr "Copia questo modello" + +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:103 +msgid "Copy advanced settings?" +msgstr "Copia le impostazioni avanzate?" + +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:100 +msgid "Copy answer options?" +msgstr "Copia opzione di risposta?" + +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:106 +msgid "Copy question" +msgstr "Copia domanda" + +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:97 +msgid "Copy subquestions?" +msgstr "Copia sotto-domanda?" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:902 -#, fuzzy msgid "Copy template" -msgstr "Copia questo stile" - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:662 -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:697 -#, fuzzy -msgid "Could not modify user data." -msgstr "Non si possono modificare i dati utente" +msgstr "Copia modello" #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:1234 #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:2083 @@ -9097,16 +8601,19 @@ msgstr "Genera password di identificazione" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:835 msgid "Create new template" -msgstr "Crea nuovo stile" +msgstr "Crea nuovo modello" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:833 msgid "Create new template called:" -msgstr "Crea nuovo stile con nome:" +msgstr "Crea nuovo modello con nome:" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2043 -#, fuzzy msgid "Create tokens" -msgstr "Genera password di identificazione" +msgstr "Crea identificativi" + +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:650 +msgid "Current group is using conditional questions" +msgstr "Il gruppo corrente usa domanda condizionali" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:67 msgid "DEC West European" @@ -9142,7 +8649,6 @@ msgid "Date Saved" msgstr "Data salvata" #: D:\web\xampp\htdocs\limesurvey/admin/surveylist.php:33 -#, fuzzy msgid "Date created" msgstr "Data creazione" @@ -9151,6 +8657,20 @@ msgstr "Data creazione" msgid "Date is" msgstr "Data" +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:139 +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:184 +#, php-format +msgid "Default answer for scale %s:" +msgstr "Risposta di default per scala %s" + +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:143 +msgid "Default answer value:" +msgstr "Risposta di default" + +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:169 +msgid "Default value for option 'Other':" +msgstr "Valore di default per la scelta 'Other':" + #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1340 msgid "Delete Tokens" msgstr "Elimina tabella degli identificativi" @@ -9159,17 +8679,12 @@ msgstr "Elimina tabella degli identificativi" msgid "Delete Tokens Table" msgstr "Elimina tabella identificativi" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:618 -msgid "Delete User" -msgstr "Elimina utente" - #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:859 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:899 msgid "Delete all token entries" msgstr "Azzera gli identificativi" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:893 -#, fuzzy msgid "Delete all unique token strings" msgstr "Elimina codici associati agli identificativi" @@ -9186,18 +8701,13 @@ msgstr "Azzera gli identificativi" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:870 msgid "Delete this template" -msgstr "Cancella questo template" +msgstr "Cancella questo modello" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1241 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1243 msgid "Delete token entry" msgstr "Elimina identificativo" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:509 -#, fuzzy -msgid "Deleting user" -msgstr "Elimina utente" - #: D:\web\xampp\htdocs\limesurvey/admin/translate.php:132 #, fuzzy msgid "Detailed Error" @@ -9252,20 +8762,26 @@ msgid "EUC-KR Korean" msgstr "EUC-KR Coreano" #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:323 -#, fuzzy msgid "Earlier than:" -msgstr "Maggiore di" +msgstr "Prima di:" + +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:124 +msgid "Edit default answer values" +msgstr "Modifica dei valori nelle risposte di default" #: D:\web\xampp\htdocs\limesurvey/admin/saved.php:92 #, fuzzy msgid "Edit entry" msgstr "Modifica risposta" -#: D:\web\xampp\htdocs\limesurvey/admin/quota.php:390 -#, fuzzy -msgid "Edit quota" +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:302 +msgid "Edit question" msgstr "Modifica domanda" +#: D:\web\xampp\htdocs\limesurvey/admin/quota.php:390 +msgid "Edit quota" +msgstr "Modifica quota" + #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1233 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1235 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2264 @@ -9276,25 +8792,12 @@ msgstr "Modifica inserimento identificativo" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:947 #, php-format msgid "Editing template '%s' - File '%s'" -msgstr "Template in modifica '%s' - File '%s'" - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:640 -#, fuzzy -msgid "Editing user" -msgstr "Modifica utente" +msgstr "Modello in modifica '%s' - File '%s'" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2290 msgid "Email Status" msgstr "Stato email:" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:698 -msgid "Email address already exists." -msgstr "L'indirizzo e-mail già esiste." - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:663 -msgid "Email address is not valid." -msgstr "Indirizzo e-mail non valido." - #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1041 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1044 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1045 @@ -9319,43 +8822,36 @@ msgstr "Invio posta a {FIRSTNAME} {LASTNAME} ({EMAIL}) fallito. Mesaggio:" msgid "Email to {FIRSTNAME} {LASTNAME} ({EMAIL}) skipped: Token is not valid anymore." msgstr "Invio posta a {FIRSTNAME} {LASTNAME} ({EMAIL}) fallito. Mesaggio:" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:88 -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:489 -msgid "Email to {NAME} ({EMAIL}) failed." -msgstr "Invio e-mail a {NAME} ({EMAIL}) fallito." - #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:316 #, fuzzy msgid "Equals:" msgstr "Uguaglia" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:838 -msgid "Error while updating usertemplates." -msgstr "Errore nell'aggiornamento dei modelli per gli utenti." +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:29 +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:341 +msgid "Error: You have to enter a question code." +msgstr "Errore: Non hai inserito il codice per questa domanda." #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2763 msgid "Error: Your uploaded file is missing one or more of the mandatory columns: 'firstname', 'lastname' or 'email'" msgstr "Errore: Il tuo file caricato non riporta all'interno una o piu' colonne obbligatorie:'firstname', 'lastname' or 'email'" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2132 -#, fuzzy msgid "Example data" -msgstr "Esporta dati" +msgstr "Dati di esempio" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:878 msgid "Export Template" -msgstr "Esporta questo stile" +msgstr "Esporta questo modello" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:889 #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:899 -#, fuzzy msgid "Export template" -msgstr "Esporta questo stile" +msgstr "Esporta questo modello" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:762 -#, fuzzy msgid "Export tokens" -msgstr "Esporta domanda" +msgstr "Esporta identificativi" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:626 msgid "Export tokens to CSV file" @@ -9367,20 +8863,13 @@ msgstr "Esporta gli identificativi come file CSV" msgid "Failed" msgstr "Fallito" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:423 -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:427 -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:501 -#, fuzzy -msgid "Failed to add user" -msgstr "Aggiunta utente fallita." - #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:257 #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:383 #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:394 #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:405 #, php-format msgid "Failed to copy %s to new template directory." -msgstr "Non posso copiare %s alla nuova cartella dei Template." +msgstr "Non posso copiare %s alla nuova cartella dei modelli." #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2866 #, fuzzy @@ -9417,7 +8906,7 @@ msgstr "Il file deve essere un file CSV standard (delimitato da virgole) con dop #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:996 msgid "Files in a standard template cannot be deleted." -msgstr "I files nel template standard non possono essere eliminati." +msgstr "I files nel modello standard non possono essere eliminati." #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:3177 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:3228 @@ -9439,19 +8928,13 @@ msgstr "Lingua base" msgid "Filter duplicate records:" msgstr "Filitra i records duplicati:" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:48 -#, fuzzy -msgid "Forgot password" -msgstr "Password dimenticata" - #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1816 msgid "From Token ID" msgstr "Dall'ID del token" #: D:\web\xampp\htdocs\limesurvey/admin/surveylist.php:37 -#, fuzzy msgid "Full" -msgstr "Nome completo" +msgstr "Complete" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:70 msgid "GB2312 Simplified Chinese" @@ -9475,7 +8958,6 @@ msgid "Generate tokens" msgstr "Genera identificativi" #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:299 -#, fuzzy msgid "Greater than:" msgstr "Maggiore di" @@ -9484,18 +8966,16 @@ msgid "Group 1: The first lot of questions" msgstr "Gruppo 1: Il primo lotto di domande" #: D:\web\xampp\htdocs\limesurvey/admin/translate_functions.php:348 -#, fuzzy msgid "Group description" -msgstr "Descrizione URL" +msgstr "Descrizione gruppo" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:75 msgid "HP West European" msgstr "HP Europa occidentale" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:457 -#, php-format -msgid "Hello %s," -msgstr "Ciao %s," +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:513 +msgid "Hide advanced settings" +msgstr "Nascondi impostazioni avanzate" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:82 msgid "ISO 8859-13 Baltic" @@ -9525,23 +9005,17 @@ msgstr "Identificatore" msgid "If you delete this table tokens will no longer be required to access this survey." msgstr "Se si elimina questa tabella gli non verranno più richiesti per accedere all'indagine. " -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:475 -#, php-format -msgid "If you have any questions regarding this mail please do not hesitate to contact the site administrator at %s. Thank you!" -msgstr "Per qualsiasi dubbio o informazione circa questa e-mail per favore non esitate a contattare l'amministratore del sito %s. Grazie !" - #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:522 msgid "If you initialise tokens for this survey then this survey will only be accessible to users who provide a token either manually or by URL." msgstr "Attivando gli identificativi per questa indagine, l'accesso all'indagine sarà riservata solo agli utenti con un identificativo." #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:498 -#, fuzzy msgid "Import old tokens" -msgstr "Importa domanda" +msgstr "Importa vecchi identificativi" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:931 msgid "Import template ZIP archive" -msgstr "Importa il template in formato archivio ZIP" +msgstr "Importa il modello in formato archivio ZIP" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:617 msgid "Import tokens from CSV file" @@ -9555,25 +9029,13 @@ msgstr "Importa gli identificativi da Query LDAP" msgid "Include:" msgstr "Includi:" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:142 -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:246 -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:362 -#, fuzzy -msgid "Incorrect username and/or password!" -msgstr "Nome utente e/o password non corrette!" - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:520 -msgid "Initial Superadmin cannot be deleted!" -msgstr "Il Superadmin iniziale non può essere cancellato!" - #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1191 msgid "Invalid email address:" msgstr "Invalido indirizzo e-mail:" #: D:\web\xampp\htdocs\limesurvey/admin/translate_functions.php:518 -#, fuzzy msgid "Invitation email" -msgstr "Messaggio di invito:" +msgstr "Email d'invito" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1631 msgid "Invitation sent to:" @@ -9614,19 +9076,13 @@ msgid "LDAP queries are defined by the administrator in the config-ldap.php file msgstr "Le query LDAP sono definite dall'amministratore nel file config-ldap.php" #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:320 -#, fuzzy msgid "Later than:" -msgstr "Maggiore di" +msgstr "Dopo il:" #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:303 -#, fuzzy msgid "Less than:" msgstr "Meno di " -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:264 -msgid "LimeSurvey is setup to use the webserver authentication, but it seems you have not already been authenticated" -msgstr "LimeSurvey è stato configurato per utilizzare l'autenticazione tramite server web, ma sembra che tu non sia stato ancora autenticato" - #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:483 #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:660 msgid "Limit" @@ -9646,16 +9102,12 @@ msgstr "Carica pagina" #: D:\web\xampp\htdocs\limesurvey/admin/translate.php:134 msgid "Loading translations" -msgstr "" +msgstr "Caricamento traduzioni" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:220 -#, fuzzy -msgid "Logged in" -msgstr "Effettuato il Login come:" - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:408 -msgid "Logout successful." -msgstr "Logout effettuato con successo" +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:515 +#: D:\web\xampp\htdocs\limesurvey/admin/translate.php:206 +msgid "Loading..." +msgstr "Caricamento..." #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:83 msgid "Mac Central European" @@ -9678,9 +9130,8 @@ msgid "Mandatory fields:" msgstr "Campi obbligatori:" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2113 -#, fuzzy msgid "Marked tokens have been deleted." -msgstr "Tutti gli identificativi sono stati azzerati" +msgstr "Tutti gli identificativi sono stati eliminati." #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1786 msgid "Max reminders" @@ -9691,9 +9142,8 @@ msgid "Maybe you don't have permission." msgstr "Probabilmente non hai il permesso." #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:1316 -#, fuzzy msgid "Median value" -msgstr "Valore minimo" +msgstr "Valore medio" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1782 msgid "Min days between reminders" @@ -9704,13 +9154,7 @@ msgstr "Tempo minimo intercorrente tra i vari richiami" msgid "New dummy tokens were added." msgstr "E' sato aggiunto un token." -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:71 -#, fuzzy -msgid "New password" -msgstr "Nuova password" - #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:786 -#, fuzzy msgid "New quota" msgstr "Nuova quota" @@ -9720,7 +9164,7 @@ msgstr "E' sato aggiunto un token." #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:833 msgid "NewTemplate" -msgstr "Nuovo stile" +msgstr "Nuovo modello" #: D:\web\xampp\htdocs\limesurvey/admin/surveylist.php:216 msgid "No Surveys available - please create one." @@ -9728,7 +9172,7 @@ msgstr "Nessuna indagine disponibile - crearne una." #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:627 msgid "No quotas have been set for this survey" -msgstr "Non è stata inserita una quota per questo sondaggio" +msgstr "Non è stata inserita una quota per questa indagine" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:748 #, fuzzy @@ -9736,13 +9180,12 @@ msgid "No reminder(s) sent" msgstr "Sollecito inviato ?" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1300 -#, fuzzy msgid "No tokens selected" -msgstr "Non selezionato" +msgstr "Nessun identificativo selezionato" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2115 msgid "No tokens were selected for deletion" -msgstr "Nessun token è stato marcato per la cancellazione" +msgstr "Nessun identificativo è stato marcato per la cancellazione" #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:521 msgid "Not Active" @@ -9750,9 +9193,8 @@ msgstr "Non attivo" #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:2383 #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:2415 -#, fuzzy msgid "Not completed or Not displayed" -msgstr "Non completato" +msgstr "Non completato o non visualizzato" #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:2387 #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:2419 @@ -9790,18 +9232,21 @@ msgid "Note:" msgstr "Nota:" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:529 -#, fuzzy msgid "Note: If you turn on the -Anonymized responses- option for this survey then LimeSurvey will mark your completed tokens only with a 'Y' instead of date/time to ensure the anonymity of your participants." msgstr "Se si è impostata una indagine come anonima, e si è creata una tabella degli identificativi, LimeSurvey marcherà i rispondenti completati nella tabella degli identificativi solo con con una 'Y' invece che con la data e l'ora per assicurare l'anonimato dei partecipanti." #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:820 #, php-format msgid "Note: This is a standard template. If you want to edit it %s please copy it first%s." -msgstr "Nota: Questo è un template standard. Se vuoi modificarlo %s prima devi copiarlo %s." +msgstr "Nota: Questo è un modello standard. Se vuoi modificarlo %s prima devi copiarlo %s." + +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:42 +msgid "Note: You MUST enter a new question code!" +msgstr "Nota: è obbligatorio inserire un nuovo codice domanda!" #: D:\web\xampp\htdocs\limesurvey/admin/translate.php:257 msgid "Nothing to translate on this page" -msgstr "" +msgstr "Niente da tradurre in questa pagina" #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:1403 #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:1407 @@ -9833,14 +9278,12 @@ msgid "Number of cases" msgstr "Numero di casi" #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:703 -#, fuzzy msgid "Number of files greater than" -msgstr "Numero più grande di" +msgstr "Numero di files maggiore di" #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:709 -#, fuzzy msgid "Number of files less than" -msgstr "Numero più piccolo di" +msgstr "Numero di files minore di:" #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:561 #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:580 @@ -9849,9 +9292,8 @@ msgid "Number of records in this query:" msgstr "Numero di record in questa query:" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2410 -#, fuzzy msgid "Number of tokens" -msgstr "Numero di casi" +msgstr "Numero di identificativi" #: D:\web\xampp\htdocs\limesurvey/admin/surveylist.php:65 msgid "Open" @@ -9902,10 +9344,6 @@ msgstr "Percentuale" msgid "Percentage of total:" msgstr "Percentuale del totale:" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:470 -msgid "Please ask your LimeSurvey administrator for your password." -msgstr "" - #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:889 #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:890 #, php-format @@ -9928,25 +9366,24 @@ msgid "Please check the directory permissions." msgstr "Per favore controlla gli permessi della cartella." #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:362 -#, fuzzy msgid "Please check your settings" -msgstr "Per favore controlla gli articoli" - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:265 -msgid "Please contact your system administrator" -msgstr "Per favore contatta il tuo amministratore di sistema" +msgstr "Per favore controlla le vostre impostazioni" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:821 #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:884 #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:893 msgid "Please enter the name for the copied template:" -msgstr "Per favore inserire il nome per il template copiato:" +msgstr "Per favore inserire il nome per il modello copiato:" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:527 #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:528 msgid "Please explain something in detail:" msgstr "Per favore spiega qualcosa in dettaglio:" +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:493 +msgid "Position:" +msgstr "Posizione:" + #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:1030 msgid "Preview:" msgstr "Anteprima:" @@ -9976,6 +9413,16 @@ msgstr "Pagina domanda" msgid "Question Selection" msgstr "Selezione della domanda" +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:408 +msgid "Question Type:" +msgstr "Tipo di domanda:" + +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:69 +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:434 +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:442 +msgid "Question group:" +msgstr "Gruppo domande:" + #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:498 #, fuzzy msgid "Quick CSV report" @@ -9984,7 +9431,6 @@ msgstr "Quick CSV Report" #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:399 #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:482 #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:798 -#, fuzzy msgid "Quota action" msgstr "Azione Quota" @@ -10001,9 +9447,8 @@ msgstr "" #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:396 #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:794 -#, fuzzy msgid "Quota limit" -msgstr "Raggiunta il limite di Quota" +msgstr "Limite quota" #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:437 #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:832 @@ -10014,9 +9459,12 @@ msgstr "Mesaggio di Quota" #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:480 #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:660 #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:790 -#, fuzzy msgid "Quota name" -msgstr "Nome Quota" +msgstr "Nome quota" + +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:650 +msgid "Re-ordering questions in this group is restricted to ensure that questions on which conditions are based aren't reordered after questions having the conditions set" +msgstr "Re-ordering questions in this group is restricted to ensure that questions on which conditions are based aren't reordered after questions having the conditions set" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:3119 msgid "Records imported" @@ -10031,20 +9479,13 @@ msgid "Register Page" msgstr "Pagina registrazione " #: D:\web\xampp\htdocs\limesurvey/admin/translate_functions.php:650 -#, fuzzy msgid "Registration email" -msgstr "Registrazione" +msgstr "Email di registrazione" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2122 msgid "Reloading Screen. Please wait." msgstr "Aggiornamento in corso. Attendere prego." -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:233 -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:398 -#, fuzzy -msgid "Reloading screen. Please wait." -msgstr "Aggiornamento in corso. Attendere prego." - #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:660 msgid "Remaining" msgstr "Rimanenti" @@ -10065,9 +9506,8 @@ msgid "Reminder count:" msgstr "Conteggio dei solleciti:" #: D:\web\xampp\htdocs\limesurvey/admin/translate_functions.php:562 -#, fuzzy msgid "Reminder email" -msgstr "Email di promemoria:" +msgstr "Email di promemoria" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1969 msgid "Reminder sent to:" @@ -10097,11 +9537,11 @@ msgstr "Elimina codici associati agli identificativi" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:866 msgid "Rename this template" -msgstr "Rinomina questo stile" +msgstr "Rinomina questo modello" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:865 msgid "Rename this template to:" -msgstr "Rinomina questo stile come:" +msgstr "Rinomina questo modello come:" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:868 #, fuzzy @@ -10109,14 +9549,12 @@ msgid "Reset token invitation status" msgstr "Invito inviato a: " #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:359 -#, fuzzy msgid "Response filters" -msgstr "Risposte" +msgstr "Filtri risposta" #: D:\web\xampp\htdocs\limesurvey/admin/surveylist.php:41 -#, fuzzy msgid "Response rate" -msgstr "Risposte" +msgstr "Tasso risposte" #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:610 #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:640 @@ -10163,9 +9601,8 @@ msgid "Save Page" msgstr "Salva pagina" #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:452 -#, fuzzy msgid "Save quota" -msgstr "Quote del sondaggio" +msgstr "Salva quota" #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:769 msgid "Save this, then create another:" @@ -10188,10 +9625,18 @@ msgstr "Finestra:" msgid "Search" msgstr "Cerca" +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:650 +msgid "See the conditions marked on the following questions" +msgstr "Vedi condizioni sulle seguenti domande" + #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:756 msgid "Select Answer" msgstr "Seleziona la risposta" +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:544 +msgid "Select LimeSurvey question file (*.lsq/*.csv)" +msgstr "Seleziona file domanda LimeSurvey (*.lsq/*.csv)" + #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:697 msgid "Select Question" msgstr "Selezione la domanda" @@ -10202,7 +9647,7 @@ msgstr "Selezionare il formato in uscita" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:929 msgid "Select template ZIP file:" -msgstr "Seleziona il file ZIP del template:" +msgstr "Seleziona il file ZIP del modello:" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:3221 msgid "Select the LDAP query you want to run:" @@ -10264,9 +9709,8 @@ msgid "Sending Reminders" msgstr "Invia solleciti" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1508 -#, fuzzy msgid "Sending invitations..." -msgstr "Invio degli inviti in corso" +msgstr "Invio degli inviti in corso..." #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1510 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1817 @@ -10280,9 +9724,8 @@ msgid "Sending to Token IDs" msgstr "Invio al Token ID" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1763 -#, fuzzy msgid "Sending to:" -msgstr "Invio al Token ID" +msgstr "Invio a:" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:3174 msgid "Separator used:" @@ -10290,23 +9733,16 @@ msgstr "" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:891 msgid "Set all entries to 'No invitation sent'." -msgstr "Non spedire gli inviti" - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:806 -#, fuzzy -msgid "Set template permissions" -msgstr "Modifica i modelli delle email" - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:494 -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:723 -#, fuzzy -msgid "Set user permissions" -msgstr "Modifica i modelli delle email" +msgstr "Imposta tutti i dati su \"Invito non inviato\"" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:85 msgid "Shift-JIS Japanese" msgstr "Shift-JIS Giapponese" +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:513 +msgid "Show advanced settings" +msgstr "Mostra impostazioni avanzate" + #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:335 msgid "Show graphs" msgstr "Mostra i grafici" @@ -10329,7 +9765,7 @@ msgstr "Descrizione URL" #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:686 msgid "Sorry there are no supported question types in this survey." -msgstr "Spiacente, non vi sono tipi di domanda supportati per questo sondaggio." +msgstr "Spiacente, non vi sono tipi di domanda supportati per questo indagine." #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:3209 msgid "Sorry, but the LDAP module is missing in your PHP configuration." @@ -10389,9 +9825,8 @@ msgid "Started but not yet completed" msgstr "Impossibile creare l'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:293 -#, fuzzy msgid "Statistics report language" -msgstr "Lingua di partenza" +msgstr "Opzioni dati in uscita" #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:481 #: D:\web\xampp\htdocs\limesurvey/admin/surveylist.php:30 @@ -10404,14 +9839,12 @@ msgid "Subject" msgstr "Oggetto" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:695 -#, fuzzy msgid "Submit your survey." -msgstr "Invia il tuo questionario." +msgstr "Invia il la tua indagine." #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:275 -#, fuzzy msgid "Subtotals based on displayed questions" -msgstr "E' necessario aggiungere delle domande" +msgstr "Subtotali basati sulle domande visualizzate" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2864 #, fuzzy @@ -10437,7 +9870,7 @@ msgstr "Pagina elenco Sondaggi" #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:691 #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:751 msgid "Survey Quota" -msgstr "Quota del sondaggio" +msgstr "Quota del indagine" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:818 #, fuzzy @@ -10445,14 +9878,12 @@ msgid "Survey bounce email:" msgstr "Scenario di default" #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:475 -#, fuzzy msgid "Survey quotas" -msgstr "Quote del sondaggio" +msgstr "Quote dell'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/translate_functions.php:212 -#, fuzzy msgid "Survey title and description" -msgstr "Descrizione URL" +msgstr "Titolo indagine e descrizione" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:87 msgid "TIS620 Thai" @@ -10461,40 +9892,28 @@ msgstr "TIS620 Thai" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:206 #, php-format msgid "Template '%s' was successfully deleted." -msgstr "Template '%s' è stato cancellato con successo." +msgstr "Il modello '%s' è stato cancellato con successo." #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:415 msgid "Template Sample" -msgstr "Esempio di template" +msgstr "Esempio di modello" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:275 -#, fuzzy, php-format +#, php-format msgid "Template could not be renamed to `%s`." -msgstr "Impossibile rinominare la cartella come `%s`." - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:832 -#, fuzzy -msgid "Template permissions were updated successfully." -msgstr "Aggiornamento modelli utente avvenuto con successo." +msgstr "Impossibile rinominare il modello come `%s`." #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:402 #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:528 #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:800 -#, fuzzy msgid "Terminate survey" -msgstr "Concludere il sondaggio" +msgstr "Concludere l'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:405 #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:530 #: D:\web\xampp\htdocs\limesurvey/admin/quota.php:801 -#, fuzzy msgid "Terminate survey with warning" -msgstr "Sondaggio terminato con avvisi" - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:423 -#, fuzzy -msgid "The email address is not valid." -msgstr "Indirizzo e-mail non valido." +msgstr "Concludere l'indagine con avviso" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:553 msgid "The following old token tables could be restored:" @@ -10508,10 +9927,6 @@ msgstr "L'inserimento dell'identificativo è stato aggiornato con successo." msgid "The tokens table has now been removed and tokens are no longer required to access this survey." msgstr "La tabella degli identificativi è stata eliminata e non sono più richiesti identificativi per accedere all'indagine." -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:501 -msgid "The user name already exists." -msgstr "Il Nome utente già esiste. " - #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2162 #, php-format msgid "There are %s user attribute fields in this token table" @@ -10544,9 +9959,8 @@ msgstr "C'è stato un errore durante l'aggiornamento. Verificare (%s)" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1686 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2031 -#, fuzzy msgid "There were no eligible emails to send. This will be because none satisfied the criteria of:" -msgstr "Nessun messaggio e-mail da inviare. I messaggi non soddisfano i seguenti criteri - indirizzo e-mail valido, un invito è già stato inviato ma il questionario non è stato completato." +msgstr "Nessun messaggio e-mail da inviare. I messaggi non soddisfano i seguenti criteri:" #: D:\web\xampp\htdocs\limesurvey/admin/quexmlsurvey.php:74 msgid "This archive contains a PDF file of the survey, the queXML file of the survey and a queXF banding XML file which can be used with queXF: http://quexf.sourceforge.net/ for processing scanned surveys." @@ -10565,21 +9979,19 @@ msgstr "Questa descrizione di gruppo è superficiale, ma molto importante" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:416 msgid "This is a sample survey description. It could be quite long." -msgstr "Esempio di descrizione dell'intervista. Può essere lungo a piacimento." +msgstr "Esempio di descrizione dell'indagine. Può essere lungo a piacimento." #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:431 msgid "This is some help text." msgstr "Questo è del testo d'aiuto." #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:699 -#, fuzzy msgid "This is the survey end message." -msgstr "Indagine non è stata ancora attivata." +msgstr "Questo è messaggio di fine indagine" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:275 -#, fuzzy msgid "This name is reserved for a standard template." -msgstr "Le modifiche al template standard non possono essere salvate" +msgstr "Questo nome è risevato per i modelli standard" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1197 #, fuzzy @@ -10592,34 +10004,29 @@ msgid "This survey is active - click here to deactivate this survey." msgstr "Non hai i permessi per disattivare questa indagine!" #: D:\web\xampp\htdocs\limesurvey/admin/surveylist.php:143 -#, fuzzy msgid "This survey is currently not active - click here to activate this survey." -msgstr "L'indagine non è attiva. Impossibile salvare le risposte." +msgstr "L'indagine non è attiva. Click qui per attivare questa indagine." #: D:\web\xampp\htdocs\limesurvey/admin/surveylist.php:147 -#, fuzzy msgid "This survey is currently not active." -msgstr "Indagine attiva" +msgstr "Questa indagine al momento non è attiva." #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1392 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1706 -#, fuzzy msgid "This survey is not yet activated and so your participants won't be able to fill out the survey." -msgstr "L'indagine non è attiva. Impossibile salvare le risposte." +msgstr "L'indagine non è attiva. I partecipanti non potranno completare l'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2199 -#, fuzzy msgid "Token attribute descriptions were successfully updated." -msgstr "Le descrizioni degli identificativi sono state aggiornate con successo." +msgstr "Descrizione attributi dell'identivicativo sono stati aggiornati con successo." #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:885 msgid "Token database administration options" msgstr "Opzioni del Database amministrazione identificativi" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:729 -#, fuzzy msgid "Token export options" -msgstr "Rispristina Opzioni" +msgstr "Opzioni esportazione idenfivicativo" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2687 #, fuzzy @@ -10636,23 +10043,20 @@ msgid "Token length" msgstr "Elimina identificativo" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:731 -#, fuzzy msgid "Token status:" -msgstr "Token non corretto/allineato" +msgstr "Stato identificativo:" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:678 -#, fuzzy msgid "Token summary" -msgstr "Mostra il sommario degli identificativi" +msgstr "Sommario degli identificativi" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:466 msgid "Token table could not be created." msgstr "La tabella degli identificativi non può essere creata." #: D:\web\xampp\htdocs\limesurvey/admin/surveylist.php:40 -#, fuzzy msgid "Tokens available" -msgstr "Elimina tabella identificativi" +msgstr "Identificativi disponibili" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:519 msgid "Tokens have not been initialised for this survey." @@ -10663,14 +10067,12 @@ msgid "Total invitations sent" msgstr "Totale inviti inviati" #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:890 -#, fuzzy msgid "Total number of files" -msgstr "Numero totale di promemoria inviati" +msgstr "Numero totale di files" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:699 -#, fuzzy msgid "Total opted out" -msgstr "Totale dei files importati" +msgstr "Totale rinunce" #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:564 #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:581 @@ -10683,9 +10085,8 @@ msgid "Total records in this token table" msgstr "Numero totale record in questa tabella degli identificativi" #: D:\web\xampp\htdocs\limesurvey/admin/statistics_function.php:915 -#, fuzzy msgid "Total size of files" -msgstr "Totale dei files importati" +msgstr "Dimensione totale dei files" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:704 msgid "Total surveys completed" @@ -10695,19 +10096,14 @@ msgstr "Totale questionari completati" msgid "Total with no unique Token" msgstr "Totale senza identificativo unico" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:599 -msgid "Transfer the user's surveys to: " -msgstr "" - #: D:\web\xampp\htdocs\limesurvey/admin/translate.php:72 #: D:\web\xampp\htdocs\limesurvey/admin/translate_functions.php:67 -#, fuzzy msgid "Translate survey" -msgstr "Concludere il sondaggio" +msgstr "Traduci l'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/translate_functions.php:144 msgid "Translate to" -msgstr "" +msgstr "Traduci in" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:88 msgid "UCS-2 Unicode" @@ -10740,28 +10136,21 @@ msgstr "UTF-8 Unicode" msgid "Unable to create directory `%s`." msgstr "Impossibile creare la cartella `%s`." -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:679 -msgid "Unchanged" -msgstr "Non cambiato" - #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2190 -#, fuzzy msgid "Update token attribute descriptions" -msgstr "Salva le descrizioni degli attributi" +msgstr "Aggiorna descrizione attributi del identificativo" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2224 -#, fuzzy msgid "Update token attributes" -msgstr "Aggiungi attributo degli identificativi" +msgstr "Aggiungi attributi degli identificativi" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2373 msgid "Update token entry" msgstr "Modifica identificativo" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2194 -#, fuzzy msgid "Updating token attribute descriptions failed:" -msgstr "Salva le descrizioni degli attributi" +msgstr "Aggiornamento della descrizione attributi dell'identificativo fallito:" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:1009 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:3194 @@ -10787,42 +10176,25 @@ msgstr "Login effettuato con successo" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:923 msgid "Uploaded template file" -msgstr "Carica il file del template" +msgstr "Carica il file del modello" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2923 msgid "Uploading LDAP Query" msgstr "Caricamento Query LDAP" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:815 -#, fuzzy msgid "Use global settings" -msgstr "Salva le impostazioni" +msgstr "Usa impostazioni generali" + +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:212 +msgid "Use same default value across languages:" +msgstr "Usare lo stesso valore di default per tutte le lingue:" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:812 #, fuzzy msgid "Use settings below" msgstr "Salva le impostazioni" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:73 -#, fuzzy -msgid "User data" -msgstr "Usa il default" - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:60 -msgid "User name and/or email not found!" -msgstr "Nome utente e/o e-mail non trovati!" - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:748 -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:788 -#, fuzzy -msgid "User permissions were updated successfully." -msgstr "Le tue impostazioni di accesso personali sono state salvate con successo." - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:477 -#, php-format -msgid "User registration at '%s'" -msgstr "Registrazione dell'utente entro %s" - #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2338 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2424 #, fuzzy @@ -10843,6 +10215,10 @@ msgstr "Valido dal" msgid "Valid until" msgstr "Valido fino" +#: D:\web\xampp\htdocs\limesurvey/admin/questionhandling.php:751 +msgid "View Question" +msgstr "Vedi domanda" + #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:352 #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:1594 msgid "View stats" @@ -10860,28 +10236,20 @@ msgstr "Mostra/Aggiorna risposta" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1392 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1706 -#, fuzzy msgid "Warning!" -msgstr "Attenzione" +msgstr "Attenzione!" #: D:\web\xampp\htdocs\limesurvey/admin/resetsurveylogic.php:41 msgid "We recommend that before you proceed, you export the entire survey from the main administration screen." msgstr "Raccomandiamo, prima di procedere, di esportare l'intero sondaggio dalla schermata principale di amministrazione." -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:221 -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:390 -#, fuzzy, php-format -msgid "Welcome %s!" -msgstr "%s sei il Benvenuto !" - #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:62 msgid "Welcome Page" msgstr "Pagina benvenuto" #: D:\web\xampp\htdocs\limesurvey/admin/translate_functions.php:264 -#, fuzzy msgid "Welcome and end text" -msgstr "Pagina benvenuto" +msgstr "Testo di benvenuto e testo finale" #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:417 msgid "Welcome to this sample survey" @@ -10907,31 +10275,22 @@ msgstr "Windows Cirillico" msgid "You are about to delete all conditions on this survey's questions" msgstr "Stai per cancellare tutte le condizioni di tutte le domande di questo sondaggio" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:798 -#, fuzzy -msgid "You are not allowed to change your own permissions!" -msgstr "Non ti è consentito cambiare i tuoi permessi!" - #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2305 #, fuzzy msgid "You can leave this blank, and automatically generate tokens using 'Generate Tokens'" msgstr "Si può scegliere di lasciare questo campo vuoto e generare gli identificativi automaticamente usando il pulsante Genera password di identificazione" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:459 -msgid "You can use now the following credentials to log into the site:" -msgstr "Tu puoi usare le seguenti credenziali per collegarti al sito :" - #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:860 msgid "You can't delete a standard template." -msgstr "Non puoi cancellare un template standard." +msgstr "Non puoi cancellare un modello standard." #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:858 msgid "You can't rename a standard template." -msgstr "Non puoi rinominare un template standard." +msgstr "Non puoi rinominare un modello standard." #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:972 msgid "You can't save changes because the template directory is not writable." -msgstr "Non puoi salvare le modifiche dato che la directory del template non è scrivibile." +msgstr "Non puoi salvare le modifiche dato che la directory del modello non è scrivibile." #: D:\web\xampp\htdocs\limesurvey/admin/statistics.php:230 msgid "You do not have the Freetype Library installed. Showing charts requires the Freetype library to function properly." @@ -10942,31 +10301,21 @@ msgid "You do not have the GD Library installed. Showing charts requires the GD msgstr "Non avete la libreria GD installata. Per visualizzare i grafici correttamente è richiesta la libreria GD." #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:542 -#, fuzzy msgid "You don't have the permission to activate tokens." -msgstr "Spiacenti, ma non hai il permesso di cancellare questo inserimento." +msgstr "Spiacenti, ma non hai il permesso per attivare gli identificativi" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:931 #, fuzzy msgid "You have selected not to use any bounce settings" msgstr "Non hai selezionato alcuna domanda" -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:391 -msgid "You logged in successfully." -msgstr "Login effettuato con successo" - #: D:\web\xampp\htdocs\limesurvey/admin/templates.php:417 msgid "You should have a great time doing this" msgstr "Attenzione l'operazione comporta lunghi tempi di elaborazione" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:353 msgid "Your inbox is empty." -msgstr "" - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:69 -#, php-format -msgid "Your user data for accessing %s" -msgstr "I vostri dati utente per accedere %s" +msgstr "La vosta casella è vuota." #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2034 #, fuzzy @@ -10985,18 +10334,16 @@ msgstr "cp1252 Europa occidentale" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1690 msgid "having a token" -msgstr "avente un token" +msgstr "ha un token" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1687 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2032 -#, fuzzy msgid "having a valid email address" -msgstr "Invalido indirizzo e-mail:" +msgstr "Indirizzo e-mail valido" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1689 -#, fuzzy msgid "having already completed the survey" -msgstr "Hai già completato il questionario." +msgstr "ha già completato l'indagine" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2355 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2438 @@ -11013,12 +10360,7 @@ msgstr "Metodo minitab" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:1688 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2033 msgid "not having been sent an invitation already" -msgstr "non essendo ancora stato spedito un invito" - -#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:458 -#, php-format -msgid "this is an automated email to notify that a user has been created for you on the site '%s'." -msgstr "questa è una e-mail automatica per notificare che un utente è stato creato per te nel seguente sito '%s'." +msgstr "" #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2349 #: D:\web\xampp\htdocs\limesurvey/admin/tokens.php:2432 @@ -11034,7 +10376,11 @@ msgstr "visitare il seguente http://us2.php.net/manual/en/ref.image.php per mag msgid "{TOKENCOUNT} tokens have been created" msgstr "{TOKENCOUNT} identificativi sono stati creati" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:627 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:428 +msgid "A username was not supplied or the username is invalid." +msgstr "Nome utente non inserito o non valido." + +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:626 msgid "Add Group" msgstr "Aggiungi gruppo" @@ -11042,23 +10388,44 @@ msgstr "Aggiungi gruppo" msgid "Add New User Group" msgstr "Aggiungi nuovo gruppo utenti" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:605 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:413 +msgid "Add user" +msgstr "Aggiungi utente" + +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:604 msgid "Add user:" msgstr "Aggiungi utente" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:720 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:719 msgid "Adding User Group" msgstr "Aggiunge gruppo utente" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:1046 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:1045 msgid "Adding User to group" msgstr "Aggiunge utente al gruppo" +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:592 +#, php-format +msgid "All of the user's surveys were transferred to %s." +msgstr "Tutti i utenti dell'indagine sono state trasferite su %s." + #: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:151 msgid "Allowed" msgstr "Consentito" +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:484 +msgid "An email with a generated password was sent to the user." +msgstr "Una e-mail con una password generata automaticamente è stata inviata all'utente." + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:83 +msgid "An email with your login data was sent to you." +msgstr "Ti è stata inviata una e-mail con i dati per effettuare il login. " + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:348 +#, fuzzy +msgid "Auto-import of user failed!" +msgstr "Importazione automatica degli Utenti fallita!" + #: D:\web\xampp\htdocs\limesurvey/admin/vvimport.php:123 msgid "Back to Response Import" msgstr "Ritorna a Importa risposte" @@ -11068,22 +10435,30 @@ msgid "Cannot import the VVExport file." msgstr "Non e' possibile importare il file VVExport" #: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:152 -#, fuzzy msgid "Check or uncheck all items" -msgstr "Seleziona tutti i campi" +msgstr "Seleziona/deseleziona tutti i campi" + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:474 +msgid "Click here to log in." +msgstr "Premi qui per entrare." #: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:318 msgid "Configurator" msgstr "Configurator" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:700 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:699 msgid "Could not delete user group." msgstr "Impossibile eliminare il gruppo utente. " -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:711 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:710 msgid "Could not delete user group. No group selected." msgstr "Impossibile eliminare gruppo utente. Nessun gruppo selezionato." +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:662 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:697 +msgid "Could not modify user data." +msgstr "Non si possono modificare i dati utente." + #: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:315 msgid "Create Survey" msgstr "Crea nuova indagine" @@ -11092,7 +10467,7 @@ msgstr "Crea nuova indagine" msgid "Create User" msgstr "Crea utente" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:446 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:444 msgid "Created by" msgstr "Creato da" @@ -11100,23 +10475,31 @@ msgstr "Creato da" msgid "Delete Current User Group" msgstr "Elimina gruppo utenti corrente" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:563 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:618 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:324 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:995 +msgid "Delete User" +msgstr "Elimina utente" + +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:562 msgid "Delete this user" -msgstr "Elimina risposta" +msgstr "Elimina questo utente" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:951 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:950 msgid "Delete this user from group" -msgstr "Cancella questo scenario" +msgstr "Cancella questo utente dal gruppo" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:678 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:677 msgid "Deleting User Group" msgstr "Elimina Gruppo Utente" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:740 -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:863 -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:903 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:509 +msgid "Deleting user" +msgstr "Eliminazione utente" + +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:739 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:862 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:902 msgid "Description: " msgstr "Descrizione:" @@ -11128,7 +10511,7 @@ msgstr "NON aggiornare questa pagina, perchè questo comporterà nuovamente l' msgid "Edit Current User Group" msgstr "Modifica gruppo utenti corrente" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:861 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:860 msgid "Edit User Group Successfully!" msgstr "Modifica gruppo utenti avvenuta con successo!" @@ -11137,41 +10520,66 @@ msgstr "Modifica gruppo utenti avvenuta con successo!" msgid "Edit template permissions" msgstr "Modifica i modelli delle email" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:522 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:520 msgid "Edit this user" -msgstr "Modifica risposta" +msgstr "Modifica questo utente" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:463 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:461 msgid "Edit user" msgstr "Modifica utente" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:640 -#, fuzzy, php-format -msgid "Editing user group (Owner: %s)" -msgstr "Modifica gruppo utente (Proprietario:" +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:640 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:222 +msgid "Editing user" +msgstr "Modifica utente" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:829 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:639 +#, php-format +msgid "Editing user group (Owner: %s)" +msgstr "Modifica gruppo utente (Proprietario: %s)" + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:698 +msgid "Email address already exists." +msgstr "L'indirizzo e-mail già esiste." + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:663 +msgid "Email address is not valid." +msgstr "Indirizzo e-mail non valido." + +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:828 #, php-format msgid "Email to %s failed. Error Message:" msgstr "Invio posta a %s fallito. Mesaggio:" +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:88 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:489 +msgid "Email to {NAME} ({EMAIL}) failed." +msgstr "Invio e-mail a {NAME} ({EMAIL}) fallito." + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:838 +msgid "Error while updating usertemplates." +msgstr "Errore nell'aggiornamento dei modelli per gli utenti." + #: D:\web\xampp\htdocs\limesurvey/admin/vvimport.php:85 msgid "Exclude record IDs?" msgstr "Escludi ID dei record" #: D:\web\xampp\htdocs\limesurvey/admin/vvexport.php:48 -#, fuzzy msgid "Export VV file" -msgstr "Esporta su file" +msgstr "Esporta VV file" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:748 -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:755 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:747 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:754 msgid "Failed to add Group!" msgstr "Aggiunta gruppo fallita" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:868 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:423 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:427 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:501 +msgid "Failed to add user" +msgstr "Aggiunta utente fallita." + +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:867 msgid "Failed to update!" msgstr "Aggiornamento fallito!" @@ -11187,28 +10595,41 @@ msgstr "Documento:" msgid "For easy opening in MS Excel, change the extension to 'tab' or 'txt'" msgstr "Per facilitare l'apertura in MS Excel, modificare l'estensione in 'tab' o 'txt'" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:695 -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:736 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:48 +msgid "Forgot password" +msgstr "Password dimenticata" + +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:694 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:735 msgid "Group Name" msgstr "Nome Gruppo" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:749 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:748 msgid "Group already exists!" msgstr "Gruppo già esistente!" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:756 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:755 msgid "Group name was not supplied!" msgstr "Nome gruppo non fornito!" +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:457 +#, php-format +msgid "Hello %s," +msgstr "Ciao %s," + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:475 +#, php-format +msgid "If you have any questions regarding this mail please do not hesitate to contact the site administrator at %s. Thank you!" +msgstr "Per qualsiasi dubbio o informazione circa questa e-mail per favore non esitate a contattare l'amministratore del sito %s. Grazie !" + #: D:\web\xampp\htdocs\limesurvey/admin/vvimport.php:303 #, php-format msgid "Import Failed on Record %d because [%s]" msgstr "Importazione fallita sul record %d per ragione [%s]" #: D:\web\xampp\htdocs\limesurvey/admin/vvimport.php:79 -#, fuzzy msgid "Import VV file" -msgstr "Importa un'indagine con formato VV." +msgstr "Importa VV file" #: D:\web\xampp\htdocs\limesurvey/admin/vvimport.php:104 #: D:\web\xampp\htdocs\limesurvey/admin/vvimport.php:116 @@ -11224,9 +10645,31 @@ msgstr "Importare come risposte non terminate?" msgid "Important Note:" msgstr "Nota importante:" +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:142 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:246 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:362 +msgid "Incorrect username and/or password!" +msgstr "Nome utente e/o password non corrette!" + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:520 +msgid "Initial Superadmin cannot be deleted!" +msgstr "Il Superadmin iniziale non può essere cancellato!" + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:264 +msgid "LimeSurvey is setup to use the webserver authentication, but it seems you have not already been authenticated" +msgstr "LimeSurvey è stato configurato per utilizzare l'autenticazione tramite server web, ma sembra che tu non sia stato ancora autenticato" + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:220 +msgid "Logged in" +msgstr "Login effettuato" + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:408 +msgid "Logout successful." +msgstr "Logout effettuato con successo" + #: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:60 -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:661 -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:769 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:660 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:768 msgid "Mail to all Members" msgstr "Invia a tutti i membri" @@ -11234,25 +10677,46 @@ msgstr "Invia a tutti i membri" msgid "Manage Labels" msgstr "Gestione etichette" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:822 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:821 msgid "Message(s) sent successfully!" msgstr "Messaggio/i inviato/i con successo!" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:623 -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:643 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:622 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:642 msgid "Name:" msgstr "Nome:" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:444 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:71 +msgid "New password" +msgstr "Nuova password" + +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:442 msgid "No of surveys" -msgstr "URL del sondaggio" +msgstr "No dell'indagine" + +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:420 +#, fuzzy +msgid "Ownership was successfully changed." +msgstr "Domanda aggiunta con successo." + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:470 +msgid "Please ask your LimeSurvey administrator for your password." +msgstr "Contattate il vostro amministratore LimeSurvey per la vostra password." + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:265 +msgid "Please contact your system administrator" +msgstr "Per favore contatta il tuo amministratore di sistema" #: D:\web\xampp\htdocs\limesurvey/admin/vvimport.php:268 #, php-format msgid "Record ID %d was skipped because of duplicate ID." msgstr "Il codice record %d è stato saltato in quando risulta presente (duplicato)" +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:233 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:398 +msgid "Reloading screen. Please wait." +msgstr "Aggiornamento pagina. Attendere prego." + #: D:\web\xampp\htdocs\limesurvey/admin/vvimport.php:89 msgid "Renumber the new record." msgstr "Rinumera il nuovo record." @@ -11265,33 +10729,31 @@ msgstr "Sostituisci il record esistente." msgid "Report and skip the new record." msgstr "Segnala un errore e salta nuovo record." -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:670 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:669 msgid "Reset" msgstr "Reset" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:669 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:668 msgid "Send" msgstr "Invia" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:663 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:662 msgid "Send me a copy:" msgstr "Inviami una copia:" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:421 -msgid "Set Parent successful." -msgstr "Nuova gerarchia impostata con successo. " - #: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:287 msgid "Set User Rights" msgstr "Definisci permessi utente" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:534 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:532 msgid "Set global permissions for this user" -msgstr "Imposta condizioni di ramificazione a questa domanda" +msgstr "Imposta permessi generali a questo utente" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:552 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:806 +msgid "Set template permissions" +msgstr "Imposta i permessi dei modelli" + +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:551 msgid "Set template permissions for this user" msgstr "Imposta i modelli ai quali questo utente può accedere" @@ -11299,11 +10761,12 @@ msgstr "Imposta i modelli ai quali questo utente può accedere" msgid "Set templates that this user may access" msgstr "Imposta i modelli ai quali questo utente può accedere" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:420 -msgid "Setting as Administrator Child" -msgstr "Imposta come Amministratore-figlio" +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:494 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:723 +msgid "Set user permissions" +msgstr "Imposta permessi utenti" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:665 +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:664 msgid "Subject:" msgstr "Oggetto:" @@ -11315,16 +10778,28 @@ msgstr "SuperAmministratore" msgid "Survey ID:" msgstr "ID dell'indagine:" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:543 -msgid "Take Ownership" +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:541 +#, fuzzy +msgid "Take ownership" msgstr "Assumi la proprietà" #: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:149 -#, fuzzy msgid "Template name" msgstr "Nome modello" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:823 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:832 +msgid "Template permissions were updated successfully." +msgstr "Aggiornamento modelli avvenuto con successo." + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:423 +msgid "The email address is not valid." +msgstr "Indirizzo email non valido." + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:501 +msgid "The user name already exists." +msgstr "Il Nome utente già esiste. " + +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:822 msgid "To:" msgstr "A:" @@ -11332,49 +10807,96 @@ msgstr "A:" msgid "Total records imported:" msgstr "Totale dei record importati:" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:647 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:599 +msgid "Transfer the user's surveys to: " +msgstr "Trasferisci le indagini dell'utente a:" + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:679 +msgid "Unchanged" +msgstr "Non cambiato" + +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:646 msgid "Update User Group" msgstr "Aggiorna gruppo utente" #: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:327 -#, fuzzy msgid "Use all/manage templates" -msgstr "Gestione Stili" +msgstr "Gestione modelli" #: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:97 msgid "User Groups" msgstr "Gruppi utente" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:432 -#, fuzzy +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:430 msgid "User control" msgstr "Gestione utenti" -#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:743 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:73 +#, fuzzy +msgid "User data" +msgstr "Usa il default" + +#: D:\web\xampp\htdocs\limesurvey/admin/userrighthandling.php:742 msgid "User group successfully added!" msgstr "Gruppo utenti aggiunto con successo!" +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:60 +msgid "User name and/or email not found!" +msgstr "Nome utente e/o e-mail non trovati!" + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:748 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:788 +msgid "User permissions were updated successfully." +msgstr "I permessi utente sono stati aggiornati con successo." + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:477 +#, php-format +msgid "User registration at '%s'" +msgstr "Registrazione dell'utente entro %s" + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:221 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:390 +#, php-format +msgid "Welcome %s!" +msgstr "Benvenuto %s!" + #: D:\web\xampp\htdocs\limesurvey/admin/vvimport.php:87 msgid "When an imported record matches an existing record ID:" msgstr "Quando un record importato corrisponde ad un record esistente con ID:" -#: D:\web\xampp\htdocs\limesurvey/admin/install/index.php:53 +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:798 +msgid "You are not allowed to change your own permissions!" +msgstr "Non ti è consentito cambiare i tuoi permessi!" + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:459 +msgid "You can use now the following credentials to log into the site:" +msgstr "Tu puoi usare le seguenti credenziali per collegarti al sito :" + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:391 +msgid "You logged in successfully." +msgstr "Login effettuato con successo" + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:69 #, php-format -msgid "A database named \"%s\" already exists." -msgstr "Un database di nome \"%s\" già esiste." +msgid "Your user data for accessing %s" +msgstr "I vostri dati utente per accedere %s" + +#: D:\web\xampp\htdocs\limesurvey/admin/usercontrol.php:458 +#, php-format +msgid "this is an automated email to notify that a user has been created for you on the site '%s'." +msgstr "questa è una e-mail automatica per notificare che un utente è stato creato per te nel seguente sito '%s'." #: D:\web\xampp\htdocs\limesurvey/admin/install/createdb.php:100 msgid "Could not create database" msgstr "Impossibile creare database" #: D:\web\xampp\htdocs\limesurvey/admin/install/createdb.php:30 -#: D:\web\xampp\htdocs\limesurvey/admin/install/index.php:42 msgid "Create Database" msgstr "Crea database" #: D:\web\xampp\htdocs\limesurvey/admin/install/createdb.php:31 msgid "Creating tables. This might take a moment..." -msgstr "" +msgstr "Creazione tabelle. Ci può volere un momento..." #: D:\web\xampp\htdocs\limesurvey/admin/install/createdb.php:65 msgid "Database Information not provided. This script must be run from admin.php only." @@ -11389,10 +10911,6 @@ msgstr "Il database `%s` è stato creato." msgid "Database has been created." msgstr "Il database è stato creato." -#: D:\web\xampp\htdocs\limesurvey/admin/install/index.php:54 -msgid "Do you want to populate that database now by creating the necessary tables?" -msgstr "Vuoi popolare il database creando adesso le relative tabelle?" - #: D:\web\xampp\htdocs\limesurvey/admin/install/cmd_install.php:115 msgid "Executing" msgstr "In esecuzione" @@ -11401,6 +10919,24 @@ msgstr "In esecuzione" msgid "Failed! Reason:" msgstr "Fallito! Ragione:" +#: D:\web\xampp\htdocs\limesurvey/admin/install/createdb.php:93 +msgid "Please click below to populate the database" +msgstr "Fai clic sul seguente link per l'inserimento dei dati nel database" + +#: D:\web\xampp\htdocs\limesurvey/admin/install/createdb.php:34 +#: D:\web\xampp\htdocs\limesurvey/admin/install/createdb.php:95 +msgid "Populate Database" +msgstr "Inserisci dati nel database" + +#: D:\web\xampp\htdocs\limesurvey/admin/install/index.php:53 +#, php-format +msgid "A database named \"%s\" already exists." +msgstr "Un database di nome \"%s\" già esiste." + +#: D:\web\xampp\htdocs\limesurvey/admin/install/index.php:54 +msgid "Do you want to populate that database now by creating the necessary tables?" +msgstr "Vuoi popolare il database creando adesso le relative tabelle?" + #: D:\web\xampp\htdocs\limesurvey/admin/install/index.php:35 #: D:\web\xampp\htdocs\limesurvey/admin/install/index.php:51 msgid "LimeSurvey Setup" @@ -11410,21 +10946,22 @@ msgstr "Impostazioni LimeSurvey" msgid "LimeSurvey can attempt to create this database for you." msgstr "LimeSurvey tenterà di creare il database." -#: D:\web\xampp\htdocs\limesurvey/admin/install/createdb.php:93 -msgid "Please click below to populate the database" -msgstr "Fai clic sul seguente link per l'inserimento dei dati nel database" - -#: D:\web\xampp\htdocs\limesurvey/admin/install/createdb.php:34 -#: D:\web\xampp\htdocs\limesurvey/admin/install/createdb.php:95 -#: D:\web\xampp\htdocs\limesurvey/admin/install/index.php:46 -#: D:\web\xampp\htdocs\limesurvey/admin/install/index.php:56 -msgid "Populate Database" -msgstr "Inserisci dati nel database" +#: D:\web\xampp\htdocs\limesurvey/admin/remotecontrol/lsrc.helper.php:2112 +#: D:\web\xampp\htdocs\limesurvey/admin/remotecontrol/lsrc.helper.php:2117 +#, php-format +msgid "Statistics Survey #%s" +msgstr "Statistiche indagine %s" #: D:\web\xampp\htdocs\limesurvey/admin/install/index.php:38 msgid "The database defined in config.php does not exist." msgstr "Il database indicato nel file congfig.php non esiste." +#: D:\web\xampp\htdocs\limesurvey/admin/remotecontrol/lsrc.helper.php:2111 +#: D:\web\xampp\htdocs\limesurvey/admin/remotecontrol/lsrc.helper.php:2116 +#, php-format +msgid "This is your personal statistic sheet for survey #%s" +msgstr "Ecco il folgio statistico personale per l'indagine #%s" + #: D:\web\xampp\htdocs\limesurvey/admin/install/index.php:37 msgid "Welcome to LimeSurvey Setup!" msgstr "Benvenuto nel setup di LimeSurvey" @@ -11433,22 +10970,9 @@ msgstr "Benvenuto nel setup di LimeSurvey" msgid "Your selected database name is:" msgstr "Il database selezionato si chiama:" -#: D:\web\xampp\htdocs\limesurvey/admin/remotecontrol/lsrc.helper.php:2112 -#: D:\web\xampp\htdocs\limesurvey/admin/remotecontrol/lsrc.helper.php:2117 -#, fuzzy, php-format -msgid "Statistics Survey #%s" -msgstr "Lista indagini" - -#: D:\web\xampp\htdocs\limesurvey/admin/remotecontrol/lsrc.helper.php:2111 -#: D:\web\xampp\htdocs\limesurvey/admin/remotecontrol/lsrc.helper.php:2116 -#, php-format -msgid "This is your personal statistic sheet for survey #%s" -msgstr "Ecco il folgio statistico personale per l'intervista #%s" - #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:307 -#, fuzzy msgid "Back to global settings" -msgstr "Tue impostazioni personali" +msgstr "Tue impostazioni generali" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:607 #, fuzzy, php-format @@ -11462,7 +10986,6 @@ msgstr "Annulla" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:233 #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:394 -#, fuzzy msgid "Check again" msgstr "Verifica nuovamente" @@ -11475,9 +10998,8 @@ msgid "Checking existing LimeSurvey files..." msgstr "Verifica dell'esistenza dei files di LimeSurvey" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:660 -#, fuzzy msgid "Click here to continue" -msgstr "Premi qui per entrare." +msgstr "Premi qui per continuare." #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:255 #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:413 @@ -11491,33 +11013,29 @@ msgid "Creating DB & file backup" msgstr "Creazione delle copie di backup del database e dei files" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:472 -#, fuzzy msgid "Creating database backup... " -msgstr "Crea database" +msgstr "Creazione backup database..." #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:457 -#, fuzzy msgid "Creating file backup... " -msgstr "Lettura del file..." +msgstr "Creazione file di backup ..." #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:476 -#, fuzzy msgid "DB backup created:" -msgstr "Backup dell'intero Database" +msgstr "DB backup creato:" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:481 msgid "Database backup functionality is currently not available for your database type. Before proceeding please backup your database using a backup tool!" msgstr "La funzionalità di backup del database non è per ora disponibile per l'attuale tipo di database. Prima di andare avanti eseguire una copia di sicurezza del database mediante un'utility di backup!" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:640 -#, fuzzy, php-format +#, php-format msgid "Database has been successfully upgraded to version %s" -msgstr "Il database è stato aggiornato con successo alla versione" +msgstr "Il database è stato aggiornato con successo alla versione %s" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:653 -#, fuzzy msgid "Database type" -msgstr "Nome database" +msgstr "Tipo di database" #: D:\web\xampp\htdocs\limesurvey/admin/update/upgrade-mssql.php:481 #: D:\web\xampp\htdocs\limesurvey/admin/update/upgrade-mssqlnative.php:481 @@ -11525,26 +11043,24 @@ msgstr "Nome database" #: D:\web\xampp\htdocs\limesurvey/admin/update/upgrade-postgres.php:309 #, php-format msgid "Database update finished (%s)" -msgstr "" +msgstr "Aggiornamento databese finito (%s)" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:651 -#, fuzzy msgid "Database upgrade" -msgstr "Nome database" +msgstr "Aggiornamento database" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:237 msgid "Everything looks alright. Please proceed to the next step." msgstr "Sembrerebbe sia andato tutto bene. Procedere con il passaggio successivo." #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:464 -#, fuzzy msgid "File backup created:" -msgstr "I campi sono stati creati" +msgstr "File di backup creato:" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:569 -#, fuzzy, php-format +#, php-format msgid "File deleted: %s" -msgstr "Eliminazione risposta fallita" +msgstr "File eliminato: %s" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:176 msgid "If necessary the database will be updated." @@ -11553,12 +11069,11 @@ msgstr "Se necessario il database verrà aggiornato." #: D:\web\xampp\htdocs\limesurvey/admin/update/upgrade-all.php:29 #, php-format msgid "Moving user templates to new location at %s..." -msgstr "" +msgstr "Spostamento dei stili utenti nella nuova locazione al %s..." #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:581 -#, fuzzy msgid "New files were successfully installed." -msgstr "%s campo(i) aggiunto(i) con successo!" +msgstr "Nuovi files sono stati installati con successo" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:175 msgid "New files will be downloaded and installed." @@ -11582,9 +11097,8 @@ msgid "Please be patient and try again in about 10 minutes." msgstr "Bisogna avere pazienza e riprovare tra dieci minuti." #: D:\web\xampp\htdocs\limesurvey/admin/update/upgrade-all.php:24 -#, fuzzy msgid "Please be patient..." -msgstr "Atendere..." +msgstr "Attendere..." #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:608 #, fuzzy @@ -11600,13 +11114,12 @@ msgid "Please check any problems above and then proceed to the next step." msgstr "Verificare tutti i problemi precedenti e solo dopo effettuare il prossimo passagio." #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:180 -#, fuzzy msgid "Please enter a valid update-key:" -msgstr "Inserisci una data:" +msgstr "Inserisci una valida chiave di aggiornamento" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:652 msgid "Please verify the following information before continuing with the database upgrade:" -msgstr "" +msgstr "Verificare le seguenti informazioni prima di continuare con l'aggiornamento del database:" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:240 #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:400 @@ -11625,9 +11138,8 @@ msgid "Save update key" msgstr "Salvare la chiave di aggiornamento" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:656 -#, fuzzy msgid "Site name" -msgstr "Nome salvato" +msgstr "Nome sito" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:655 #, fuzzy @@ -11645,9 +11157,8 @@ msgid "The LimeSurvey ComfortUpdate is an easy procedure to quickly update to th msgstr "L'aggiornamento Comodo di LimeSurvey è una semplice procedura per aggiornare velocemente all'ultima versione di LimeSurvey." #: D:\web\xampp\htdocs\limesurvey/admin/update/upgrade-all.php:24 -#, fuzzy msgid "The LimeSurvey database is being upgraded" -msgstr "Il database LimeSurvey è inesistente" +msgstr "Il database LimeSurvey è stato aggiornato" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:379 msgid "The following files will be modified or deleted but were already modified by someone else." @@ -11658,9 +11169,8 @@ msgid "The following files would be added by the update but already exist. This msgstr "I files che seguono dovrebbero venire aggiunti ma esistono già. Ciò è assai insolito e può essere causa di problemi." #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:172 -#, fuzzy msgid "The following steps will be done by this update:" -msgstr "Le seguenti risposte dovrebbero essere eliminate" +msgstr "I seguestin punti saranno effettuati da questo aggiornamento:" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:305 #, fuzzy @@ -11676,9 +11186,8 @@ msgid "There was a problem downloading the updater file. Please try to restart t msgstr "C'è stato un problema scaricando il file da aggiornare. Riavviare il processo di aggiornamento." #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:184 -#, fuzzy msgid "Update key: Valid" -msgstr "Aggiorna scenario" +msgstr "Aggiornamento chiave: Valido" #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:304 #, fuzzy @@ -11735,9 +11244,8 @@ msgstr "L'installazione di LimeSurvey viene testata se l'aggiornamento può avve #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:291 #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:422 #: D:\web\xampp\htdocs\limesurvey/admin/update/updater.php:503 -#, fuzzy msgid "Your update key is invalid and was removed. " -msgstr "Rimossi i Record con indirizzo e-mail non corretto " +msgstr "La vostra chiave d'aggiornamento non è valida ed è stata rimossa." #: D:\web\xampp\htdocs\limesurvey/classes/core/surveytranslator.php:156 msgid "Albanian" @@ -11752,9 +11260,8 @@ msgid "Basque" msgstr "Basco" #: D:\web\xampp\htdocs\limesurvey/classes/core/surveytranslator.php:177 -#, fuzzy msgid "Belarusian" -msgstr "Bulgaro" +msgstr "Bielorusso" #: D:\web\xampp\htdocs\limesurvey/classes/core/surveytranslator.php:184 msgid "Bosnian" @@ -11782,7 +11289,7 @@ msgstr "Cinese (Tradizionale - Taiwan)" #: D:\web\xampp\htdocs\limesurvey/classes/core/surveytranslator.php:71 msgid "Comma (,)" -msgstr "" +msgstr "Virgola (,)" #: D:\web\xampp\htdocs\limesurvey/classes/core/surveytranslator.php:233 msgid "Croatian" @@ -11798,7 +11305,7 @@ msgstr "Danese" #: D:\web\xampp\htdocs\limesurvey/classes/core/surveytranslator.php:70 msgid "Dot (.)" -msgstr "" +msgstr "Punto (.)" #: D:\web\xampp\htdocs\limesurvey/classes/core/surveytranslator.php:254 msgid "Dutch" @@ -11861,16 +11368,14 @@ msgid "Indonesian" msgstr "Indonesiano" #: D:\web\xampp\htdocs\limesurvey/classes/core/surveytranslator.php:359 -#, fuzzy msgid "Irish" -msgstr "Turco" +msgstr "Irish" #: D:\web\xampp\htdocs\limesurvey/classes/core/surveytranslator.php:366 msgid "Italian" msgstr "Italiano" #: D:\web\xampp\htdocs\limesurvey/classes/core/surveytranslator.php:373 -#, fuzzy msgid "Italian (formal)" msgstr "Italiano (formale)" @@ -11900,9 +11405,8 @@ msgid "Malay" msgstr "Mag" #: D:\web\xampp\htdocs\limesurvey/classes/core/surveytranslator.php:422 -#, fuzzy msgid "Maltese" -msgstr "Maschio" +msgstr "Maltese" #: D:\web\xampp\htdocs\limesurvey/classes/core/surveytranslator.php:429 msgid "Norwegian (Bokmal)" @@ -11929,9 +11433,8 @@ msgid "Portuguese (Brazilian)" msgstr "Portoghese (Brasiliano)" #: D:\web\xampp\htdocs\limesurvey/classes/core/surveytranslator.php:471 -#, fuzzy msgid "Punjabi" -msgstr "Pubblica" +msgstr "Punjabi" #: D:\web\xampp\htdocs\limesurvey/classes/core/surveytranslator.php:485 msgid "Romanian" @@ -11989,6 +11492,12 @@ msgstr "Vietnamita" msgid "Welsh" msgstr "Gallese" +#~ msgid "Setting as Administrator Child" +#~ msgstr "Imposta come Amministratore-figlio" + +#~ msgid "Set Parent successful." +#~ msgstr "Nuova gerarchia impostata con successo. " + #~ msgid "Modify Quota" #~ msgstr "Modifica Quota" @@ -12249,7 +11758,7 @@ msgstr "Gallese" #~ msgstr "" #~ "Nessun messaggio e-mail da inviare. I messaggi non soddisfano i seguenti " #~ "criteri - indirizzo e-mail valido, un invito è già stato inviato ma il " -#~ "questionario non è stato completato." +#~ "questionario non è stato completato." #~ msgid "Display Tokens" #~ msgstr "Mostra gli identificativi" @@ -12613,6 +12122,9 @@ msgstr "Gallese" #~ msgid "You need to add groups" #~ msgstr "E' necessario aggiungere dei gruppi" +#~ msgid "You need to choose a label set for this question!" +#~ msgstr "E' necessario scegliere un gruppo di etichette per questa domanda!" + #~ msgid "Second Label Set" #~ msgstr "Secondo gruppo di etichette" diff --git a/include/limesurvey/locale/pl/LC_MESSAGES/pl.po b/include/limesurvey/locale/pl/LC_MESSAGES/pl.po index 7fa1ae14..8e5b1c64 100644 --- a/include/limesurvey/locale/pl/LC_MESSAGES/pl.po +++ b/include/limesurvey/locale/pl/LC_MESSAGES/pl.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: LimeSurvey Polish language file\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-08-12 20:25+0100\n" -"PO-Revision-Date: 2011-08-12 20:32+0100\n" +"POT-Creation-Date: 2011-09-22 20:57+0100\n" +"PO-Revision-Date: 2011-09-22 20:59+0100\n" "Last-Translator: Elżbieta Lesińska \n" "Language-Team: LimeSurvey Team\n" "MIME-Version: 1.0\n" @@ -378,8 +378,8 @@ msgstr "Nieaktywna" #: C:\LimeSurvey/common_functions.php:5107 #: C:\LimeSurvey/qanda.php:1983 #: C:\LimeSurvey/qanda.php:2135 -#: C:\LimeSurvey/qanda.php:7547 -#: C:\LimeSurvey/qanda.php:7601 +#: C:\LimeSurvey/qanda.php:7508 +#: C:\LimeSurvey/qanda.php:7562 msgid "Please choose..." msgstr "Wybierz..." @@ -470,9 +470,9 @@ msgstr "Szczegółowe powiadamianie emailem z wynikami ankiety" #: C:\LimeSurvey/common_functions.php:3878 #: C:\LimeSurvey/common_functions.php:3887 #: C:\LimeSurvey/common_functions.php:3896 -#: C:\LimeSurvey/qanda.php:2420 -#: C:\LimeSurvey/qanda.php:3248 -#: C:\LimeSurvey/qanda.php:3592 +#: C:\LimeSurvey/qanda.php:2429 +#: C:\LimeSurvey/qanda.php:3257 +#: C:\LimeSurvey/qanda.php:3601 msgid "Other" msgstr "Inne" @@ -573,9 +573,9 @@ msgstr "Inne" #: C:\LimeSurvey/common_functions.php:3736 #: C:\LimeSurvey/common_functions.php:3850 #: C:\LimeSurvey/common_functions.php:3861 -#: C:\LimeSurvey/qanda.php:5095 +#: C:\LimeSurvey/qanda.php:5056 +#: C:\LimeSurvey/qanda.php:5527 #: C:\LimeSurvey/qanda.php:5566 -#: C:\LimeSurvey/qanda.php:5605 msgid "Yes" msgstr "Tak" @@ -673,9 +673,9 @@ msgstr "Tak" #: C:\LimeSurvey/common_functions.php:3735 #: C:\LimeSurvey/common_functions.php:3849 #: C:\LimeSurvey/common_functions.php:3860 -#: C:\LimeSurvey/qanda.php:5104 -#: C:\LimeSurvey/qanda.php:5568 -#: C:\LimeSurvey/qanda.php:5623 +#: C:\LimeSurvey/qanda.php:5065 +#: C:\LimeSurvey/qanda.php:5529 +#: C:\LimeSurvey/qanda.php:5584 msgid "No" msgstr "Nie" @@ -732,30 +732,30 @@ msgstr "Nie" #: C:\LimeSurvey/common_functions.php:5951 #: C:\LimeSurvey/qanda.php:1660 #: C:\LimeSurvey/qanda.php:2153 -#: C:\LimeSurvey/qanda.php:2454 -#: C:\LimeSurvey/qanda.php:2594 -#: C:\LimeSurvey/qanda.php:2657 -#: C:\LimeSurvey/qanda.php:5115 -#: C:\LimeSurvey/qanda.php:5183 -#: C:\LimeSurvey/qanda.php:5280 -#: C:\LimeSurvey/qanda.php:5344 -#: C:\LimeSurvey/qanda.php:5439 -#: C:\LimeSurvey/qanda.php:5487 -#: C:\LimeSurvey/qanda.php:5571 -#: C:\LimeSurvey/qanda.php:5643 -#: C:\LimeSurvey/qanda.php:5733 -#: C:\LimeSurvey/qanda.php:5812 -#: C:\LimeSurvey/qanda.php:5919 -#: C:\LimeSurvey/qanda.php:5941 -#: C:\LimeSurvey/qanda.php:6014 -#: C:\LimeSurvey/qanda.php:6147 -#: C:\LimeSurvey/qanda.php:6893 -#: C:\LimeSurvey/qanda.php:6894 -#: C:\LimeSurvey/qanda.php:7185 -#: C:\LimeSurvey/qanda.php:7260 -#: C:\LimeSurvey/qanda.php:7365 -#: C:\LimeSurvey/qanda.php:7567 -#: C:\LimeSurvey/qanda.php:7621 +#: C:\LimeSurvey/qanda.php:2463 +#: C:\LimeSurvey/qanda.php:2603 +#: C:\LimeSurvey/qanda.php:2666 +#: C:\LimeSurvey/qanda.php:5076 +#: C:\LimeSurvey/qanda.php:5144 +#: C:\LimeSurvey/qanda.php:5241 +#: C:\LimeSurvey/qanda.php:5305 +#: C:\LimeSurvey/qanda.php:5400 +#: C:\LimeSurvey/qanda.php:5448 +#: C:\LimeSurvey/qanda.php:5532 +#: C:\LimeSurvey/qanda.php:5604 +#: C:\LimeSurvey/qanda.php:5694 +#: C:\LimeSurvey/qanda.php:5773 +#: C:\LimeSurvey/qanda.php:5880 +#: C:\LimeSurvey/qanda.php:5902 +#: C:\LimeSurvey/qanda.php:5975 +#: C:\LimeSurvey/qanda.php:6108 +#: C:\LimeSurvey/qanda.php:6854 +#: C:\LimeSurvey/qanda.php:6855 +#: C:\LimeSurvey/qanda.php:7146 +#: C:\LimeSurvey/qanda.php:7221 +#: C:\LimeSurvey/qanda.php:7326 +#: C:\LimeSurvey/qanda.php:7528 +#: C:\LimeSurvey/qanda.php:7582 msgid "No answer" msgstr "Brak odpowiedzi" @@ -776,7 +776,7 @@ msgstr "Brak odpowiedzi" # C:\limesurvey/admin/statistics.php:1323 # C:\limesurvey/admin/stats.php:666 #: C:\LimeSurvey/common_functions.php:1898 -#: C:\LimeSurvey/qanda.php:5159 +#: C:\LimeSurvey/qanda.php:5120 msgid "Male" msgstr "Mężczyzną" @@ -797,7 +797,7 @@ msgstr "Mężczyzną" # C:\limesurvey/admin/statistics.php:1322 # C:\limesurvey/admin/stats.php:671 #: C:\LimeSurvey/common_functions.php:1899 -#: C:\LimeSurvey/qanda.php:5151 +#: C:\LimeSurvey/qanda.php:5112 msgid "Female" msgstr "Kobietą" @@ -817,8 +817,8 @@ msgstr "Kobietą" # C:\limesurvey/admin/statistics.php:1285 # C:\limesurvey/admin/stats.php:567 #: C:\LimeSurvey/common_functions.php:1908 -#: C:\LimeSurvey/qanda.php:5567 -#: C:\LimeSurvey/qanda.php:5613 +#: C:\LimeSurvey/qanda.php:5528 +#: C:\LimeSurvey/qanda.php:5574 msgid "Uncertain" msgstr "Nie wiem" @@ -837,8 +837,8 @@ msgstr "Nie wiem" # C:\limesurvey/admin/statistics.php:1296 # C:\limesurvey/admin/stats.php:589 #: C:\LimeSurvey/common_functions.php:1914 -#: C:\LimeSurvey/qanda.php:5728 -#: C:\LimeSurvey/qanda.php:5771 +#: C:\LimeSurvey/qanda.php:5689 +#: C:\LimeSurvey/qanda.php:5732 msgid "Increase" msgstr "Wzrost" @@ -857,8 +857,8 @@ msgstr "Wzrost" # C:\limesurvey/admin/statistics.php:1298 # C:\limesurvey/admin/stats.php:599 #: C:\LimeSurvey/common_functions.php:1915 -#: C:\LimeSurvey/qanda.php:5730 -#: C:\LimeSurvey/qanda.php:5794 +#: C:\LimeSurvey/qanda.php:5691 +#: C:\LimeSurvey/qanda.php:5755 msgid "Decrease" msgstr "Spadek" @@ -877,8 +877,8 @@ msgstr "Spadek" # C:\limesurvey/admin/statistics.php:1297 # C:\limesurvey/admin/stats.php:594 #: C:\LimeSurvey/common_functions.php:1916 -#: C:\LimeSurvey/qanda.php:5729 -#: C:\LimeSurvey/qanda.php:5782 +#: C:\LimeSurvey/qanda.php:5690 +#: C:\LimeSurvey/qanda.php:5743 msgid "Same" msgstr "Bez zmian" @@ -930,8 +930,8 @@ msgstr "Język początkowy" # C:\limesurvey/admin/tokens.php:571 # C:\limesurvey/admin/tokens.php:1139 #: C:\LimeSurvey/common_functions.php:2289 -#: C:\LimeSurvey/index.php:2401 -#: C:\LimeSurvey/index.php:2568 +#: C:\LimeSurvey/index.php:2410 +#: C:\LimeSurvey/index.php:2577 msgid "Token" msgstr "Token" @@ -2164,7 +2164,7 @@ msgstr "Błąd polecenia SQL: %s przyczyna: %s" # C:\limesurvey/admin/install/createdb.php:68 # C:\limesurvey/admin/install/createdb.php:100 #: C:\LimeSurvey/common_functions.php:5960 -#: C:\LimeSurvey/index.php:552 +#: C:\LimeSurvey/index.php:559 msgid "Error" msgstr "Błąd" @@ -2276,7 +2276,7 @@ msgstr "Zapisz swoje dotychczasowe odpowiedzi" # C:\limesurvey/question.php:105 # C:\limesurvey/survey.php:113 #: C:\LimeSurvey/group.php:184 -#: C:\LimeSurvey/index.php:2245 +#: C:\LimeSurvey/index.php:2254 #: C:\LimeSurvey/question.php:230 msgid "Did Not Save" msgstr "Nie zapisano" @@ -2373,7 +2373,7 @@ msgstr "Jeden lub więcej ładowanych plików nie ma odpowiedniego formatu/rozmi # C:\limesurvey/question.php:530 # C:\limesurvey/survey.php:491 #: C:\LimeSurvey/group.php:1305 -#: C:\LimeSurvey/index.php:3489 +#: C:\LimeSurvey/index.php:3500 #: C:\LimeSurvey/question.php:619 msgid "This survey is currently not active. You will not be able to save your responses." msgstr "Ta ankieta nie jest aktywna. Twoje odpowiedzi nie zostaną zapisane." @@ -2390,7 +2390,7 @@ msgstr "Indeks pytania" # C:\limesurvey/admin/dataentry.php:1240 # C:\limesurvey/admin/dataentry.php:2210 #: C:\LimeSurvey/group.php:1351 -#: C:\LimeSurvey/index.php:2973 +#: C:\LimeSurvey/index.php:2984 #: C:\LimeSurvey/question.php:666 msgid "Submit" msgstr "Wyślij" @@ -2438,10 +2438,10 @@ msgstr "Nie posiadasz uprawnień do wykonania tej czynności." # C:\limesurvey/index.php:198 #: C:\LimeSurvey/index.php:297 #: C:\LimeSurvey/index.php:331 -#: C:\LimeSurvey/index.php:433 -#: C:\LimeSurvey/index.php:513 -#: C:\LimeSurvey/index.php:532 -#: C:\LimeSurvey/index.php:554 +#: C:\LimeSurvey/index.php:440 +#: C:\LimeSurvey/index.php:520 +#: C:\LimeSurvey/index.php:539 +#: C:\LimeSurvey/index.php:561 #: C:\LimeSurvey/printanswers.php:77 #, php-format msgid "Please contact %s ( %s ) for further assistance." @@ -2460,26 +2460,26 @@ msgid "Either you have been inactive for too long, you have cookies disabled for msgstr "Nie wykazano aktywności przez zbyt długi czas lub wystąpiły problemy z łącznością." # C:\limesurvey/admin/statistics.php:659 -#: C:\LimeSurvey/index.php:422 +#: C:\LimeSurvey/index.php:429 msgid "View statistics" msgstr "Pokaż statystyki" -#: C:\LimeSurvey/index.php:429 +#: C:\LimeSurvey/index.php:436 msgid "No available surveys" msgstr "Brak dostępnych ankiet" # C:\limesurvey/index.php:119 -#: C:\LimeSurvey/index.php:432 +#: C:\LimeSurvey/index.php:439 msgid "You have not provided a survey identification number" msgstr "Nie podano numeru identyfikacyjnego ankiety" # C:\limesurvey/admin/integritycheck.php:207 -#: C:\LimeSurvey/index.php:434 +#: C:\LimeSurvey/index.php:441 msgid "The following surveys are available:" msgstr "Lista dostępnych ankiet w serwisie:" # C:\limesurvey/index.php:176 -#: C:\LimeSurvey/index.php:512 +#: C:\LimeSurvey/index.php:519 msgid "This survey is no longer available." msgstr "Ta ankieta nie jest już dostępna." @@ -2487,22 +2487,22 @@ msgstr "Ta ankieta nie jest już dostępna." # C:\limesurvey/admin/html.php:130 # C:\limesurvey/admin/html.php:374 # C:\limesurvey/admin/html.php:376 -#: C:\LimeSurvey/index.php:531 +#: C:\LimeSurvey/index.php:538 msgid "This survey is not yet started." msgstr "Ta ankieta nie jest jeszcze aktywna" # C:\limesurvey/index.php:196 -#: C:\LimeSurvey/index.php:553 +#: C:\LimeSurvey/index.php:560 msgid "You have already completed this survey." msgstr "Już wypełniłeś tę ankietę." # C:\limesurvey/index.php:236 -#: C:\LimeSurvey/index.php:611 +#: C:\LimeSurvey/index.php:618 msgid "You did not provide a name" msgstr "Nie podano nazwy" # C:\limesurvey/index.php:241 -#: C:\LimeSurvey/index.php:616 +#: C:\LimeSurvey/index.php:623 msgid "You did not provide a password" msgstr "Nie podano hasła" @@ -2510,134 +2510,134 @@ msgstr "Nie podano hasła" # C:\limesurvey/index.php:249 # C:\limesurvey/register.php:71 # C:\limesurvey/save.php:221 -#: C:\LimeSurvey/index.php:628 -#: C:\LimeSurvey/index.php:2323 -#: C:\LimeSurvey/index.php:2545 +#: C:\LimeSurvey/index.php:635 +#: C:\LimeSurvey/index.php:2332 +#: C:\LimeSurvey/index.php:2554 msgid "The answer to the security question is incorrect." msgstr "Odpowiedź na pytanie bezpieczeństwa jest nieprawidłowa." # C:\limesurvey/common.php:1941 # C:\limesurvey/index.php:269 # C:\limesurvey/index.php:273 -#: C:\LimeSurvey/index.php:646 -#: C:\LimeSurvey/index.php:650 +#: C:\LimeSurvey/index.php:653 +#: C:\LimeSurvey/index.php:657 msgid "Load Unfinished Survey" msgstr "Otwórz niedokończoną ankietę" # C:\limesurvey/index.php:297 # C:\limesurvey/index.php:1085 # C:\limesurvey/index.php:1127 -#: C:\LimeSurvey/index.php:686 -#: C:\LimeSurvey/index.php:2395 -#: C:\LimeSurvey/index.php:2467 -#: C:\LimeSurvey/index.php:2511 -#: C:\LimeSurvey/index.php:2548 +#: C:\LimeSurvey/index.php:693 +#: C:\LimeSurvey/index.php:2404 +#: C:\LimeSurvey/index.php:2476 +#: C:\LimeSurvey/index.php:2520 +#: C:\LimeSurvey/index.php:2557 msgid "This is a controlled survey. You need a valid token to participate." msgstr "Dostęp do ankiety jest ograniczony. Musisz posiadać token, aby ją wypełnić." # C:\limesurvey/index.php:298 # C:\limesurvey/index.php:1128 -#: C:\LimeSurvey/index.php:687 -#: C:\LimeSurvey/index.php:2468 -#: C:\LimeSurvey/index.php:2512 +#: C:\LimeSurvey/index.php:694 +#: C:\LimeSurvey/index.php:2477 +#: C:\LimeSurvey/index.php:2521 msgid "The token you have provided is either not valid, or has already been used." msgstr "Wprowadzony numer tokena jest albo nieprawidłowy, albo był już wykorzystany." # C:\limesurvey/index.php:299 # C:\limesurvey/index.php:1129 # C:\limesurvey/index.php:1213 -#: C:\LimeSurvey/index.php:688 -#: C:\LimeSurvey/index.php:724 -#: C:\LimeSurvey/index.php:2469 -#: C:\LimeSurvey/index.php:2513 -#: C:\LimeSurvey/index.php:2702 +#: C:\LimeSurvey/index.php:695 +#: C:\LimeSurvey/index.php:731 +#: C:\LimeSurvey/index.php:2478 +#: C:\LimeSurvey/index.php:2522 +#: C:\LimeSurvey/index.php:2713 #, php-format msgid "For further information please contact %s" msgstr "W celu uzyskania informacji skontaktuj się z %s" # C:\limesurvey/admin/access_denied.php:58 -#: C:\LimeSurvey/index.php:722 +#: C:\LimeSurvey/index.php:729 msgid "We are sorry but you are not allowed to enter this survey." msgstr "Przykro nam, ale nie masz uprawnień do uczestnictwa w tym badaniu." -#: C:\LimeSurvey/index.php:723 +#: C:\LimeSurvey/index.php:730 msgid "Your token seems to be valid but can be used only during a certain time period." msgstr "Twój token wygląda na prawidłowy, ale może być wykorzystany tylko w określonym przedziale czasowym." # C:\limesurvey/admin/usercontrol.php:121 -#: C:\LimeSurvey/index.php:898 +#: C:\LimeSurvey/index.php:907 msgid "Your responses were successfully saved." msgstr "Odpowiedzi zostały zapisane." # C:\limesurvey/index.php:415 -#: C:\LimeSurvey/index.php:940 +#: C:\LimeSurvey/index.php:949 msgid "There is no matching saved survey" msgstr "Nie ma zapisanej takiej ankiety." # C:\limesurvey/index.php:196 -#: C:\LimeSurvey/index.php:1042 +#: C:\LimeSurvey/index.php:1051 #, php-format msgid "You have completed %s%% of this survey" msgstr "Wypełniono %s%% tej ankiety" -#: C:\LimeSurvey/index.php:1753 +#: C:\LimeSurvey/index.php:1762 #, php-format msgid "Sorry, the uploaded file (%s) is larger than the allowed filesize of %s KB." msgstr "Przepraszamy, rozmiar przesłanego pliku (%s) przekracza dopuszczalną wielkość %s KB." -#: C:\LimeSurvey/index.php:1766 -#: C:\LimeSurvey/index.php:1772 +#: C:\LimeSurvey/index.php:1775 +#: C:\LimeSurvey/index.php:1781 #, php-format msgid "Sorry, only %s extensions are allowed!" msgstr "Przepraszamy, dozwolone są tylko rozszerzenia %s!" # C:\limesurvey/admin/createdb.php:55 # C:\limesurvey/admin/install/createdb.php:55 -#: C:\LimeSurvey/index.php:1784 +#: C:\LimeSurvey/index.php:1793 msgid "The minimum number of files has not been uploaded." msgstr "Nie przesłano minimalnej liczby plików." # C:\limesurvey/index.php:1025 -#: C:\LimeSurvey/index.php:2246 +#: C:\LimeSurvey/index.php:2255 msgid "An unexpected error has occurred and your responses cannot be saved." msgstr "Pojawił się nieoczekiwany błąd i Twoje odpowiedzi nie mogły być zapisane." # C:\limesurvey/index.php:1028 -#: C:\LimeSurvey/index.php:2249 +#: C:\LimeSurvey/index.php:2258 msgid "Your responses have not been lost and have been emailed to the survey administrator and will be entered into our database at a later point." msgstr "Twoje odpowiedzi nie zostały utracone. Zostały wysłane do administratora strony, który umieści je w bazie danych." # C:\limesurvey/index.php:1029 -#: C:\LimeSurvey/index.php:2254 +#: C:\LimeSurvey/index.php:2263 msgid "An error occurred saving a response to survey id" msgstr "Pojawił się nieoczekiwany błąd podczas zapisywania odpowiedzi." # C:\limesurvey/index.php:1030 -#: C:\LimeSurvey/index.php:2255 +#: C:\LimeSurvey/index.php:2264 msgid "DATA TO BE ENTERED" msgstr "DANE DO WPROWADZENIA" # C:\limesurvey/index.php:1035 -#: C:\LimeSurvey/index.php:2260 +#: C:\LimeSurvey/index.php:2269 msgid "SQL CODE THAT FAILED" msgstr "Kod SQL, który sprawił problem" # C:\limesurvey/index.php:1037 -#: C:\LimeSurvey/index.php:2262 +#: C:\LimeSurvey/index.php:2271 msgid "ERROR MESSAGE" msgstr "KOMUNIKAT BŁĘDU" # C:\limesurvey/index.php:1039 -#: C:\LimeSurvey/index.php:2264 +#: C:\LimeSurvey/index.php:2273 msgid "Error saving results" msgstr "Błąd podczas zapisywania wyników" # C:\limesurvey/index.php:1047 -#: C:\LimeSurvey/index.php:2272 +#: C:\LimeSurvey/index.php:2281 msgid "Try to submit again" msgstr "Spróbuj wysłać ponownie" -#: C:\LimeSurvey/index.php:2326 +#: C:\LimeSurvey/index.php:2335 msgid "Please confirm access to survey by answering the security question below and click continue." msgstr "Aby uzyskać dostęp do ankiety, odpowiedz na poniższe pytanie." @@ -2645,7 +2645,7 @@ msgstr "Aby uzyskać dostęp do ankiety, odpowiedz na poniższe pytanie." # C:\limesurvey/common.php:2057 # C:\limesurvey/common.php:2102 # C:\limesurvey/index.php:1098 -#: C:\LimeSurvey/index.php:2350 +#: C:\LimeSurvey/index.php:2359 msgid "Security question:" msgstr "Pytanie bezpieczeństwa:" @@ -2701,15 +2701,15 @@ msgstr "Pytanie bezpieczeństwa:" # C:\limesurvey/admin/userrighthandling.php:826 # C:\limesurvey/admin/userrighthandling.php:978 # C:\limesurvey/admin/userrighthandling.php:983 -#: C:\LimeSurvey/index.php:2355 -#: C:\LimeSurvey/index.php:2430 -#: C:\LimeSurvey/index.php:2597 +#: C:\LimeSurvey/index.php:2364 +#: C:\LimeSurvey/index.php:2439 +#: C:\LimeSurvey/index.php:2606 msgid "Continue" msgstr "Kontynuuj" # C:\limesurvey/index.php:1086 -#: C:\LimeSurvey/index.php:2396 -#: C:\LimeSurvey/index.php:2553 +#: C:\LimeSurvey/index.php:2405 +#: C:\LimeSurvey/index.php:2562 msgid "If you have been issued a token, please enter it in the box below and click continue." msgstr "Jeśli otrzymałaś/-łeś token, wprowadź go do poniższego pola oraz kliknij \"Dalej\"." @@ -2717,13 +2717,13 @@ msgstr "Jeśli otrzymałaś/-łeś token, wprowadź go do poniższego pola oraz # C:\limesurvey/common.php:2057 # C:\limesurvey/common.php:2102 # C:\limesurvey/index.php:1098 -#: C:\LimeSurvey/index.php:2426 -#: C:\LimeSurvey/index.php:2594 +#: C:\LimeSurvey/index.php:2435 +#: C:\LimeSurvey/index.php:2603 msgid "Security Question" msgstr "Pytanie bezpieczeństwa" # C:\limesurvey/index.php:1086 -#: C:\LimeSurvey/index.php:2572 +#: C:\LimeSurvey/index.php:2581 msgid "Please confirm the token by answering the security question below and click continue." msgstr "Potwierdź otrzymany token i odpowiedz na poniższe pytanie bezpieczeństwa, a następnie kliknij \"Dalej\"." @@ -2744,27 +2744,27 @@ msgstr "Potwierdź otrzymany token i odpowiedz na poniższe pytanie bezpieczeńs # C:\limesurvey/admin/exportresults.php:827 # C:\limesurvey/admin/tokens.php:571 # C:\limesurvey/admin/tokens.php:1139 -#: C:\LimeSurvey/index.php:2586 +#: C:\LimeSurvey/index.php:2595 msgid "Token:" msgstr "Token:" # C:\limesurvey/index.php:1212 -#: C:\LimeSurvey/index.php:2701 +#: C:\LimeSurvey/index.php:2712 msgid "This survey does not yet have any questions and cannot be tested or completed." msgstr "W ankiecie nie ma jeszcze żadnych pytań i nie można jej testować ani wypełniać." # C:\limesurvey/admin/templates.php:591 -#: C:\LimeSurvey/index.php:2951 -#: C:\LimeSurvey/index.php:3372 +#: C:\LimeSurvey/index.php:2962 +#: C:\LimeSurvey/index.php:3383 msgid "Previous" msgstr "Wstecz" # C:\limesurvey/index.php:1436 # C:\limesurvey/index.php:1441 # C:\limesurvey/index.php:1446 -#: C:\LimeSurvey/index.php:2957 -#: C:\LimeSurvey/index.php:2963 #: C:\LimeSurvey/index.php:2968 +#: C:\LimeSurvey/index.php:2974 +#: C:\LimeSurvey/index.php:2979 msgid "Next" msgstr "Dalej" @@ -2942,9 +2942,9 @@ msgstr "Proszę zaznaczyć przynajmniej jeden element" # C:\limesurvey/admin/questionhandling.php:438 #: C:\LimeSurvey/qanda.php:912 #: C:\LimeSurvey/qanda.php:2026 -#: C:\LimeSurvey/qanda.php:2317 -#: C:\LimeSurvey/qanda.php:2976 -#: C:\LimeSurvey/qanda.php:3462 +#: C:\LimeSurvey/qanda.php:2326 +#: C:\LimeSurvey/qanda.php:2985 +#: C:\LimeSurvey/qanda.php:3471 msgid "Other:" msgstr "Inne:" @@ -3146,9 +3146,9 @@ msgstr "Rok" # C:\limesurvey/admin/statistics.php:1037 # C:\limesurvey/admin/statistics.php:1376 #: C:\LimeSurvey/qanda.php:1901 -#: C:\LimeSurvey/qanda.php:4657 -#: C:\LimeSurvey/qanda.php:4959 -#: C:\LimeSurvey/qanda.php:5049 +#: C:\LimeSurvey/qanda.php:4654 +#: C:\LimeSurvey/qanda.php:4934 +#: C:\LimeSurvey/qanda.php:5013 msgid "Answer" msgstr "Odpowiedź" @@ -3169,27 +3169,27 @@ msgid "Other answer" msgstr "Inna odpowiedź" #: C:\LimeSurvey/qanda.php:2231 -#: C:\LimeSurvey/qanda.php:2491 +#: C:\LimeSurvey/qanda.php:2500 #, php-format msgid "You've selected the \"%s\" answer for question \"%s\". Please also fill in the accompanying \"other comment\" field." msgstr "Zaznaczono odpowiedź \"%s\" w pytaniu \"%s\". Proszę również wpisać treść w odpowiednie pole \"inne\"." # C:\limesurvey/qanda.php:991 -#: C:\LimeSurvey/qanda.php:2560 +#: C:\LimeSurvey/qanda.php:2569 msgid "Please enter your comment here" msgstr "Wprowadź komentarz" # C:\limesurvey/qanda.php:1236 # C:\limesurvey/admin/dataentry.php:855 # C:\limesurvey/admin/dataentry.php:1851 -#: C:\LimeSurvey/qanda.php:2830 +#: C:\LimeSurvey/qanda.php:2839 msgid "Remove this item" msgstr "Usuń ten element" # C:\limesurvey/qanda.php:1283 # C:\limesurvey/admin/dataentry.php:877 # C:\limesurvey/admin/dataentry.php:1884 -#: C:\LimeSurvey/qanda.php:2858 +#: C:\LimeSurvey/qanda.php:2867 msgid "Your Choices" msgstr "Dostępne elementy" @@ -3197,35 +3197,35 @@ msgstr "Dostępne elementy" # C:\limesurvey/qanda.php:1298 # C:\limesurvey/admin/dataentry.php:882 # C:\limesurvey/admin/dataentry.php:1889 -#: C:\LimeSurvey/qanda.php:2869 +#: C:\LimeSurvey/qanda.php:2878 msgid "Your Ranking" msgstr "Twój ranking" # C:\limesurvey/qanda.php:1306 -#: C:\LimeSurvey/qanda.php:2877 +#: C:\LimeSurvey/qanda.php:2886 msgid "Click on the scissors next to each item on the right to remove the last entry in your ranked list" msgstr "Aby cofnąć wybór, kliknij na ikonę nożyczek, znajdującą się obok wybranego elementu z prawej strony" -#: C:\LimeSurvey/qanda.php:2888 -#: C:\LimeSurvey/qanda.php:2903 +#: C:\LimeSurvey/qanda.php:2897 +#: C:\LimeSurvey/qanda.php:2912 #, php-format msgid "Please rank at least %d item for question \"%s\"" msgstr "Proszę porangować co najmniej %d odpowiedź w pytaniu \"%s\"" -#: C:\LimeSurvey/qanda.php:3315 -#: C:\LimeSurvey/qanda.php:3646 +#: C:\LimeSurvey/qanda.php:3324 +#: C:\LimeSurvey/qanda.php:3655 #, php-format msgid "Please choose at most %d answers for question \"%s\"" msgstr "Wybierz co najwyżej %d odpowiedzi w pytaniu \"%s\"" -#: C:\LimeSurvey/qanda.php:3336 -#: C:\LimeSurvey/qanda.php:3671 +#: C:\LimeSurvey/qanda.php:3345 +#: C:\LimeSurvey/qanda.php:3680 #, php-format msgid "Please choose at least %d answer(s) for question \"%s\"" msgstr "Proszę wybrać co najmniej %d odpowiedzi w pytaniu \"%s\"" -#: C:\LimeSurvey/qanda.php:3371 -#: C:\LimeSurvey/qanda.php:3702 +#: C:\LimeSurvey/qanda.php:3380 +#: C:\LimeSurvey/qanda.php:3711 #, php-format msgid "You've marked the \"other\" field for question \"%s\". Please also fill in the accompanying \"other comment\" field." msgstr "Zaznaczono pole \"inne\" w pytaniu \"%s\". Proszę również wpisać treść w odpowiednie pole \"komentarz\"." @@ -3233,50 +3233,50 @@ msgstr "Zaznaczono pole \"inne\" w pytaniu \"%s\". Proszę również wpisać tre # C:\limesurvey/qanda.php:1483 # C:\limesurvey/qanda.php:1509 # C:\limesurvey/admin/printablesurvey.php:395 -#: C:\LimeSurvey/qanda.php:3574 -#: C:\LimeSurvey/qanda.php:3602 +#: C:\LimeSurvey/qanda.php:3583 +#: C:\LimeSurvey/qanda.php:3611 msgid "Make a comment on your choice here:" msgstr "Wprowadź komentarz do swojej odpowiedzi:" # C:\limesurvey/admin/templates.php:568 -#: C:\LimeSurvey/qanda.php:3799 +#: C:\LimeSurvey/qanda.php:3808 msgid "Upload files" msgstr "Wczytaj pliki" # C:\limesurvey/admin/templates.php:568 -#: C:\LimeSurvey/qanda.php:3803 +#: C:\LimeSurvey/qanda.php:3812 msgid "Upload your files" msgstr "Wczytaj własne pliki" # C:\limesurvey/common.php:2016 -#: C:\LimeSurvey/qanda.php:3804 +#: C:\LimeSurvey/qanda.php:3813 msgid "Return to survey" msgstr "Powrót do ankiety" # C:\limesurvey/qanda.php:426 -#: C:\LimeSurvey/qanda.php:3982 -#: C:\LimeSurvey/qanda.php:4296 -#: C:\LimeSurvey/qanda.php:5578 -#: C:\LimeSurvey/qanda.php:7417 +#: C:\LimeSurvey/qanda.php:3991 +#: C:\LimeSurvey/qanda.php:4293 +#: C:\LimeSurvey/qanda.php:5539 +#: C:\LimeSurvey/qanda.php:7378 msgid "Error: This question has no answers." msgstr "Błąd: To pytanie nie ma zdefiniowanych wariantów odpowiedzi." # C:\limesurvey/qanda.php:1627 -#: C:\LimeSurvey/qanda.php:4438 +#: C:\LimeSurvey/qanda.php:4435 msgid "Only numbers may be entered in these fields" msgstr "Można wprowadzać tylko liczby" -#: C:\LimeSurvey/qanda.php:4442 +#: C:\LimeSurvey/qanda.php:4439 #, php-format msgid "Total of all entries must not exceed %d" msgstr "Suma wszystkich nie może być wyższa niż %d" -#: C:\LimeSurvey/qanda.php:4446 +#: C:\LimeSurvey/qanda.php:4443 #, php-format msgid "Total of all entries must equal %d" msgstr "Suma wszystkich musi być równa %d" -#: C:\LimeSurvey/qanda.php:4450 +#: C:\LimeSurvey/qanda.php:4447 #, php-format msgid "Total of all entries must be at least %s" msgstr "Suma wszystkich musi równać się co najmniej %s" @@ -3284,36 +3284,36 @@ msgstr "Suma wszystkich musi równać się co najmniej %s" # C:\limesurvey/common.php:708 # C:\limesurvey/admin/exportresults.php:538 # C:\limesurvey/admin/statistics.php:1050 -#: C:\LimeSurvey/qanda.php:4458 +#: C:\LimeSurvey/qanda.php:4455 msgid "Remaining: " msgstr "Pozostało:" # C:\limesurvey/admin/assessments.php:109 # C:\limesurvey/admin/assessments.php:128 -#: C:\LimeSurvey/qanda.php:4460 +#: C:\LimeSurvey/qanda.php:4457 msgid "Total: " msgstr "Razem" -#: C:\LimeSurvey/qanda.php:4506 -#: C:\LimeSurvey/qanda.php:4512 -#: C:\LimeSurvey/qanda.php:4548 -#: C:\LimeSurvey/qanda.php:4559 +#: C:\LimeSurvey/qanda.php:4503 +#: C:\LimeSurvey/qanda.php:4509 +#: C:\LimeSurvey/qanda.php:4545 +#: C:\LimeSurvey/qanda.php:4556 msgid "Answer is invalid. The total of all entries should not add up to more than " msgstr "Odpowiedź błędna. Liczba ogólna nie powinna przekraczać" -#: C:\LimeSurvey/qanda.php:4525 -#: C:\LimeSurvey/qanda.php:4533 +#: C:\LimeSurvey/qanda.php:4522 +#: C:\LimeSurvey/qanda.php:4530 #, php-format msgid "Answer is invalid. The total of all entries should add up to at least %s." msgstr "Niepoprawna odpowiedź. Suma wszystkich pozycji powinna wynosić co najmniej %s." # C:\limesurvey/qanda.php:1627 -#: C:\LimeSurvey/qanda.php:4661 +#: C:\LimeSurvey/qanda.php:4658 msgid "Only numbers may be entered in this field" msgstr "Można wprowadzać tylko liczby" -#: C:\LimeSurvey/qanda.php:4849 -#: C:\LimeSurvey/qanda.php:4850 +#: C:\LimeSurvey/qanda.php:4835 +#: C:\LimeSurvey/qanda.php:4836 msgid "Drag and drop the pin to the desired location. You may also right click on the map to move the pin." msgstr "Przeciągnij i upuść szpilkę we właściwe miejsce. Możesz także klikną prawym przyciskiem na mapie, aby przesunąć szpilkę." @@ -3337,24 +3337,24 @@ msgstr "Przeciągnij i upuść szpilkę we właściwe miejsce. Możesz także kl # C:\limesurvey/admin/dataentry.php:2077 # C:\limesurvey/admin/dataentry.php:2097 # C:\limesurvey/admin/dataentry.php:2128 -#: C:\LimeSurvey/qanda.php:6127 +#: C:\LimeSurvey/qanda.php:6088 msgid "Please choose" msgstr "Wybierz" -#: C:\LimeSurvey/qanda.php:6171 -#: C:\LimeSurvey/qanda.php:6517 -#: C:\LimeSurvey/qanda.php:6854 -#: C:\LimeSurvey/qanda.php:7006 -#: C:\LimeSurvey/qanda.php:7647 +#: C:\LimeSurvey/qanda.php:6132 +#: C:\LimeSurvey/qanda.php:6478 +#: C:\LimeSurvey/qanda.php:6815 +#: C:\LimeSurvey/qanda.php:6967 +#: C:\LimeSurvey/qanda.php:7608 msgid "Error: There are no answer options for this question and/or they don't exist in this language." msgstr "Błąd: Nie ma opcji odpowiedzi do tego pytania i/lub nie ma ich w tym języku." -#: C:\LimeSurvey/qanda.php:6772 +#: C:\LimeSurvey/qanda.php:6733 msgid "..." msgstr "..." # C:\limesurvey/admin/labels.php:127 -#: C:\LimeSurvey/qanda.php:7000 +#: C:\LimeSurvey/qanda.php:6961 msgid "Error: There are no answers defined for this question." msgstr "Błąd: musisz podać warianty odpowiedzi dla tego pytania." @@ -3378,17 +3378,17 @@ msgid "The email you used has already been registered." msgstr "Wprowadzony adres email jest już wykorzystywany w systemie." # C:\limesurvey/register.php:147 -#: C:\LimeSurvey/register.php:170 +#: C:\LimeSurvey/register.php:176 msgid "Thank you for registering to participate in this survey." msgstr "Dziękujemy za rejestrację." # C:\limesurvey/register.php:147 -#: C:\LimeSurvey/register.php:170 +#: C:\LimeSurvey/register.php:176 msgid "An email has been sent to the address you provided with access details for this survey. Please follow the link in that email to proceed." msgstr "Na podany adres wysłano email ze szczegółami dotyczącymi dostępu do ankiety. Prosimy skorzystać z linku znajdującego się w emailu." # C:\limesurvey/register.php:147 -#: C:\LimeSurvey/register.php:170 +#: C:\LimeSurvey/register.php:176 msgid "Survey Administrator" msgstr "Administrator ankiety" @@ -3678,32 +3678,32 @@ msgid "If you receive this message in the middle of completing a survey, you sho msgstr "Jeśli widzisz ten komunikat podczas wypełniania ankiety, wybierz przycisk [<- Wstecz ] w Twojej przeglądarce, a następnie odśwież [F5] okno przeglądarki. Podczas gdy odpowiedzi z ostatniej strony zostały utracone, to wszystkie wcześniejsze dalej znajdują się w pamięci i mogą być zapisane. Problem ten pojawia się, gdy serwer jest przeciążony. Przepraszamy za niedogodności." # C:\limesurvey/admin/statistics.php:736 -#: C:\LimeSurvey/statistics_user.php:385 +#: C:\LimeSurvey/statistics_user.php:386 msgid "Please wait ..." msgstr "Trwa ładowanie..." # C:\limesurvey/admin/usercontrol.php:352 -#: C:\LimeSurvey/statistics_user.php:387 +#: C:\LimeSurvey/statistics_user.php:388 msgid "Go back" msgstr "Wróć" # C:\limesurvey/admin/statistics.php:750 -#: C:\LimeSurvey/statistics_user.php:396 +#: C:\LimeSurvey/statistics_user.php:397 msgid "Getting questions and answers ..." msgstr "Wczytywanie pytań i odpowiedzi..." # C:\limesurvey/admin/statistics.php:888 -#: C:\LimeSurvey/statistics_user.php:412 +#: C:\LimeSurvey/statistics_user.php:413 msgid "Total records in survey" msgstr "Liczba rekordów w ankiecie" # C:\limesurvey/admin/statistics.php:960 -#: C:\LimeSurvey/statistics_user.php:425 +#: C:\LimeSurvey/statistics_user.php:426 msgid "Generating summaries ..." msgstr "Generowanie podsumowania..." # C:\limesurvey/admin/statistics.php:1571 -#: C:\LimeSurvey/statistics_user.php:453 +#: C:\LimeSurvey/statistics_user.php:454 msgid "Completed" msgstr "Ukończone" @@ -7459,46 +7459,47 @@ msgstr "Eksportuj dane do R" msgid "Data selection:" msgstr "Wybór danych:" -#: C:\LimeSurvey/admin/export_data_r.php:111 +#: C:\LimeSurvey/admin/export_data_r.php:113 #: C:\LimeSurvey/admin/export_data_spss.php:134 msgid "Step 1:" msgstr "Krok 1:" # C:\limesurvey/common.php:1276 # C:\limesurvey/admin/vvexport.php:67 -#: C:\LimeSurvey/admin/export_data_r.php:111 +#: C:\LimeSurvey/admin/export_data_r.php:113 msgid "Export R syntax file" msgstr "Eksportuj plik poleceń R" -#: C:\LimeSurvey/admin/export_data_r.php:112 +#: C:\LimeSurvey/admin/export_data_r.php:114 #: C:\LimeSurvey/admin/export_data_spss.php:135 msgid "Step 2:" msgstr "Krok 2:" # C:\limesurvey/admin/exportresults.php:196 -#: C:\LimeSurvey/admin/export_data_r.php:112 +#: C:\LimeSurvey/admin/export_data_r.php:114 msgid "Export .csv data file" msgstr "Eksportuj plik danych .csv" -#: C:\LimeSurvey/admin/export_data_r.php:115 +#: C:\LimeSurvey/admin/export_data_r.php:117 #: C:\LimeSurvey/admin/export_data_spss.php:138 msgid "Instructions for the impatient" msgstr "Instrukcje dla niecierpliwych" -#: C:\LimeSurvey/admin/export_data_r.php:117 +#: C:\LimeSurvey/admin/export_data_r.php:119 #: C:\LimeSurvey/admin/export_data_spss.php:140 msgid "Download the data and the syntax file." msgstr "Pobierz dane oraz plik poleceń." -#: C:\LimeSurvey/admin/export_data_r.php:118 +#: C:\LimeSurvey/admin/export_data_r.php:120 msgid "Save both of them on the R working directory (use getwd() and setwd() on the R command window to get and set it)" msgstr "Zapisz oba w katalogu roboczym R (użyj getwd() oraz setwd() w oknie poleceń R, aby pobrać i ustawić dane)" -#: C:\LimeSurvey/admin/export_data_r.php:119 -msgid "digit: source(\"Surveydata_syntax.R\", encoding = \"UTF-8\") on the R command window" -msgstr "digit: source(\"Surveydata_syntax.R\", encoding = \"UTF-8\") w oknie poleceń R" - #: C:\LimeSurvey/admin/export_data_r.php:121 +#, php-format +msgid "digit: source(\"%s\", encoding = \"UTF-8\") on the R command window" +msgstr "digit: source(\"%s\", encoding = \"UTF-8\") w oknie poleceń R" + +#: C:\LimeSurvey/admin/export_data_r.php:123 msgid "Your data should be imported now, the data.frame is named \"data\", the variable.labels are attributes of data (\"attributes(data)$variable.labels\"), like for foreign:read.spss." msgstr "Powinien nastąpić import danych, data.frame nazywa się \"data\", variable.labels to atrybuty danych (\"attributes(data)$variable.labels\"), takie jak dla foreign:read.spss." @@ -10900,13 +10901,13 @@ msgstr "tabela" # C:\limesurvey/admin/printablesurvey.php:690 #: C:\LimeSurvey/admin/printablesurvey.php:149 -#: C:\LimeSurvey/admin/printablesurvey.php:1918 +#: C:\LimeSurvey/admin/printablesurvey.php:1925 msgid "Submit Your Survey." msgstr "Wyślij ankietę." # C:\limesurvey/admin/printablesurvey.php:691 #: C:\LimeSurvey/admin/printablesurvey.php:151 -#: C:\LimeSurvey/admin/printablesurvey.php:1918 +#: C:\LimeSurvey/admin/printablesurvey.php:1925 msgid "Thank you for completing this survey." msgstr "Dziękujemy za wypełnienie ankiety. " @@ -10917,7 +10918,7 @@ msgstr "Wyślij wypełnioną ankietę na numer faksu:" # C:\limesurvey/admin/statistics.php:736 #: C:\LimeSurvey/admin/printablesurvey.php:171 -#: C:\LimeSurvey/admin/printablesurvey.php:1912 +#: C:\LimeSurvey/admin/printablesurvey.php:1919 #, php-format msgid "Please submit by %s" msgstr "Prosimy o dostarczenie ankiety przed %s" @@ -10927,8 +10928,8 @@ msgstr "Prosimy o dostarczenie ankiety przed %s" # C:\limesurvey/admin/importgroup.php:584 # C:\limesurvey/admin/importquestion.php:427 # C:\limesurvey/admin/importsurvey.php:1019 -#: C:\LimeSurvey/admin/printablesurvey.php:462 -#: C:\LimeSurvey/admin/printablesurvey.php:490 +#: C:\LimeSurvey/admin/printablesurvey.php:466 +#: C:\LimeSurvey/admin/printablesurvey.php:494 msgid "Answer was" msgstr "Odpowiedź była" @@ -10937,7 +10938,7 @@ msgstr "Odpowiedź była" # C:\limesurvey/admin/importgroup.php:584 # C:\limesurvey/admin/importquestion.php:427 # C:\limesurvey/admin/importsurvey.php:1019 -#: C:\LimeSurvey/admin/printablesurvey.php:466 +#: C:\LimeSurvey/admin/printablesurvey.php:470 msgid "Answer was NOT" msgstr "Odpowiedź NIE była" @@ -10946,84 +10947,84 @@ msgstr "Odpowiedź NIE była" # C:\limesurvey/admin/importgroup.php:584 # C:\limesurvey/admin/importquestion.php:427 # C:\limesurvey/admin/importsurvey.php:1019 -#: C:\LimeSurvey/admin/printablesurvey.php:470 +#: C:\LimeSurvey/admin/printablesurvey.php:474 msgid "Answer was less than" msgstr "Odpowiedź była mniejsza niż" -#: C:\LimeSurvey/admin/printablesurvey.php:474 +#: C:\LimeSurvey/admin/printablesurvey.php:478 msgid "Answer was less than or equal to" msgstr "Odpowiedź była mniejsza lub równa" -#: C:\LimeSurvey/admin/printablesurvey.php:478 +#: C:\LimeSurvey/admin/printablesurvey.php:482 msgid "Answer was greater than or equal to" msgstr "Odpowiedź była większa lub równa" # C:\limesurvey/admin/statistics.php:152 # C:\limesurvey/admin/statistics.php:301 -#: C:\LimeSurvey/admin/printablesurvey.php:482 +#: C:\LimeSurvey/admin/printablesurvey.php:486 msgid "Answer was greater than" msgstr "Odpowiedź była większa niż" -#: C:\LimeSurvey/admin/printablesurvey.php:486 +#: C:\LimeSurvey/admin/printablesurvey.php:490 msgid "Answer matched (regexp)" msgstr "Odpowiedź spełnia warunki (regexp)" # D:\web\xampp\htdocs\limesurvey/admin/html.php:760 -#: C:\LimeSurvey/admin/printablesurvey.php:500 -#: C:\LimeSurvey/admin/printablesurvey.php:528 +#: C:\LimeSurvey/admin/printablesurvey.php:504 +#: C:\LimeSurvey/admin/printablesurvey.php:532 msgid "is" msgstr "jest" -#: C:\LimeSurvey/admin/printablesurvey.php:504 +#: C:\LimeSurvey/admin/printablesurvey.php:508 msgid "is NOT" msgstr "jest NIE" # C:\limesurvey/admin/statistics.php:156 # C:\limesurvey/admin/statistics.php:305 -#: C:\LimeSurvey/admin/printablesurvey.php:508 +#: C:\LimeSurvey/admin/printablesurvey.php:512 msgid "is less than" msgstr "jest mniejsze niż" -#: C:\LimeSurvey/admin/printablesurvey.php:512 +#: C:\LimeSurvey/admin/printablesurvey.php:516 msgid "is less than or equal to" msgstr "jest mniejsze lub równe" -#: C:\LimeSurvey/admin/printablesurvey.php:516 +#: C:\LimeSurvey/admin/printablesurvey.php:520 msgid "is greater than or equal to" msgstr "jest większe lub równe" # C:\limesurvey/admin/statistics.php:152 # C:\limesurvey/admin/statistics.php:301 -#: C:\LimeSurvey/admin/printablesurvey.php:520 +#: C:\LimeSurvey/admin/printablesurvey.php:524 msgid "is greater than" msgstr "jest większe niż" -#: C:\LimeSurvey/admin/printablesurvey.php:524 +#: C:\LimeSurvey/admin/printablesurvey.php:528 msgid "is matched (regexp)" msgstr "spełnia warunki (regexp)" -#: C:\LimeSurvey/admin/printablesurvey.php:720 +#: C:\LimeSurvey/admin/printablesurvey.php:724 msgid "RANK" msgstr "RANGOWANIE" # C:\limesurvey/admin/printablesurvey.php:231 -#: C:\LimeSurvey/admin/printablesurvey.php:739 +#: C:\LimeSurvey/admin/printablesurvey.php:743 msgid "at question" msgstr "w pytaniu" # C:\limesurvey/admin/dataentry.php:1591 -#: C:\LimeSurvey/admin/printablesurvey.php:751 +#: C:\LimeSurvey/admin/printablesurvey.php:755 msgid "Only answer this question if the following conditions are met:" msgstr "Pozwól na udzielanie odpowiedzi, gdy spełnione są warunki:" # C:\limesurvey/admin/exportresults.php:824 # C:\limesurvey/admin/statistics.php:151 -#: C:\LimeSurvey/admin/printablesurvey.php:771 +#: C:\LimeSurvey/admin/printablesurvey.php:775 msgid "ID:" msgstr "ID:" # C:\limesurvey/admin/exportresults.php:158 -#: C:\LimeSurvey/admin/printablesurvey.php:772 +#: C:\LimeSurvey/admin/printablesurvey.php:776 msgid "Question code:" msgstr "Kod pytania:" @@ -11033,69 +11034,69 @@ msgstr "Kod pytania:" # C:\limesurvey/admin/printablesurvey.php:346 # C:\limesurvey/admin/printablesurvey.php:388 # C:\limesurvey/admin/printablesurvey.php:527 -#: C:\LimeSurvey/admin/printablesurvey.php:829 -#: C:\LimeSurvey/admin/printablesurvey.php:830 -#: C:\LimeSurvey/admin/printablesurvey.php:854 -#: C:\LimeSurvey/admin/printablesurvey.php:861 -#: C:\LimeSurvey/admin/printablesurvey.php:887 -#: C:\LimeSurvey/admin/printablesurvey.php:890 -#: C:\LimeSurvey/admin/printablesurvey.php:950 -#: C:\LimeSurvey/admin/printablesurvey.php:951 -#: C:\LimeSurvey/admin/printablesurvey.php:1189 +#: C:\LimeSurvey/admin/printablesurvey.php:833 +#: C:\LimeSurvey/admin/printablesurvey.php:834 +#: C:\LimeSurvey/admin/printablesurvey.php:858 +#: C:\LimeSurvey/admin/printablesurvey.php:865 +#: C:\LimeSurvey/admin/printablesurvey.php:891 +#: C:\LimeSurvey/admin/printablesurvey.php:894 +#: C:\LimeSurvey/admin/printablesurvey.php:954 +#: C:\LimeSurvey/admin/printablesurvey.php:955 #: C:\LimeSurvey/admin/printablesurvey.php:1193 +#: C:\LimeSurvey/admin/printablesurvey.php:1197 msgid "Please choose *only one* of the following:" msgstr "Proszę wybrać jedną odpowiedź z poniższych:" # C:\limesurvey/admin/printablesurvey.php:275 -#: C:\LimeSurvey/admin/printablesurvey.php:846 -#: C:\LimeSurvey/admin/printablesurvey.php:848 +#: C:\LimeSurvey/admin/printablesurvey.php:850 +#: C:\LimeSurvey/admin/printablesurvey.php:852 msgid "Please enter a date:" msgstr "Proszę wprowadzić datę" # C:\limesurvey/admin/printablesurvey.php:402 -#: C:\LimeSurvey/admin/printablesurvey.php:977 +#: C:\LimeSurvey/admin/printablesurvey.php:981 msgid "Please number each box in order of preference from 1 to" msgstr "Proszę ponumerować elementy wg stopnia istotności począwszy od 1 do" # C:\limesurvey/admin/printablesurvey.php:402 -#: C:\LimeSurvey/admin/printablesurvey.php:978 +#: C:\LimeSurvey/admin/printablesurvey.php:982 msgid "Please number each box in order of preference from 1 to " msgstr "Proszę ponumerować elementy wg stopnia istotności począwszy od 1 do" # C:\limesurvey/admin/printablesurvey.php:421 -#: C:\LimeSurvey/admin/printablesurvey.php:1000 -#: C:\LimeSurvey/admin/printablesurvey.php:1001 +#: C:\LimeSurvey/admin/printablesurvey.php:1004 +#: C:\LimeSurvey/admin/printablesurvey.php:1005 msgid "Please choose *all* that apply:" msgstr "Proszę wybrać wszystkie, które pasują" # C:\limesurvey/admin/printablesurvey.php:425 -#: C:\LimeSurvey/admin/printablesurvey.php:1006 -#: C:\LimeSurvey/admin/printablesurvey.php:1007 +#: C:\LimeSurvey/admin/printablesurvey.php:1010 +#: C:\LimeSurvey/admin/printablesurvey.php:1011 #, php-format msgid "Please choose *at most* %s answers:" msgstr "Proszę wybrać najwyżej %s odpowiedzi:" # C:\limesurvey/admin/printablesurvey.php:481 -#: C:\LimeSurvey/admin/printablesurvey.php:1058 -#: C:\LimeSurvey/admin/printablesurvey.php:1059 +#: C:\LimeSurvey/admin/printablesurvey.php:1062 +#: C:\LimeSurvey/admin/printablesurvey.php:1063 msgid "Please choose all that apply and provide a comment:" msgstr "Proszę wybrać wszystkie pasujące odpowiedzi oraz dodać komentarz" # C:\limesurvey/admin/printablesurvey.php:425 -#: C:\LimeSurvey/admin/printablesurvey.php:1064 -#: C:\LimeSurvey/admin/printablesurvey.php:1065 +#: C:\LimeSurvey/admin/printablesurvey.php:1068 +#: C:\LimeSurvey/admin/printablesurvey.php:1069 msgid "Please choose *at most* " msgstr "Proszę wybrać najwyżej" # C:\limesurvey/admin/printablesurvey.php:481 -#: C:\LimeSurvey/admin/printablesurvey.php:1064 -#: C:\LimeSurvey/admin/printablesurvey.php:1065 +#: C:\LimeSurvey/admin/printablesurvey.php:1068 +#: C:\LimeSurvey/admin/printablesurvey.php:1069 msgid "answers and provide a comment:" msgstr "odpowiedzi i dodać komentarz:" # C:\limesurvey/admin/printablesurvey.php:496 -#: C:\LimeSurvey/admin/printablesurvey.php:1104 -#: C:\LimeSurvey/admin/printablesurvey.php:1122 +#: C:\LimeSurvey/admin/printablesurvey.php:1108 +#: C:\LimeSurvey/admin/printablesurvey.php:1126 msgid "Please write your answer(s) here:" msgstr "Proszę wpisać odpowiedź/odpowiedzi tutaj:" @@ -11103,14 +11104,14 @@ msgstr "Proszę wpisać odpowiedź/odpowiedzi tutaj:" # C:\limesurvey/admin/printablesurvey.php:515 # C:\limesurvey/admin/printablesurvey.php:519 # C:\limesurvey/admin/printablesurvey.php:523 -#: C:\LimeSurvey/admin/printablesurvey.php:1144 -#: C:\LimeSurvey/admin/printablesurvey.php:1146 -#: C:\LimeSurvey/admin/printablesurvey.php:1153 -#: C:\LimeSurvey/admin/printablesurvey.php:1156 -#: C:\LimeSurvey/admin/printablesurvey.php:1166 -#: C:\LimeSurvey/admin/printablesurvey.php:1169 -#: C:\LimeSurvey/admin/printablesurvey.php:1179 -#: C:\LimeSurvey/admin/printablesurvey.php:1182 +#: C:\LimeSurvey/admin/printablesurvey.php:1148 +#: C:\LimeSurvey/admin/printablesurvey.php:1150 +#: C:\LimeSurvey/admin/printablesurvey.php:1157 +#: C:\LimeSurvey/admin/printablesurvey.php:1160 +#: C:\LimeSurvey/admin/printablesurvey.php:1170 +#: C:\LimeSurvey/admin/printablesurvey.php:1173 +#: C:\LimeSurvey/admin/printablesurvey.php:1183 +#: C:\LimeSurvey/admin/printablesurvey.php:1186 msgid "Please write your answer here:" msgstr "Proszę wpisać odpowiedź tutaj:" @@ -11120,54 +11121,54 @@ msgstr "Proszę wpisać odpowiedź tutaj:" # C:\limesurvey/admin/printablesurvey.php:590 # C:\limesurvey/admin/printablesurvey.php:610 # C:\limesurvey/admin/printablesurvey.php:647 -#: C:\LimeSurvey/admin/printablesurvey.php:1203 -#: C:\LimeSurvey/admin/printablesurvey.php:1221 -#: C:\LimeSurvey/admin/printablesurvey.php:1268 -#: C:\LimeSurvey/admin/printablesurvey.php:1277 -#: C:\LimeSurvey/admin/printablesurvey.php:1304 -#: C:\LimeSurvey/admin/printablesurvey.php:1319 -#: C:\LimeSurvey/admin/printablesurvey.php:1345 -#: C:\LimeSurvey/admin/printablesurvey.php:1360 -#: C:\LimeSurvey/admin/printablesurvey.php:1569 -#: C:\LimeSurvey/admin/printablesurvey.php:1579 -#: C:\LimeSurvey/admin/printablesurvey.php:1673 -#: C:\LimeSurvey/admin/printablesurvey.php:1676 -#: C:\LimeSurvey/admin/printablesurvey.php:1780 -#: C:\LimeSurvey/admin/printablesurvey.php:1781 +#: C:\LimeSurvey/admin/printablesurvey.php:1207 +#: C:\LimeSurvey/admin/printablesurvey.php:1225 +#: C:\LimeSurvey/admin/printablesurvey.php:1272 +#: C:\LimeSurvey/admin/printablesurvey.php:1281 +#: C:\LimeSurvey/admin/printablesurvey.php:1308 +#: C:\LimeSurvey/admin/printablesurvey.php:1323 +#: C:\LimeSurvey/admin/printablesurvey.php:1349 +#: C:\LimeSurvey/admin/printablesurvey.php:1364 +#: C:\LimeSurvey/admin/printablesurvey.php:1573 +#: C:\LimeSurvey/admin/printablesurvey.php:1583 +#: C:\LimeSurvey/admin/printablesurvey.php:1677 +#: C:\LimeSurvey/admin/printablesurvey.php:1680 +#: C:\LimeSurvey/admin/printablesurvey.php:1784 +#: C:\LimeSurvey/admin/printablesurvey.php:1785 msgid "Please choose the appropriate response for each item:" msgstr "Proszę wybrać odpowiednią odpowiedź przy każdej pozycji:" -#: C:\LimeSurvey/admin/printablesurvey.php:1422 -#: C:\LimeSurvey/admin/printablesurvey.php:1423 +#: C:\LimeSurvey/admin/printablesurvey.php:1426 +#: C:\LimeSurvey/admin/printablesurvey.php:1427 #, php-format msgid "Please write a multiple of %d between %d and %d for each item:" msgstr "Dla każdej pozycji proszę wpisać wielokrotność %d między %d a %d:" -#: C:\LimeSurvey/admin/printablesurvey.php:1426 -#: C:\LimeSurvey/admin/printablesurvey.php:1427 +#: C:\LimeSurvey/admin/printablesurvey.php:1430 +#: C:\LimeSurvey/admin/printablesurvey.php:1431 #, php-format msgid "Please enter a number between %d and %d for each item:" msgstr "Proszę wprowadzić liczbę między %d i %d dla każdej pozycji:" # C:\limesurvey/common.php:1868 -#: C:\LimeSurvey/admin/printablesurvey.php:1835 +#: C:\LimeSurvey/admin/printablesurvey.php:1842 msgid "There are {NUMBEROFQUESTIONS} questions in this survey" msgstr "Ankieta składa się z {NUMBEROFQUESTIONS} pytań" # C:\limesurvey/admin/printablesurvey.php:691 -#: C:\LimeSurvey/admin/printablesurvey.php:1916 +#: C:\LimeSurvey/admin/printablesurvey.php:1923 #, php-format msgid "Please fax your completed survey to: %s" msgstr "Wyślij wypełnioną ankietę na numer faksu: %s" # C:\limesurvey/admin/dataentry.php:1591 -#: C:\LimeSurvey/admin/printablesurvey.php:1935 +#: C:\LimeSurvey/admin/printablesurvey.php:1942 #, php-format msgid "Only answer this question for the items you selected in question %d ('%s')" msgstr "Odpowiedz tylko w przypadku pozycji, które zostały zaznaczone w pytaniu %d ('%s')" # C:\limesurvey/admin/dataentry.php:1591 -#: C:\LimeSurvey/admin/printablesurvey.php:1944 +#: C:\LimeSurvey/admin/printablesurvey.php:1951 #, php-format msgid "Only answer this question for the items you did not select in question %d ('%s')" msgstr "Odpowiedz tylko w przypadku pozycji, które nie zostały zaznaczone w pytaniu %d ('%s')" diff --git a/include/limesurvey/templates/basic/template-rtl.css b/include/limesurvey/templates/basic/template-rtl.css index 6d8d2831..e0b4adf3 100644 --- a/include/limesurvey/templates/basic/template-rtl.css +++ b/include/limesurvey/templates/basic/template-rtl.css @@ -3,6 +3,10 @@ text-align: right; } +.asterisk { + padding-right:0;padding-right:1em; +} + .boilerplate td td,.numeric td td,.choice-5-pt-radio td td,.yes-no td td,.gender td td,.date td td,.numeric-multi td td,.numeric td td,.list-with-comment td td,.list-dropdown-flexible td td,.ranking td td,.numeric-multi td td,.language td td,.multiple-opt-comments td td,.multiple-short-txt td td,.text-short td td,.text-long td td,.text-huge td td,.numeric-multi td td,.array-5-pt td,.array-10-pt td,.array-yes-uncertain-no td,.array-increase-same-decrease td,.array-flexible-row td,.array-flexible-column td,.array-multi-flexi td,.array-multi-flexi-text td,.array-flexible-duel-scale td { text-align: right !important; @@ -39,4 +43,4 @@ td.questiontext { .list-with-comment p.comment { text-align: right; float: left; -} \ No newline at end of file +} diff --git a/include/limesurvey/templates/basic/template.css b/include/limesurvey/templates/basic/template.css index 2ddf49b1..68d023ca 100644 --- a/include/limesurvey/templates/basic/template.css +++ b/include/limesurvey/templates/basic/template.css @@ -43,16 +43,21 @@ td.tenpoint { .bd { background-color: #ddd; } - +.asterisk {display:none} +.mandatory .asterisk {display:inline;} .asterisk { color: red; font-size: 9pt; font-family: verdana; + padding-right:1em; } span.qnumcode { font-style:italic; } +.showqnumcode-X .qnumcode { + display:none; +} .questionhelp { font-size: 10px; @@ -941,11 +946,11 @@ div.questionTitle { } /* Question Index */ -.outerframe.withindex { +.outerframe.withindex,.withindex .outerframe{ margin-left: 1em; margin-right: 26em; } - +.allinone .withindex{margin:0} #index { position: absolute; right: 0; @@ -993,4 +998,4 @@ div.questionTitle { #index .container .row.odd { background: #CCC; } #index .container .row.current { background: #000; color: #fff; } #index .container .row.missing { background: #CC0000; color: #fff; } -#index .container input { margin: 1em; } \ No newline at end of file +#index .container input { margin: 1em; } diff --git a/include/limesurvey/templates/basic/template.js b/include/limesurvey/templates/basic/template.js index 3d0f1cac..4720ea39 100644 --- a/include/limesurvey/templates/basic/template.js +++ b/include/limesurvey/templates/basic/template.js @@ -40,10 +40,7 @@ $(document).ready(function(){ */ $(document).ready(function(){ - // If the question code and number are hidden, hide any white space in the span(for dumb browsers) - if($('.qnumcode').text().replace(/\s/g, '').length == 0) { - $('.qnumcode').hide(); - } + }); diff --git a/include/limesurvey/templates/bluengrey/template-rtl.css b/include/limesurvey/templates/bluengrey/template-rtl.css index 0d1a34a6..ff04c2a3 100644 --- a/include/limesurvey/templates/bluengrey/template-rtl.css +++ b/include/limesurvey/templates/bluengrey/template-rtl.css @@ -2,6 +2,9 @@ .answertext,.answer { text-align: right; } +.asterisk { + padding-right:0;padding-right:1em; +} .boilerplate td td,.numeric td td,.choice-5-pt-radio td td,.yes-no td td,.gender td td,.date td td,.numeric-multi td td,.numeric td td,.list-with-comment td td,.list-dropdown-flexible td td,.ranking td td,.numeric-multi td td,.language td td,.multiple-opt-comments td td,.multiple-short-txt td td,.text-short td td,.text-long td td,.text-huge td td,.numeric-multi td td,.array-5-pt td,.array-10-pt td,.array-yes-uncertain-no td,.array-increase-same-decrease td,.array-flexible-row td,.array-flexible-column td,.array-multi-flexi td,.array-multi-flexi-text td,.array-flexible-duel-scale td { @@ -54,4 +57,4 @@ td.questiontext { .list-with-comment p.comment { text-align: right; float: left; -} \ No newline at end of file +} diff --git a/include/limesurvey/templates/bluengrey/template.css b/include/limesurvey/templates/bluengrey/template.css index a644b0f4..4696d355 100644 --- a/include/limesurvey/templates/bluengrey/template.css +++ b/include/limesurvey/templates/bluengrey/template.css @@ -251,12 +251,17 @@ input.saveall,input.clearall { font-style: italic; } +.asterisk {display:none} +.mandatory .asterisk {display:inline;} .asterisk { color: red; font-size: 9pt; font-family: verdana; + padding-right:1em; +} +.showqnumcode-X .qnumcode { + display:none; } - .innergraph img { height: 12px; vertical-align: top; @@ -1263,10 +1268,11 @@ table.assessments th{ } /* Question Index */ -.outerframe.withindex { +.outerframe.withindex,.withindex .outerframe{ margin-left: 1em; margin-right: 26em; } +.allinone .withindex{margin:0} #index { position: absolute; diff --git a/include/limesurvey/templates/bluengrey/template.js b/include/limesurvey/templates/bluengrey/template.js index 3d0f1cac..4720ea39 100644 --- a/include/limesurvey/templates/bluengrey/template.js +++ b/include/limesurvey/templates/bluengrey/template.js @@ -40,10 +40,7 @@ $(document).ready(function(){ */ $(document).ready(function(){ - // If the question code and number are hidden, hide any white space in the span(for dumb browsers) - if($('.qnumcode').text().replace(/\s/g, '').length == 0) { - $('.qnumcode').hide(); - } + }); diff --git a/include/limesurvey/templates/citronade/startpage.pstpl b/include/limesurvey/templates/citronade/startpage.pstpl index 1e7191bd..2181f534 100644 --- a/include/limesurvey/templates/citronade/startpage.pstpl +++ b/include/limesurvey/templates/citronade/startpage.pstpl @@ -25,4 +25,4 @@

{SURVEYNAME}

-
+
diff --git a/include/limesurvey/templates/citronade/template-rtl.css b/include/limesurvey/templates/citronade/template-rtl.css index 41094de2..44ed5920 100644 --- a/include/limesurvey/templates/citronade/template-rtl.css +++ b/include/limesurvey/templates/citronade/template-rtl.css @@ -32,6 +32,9 @@ ul#surveylist li{ .wrapper,#content{text-align:right;} +.asterisk {padding-right:0;padding-left:1em;} +.qnumcode{padding-right:0;padding-left:1em;} + table.question tbody th.answertext,table.question tbody th.arraycaptionright{text-align:left;} table.question tbody th.answertextleft{text-align:right;} diff --git a/include/limesurvey/templates/citronade/template.css b/include/limesurvey/templates/citronade/template.css index 5beecc28..48266c45 100644 --- a/include/limesurvey/templates/citronade/template.css +++ b/include/limesurvey/templates/citronade/template.css @@ -14,7 +14,57 @@ */ /* This part don't have to be modified */ /* Base style only */ -html{font-size:100%}body{font-family:Arial, Helvetica, FreeSans, sans-serif;font-size:.85em;line-height:1.4;color:#000;background:#FFF;margin:0;padding:0}html,body{height:100%}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;font-style:normal;margin:1em 0 .5em}h1{font-size:1.5em}h2{font-size:1.3em}h3{font-size:1.2em}h4{font-size:1.1em}ul,ol{margin:.75em 0 .75em 32px;padding:0}address{font-style:italic;margin:.75em 0}a{text-decoration:underline}a:link{color:#11C}a:visited{color:#339}a:hover,a:focus,a:active{color:#00F}a:active{outline:none}a img{border:none}strong{font-weight:700}form,fieldset{border:none;margin:0;padding:0}input,button,select{vertical-align:middle}abbr[title]{border-bottom:1px dotted;cursor:help}blockquote{border-left:solid 2px #ddd;margin:.75em 0 .75em 20px;padding:0 0 0 10px}q cite,q q{font-style:normal}blockquote p,li p{margin:.5em 0}dt{font-weight:700;margin:.75em 0 0}dd{margin:.25em 0 .25em 32px}table{border-collapse:separate;border-spacing:0;border:1px solid gray;margin:0}table td,table th{border:1px solid #ccc;vertical-align:top;padding:4px}article,aside,dialog,figure,footer,header,hgroup,menu,nav,section{display:block}ul#surveylist{list-style:none}.hide{position:absolute;top:-9999px;left:-9999px}.good{color:#090}#progress-wrapper{width:252px;font-size:12px;height:20px;margin:0 auto}#progress-wrapper #progress-pre{float:left;width:45px;text-align:right;margin:0 5px 0 0}#progress-wrapper .ui-widget-content{float:left;width:150px;height:1em;text-align:left;border-color:#666;border-style:solid;border-width:1px}#progress-wrapper .ui-widget-header{background-color:#AAA;background-image:none;border:1px solid #666}#progress-wrapper #progress-post{float:left;width:45px;text-align:left;margin:0 0 0 5px}.ui-slider{width:15em;display:inline-block;border:1px solid #666;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin:.4em 0 .2em}.slider_showmin{float:left;width:3em;font-size:.7em;font-weight:400;text-align:left;color:#666;margin:1.4em 0 0}.slider_showmax{float:right;width:3em;font-size:.7em;font-weight:400;text-align:right;color:#666;margin:1.4em 0 0}.slider_lefttext{display:inline-block;position:relative;top:-.5em;padding-right:1em;text-align:right;font-size:.9em;color:#666}.slider_righttext{display:inline-block;position:relative;top:-.5em;padding-left:1em;font-size:.9em;color:#666}.slider_callout{overflow:hidden;position:absolute;top:-1.3em;margin-left:.8em;text-align:right;color:#333;font-size:.9em}#percentcomplete{height:20px;display:block;margin:5px 0}h5,h6{font-size:1em}p,dl{margin:.75em 0}em,q,cite{font-style:italic}.error,.problem{color:#f70} +html{font-size:100%} +body{font-family:Arial, Helvetica, FreeSans, sans-serif;font-size:.85em;line-height:1.4;color:#000;background:#FFF;margin:0;padding:0} +html,body{height:100%} +h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;font-style:normal;margin:1em 0 .5em} +h1{font-size:1.5em} +h2{font-size:1.3em} +h3{font-size:1.2em} +h4{font-size:1.1em} +ul,ol{margin:.75em 0 .75em 32px;padding:0} +address{font-style:italic;margin:.75em 0} +a{text-decoration:underline} +a:link,a:visited{color:#11C} +a:visited{color:#339} +a:hover,a:focus,a:active{color:#00F} +a:active{outline:none} +a img{border:none} +strong{font-weight:700} +form,fieldset{border:none;margin:0;padding:0} +input,button,select{vertical-align:middle} +abbr[title]{border-bottom:1px dotted;cursor:help} +blockquote{border-left:solid 2px #ddd;margin:.75em 0 .75em 20px;padding:0 0 0 10px} +q cite,q q{font-style:normal} +blockquote p,li p{margin:.5em 0} +dt{font-weight:700;margin:.75em 0 0} +dd{margin:.25em 0 .25em 32px} +table{border-collapse:separate;border-spacing:0;border:1px solid gray;margin:0} +table td,table th{border:1px solid #ccc;vertical-align:top;padding:4px} +article,aside,dialog,figure,footer,header,hgroup,menu,nav,section{display:block} +ul#surveylist{list-style:none} +.hide{position:absolute;top:-9999px;left:-9999px} +.good{color:#090} +#progress-wrapper{width:252px;font-size:12px;height:20px;margin:0 auto} +#progress-wrapper #progress-pre{float:left;width:45px;text-align:right;margin:0 5px 0 0} +#progress-wrapper .ui-widget-content{float:left;width:150px;height:1em;text-align:left;border-color:#666;border-style:solid;border-width:1px} +#progress-wrapper .ui-widget-header{background-color:#AAA;background-image:none;border:1px solid #666} +#progress-wrapper #progress-post{float:left;width:45px;text-align:left;margin:0 0 0 5px} +.ui-slider{width:15em;display:inline-block;border:1px solid #666;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin:.4em 0 .2em} +.slider_showmin{float:left;width:3em;font-size:.7em;font-weight:400;text-align:left;color:#666;margin:1.4em 0 0} +.slider_showmax{float:right;width:3em;font-size:.7em;font-weight:400;text-align:right;color:#666;margin:1.4em 0 0} +.slider_lefttext{display:inline-block;position:relative;top:-.5em;padding-right:1em;text-align:right;font-size:.9em;color:#666} +.slider_righttext{display:inline-block;position:relative;top:-.5em;padding-left:1em;font-size:.9em;color:#666} +.slider_callout{overflow:hidden;position:absolute;top:-1.3em;margin-left:.8em;text-align:right;color:#333;font-size:.9em} +.ie6 .ui-slider,.ie7 .ui-slider{display:block;float:left;} +.ie6 .slider_lefttext ,.ie7 .slider_lefttext {float: left;margin-top:1em;} +.ie6 .slider_righttext ,.ie7 .slider_righttext {float: left;margin-top:1em;} + +#percentcomplete{height:20px;display:block;margin:5px 0} +h5,h6{font-size:1em} +p,dl{margin:.75em 0} +em,q,cite{font-style:italic} +.error,.problem{color:#f70} .ie .ui-slider{display:inline;} /* --------------------------------------------- */ /* Basic adaptation of the template : */ @@ -24,7 +74,7 @@ html{font-size:100%}body{font-family:Arial, Helvetica, FreeSans, sans-serif;font body {background:#FEFEFE;color:#444;} a:link {color: #5670A1;} a:visited {color: #5670A1;} -a:hover, a:focus, a:active {background-color: #E5F8A8;color: #5670A1;} +a:hover, a:focus, a:active {background-color: #E5F8A8;color: #5670A1;text-decoration:none;} /* Global margin and with*/ /* width of limesurvey contents parts */ .wrapper,#content{padding:0;margin:0 auto;max-width:1024px;width:auto !important; width:1024px} @@ -63,7 +113,12 @@ ul#surveylist li a.surveytitle{color:#5670A1;} input#loadbutton, input#registercontinue, .navigator input - {border:1px solid #ABB8D1;background:#FEFEFE;color:#415479;} + {border:1px solid #ABB8D1;background:#FEFEFE;color:#415479; + -moz-box-shadow: 2px 2px 5px #ccc; + -webkit-box-shadow: 2px 2px 5px #ccc; + box-shadow: 2px 2px 5px #ccc; + +} #languagechanger select:hover, .tools input:hover, .tools a:hover, @@ -80,7 +135,11 @@ ul#surveylist li a.surveytitle{color:#5670A1;} input#savebutton:focus, input#loadbutton:focus, input#registercontinue:focus - {color:#415479;background:#dcdfe6;border-color:#ABB8D1;} + {color:#415479;background:#dcdfe6;border-color:#ABB8D1; + -moz-box-shadow: 2px 2px 5px #415479; + -webkit-box-shadow: 2px 2px 5px #415479; + box-shadow: 2px 2px 5px #415479; + } #languagechanger select:hover option{background:#FEFEFE;} /* for disabled tools */ @@ -106,8 +165,7 @@ ul#surveylist li a.surveytitle{color:#5670A1;} /* Group decoration */ .groupdescription{border: 1px solid #5670A1;border-top:0px none #5670A1;background:#EEF6FF;} .grouptitle{border: 1px solid #5670A1;border-bottom:0px none #5670A1;background:#5670A1;color:#FEFEFE} -.groupdescription{border: 1px solid #5670A1;border-top:0px none #5670A1;background:#EEF6FF;} -.grouptitle{border: 1px solid #5670A1;border-bottom:0px none #5670A1;background:#5670A1;color:#FEFEFE} + /* Question bloc decoration */ .question-wrapper{background-color:#FEFEFE;border:1px solid #5670A1;} @@ -116,8 +174,11 @@ ul#surveylist li a.surveytitle{color:#5670A1;} .question-wrapper .question-text a:hover{color:#5670A1} .question-wrapper .question-text{font-weight:bold;} .question-wrapper .question-text strong,.question-wrapper .question-text b{font-weight:bolder;}/* see for strong and b to add some color */ -.asterisk {color:#FF8900;} -span.qnumcode {font-style:italic;} +.asterisk {display:none} +.mandatory .asterisk {display:inline;} +.asterisk {color:#FF8900;padding-right:1em;} +.showqnumcode-X .qnumcode {display:none;} +.qnumcode {font-style:italic;padding-right:1em;} /* input decoration */ #tokenform input[type=text],.form input[type=text],.answers input[type=text],.answers textarea @@ -143,6 +204,16 @@ span.qnumcode {font-style:italic;} .slider_righttext {color:#5670A1;} .slider_callout {color: #161c28;} +/* index */ +#index .container{margin-top: 2em;border: 1px solid #5670A1;background:#EEF6FF;} +#index .container h2{padding:0.2em 1em 0.5em;margin:0 0 0em;font-size:1.1em;} +#index .container h2{background:#5670A1;color:#FEFEFE;font-size:1.2em} +#index .hdr{color:#5670A1;padding:0 0.5em;} +#index .row{padding:0.1em 1em;cursor: pointer;color:#5670A1;text-decoration: underline;} +#index .current{padding:0.1em 1em;cursor: pointer;color:#5670A1;text-decoration: none;font-weight:bold;} +#index .missing{/*background: url()*/} +#index .row:hover, #index .row:focus, #index .row:active {background-color: #E5F8A8;color: #5670A1;text-decoration:none;} +#index .container .submit{margin:0 auto 0.5em;display:block} /* --------------------------------------------- */ /* More tempate adaptation */ /* --------------------------------------------- */ @@ -159,7 +230,7 @@ span.qnumcode {font-style:italic;} #content{padding-bottom:4.8em;} #footer {text-align:center;padding:0.8em 0 0.4em;margin:0;font-size:0.8em;font-weight:normal;} #footer{border-width:1px 0;} -#footer{width:100%;position:absolute;bottom:0;} +#footer{width:100%;position:absolute;bottom:0;left:0;} #footer ul#credits{list-style: none outside;margin-top:0;margin-bottom:0;padding:0;text-align:center;overflow:auto;} #footer ul#credit a {display: block;} #footer ul#credit li a.ui-state-hover {font-weight:normal;}/* to be corrected */ @@ -209,10 +280,10 @@ ul.info a {} #progress-wrapper {height: 2em;} /*surveylist (home page) */ -ul#surveylist{margin: 0.5em auto;padding: 0;text-align: left;overflow:auto;display:inline-block;} -ul#surveylist li{display:inline;float:left;clear:left;padding:0.5em 10px;} -ul#surveylist li a.surveytitle{font-weight:bold;font-size:1.2em;padding:3px 10px;text-decoration: none;margin-bottom: 8px;} - +#surveylist{margin: 0.5em auto;padding: 0;text-align: left;overflow:auto;display:inline-block;} +#surveylist li{padding:0.5em 10px;} +#surveylist li a.surveytitle{display:block;font-weight:bold;font-size:1.2em;padding:3px 10px;margin-bottom: 4px;border-bottom:1px dotted;text-decoration:none;} +#surveylist li a.surveytitle:hover,#surveylist li a.surveytitle:focus{border-bottom:1px dotted #FFF;} /* specific box */ .note,#tokenmessage{width:80%;margin:0.5em auto;padding:1em;} #tokenform ul{list-style: none ;margin: 0.5em auto;padding: 0;text-align: center;} @@ -230,9 +301,7 @@ div.form table table td{padding:0;} .group{margin-bottom: 2em} .groupdescription{padding:1em 1.5em 0.5em;margin:0 0 0.5em;} .grouptitle{padding:0.2em 1em 0.5em;margin:0 0 0em;font-size:1.1em;} -.group{margin-bottom: 2em} -.groupdescription{padding:1em 1.5em 0.5em;margin:0 0 0.5em;} -.grouptitle{padding:0.2em 1em 0.5em;margin:0 0 0em;font-size:1.1em;} + /* Question decoration */ .question-wrapper{margin:1em 0;} @@ -248,7 +317,7 @@ div.form table table td{padding:0;} /* error bloc */ .error-wrapper {display:none;}/* don't diplay error-wrapper if all is OK */ .input-error .error-wrapper {display:block;padding:0 1em;}/*diplay error-wrapper only if there are error */ -.error-wrapper br:first-child{display:inline;}/* don't put linefeed at start of an error box */ +.error-wrapper br:first-child{display:none;}/* don't put linefeed at start of an error box */ .error-wrapper {margin:0.5em auto;width:96%;} .error-wrapper .error,.error-wrapper .errormandatory {padding:0.3em 1em;} .error-wrapper {background:transparent url(./exclamation.png) no-repeat center left;padding:4px;padding-left:20px;} @@ -443,7 +512,7 @@ table.question tbody td.ddarrayseparator{border-top-width: 0px;} font-style: italic; } - +table.rank{width:98%;table-layout:fixed;} table.rank, table.rank table{border:0px none #FFF;border-collapse:collapse} table.rank td{border-width:1px;} table.rank table td{border-width:0px;} @@ -594,7 +663,7 @@ ul.cols-7 li , ul.cols-7-ul , table.cols-7 td { width: 13%; } ul.cols-8 li , ul.cols-8-ul , table.cols-8 td { width: 11.5%; } -.list-dropdown-flexible p.question, .list-dropdown p.question +.list-dropdown-flexible .question, .list-dropdown .question, .language .question { text-align:center; } @@ -674,6 +743,7 @@ text-align:center; ,.multiple-opt-comments ul li span.option ,.multiple-short-txt ul li label { + clear:left; float:left; width:45%; padding: 0.3em 1em 0% 0%; @@ -704,7 +774,7 @@ text-align:center; , .list-with-comment .answers ul li input.radio , .list-radio-flexible .answers ul li input.radio { - margin-left:45%; + margin-left:40%; } .ie .multiple-opt .answers ul li input.checkbox, .ie .list-radio .answers ul li input.radio, diff --git a/include/limesurvey/templates/citronade/template.js b/include/limesurvey/templates/citronade/template.js index 0bbd447a..01c8b678 100644 --- a/include/limesurvey/templates/citronade/template.js +++ b/include/limesurvey/templates/citronade/template.js @@ -53,10 +53,7 @@ function focusFirst(Event) $(document).ready(function(){ // focusFirst(); /** Uncomment if you want to use the focusFirst function **/ - // If the question code and number are hidden, hide any white space in the span(for dumb browsers) - if($('.qnumcode').text().replace(/\s/g, '').length == 0) { - $('.qnumcode').hide(); - } + }) diff --git a/include/limesurvey/templates/clear_logo/template-rtl.css b/include/limesurvey/templates/clear_logo/template-rtl.css index 6d8d2831..fb7eaad4 100644 --- a/include/limesurvey/templates/clear_logo/template-rtl.css +++ b/include/limesurvey/templates/clear_logo/template-rtl.css @@ -2,7 +2,9 @@ .answertext,.answer { text-align: right; } - +.asterisk { + padding-right:0;padding-left:1em; +} .boilerplate td td,.numeric td td,.choice-5-pt-radio td td,.yes-no td td,.gender td td,.date td td,.numeric-multi td td,.numeric td td,.list-with-comment td td,.list-dropdown-flexible td td,.ranking td td,.numeric-multi td td,.language td td,.multiple-opt-comments td td,.multiple-short-txt td td,.text-short td td,.text-long td td,.text-huge td td,.numeric-multi td td,.array-5-pt td,.array-10-pt td,.array-yes-uncertain-no td,.array-increase-same-decrease td,.array-flexible-row td,.array-flexible-column td,.array-multi-flexi td,.array-multi-flexi-text td,.array-flexible-duel-scale td { text-align: right !important; @@ -39,4 +41,4 @@ td.questiontext { .list-with-comment p.comment { text-align: right; float: left; -} \ No newline at end of file +} diff --git a/include/limesurvey/templates/clear_logo/template.css b/include/limesurvey/templates/clear_logo/template.css index 2a510048..12fe4e94 100644 --- a/include/limesurvey/templates/clear_logo/template.css +++ b/include/limesurvey/templates/clear_logo/template.css @@ -975,21 +975,28 @@ td.statsImageholder { background-color: #EFE5CA; } +.asterisk {display:none} +.mandatory .asterisk {display:inline;} .asterisk { color: red; font-size: 9pt; font-family: arial, verdana, sans-serif; + padding-right:1em; } +.showqnumcode-X .qnumcode { + display:none; +} span.qnumcode { font-style:italic; } /* Question Index */ -.outerframe.withindex { +.outerframe.withindex,.withindex .outerframe{ margin-left: 1em; margin-right: 26em; } +.allinone .withindex{margin:0} #index { position: absolute; diff --git a/include/limesurvey/templates/clear_logo/template.js b/include/limesurvey/templates/clear_logo/template.js index 81331f27..164849b3 100644 --- a/include/limesurvey/templates/clear_logo/template.js +++ b/include/limesurvey/templates/clear_logo/template.js @@ -72,8 +72,5 @@ function correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6. } $(document).ready(function(){ - // If the question code and number are hidden, hide any white space in the span(for dumb browsers) - if($('.qnumcode').text().replace(/\s/g, '').length == 0) { - $('.qnumcode').hide(); - } -}); \ No newline at end of file + +}); diff --git a/include/limesurvey/templates/default/template-rtl.css b/include/limesurvey/templates/default/template-rtl.css index 6d8d2831..8f0e5ba8 100644 --- a/include/limesurvey/templates/default/template-rtl.css +++ b/include/limesurvey/templates/default/template-rtl.css @@ -2,6 +2,9 @@ .answertext,.answer { text-align: right; } +.asterisk { + padding-left:1em;padding-right:0; +} .boilerplate td td,.numeric td td,.choice-5-pt-radio td td,.yes-no td td,.gender td td,.date td td,.numeric-multi td td,.numeric td td,.list-with-comment td td,.list-dropdown-flexible td td,.ranking td td,.numeric-multi td td,.language td td,.multiple-opt-comments td td,.multiple-short-txt td td,.text-short td td,.text-long td td,.text-huge td td,.numeric-multi td td,.array-5-pt td,.array-10-pt td,.array-yes-uncertain-no td,.array-increase-same-decrease td,.array-flexible-row td,.array-flexible-column td,.array-multi-flexi td,.array-multi-flexi-text td,.array-flexible-duel-scale td { @@ -39,4 +42,4 @@ td.questiontext { .list-with-comment p.comment { text-align: right; float: left; -} \ No newline at end of file +} diff --git a/include/limesurvey/templates/default/template.css b/include/limesurvey/templates/default/template.css index 4b74ab20..c28f636b 100644 --- a/include/limesurvey/templates/default/template.css +++ b/include/limesurvey/templates/default/template.css @@ -126,10 +126,13 @@ a:link,a:visited { margin: 5px; } +.asterisk {display:none} +.mandatory .asterisk {display:inline;} .asterisk { color: red; font-size: 9px; font-family: verdana; + padding-right:1em; } .hide { @@ -202,6 +205,9 @@ a:link,a:visited { span.questionhelp { } +.showqnumcode-X .qnumcode { + display:none; +} span.qnumcode { font-style:italic; } @@ -1280,10 +1286,11 @@ div.questionTitle { } /* Question Index */ -.outerframe.withindex { +.outerframe.withindex,.withindex .outerframe{ margin-left: 1em; margin-right: 26em; } +.allinone .withindex{margin:0} #index { position: absolute; diff --git a/include/limesurvey/templates/default/template.js b/include/limesurvey/templates/default/template.js index 19cee97b..f1f38396 100644 --- a/include/limesurvey/templates/default/template.js +++ b/include/limesurvey/templates/default/template.js @@ -74,8 +74,5 @@ function correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6. } $(document).ready(function(){ - // If the question code and number are hidden, hide any white space in the span(for dumb browsers) - if($('.qnumcode').text().replace(/\s/g, '').length == 0) { - $('.qnumcode').hide(); - } -}); \ No newline at end of file + +}); diff --git a/include/limesurvey/templates/eirenicon/template-rtl.css b/include/limesurvey/templates/eirenicon/template-rtl.css index 6d8d2831..fb7eaad4 100644 --- a/include/limesurvey/templates/eirenicon/template-rtl.css +++ b/include/limesurvey/templates/eirenicon/template-rtl.css @@ -2,7 +2,9 @@ .answertext,.answer { text-align: right; } - +.asterisk { + padding-right:0;padding-left:1em; +} .boilerplate td td,.numeric td td,.choice-5-pt-radio td td,.yes-no td td,.gender td td,.date td td,.numeric-multi td td,.numeric td td,.list-with-comment td td,.list-dropdown-flexible td td,.ranking td td,.numeric-multi td td,.language td td,.multiple-opt-comments td td,.multiple-short-txt td td,.text-short td td,.text-long td td,.text-huge td td,.numeric-multi td td,.array-5-pt td,.array-10-pt td,.array-yes-uncertain-no td,.array-increase-same-decrease td,.array-flexible-row td,.array-flexible-column td,.array-multi-flexi td,.array-multi-flexi-text td,.array-flexible-duel-scale td { text-align: right !important; @@ -39,4 +41,4 @@ td.questiontext { .list-with-comment p.comment { text-align: right; float: left; -} \ No newline at end of file +} diff --git a/include/limesurvey/templates/eirenicon/template.css b/include/limesurvey/templates/eirenicon/template.css index 9da2b6c1..28093136 100644 --- a/include/limesurvey/templates/eirenicon/template.css +++ b/include/limesurvey/templates/eirenicon/template.css @@ -35,15 +35,21 @@ td.survey-question-help { font-weight: 700; } +.asterisk {display:none} +.mandatory .asterisk {display:inline;} .asterisk { color: red; font-size: 9pt; font-family: verdana; + padding-right:1em; } span.qnumcode { font-style:italic; } +.showqnumcode-X .qnumcode { + display:none; +} #progress-graph { line-height: 1.5em; @@ -1137,10 +1143,11 @@ td.statsImageholder { } /* Question Index */ -.outerframe.withindex { +.outerframe.withindex,.withindex .outerframe{ margin-left: 1em; margin-right: 26em; } +.allinone .withindex{margin:0} #index { position: absolute; diff --git a/include/limesurvey/templates/eirenicon/template.js b/include/limesurvey/templates/eirenicon/template.js index 81331f27..164849b3 100644 --- a/include/limesurvey/templates/eirenicon/template.js +++ b/include/limesurvey/templates/eirenicon/template.js @@ -72,8 +72,5 @@ function correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6. } $(document).ready(function(){ - // If the question code and number are hidden, hide any white space in the span(for dumb browsers) - if($('.qnumcode').text().replace(/\s/g, '').length == 0) { - $('.qnumcode').hide(); - } -}); \ No newline at end of file + +}); diff --git a/include/limesurvey/templates/limespired/template-rtl.css b/include/limesurvey/templates/limespired/template-rtl.css index 6d8d2831..e8756b31 100644 --- a/include/limesurvey/templates/limespired/template-rtl.css +++ b/include/limesurvey/templates/limespired/template-rtl.css @@ -2,7 +2,9 @@ .answertext,.answer { text-align: right; } - +.asterisk { + padding: 0 10px 0 5px; +} .boilerplate td td,.numeric td td,.choice-5-pt-radio td td,.yes-no td td,.gender td td,.date td td,.numeric-multi td td,.numeric td td,.list-with-comment td td,.list-dropdown-flexible td td,.ranking td td,.numeric-multi td td,.language td td,.multiple-opt-comments td td,.multiple-short-txt td td,.text-short td td,.text-long td td,.text-huge td td,.numeric-multi td td,.array-5-pt td,.array-10-pt td,.array-yes-uncertain-no td,.array-increase-same-decrease td,.array-flexible-row td,.array-flexible-column td,.array-multi-flexi td,.array-multi-flexi-text td,.array-flexible-duel-scale td { text-align: right !important; @@ -39,4 +41,4 @@ td.questiontext { .list-with-comment p.comment { text-align: right; float: left; -} \ No newline at end of file +} diff --git a/include/limesurvey/templates/limespired/template.css b/include/limesurvey/templates/limespired/template.css index da035161..1989144f 100644 --- a/include/limesurvey/templates/limespired/template.css +++ b/include/limesurvey/templates/limespired/template.css @@ -386,6 +386,8 @@ input.submit:hover { font-size: 0.9em } +.asterisk {display:none} +.mandatory .asterisk {display:inline;} .asterisk { color: #FF0000; padding: 0 5px 0 10px; @@ -394,6 +396,9 @@ input.submit:hover { span.qnumcode { font-style:italic; } +.showqnumcode-X .qnumcode { + display:none; +} .questionhelp { visibility: visible; @@ -1167,10 +1172,11 @@ td.statsImageholder { } /* Question Index */ -.outerframe.withindex { +.outerframe.withindex,.withindex .outerframe{ margin-left: 1em; margin-right: 26em; } +.allinone .withindex{margin:0} #index { position: absolute; diff --git a/include/limesurvey/templates/limespired/template.js b/include/limesurvey/templates/limespired/template.js index 3d0f1cac..4720ea39 100644 --- a/include/limesurvey/templates/limespired/template.js +++ b/include/limesurvey/templates/limespired/template.js @@ -40,10 +40,7 @@ $(document).ready(function(){ */ $(document).ready(function(){ - // If the question code and number are hidden, hide any white space in the span(for dumb browsers) - if($('.qnumcode').text().replace(/\s/g, '').length == 0) { - $('.qnumcode').hide(); - } + }); diff --git a/include/limesurvey/templates/mint_idea/template-rtl.css b/include/limesurvey/templates/mint_idea/template-rtl.css index 6d8d2831..16e244a6 100644 --- a/include/limesurvey/templates/mint_idea/template-rtl.css +++ b/include/limesurvey/templates/mint_idea/template-rtl.css @@ -2,7 +2,7 @@ .answertext,.answer { text-align: right; } - +.asterisk {padding-right:0;padding-left:1em;} .boilerplate td td,.numeric td td,.choice-5-pt-radio td td,.yes-no td td,.gender td td,.date td td,.numeric-multi td td,.numeric td td,.list-with-comment td td,.list-dropdown-flexible td td,.ranking td td,.numeric-multi td td,.language td td,.multiple-opt-comments td td,.multiple-short-txt td td,.text-short td td,.text-long td td,.text-huge td td,.numeric-multi td td,.array-5-pt td,.array-10-pt td,.array-yes-uncertain-no td,.array-increase-same-decrease td,.array-flexible-row td,.array-flexible-column td,.array-multi-flexi td,.array-multi-flexi-text td,.array-flexible-duel-scale td { text-align: right !important; @@ -39,4 +39,4 @@ td.questiontext { .list-with-comment p.comment { text-align: right; float: left; -} \ No newline at end of file +} diff --git a/include/limesurvey/templates/mint_idea/template.css b/include/limesurvey/templates/mint_idea/template.css index f5152868..45583982 100644 --- a/include/limesurvey/templates/mint_idea/template.css +++ b/include/limesurvey/templates/mint_idea/template.css @@ -619,6 +619,12 @@ select { font-weight: bold; } +.asterisk {display:none} +.mandatory .asterisk {display:inline;} +.asterisk {padding-right:1em;} +.showqnumcode-X .qnumcode { + display:none; +} /* ------------------------------------------------- START: Question styles ------------------------- */ /* ===================================== @@ -1246,10 +1252,11 @@ td.statsImageholder { } /* Question Index */ -.outerframe.withindex { +.outerframe.withindex,.withindex .outerframe{ margin-left: 1em; margin-right: 26em; } +.allinone .withindex{margin:0} #index { position: absolute; diff --git a/include/limesurvey/templates/mint_idea/template.js b/include/limesurvey/templates/mint_idea/template.js index 0f78f14e..8d180782 100644 --- a/include/limesurvey/templates/mint_idea/template.js +++ b/include/limesurvey/templates/mint_idea/template.js @@ -75,8 +75,5 @@ function correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6. } $(document).ready(function(){ - // If the question code and number are hidden, hide any white space in the span(for dumb browsers) - if($('.qnumcode').text().replace(/\s/g, '').length == 0) { - $('.qnumcode').hide(); - } -}); \ No newline at end of file + +}); diff --git a/include/limesurvey/templates/sherpa/template-rtl.css b/include/limesurvey/templates/sherpa/template-rtl.css index 6d8d2831..fb7eaad4 100644 --- a/include/limesurvey/templates/sherpa/template-rtl.css +++ b/include/limesurvey/templates/sherpa/template-rtl.css @@ -2,7 +2,9 @@ .answertext,.answer { text-align: right; } - +.asterisk { + padding-right:0;padding-left:1em; +} .boilerplate td td,.numeric td td,.choice-5-pt-radio td td,.yes-no td td,.gender td td,.date td td,.numeric-multi td td,.numeric td td,.list-with-comment td td,.list-dropdown-flexible td td,.ranking td td,.numeric-multi td td,.language td td,.multiple-opt-comments td td,.multiple-short-txt td td,.text-short td td,.text-long td td,.text-huge td td,.numeric-multi td td,.array-5-pt td,.array-10-pt td,.array-yes-uncertain-no td,.array-increase-same-decrease td,.array-flexible-row td,.array-flexible-column td,.array-multi-flexi td,.array-multi-flexi-text td,.array-flexible-duel-scale td { text-align: right !important; @@ -39,4 +41,4 @@ td.questiontext { .list-with-comment p.comment { text-align: right; float: left; -} \ No newline at end of file +} diff --git a/include/limesurvey/templates/sherpa/template.css b/include/limesurvey/templates/sherpa/template.css index 7ab5f772..f83a6a89 100644 --- a/include/limesurvey/templates/sherpa/template.css +++ b/include/limesurvey/templates/sherpa/template.css @@ -1,4 +1,4 @@ -.answertextright { +.outerframe.answertextright { text-align: left; } @@ -12,10 +12,16 @@ text-align: center; } +.asterisk {display:none} +.mandatory .asterisk {display:inline;} .asterisk { color: red; font-size: 9pt; font-family: verdana; + padding-right:1em; +} +.showqnumcode-X .qnumcode { + display:none; } .graph { @@ -1059,10 +1065,11 @@ td.statsImageholder { } /* Question Index */ -.outerframe.withindex { +.outerframe.withindex,.withindex .outerframe{ margin-left: 1em; margin-right: 26em; } +.allinone .withindex{margin:0} #index { position: absolute; diff --git a/include/limesurvey/templates/sherpa/template.js b/include/limesurvey/templates/sherpa/template.js index 81331f27..164849b3 100644 --- a/include/limesurvey/templates/sherpa/template.js +++ b/include/limesurvey/templates/sherpa/template.js @@ -72,8 +72,5 @@ function correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6. } $(document).ready(function(){ - // If the question code and number are hidden, hide any white space in the span(for dumb browsers) - if($('.qnumcode').text().replace(/\s/g, '').length == 0) { - $('.qnumcode').hide(); - } -}); \ No newline at end of file + +}); diff --git a/include/limesurvey/templates/vallendar/template-rtl.css b/include/limesurvey/templates/vallendar/template-rtl.css index 6d8d2831..fb7eaad4 100644 --- a/include/limesurvey/templates/vallendar/template-rtl.css +++ b/include/limesurvey/templates/vallendar/template-rtl.css @@ -2,7 +2,9 @@ .answertext,.answer { text-align: right; } - +.asterisk { + padding-right:0;padding-left:1em; +} .boilerplate td td,.numeric td td,.choice-5-pt-radio td td,.yes-no td td,.gender td td,.date td td,.numeric-multi td td,.numeric td td,.list-with-comment td td,.list-dropdown-flexible td td,.ranking td td,.numeric-multi td td,.language td td,.multiple-opt-comments td td,.multiple-short-txt td td,.text-short td td,.text-long td td,.text-huge td td,.numeric-multi td td,.array-5-pt td,.array-10-pt td,.array-yes-uncertain-no td,.array-increase-same-decrease td,.array-flexible-row td,.array-flexible-column td,.array-multi-flexi td,.array-multi-flexi-text td,.array-flexible-duel-scale td { text-align: right !important; @@ -39,4 +41,4 @@ td.questiontext { .list-with-comment p.comment { text-align: right; float: left; -} \ No newline at end of file +} diff --git a/include/limesurvey/templates/vallendar/template.css b/include/limesurvey/templates/vallendar/template.css index 78a699d3..a793ea2c 100644 --- a/include/limesurvey/templates/vallendar/template.css +++ b/include/limesurvey/templates/vallendar/template.css @@ -361,10 +361,16 @@ table.clearall-result td { color: red; } +.asterisk {display:none} +.mandatory .asterisk {display:inline;} .asterisk { color: red; font-size: 9pt; font-family: verdana; + padding-right:1em; +} +.showqnumcode-X .qnumcode { + display:none; } td.graph { @@ -1059,10 +1065,13 @@ table.statisticstable strong { } /* Question Index */ -.outerframe.withindex { +.outerframe.withindex, .withindex .outerframe{ margin-left: 1em; margin-right: 26em; } +.allinone .outerframe{ + margin:0; +} #index { position: absolute; diff --git a/include/limesurvey/templates/vallendar/template.js b/include/limesurvey/templates/vallendar/template.js index 81331f27..164849b3 100644 --- a/include/limesurvey/templates/vallendar/template.js +++ b/include/limesurvey/templates/vallendar/template.js @@ -72,8 +72,5 @@ function correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6. } $(document).ready(function(){ - // If the question code and number are hidden, hide any white space in the span(for dumb browsers) - if($('.qnumcode').text().replace(/\s/g, '').length == 0) { - $('.qnumcode').hide(); - } -}); \ No newline at end of file + +});