diff --git a/admin/admin.php b/admin/admin.php index 68b4d1fd044..3e9eb6a4e56 100644 --- a/admin/admin.php +++ b/admin/admin.php @@ -52,10 +52,7 @@ if ($action != 'showprintablesurvey' && $action != 'ajaxquestionattributes') { - $adminoutput = helpscreenscript(); - $adminoutput .= "\n" - ."\t\n" - ."\n".helpscreen() - . "\t\n" - . "
\n"; +$adminoutput="
"; } else {$adminoutput='';} if($casEnabled==true) @@ -567,9 +564,7 @@ $adminoutput = getAdminHeader($_SESSION['metaHeader']).$adminoutput; // All future output is written into this and then outputted at the end of file unset($_SESSION['metaHeader']); - $adminoutput.= "
\n"; + $adminoutput.= "\n"; if(!isset($_SESSION['checksessionpost'])) $_SESSION['checksessionpost'] = ''; $adminoutput .= "\n"; - $adminoutput .= "".getAdminFooter("http://docs.limesurvey.org", $clang->gT("LimeSurvey Online Manual")); + $adminoutput .= getAdminFooter("http://docs.limesurvey.org", $clang->gT("LimeSurvey Online Manual")); } } @@ -620,9 +615,7 @@ if (!isset($_SESSION['metaHeader'])) {$_SESSION['metaHeader']='';} $adminoutput = getAdminHeader($_SESSION['metaHeader']).$adminoutput; // All future output is written into this and then outputted at the end of file unset($_SESSION['metaHeader']); - $adminoutput.= "\n".helpscreen() - . "\t\n" - . "\n" + $adminoutput.= "\n" . getAdminFooter("http://docs.limesurvey.org", $clang->gT("LimeSurvey Online Manual")); } @@ -636,87 +629,7 @@ echo $adminoutput; } - - function helpscreenscript() - // returns the script part for online help to be included outside a table - { - $helpoutput= "\n"; - return $helpoutput; - } - - - function helpscreen() - // This functions loads the nescessary helpscreens for each action and hides the help window - // - { - global $homeurl, $langdir, $imagefiles; - global $surveyid, $gid, $qid, $action, $clang; - - $helpoutput="\n" - ."\t
" - ."\n" - ."\n" - ."\t\n" - ."\n" - ."\n" - ."\t\n" - ."\n" - ."\n" - ."\t" - ."\n" - ."\t
\n" - ."" - .$clang->gT("Help")."\n" - ."\t
\n" - ."\n" - ."\n" - ."\t
\n"; - //determine which help document to show - if (!$surveyid && $action != "editusers") - { - $helpdoc = "$langdir/admin.html"; - } - elseif (!$surveyid && $action=="editusers") - { - $helpdoc = "$langdir/users.html"; - } - elseif ($surveyid && !$gid) - { - $helpdoc = "$langdir/survey.html"; - } - elseif ($surveyid && $gid && !$qid) - { - $helpdoc = "$langdir/group.html"; - } - elseif ($surveyid && $gid && $qid && !returnglobal('viewanswer')) - { - $helpdoc = "$langdir/question.html"; - } - elseif ($surveyid && $gid && $qid && (returnglobal('viewanswer'))) - { - $helpdoc = "$langdir/answer.html"; - } - $helpoutput.= "\n" - ."\t
\n" - ."\n"; - return $helpoutput; - } - - + function convertToArray($stringtoconvert, $seperator, $start, $end) // this function is still used to read SQL files from version 1.0 or older diff --git a/admin/globalsettings.php b/admin/globalsettings.php index 7b4f6aa39c1..c14700dc4fa 100644 --- a/admin/globalsettings.php +++ b/admin/globalsettings.php @@ -181,7 +181,7 @@ function globalsettingsdisplay() . "\n"; $editsurvey.= "\t
  • \n" - . "\t\t
  • \n"; + . "\t\t\n"; $thisusepdfexport=getGlobalSetting('usepdfexport'); $editsurvey .= "\t
  • \n" diff --git a/admin/scripts/templates.js b/admin/scripts/templates.js index 543a2a14481..fdecd2d19b4 100644 --- a/admin/scripts/templates.js +++ b/admin/scripts/templates.js @@ -17,15 +17,15 @@ $(document).ready(function(){ $('#previewiframe').css("width", "320px"); $('#previewiframe').css("height", "396px"); }); - $('#640').click(function(){ + $('#x640').click(function(){ $('#previewiframe').css("width", "640px"); $('#previewiframe').css("height", "480px"); }); - $('#800').click(function(){ + $('#x800').click(function(){ $('#previewiframe').css("width", "800px"); $('#previewiframe').css("height", "600px"); }); - $('#1024').click(function(){ + $('#x1024').click(function(){ $('#previewiframe').css("width", "1024px"); $('#previewiframe').css("height", "768px"); }); diff --git a/admin/styles/default/adminstyle.css b/admin/styles/default/adminstyle.css index 1ccdfd51865..d5c0abe80ef 100644 --- a/admin/styles/default/adminstyle.css +++ b/admin/styles/default/adminstyle.css @@ -1,20 +1,20 @@ body { - font-family: verdana, arial, sans-serif; - text-align: left; - background-color: #5670A1; - margin: 0; + font-family: verdana, arial, sans-serif; + text-align: left; + background-color: #5670A1; + margin: 0; font-size: 9pt; } div, form { - margin: 0; - padding: 0; + margin: 0; + padding: 0; } ul,ol { - text-align: left; - font-size: 10pt; - color: #000; + text-align: left; + font-size: 10pt; + color: #000; } p { @@ -22,23 +22,24 @@ p { } .boxstyle { - border-color: #9C0; - border-style: solid; - border-width: 1px; + border-color: #9C0; + border-style: solid; + border-width: 1px; } .footer { - text-align: center; - color: #9C0; - height: 30px; - background: #121a28; - margin: 0; - padding: 5px; + text-align: center; + color: #9C0; + height: 30px; + background: #121a28; + margin: 0; + padding: 5px; margin-bottom:400px; + clear:left; } img { - border: 0; + border: 0; } a { @@ -48,29 +49,29 @@ a { } a:hover { - color: #819D26; - text-decoration: underline; + color: #819D26; + text-decoration: underline; } th, p, div { - font-size: 10pt; + font-size: 10pt; } .maintitle { - font-size: 14pt; - font-weight: 700; - color: #328639; - text-align: center; - background: #C4C4C4; - border-top: 2px solid #C9EF50; - border-bottom: 2px solid #6a8b03; - background-image: url(bkgmaintitle.gif); - background-repeat: repeat-x; - margin: auto; + font-size: 14pt; + font-weight: 700; + color: #328639; + text-align: center; + background: #C4C4C4; + border-top: 2px solid #C9EF50; + border-bottom: 2px solid #6a8b03; + background-image: url(bkgmaintitle.gif); + background-repeat: repeat-x; + width:100%; } table.statisticstable { - margin: 2px auto; + margin: 2px auto; } @@ -79,27 +80,32 @@ table.statisticstable span { } .basic { - color: #1d2d45; + color: #1d2d45; } .statisticstable td { - vertical-align: top; + vertical-align: top; } div.menubar { - background-color: #EEF6FF; - width: 99.1%; - margin-top: 3px; + background-color: #EEF6FF; clear:left; + padding:0; + margin:3px auto 0 auto; + width: 99.5%; + height: 60px; } .menubar-main { - background-color: #EEF6FF; - width: 100%; - float: left; - border-color: #D2E0F2 #8195BA #8195BA #D2E0F2; - border-style: solid; - border-width: 1px; + background-color: #EEF6FF; + width: 99.6%; + float: left; + border-color: #D2E0F2 #8195BA #D2E0F2 #D2E0F2; + border-style: solid; + border-width: 1px; + padding:0 0.2%; + height: 43px; + } .menubar img { @@ -112,12 +118,15 @@ div.menubar { .menubar-title { background-color: #EEF6FF; float: left; - width: 100%; + width: 99.6%; font-size: 11px; text-align: left; border-color: #D2E0F2 #8195BA #D2E0F2 #D2E0F2; border-style: solid; border-width: 1px; + padding:0 0.2%; + height:14px; + } @@ -132,6 +141,7 @@ div.menubar { clear: none; margin: 0; padding: 0; + } .menubar-right { @@ -186,7 +196,7 @@ table.attributetable { table.table2columns { background-color: #FFF; - width: 99.3%; + width: 100%; text-align: center; border: 1px solid; border-color: #fff #8195BA #8195BA #D2E0F2; @@ -846,18 +856,31 @@ div.loader { height:31px; } -.background -{ +#wrapper { + background-color:#f8f8ff; + width:100%; + padding:1px 0px; +} + +.background { background-color:#f8f8ff; padding:1% 10%; } + + #editsurvey textarea, -#editsurvey input{ -width: 600px; +#editsurvey input { + width: 600px; } -#editsurvey td{ -padding-left: 15px; -font-size: 9pt; -} \ No newline at end of file +#editsurvey td { + padding-left: 15px; + font-size: 9pt; +} + + +#help +{ + float:right; +} \ No newline at end of file diff --git a/admin/templates.php b/admin/templates.php index c0d5eac51bc..9d30c1f0d9b 100644 --- a/admin/templates.php +++ b/admin/templates.php @@ -960,11 +960,11 @@ . "\t\n" . "\n" . "\t".$clang->gT("Preview:")."\n" -. "\t\n" -. "\t\n" -. "\t\n" -. "\t\n" -. "\t\n" +. "\t\n" +. "\t\n" +. "\t\n" +. "\t\n" +. "\t\n" . "\n" . "\t\n" ."\t\n" @@ -986,7 +986,7 @@ fclose($fnew); $langdir_template="$publicurl/locale/".$_SESSION['adminlang']."/help"; $templatesoutput.= "
    \n" -."\n" +."\n" ."
     
    " ."\n"; } diff --git a/admin/update/upgrade-mysql.php b/admin/update/upgrade-mysql.php index c500a6c0f7e..e434045f866 100644 --- a/admin/update/upgrade-mysql.php +++ b/admin/update/upgrade-mysql.php @@ -317,7 +317,7 @@ function db_upgrade($oldversion) { modify_database("", "ALTER TABLE `prefix_quota_members` CHANGE `code` `code` VARCHAR(11) collate utf8_unicode_ci default NULL"); echo $modifyoutput; flush(); modify_database("", "UPDATE `prefix_settings_global` SET `stg_value`='138' WHERE stg_name='DBVersion'"); echo $modifyoutput; flush(); } - upgrade_survey_tables139(); + if ($oldversion < 139) //Modify quota field { upgrade_survey_tables139(); diff --git a/common.php b/common.php index de195e8a24d..866c98626c9 100644 --- a/common.php +++ b/common.php @@ -318,7 +318,7 @@ function showadminmenu() $adminmenu = "\n" . "\n"; - $adminmenu .= "

     

    "; //CSS Firefox 2 transition fix + // $adminmenu .= "

     

    "; //CSS Firefox 2 transition fix if (count(getsurveylist(true))==0 && !isset($action) && !isset($surveyid)) { $adminmenu.= '
    ' .'

    '.sprintf($clang->gT("Welcome to %s!"),'LimeSurvey').'

    ' @@ -3857,9 +3857,9 @@ function getAdminHeader($meta=false) { $strAdminHeader .= "\n"; } - $strAdminHeader.= "" + $strAdminHeader.= "\n" . use_firebug() - . "\t\n\t\n"; + . "\n\n"; if (isset($_SESSION['dateformat'])) { $formatdata=getDateFormatData($_SESSION['dateformat']); diff --git a/locale/de-informal/help/admin.html b/locale/de-informal/help/admin.html deleted file mode 100644 index 4593a7e2083..00000000000 --- a/locale/de-informal/help/admin.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - -

    ADMINISTRATION:
    -
    Sie -befinden sich gerade in der Haupt-Administration von -LimeSurvey. Sie haben keine Umfrage zum Editieren bzw. zur Ansicht -ausgewählt. -

    -

    Von -hier aus kontrollieren Sie die allgemeinen Einstellungen von -LimeSurvey. Sie können eine -neue Umfrage anlegen, bestehende Umfragen anschauen oder -bearbeiten, die Sicherheitseinstellungen bearbeiten oder die -Datenbankintegrität überprüfen. -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Hauptseite: Klicken Sie -auf dieses Symbol, um die aktuell -geöffnete Umfrage zu schliessen und nur die -Administrations-Symbolleiste zu sehen.
    - Sicherheit: Klicken Sie auf dieses Symbol um die -Sicherheitseinstellungen zu bearbeiten.
    -  Keine -Sicherheit: Wenn Ihr -LimeSurvey noch nicht gesichert ist, dann sehen Sie dieses Symbol. -
    - Datenbank -Überprüfung: Klicken Sie hier um die -LimeSurvey Datenbank auf alle benötigten Felder und Tabellen zu -überprüfen.
    - Beschriftungssets -bearbeiten/hinzufügen: Klicken Sie hier, wenn Sie -sogenannte Beschriftungssets erzeugen, bearbeiten oder löschen -wollen. Beschriftungsset benötigt man für 'flexible' -und/oder wiederkehrende Fragenbeschriftungen.
    - Umfrage -hinzufügen: Klicken Sie hier, um eine neue -Umfrage hinzuzufügen oder eine Umfrage aus einer Datei zu -importieren.
    -

    Umfragen
    -Gruppen
    -Fragen
    - Antworten
    -
    -
    -Umfrage hinzufügen
    -Klicken Sie auf -um eine neue Umfrage zu erzeugen oder zu importieren.

    -

    In der nun folgenden Seite -'Neue Umfrage -hinzufügen' können Sie die grundlegenden Einstellungen -ihrer Umfrage festlegen. Wählen Sie aus einer Anzahl von Ansichts- -und allgemeinen Optionen. In dieser Seite können Sie dann auch -vorher exportiere Umfrage wieder importieren.

    -

    Folgende allgemeine -Einstellungen sind hier möglich:
    -
    -Title
    :
    Dies ist der Kurztitel der -Umfrage.

    -
    -Beschreibung:
    Geben Sie hier eine -detaillierte, unbegrenzt grosse Beschreibung ihrer Umfrage ein.

    -
    -Willkommenstext
    : Dieser -wird am Anfang einer Umfrage gezeigt.

    -
    -Administrator Name
    und Administrator -Email: Dies ist fast selbsterklärend. Dieser Einträge -werden dazu benutzt, damit Teilnehmern bei Fragen zu der jeweiligen -Umfrage einen Kontak an die Hand zu geben. Ausserdem wird diese Adresse -als Antwort-Adresse bei Einladungen zu der Umfrage benutzt.
    -
    -
    Faxnummer: -Hier -können Sie eine Faxnummer angeben, die auf dem Ausdruck eines -Fragebogen erscheint.
    -
    -
    End-URL: -Hier -können Sie eine Webseite angeben, die dem User am Ende einer -Umfrage gezeigt wird, so dass man Teilnehmer zu einer Webseite seiner -Wahl weiterleiten kann, nachdem die Umfrage ausgefüllt wurde.
    -

    -URL Beschreibung
    : Dies -ist die Beschreibung des End-URL Links.

    - -Folgende Ansichtoptionen -gibt es hier:
    -

    Format: -Hier können Sie wählen, ob entweder alle Fragen auf einer -Seite, Fragengruppe für Fragengruppe oder jede Frage einzeln -gezeigt werden.
    -

    -Vorlage
    : Hier können Sie eine -vordefinierte Vorlage auswählen, um dem Fragebogen ein bestimmtes -Design zu verpassen.

    -
    -Sprache
    : Hier geben Sie -die Sprache des Fragebogens an, z.B. wird dies für Ja/Nein oder -'Männlich/Weiblich' Fragen usw. benötigt.

    - -Zum Schluss gibt es hier noch ein -paar zusätzliche Optionen:
    -
    -Anonym
    : -Standardmäßig steht dies auf Ja. Wenn sie dieses auf Nein -setzen, werden alle Antworten mit einer Probandentabelle verbunden und -sie können  individuelle Antworten zu einem bestimmten -Teilnehmner verfolgen.
    -
    -
    Zeit-/Datumsstempel: -Hier können Sie angeben, ob jede Antwort mit einem Zeitstempel -versehen wird, so dass man später sehen kann, wer wann diese -Umfrage ausgefüllt hat.Umfrage endet am: Dies ist ziemlich -selbsterklärend. Nach diesem Datum steht die Umfrage nicht mehr -zur Verfügung. Lassen das Feld leer, um die Umfrage niemals enden -zu lassen.
    -
    -Cookies Benutzen:
    -Damit haben Sie eine gewisse Zugriffskontrolle, wenn Sie keine -Zugangsschlüssel benutzen. Wenn Sie diese Einstellung auf 'Ja' -setzen, dann wird beim Absenden der Umfrage durch einen Telnehmer ein -Cookie auf dessen Computer gespeichert, damit man später weiss, ob -dieser Teilnehmer die Umfrage evtl. schon einmal ausgefüllt hat. -Falls der Teilnehmer das noch einmal mit dem selben Rechner versuchen -sollte, wird er daran gehindert. Dies ist nur eine ganz einfache -Zugriffskontrolle und nicht besonders schlau. Wenn zwei -unterschiedliche Teilnehmer versuchen sollten am gleichen Rechner die -Umfrage auszufüllen, wird diese Methode das leider auch verhindern -- nur der erste Teilnehmer wird es nämlich können. Sie -sollten sich dieser Probleme bewusst sein, bevor Sie diese Option -aktivieren. Es ist ganz hilfreich, mehrfaches Ausfüllen durch eine -Person zu behindern, aber es ist sicherlich keine sichere Lösung.
    - -Eine Umfrage importieren
    -
    Benutzen Sie den 'Browse' Button am -Ende der Seite, um eine Umfrage zu importieren. Klicken Sie auf den -Button, wählen Sie die entsprechende LimeSurvey *.sql Datei aus -und klicken Sie danach auf den 'Import' Button.
    -

    -

    -

    -

     

    - - diff --git a/locale/de-informal/help/answer.html b/locale/de-informal/help/answer.html deleted file mode 100644 index 47b17bad13d..00000000000 --- a/locale/de-informal/help/answer.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - -

    -Administration
    -Umfrage

    - -Gruppe
    -Frage

    -

    Gegenwärtig -befinden Sie sich in der Antworten-Set -Administration von LimeSurvey.

    -

    Auf dieser Seite -können Sie Antworten anschauen, bearbeiten und die Reihenfolge der -Antworten zu einem Fragenset oder zu einer bestimmten Frage Ihrer -Umfrage verändern.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Button Optionen:

    -
    Antwort hoch: Klicken Sie hier um eine Antwort eine Stelle nach -oben zu bewegen.
    -
    Antwort runter: Klicken Sie hier um eine Antwort eine Stelle nach -unten zu bewegen.
    Antworten speichern: Klicken Sie hier um Ihre -Änderungen zu speichern.
    -
    Antwort löschen: Klicken Sie hier um eine -Antwort zu löschen.
    -
    Antwort hinzufügen: Klicken Sie hier um eine -Antwort hinzuzufügen.
    -
    Sortier-Reihenfolge überprüfen: Klicken -Sie hier, wenn Sie Probleme beim Sortieren der Antworten haben. Danach -sollten evtl. Probleme behoben sein.
    - - diff --git a/locale/de-informal/help/group.html b/locale/de-informal/help/group.html deleted file mode 100644 index d1dc946f979..00000000000 --- a/locale/de-informal/help/group.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - -

    -Administration
    -Umfrage

    -

    Gruppen:
    -
    Sie -befinden sich gerade in der Gruppen-Administration -von -LimeSurvey.

    -

    Von hier aus -können sie die Fragegruppen Ihrer Umfrage anschauen und -bearbeiten. Zusätzlich können Sie hier auch einer Gruppe neue Fragen hinzufügen -oder bestehende Fragen anschauen und/oder bearbeiten.

    - - - - - - - - - - - - - - - - - - -
    -

    Gruppen-Optionen:

    -
    Gruppe bearbeiten: Klicken Sie auf dieses -Symbol, wenn sie die Einstellungen der Gruppe bearbeiten wollen.
    -
    Gruppe löschen: Klicken Sie hier, wenn -Sie die Gruppen löschen wollen. Diese Option ist nur -verfügbar, wenn die Gruppe keine Fragen enthält.
    -
    Frage hinzufügen: Klicken Sie hier, wenn -Sie eine Frage zu dieser Gruppe hinzufügen möchten. Diese -Option ist nur verfügbar, wenn die Umfrage noch nicht aktiv ist.
    -
    -

    -Gruppen
    -Fragen
    -Antworten

    -

    -Eine neue Frage hinzufügen
    -Klicken Sie auf , um eine neue Frage zu Ihrer Umfrage hinzuzufügen.

    -

    Sie können in -Ihrer Umfrage zu jeder Gruppe beliebig viele Fragen hinzufügen. -Wenn Sie auf das "Neue Frage hinzufügen"-Symbol klicken, erscheint -eine Seite in der Sie einen Fragen-Code angeben müssen. Dieser -Code ist ein Pflichtfeld und bestimmt die Reihenfolge, in der die -Fragen innerhalb dieser Gruppe gezeigt werden. Der Fragen-Code kann bis -zu fünf Zeichen lang sein. Die Fragen innerhalb der Gruppe werden -nach diesem Code alphabetisch sortiert. Das Eingabefeld Frage: -enthält die eigentliche Frage an den Teilnehmer und kann -unbegrenzt lang sein. Im Eingabefeld Hilfetext: -können Sie einen Text eingeben, der später unter den -Antwortmöglichkeiten der Frage erscheint. Das Typ: Feld -ist eine Auswahlliste für die verschiedenen -vordefinierten/verfügbaren Fragetypen. Eine detaillierte -Erklärung dieser Fragetypen finden Sie in der Anleitung zu -LimeSurvey. Sie können eine Frage zur Pflichtangabe machen, d.h. dass der -Teilnehmer Ihrer Umfrage diese Frage beantworten muss und somit auch -vor Beantwortung die Umfrageseite nicht absenden kann. Bei bestimmten -Fragentypen haben Sie ausserdem die Möglichkeit  eine 'Sonstige:' Freitext Angabe -hinzuzufügen (z.B. beim Typ 'Liste').
    -

    - - diff --git a/locale/de-informal/help/index.html b/locale/de-informal/help/index.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/locale/de-informal/help/labels.html b/locale/de-informal/help/labels.html deleted file mode 100644 index c5232c3b861..00000000000 --- a/locale/de-informal/help/labels.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - -

    -Antworten-Set Administration:
    -You are currently viewing the Labels section of the Label Sets -Administration Screen.

    -

    From this point you can -(usually) add, remove or edit the labels within a 'label set'. Labels -consist of a 'code', and a 'title'. The code will not be visible to -survey participants but is used to save the response. You can modify -the order in which the label titles appear using the "Up" and "Dn" -buttons. The highest placed label will appear at the left, and the -lowest place at the right.

    -

    If a label set is being -used by an existing survey, this screen will display a warning -suggesting that adding or deleting items may cause unintended -consequences. Because Label Sets can be shared by more than one survey -or question, modifying a label set should be approached with caution to -ensure that you don't mess up another survey you are using.

    -

    If a label set is being -used by an existing survey that has been activated, you will not be -able to add, delete or change the code of any entries. You will, -however be able to modify the "Title" text or change the order in which -the titles appear.

    -

    The following options -are available in the Labels Toolbar:

    - - - - - - - - - - - - - - - -
    Edit -Label Set: -Click on this icon to edit the name of the labelset you are currently -viewing
    Delete - Label -Set: Click here to delete the entire label set including all -labels. Note that you cannot delete a label set that is currently being -used by any survey, whether active or not.
    Export Label Set: Click here -to export the label set to a file for later use or sharing with other -LimeSurvey users
    -

     

    -

     

    - - diff --git a/locale/de-informal/help/labelsets.html b/locale/de-informal/help/labelsets.html deleted file mode 100644 index 0e3e04c0c01..00000000000 --- a/locale/de-informal/help/labelsets.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - -

    Beschriftungs-Set Administration:
    -
    -Momentan befinden Sie sich in der
    Beschriftungs-Set Administration von -LimeSurvey.

    -

    Hier können sie -sog. Beschriftungssets anlegen, bearbeiten oder löschen. -Beschriftungssets werden für Fragen mit 'flexiblen Beschriftungen' -benötigt.  Sie können  ein Set von Beschriftungen -vordefinieren, gegenüber dem eine Reihe von unterschiedlichen -Antworten angekreuzt werden kann. Zum Beispiel können Sie den -Teilnehmer nach einer Meinung zu einer bestimmen Aussage oder einem -Szenario fragen und ihm für jede Aussage/Szenario eine bestimme -Auswahl an Antworten geben.
    -Hier ein Beispiel, welches dies recht einfach verdeutlicht:
    -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Bitte geben Sie an, wie Sie den folgenden Aussagen -gegenüberstehen:
    -
     Trifft voll zu
    -
    Trifft etwas  zuTrifft zu und trifft nicht zuTrifft eher nicht zu
    -
    Trifft absolut nicht zu
    Ich bin verrückt
    -
    Ich liebe Gummibärchen
    -
    Grün ist eine tolle Farbe
    -
    -
    -

    Mit den -Beschriftungssets können Sie Ihre eigene Auswahl an -Spaltenüberschriften erzeugen.

    -

    Die folgenden Optionen -sind in der Beschriftungs-Set Administration Werkzeugleiste -verfügbar:

    - - - - - - - - - - - -
    Haupt-Administration: - Klicken Sie hier, um zur Hauptadministration von LimeSurvey -zurückzukehren.
    Beschriftungs-Set hinzufügen: -Klicken Sie hier, um ein neues Beschriftungsset anzulegen oder aus -einer Datei zu importieren.
    -

    -
    -Neues Beschriftungs-Set anlegent
    -Klicken Sie auf , um ein neues Beschriftungsset anzulegen oder zu -importieren.

    -

    Ein Beschriftungsset -benötigt nur einen Namen. Jedes Beschriftungsset erhält -automatisch eine sog. eindeutig Beschriftungs-Set-Nummer, genannt LID -(Labelset InDex). Sie können mehrere Beschriftungssets mit dem -gleichen Namen anlegen (obwohl das nicht empfohlen wird,da man sonst -sehr leicht die Sets verwechselt), denn ein Beschriftungsset wird sich -immer von einem anderen durch die LID Nummer unterscheiden.

    -

    Ein Beschriftungsset -importieren
    -Sie können auch die Möglichkeit zum Importieren von -Beschriftungssets im unteren Teil der Seite benutzen. Klicken Sie auf -'Browse', wählen Sie die entsprechende LimeSurvey *.sql Datei -aus, welches Ihr Beschriftungsset enthält und klicken Sie auf den -Importieren-Knopf.

    -

     

    - - diff --git a/locale/de-informal/help/question.html b/locale/de-informal/help/question.html deleted file mode 100644 index 479e82157cf..00000000000 --- a/locale/de-informal/help/question.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - -

    -Administration
    -Umfragen

    - -Gruppen

    -

    Sie -befinden sich momentan in der Fragen -Administration von LimeSurvey.

    -

    Von hier aus -können Sie eine bestimmte Frage ihrer Umfrage anschauen und -bearbeiten. Wenn man Ihrer Frage individuellen Antworten -hinzufügen kann, dann können Sie dies von hier aus auch tun. -Ausserdem können Sie durch einen Klick auf das Bedingungen Symbol zu einer Frage Bedingungen -hinzufügen, die bestimmen, ob die jeweilige Frage gezeigt wird -oder nicht.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Button Options:

    -
    Frage bearbeiten: -Klicken Sie hier, um die gewählte Frage zu bearbeiten.
    -
    Frage löschen: -Klicken Sie hier, um diese Frage zu löschen. Dieses Symbol wird -nur gezeigt, wenn noch keine Antworten zu der Frage angegeben worden -sind.
    Frage exportieren: -Klicken Sie hier, um die Frage inklusive aller Antworten in eine Datei -zu exportieren.
    Frage kopieren: -Klicken Sie hier, um eine Kopie der Frage inklusive der Antworten -innerhalb der Umfrage zu erstellen.
    Bedingungen setzen: Klicken Sie hier um den -Bedingungsdesigner aufzurufen, um Bedingungen für diese Frage zu -setzen.
    Antworten: Klicken Sie hier um Antworten hinzuzufügen, zu -bearbeiten oder zu löschen oder die Reihenfolge von definierten -Antworten zu ändern.
    -
    -

    -Answer

    -

    -Antworten
    -
    Klicken Sie -auf    zum Hinzufügen, Bearbeiten und Löschen von -Antworten zu Ihrer Frage, bzw. zum Ändern der Reihenfolge von -Antworten.
    -

    -

    Dieses Symbol ist nur -sichtbar, wenn Ihr Frage vom Typ 'Liste', 'Mehrfachauswahl' oder -'Array' ist. Diese Fragetypen benötigen eine Reihe von Antworten.

    -

    Bedingungen
    -Klicken Sie auf um Bedingungen zu Ihrer Frage zu setzen, zu -bearbeiten oder zu löschen.
    -

    -

    Nach einem Klick wird -der 'Bendingungs-Designer' gezeigt, in der sie Bedingungen setzen -können, die bestimmte, ob eine Frage geziegt wird oder nicht. Wenn -Sie eine Bedingung zu einer Frage hinzufügen bedeutet das, dass -die FRAGE NICHT GEZEIGT WIRD, WENN DIE BEDINGUNG NICHT ERFÜLLT IST.

    - - diff --git a/locale/de-informal/help/survey.html b/locale/de-informal/help/survey.html deleted file mode 100644 index 6eb31c05e4d..00000000000 --- a/locale/de-informal/help/survey.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - -

    -Administration

    -

    UMFRAGEN:
    -Sie befinden sich momentan in der Umfragen-Administration von -LimeSurvey.

    -

    Von hier aus -können Sie die allgemeinen Einstellungen Ihrer Umfrage vornehmen. -Ausserdem können Sie neue -Gruppen hinzufügen oder bestehende Gruppen anschauen oder -bearbeiten.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Button Options:

    -
    Umfrage aktiv: -Wenn Sie dieses Symbol sehen, dann ist Ihre Umfrage aktiv und bereit -ausgeführt zu werden.
    Umfrage deaktivieren: Klicken Sie hier um die -Umfrage wieder zu deaktivieren.
    -
    Umfrage nicht aktiv: -Wenn Sie dieses Sysmbol sehen, dann ist Ihre Umfrage nicht aktiv. Es -können keine Daten erfasst werden.
    -
     Umfrage aktivieren: Klicken Sie hier um -eine inaktive Umfrage zu aktivieren.
    -
    Umfrage ausführen/testen: Klicken Sie -hier, um die Umfrage auszuführen, wenn sie aktiviert ist bzw. sie -zu testen, wenn Sie nicht aktiv ist.
    Dateneingabe: -Klicken Sie hier, um zur Dateneingabemaske zu kommen. Sie können -dann Daten z.B. von Faxumfragen eingeben.
    -
    Druckbare Version: -Klicken Sie hier, um eine druckbare Version der Umfrage anzuzeigen.
    -
    Umfrage bearbeiten: -Klicken Sie hier, um die Einstellungen der Umfrage zu bearbeiten.
    Umfrage löschen: Klicken Sie hier, um -diese Umfrage zu löschen. Dieses Symbol erscheint nur, wenn keine -Gruppen innerhalb der Umfrage angelegt sind.
    Umfrage exportieren: Klicken Sie hier um Ihre -Umfrage samt aller Gruppen, Fragen, Antworten und Bedingungen in eine -Datei zu exportieren.
    Ergebnisse ansehen: -Klicken Sie hier, wenn Sie sich die Ergebnisse dieser Umfrage ansehen -wollen. Dieses Symbol sehen Sie nur, wenn die Umfrage aktiv ist.
    -
    Probanden bearbeiten: Klicken Sie hier um -Probanden und Zugangsschlüssel für diese Umfrage zu verwalten.
    -
    Gruppe hinzufügen: Klicken Sie hier, um -eine neue Fragengruppe zu Ihrer Umfrage hinzuzufügen.
    -
    -

    -Gruppen
    -Fragen
    -Antworten

    -

    -Eine neue Gruppe -hinzufügen
    -
    Klicken Sie auf um eine -neue Gruppe zu Ihrer Umfrage hinzuzufügen.

    -

    Jede Umfrage muss -mindestens eine Gruppe haben. Gruppen sind dazu da, um Fragen damit zu -logischen Gruppen zusammenzufassen. Eine Gruppe hat einen Namen und -eine Beschreibung. Nachdem Sie 'Eine Gruppe hinzufügen' -ausgewählt haben kommen Sie zu einer ziemliche leeren Seite mir -nur zwei auszufüllenden Eingabefeldern. Gruppenname: ist , -wer hätt's gedacht, der Name Ihrer Gruppe. Dieses Feld muss -ausgefüllt werden und bestimmt zusätzlich auch die -Reihenfolge, in der die Gruppen angezeigt werden, wenn der Umfrage -ausgeführt wird. -Die Gruppen werden immer alphabetisch sortiert ausgeführt und Sie -sollten daher Ihre Gruppennamen entsprechend wählen, z.B. "1.) -Angaben zur Person", "2.) Ihre Meinung zu...", usw. .
    -Beschreibung: Dies ist ein -optionales Feld. Hier können Sie eine Beschreibung für die -Gruppe eingeben, die Teilnehmern der Umfrage beim Ausführen -gezeigt wird. Wenn keine Gruppenbeschreibung eingegeben wurde und das -Format der Umfrage auf 'Frage für Frage' steht, wird Teilnehmern -keine Zwischenseite mit dem Gruppennamen und der Beschreibung gezeigt.

    - - diff --git a/locale/de-informal/help/tokens.html b/locale/de-informal/help/tokens.html deleted file mode 100644 index fd46923c5c1..00000000000 --- a/locale/de-informal/help/tokens.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - -

    Momentan -sind sie in der Zugangsschlüssel-Verwaltung -von LimeSurvey.

    -

    Hier können Sie -Zugangsschlüssel für Ihre Umfrage anschauen und bearbeiten.

    -

    Was sind Zugangsschlüssel?
    -Zugangsschlüssel anzeigen
    -Neuen -Zugangsschlüssel-Eintrag hinzufügen
    -Importieren/Hochladen einer CSV -Datei
    -Email Einladungen

    -Email -Erinnerung senden
    -Zugangsschlüssel generieren

    -

    Die folgenden Optionen -sind auf der Zugangsschlüssel-Kontrolleiste verfügbar:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Hauptseite: Hier klicken, um die -Zugangsschlüssel-Administration zu schliessen und zur -Hauptadministrationsseite für Ihre Umfrage zurückzukehren.
    Übersicht: Klicken Sie hier, um sich -eine Übersicht aller Einträge in der -Zugangsschlüssel-Tabelle anzeigen zu lassen, bzw. um auf einige -allgemeine Datenbank-Funktionen zuzugreifen, wie:
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Set -all entries to 'N' invitation sent:
     Deletes -all records of invitations sent out. Usually done if something goes -wrong with your email of invitations and you want to try it again.
    Delete -all unique token numbers:
     Delete all -generated token numbers
    Delete -all token entries:
     Clear the -tokens table completely
    Drop -tokens table:
     Remove -tokens from your survey. The survey would then be accessible to all.
    -
    Zugangsschlüssel -anzeigen: -Klicken Sie hier, um sich alle Zugangsschlüssel anzeigen zu lassen.
    -
    Add -new token entry: -Click here to add a new participant to the tokens table.
    Zugangsschlüssel -importieren: -Klicken Sie hier, um eine CSV-Datei mit Namen und Email-Adressen zu -importieren. Die CSV-Datei muss ein standard komma-getrennte Datei ohne -Begrenzungszeichen sein. Die erste Zeile wird als Kopfzeile -interpretiert. Reihenfolge der Felder sollte sein: Vorname, Nachname, -Email, [Zugangsschlüssel]. Das Zugangsschlüssel-Feld ist -optional.
    -
    Send -email invitation: Click here to send email invitations to the -participants listed in your tokens table.
    Send -email reminder: -Click here to send email reminders to the participants listed in your -tokens table. Reminders are only sent to participants who have already -been sent an invitation.
    Generate -Tokens: Click -here to generate unique random token numbers for your participants. -Although you can manually create token numbers, or import them from a -CSV file, it is usually recommended that you use this feature as it -ensures that there are no duplicate entries.
    Drop -Tokens Table: -Click here to drop the tokens table and remove tokens from your survey. -The survey would then be accessible to all.
    -

    Was sind "Zugangsschlüssel"?
    -Tokens are a system you can use to have a controlled survey. A -controlled survey allows you to have a list of 'participants', or -people who have been invited to respond to the survey, and then control -their access to the survey. Each participant is issued with a unique -token number. This token number gives the participant access to the -survey.

    -

    When tokens are -activated for your survey, the only people who can access the public -survey are those who have a 'token' that matches an entry in this -table. Using the tokens control section of LimeSurvey you can add, -remove and modify these token entries.

    -

    The LimeSurvey tokens -system allows you to track who has access to your survey, send out -invitations and reminders to those participants, and see if they have -responded. If you make your survey non-anonymous (or tracked) you can -also match responses to the token entry.

    -

    Zugangsschlüssel anzeigen
    -When displaying tokens, you can see all your entries (in lots of 50, or -as determined by you). The top section of the display is the Data -View Control menu bar. This menu bar gives you the following -options:

    - - - - - - - - - - - - - - - - - - - -
    Show -start: Click -here to view entries from the beginning of your list.
    Show -last: Click -here to view the previous lot of entries.
    Show -next: Click here to view the next lot of entries.
    Show -last: Click here to view the very last -entries in your list.
    -

    -You are also able to set -the number of tokens displayed, and the starting point of your records -using the "Records Displayed:" and "Starting From:" fields, then -clicking on "Show".

    -

    -Anzeige sortieren
    -At the top of each column when displaying tokens, is the name of the -field and the 'sort' icon (). Clicking on the sort icon will re-order the -display of tokens, sorted alphabetically by that column.

    -

    -Aktionen
    -
    A set of actions can be performed with each individual token entry. -These actions are listed below:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Edit -Entry: Click here to edit this entry.
    Delete -Entry: Click -here to delete this entry.
    Do -Survey: Click -here to do the survey using this token.
    View -Response: Click here to view the response made by this participant -(only available where applicable).
    Invite: -Click here to send an invitation to this participant only.
    Reminder: -Click here to send a reminder invitation to this participant only.
    -

    -Neuen -Zugangsschlüssel-Eintrag hinzufügen
    -
    -With this screen you can -create a new token entry, adding an extra participant to the list of -people who can access the survey. The fields available are:
    -Firstname: The participants first name
    -Lastname: The participants last name
    -Email: The participants email address
    -Token: The participants unique token. While you can create your -own at this point, it is better to use the "Generate tokens" feature -later, and leave this blank.
    -Invite Sent?: If a "Y" is in this field, the participant will -not be sent an invitation email when you choose "Invite". If anything -else is in here, the invitation email will be sent.
    -Completed?: If a "Y" is in this field, the participant will not -be able to use the token. When a participant completes the survey, this -field is changed to "Y".

    -

    -There are no mandatory -fields in the 'add new token' screen. You can include as much or as -little information as you want. There is no duplicate entry control -either, so it is possible to have the same name over and over again.

    -

    -Importieren/Hochladen einer CSV-Datei
    -

    -Durch -dieses Feature können Sie in LimeSurvey eine CSV-Datei mit Namen -und Email-Adressen hochladen. Die CSV-Datei muss folgendes Format haben:
    --
    komma-getrennt
    -
    -keine Begrenzungszeichen
    --
    Feldnamen -in der erste Zeile.
    -
    -Die erste Zeile wird immer als -Kopfzeile genutzt. Wenn Ihre Datei also diese Kopfzeile nicht -enthält, so geht die erste Zeile Ihrer Daten verloren!. Die Datei -sollte unfähr so aussehen:

    -
    -
    -
    - - - - - - -
    Vorname, Nachname, Email, Zugangsschluessel
    -Jason, Cleeland, jason@cleeland.org,
    -Bob, Jones, bob@cleeland.org,
    -
    -
    -

    BItte beachten -Sie, dass die letzte Spalte "Zugangsschlüssel" optional ist. Sie -können Ihre eigenen Zugangsschlüssel-Nummern importieren - -dies kann nützlich sein, wenn Sie eine Methode zur Generierung -Ihrer Zugangsschlüssel nutzen. Wenn Sieeine mitgliederbasierte -Orgranisation sind, könnten Sie z.B. die Mitgliedsnummer als -Zugangsschlüssel importieren.

    -

    -Email Einladung
    -Use this feature to send invitation emails to all participants in your -tokens table. Before sending an email, LimeSurvey checks each entry to -ensure that the following conditions are met:
    -a) Email address exists
    -b) Token has been generated
    -c) An invitation has not already been sent
    -d) Participant has not yet completed the survey

    -

    Each invitation -is -personalised, and is merged with information from the tokens table. You -are given the option of modifying the subject and text of your email -before it is sent out. To use information from the tokens table in the -body of your email, use the following 'merge' codes:
    -{FIRSTNAME}: Vorname
    -{LASTNAME}: Nachname
    -{SURVEYNAME}: Name Ihrer Umfrage
    -{ADMINNAME}: Name des Umfrage-Administrators
    -{ADMINEMAIL}:
    Email-Adresse des Umfrage-Administrators

    -

    For example, if -your -message reads "Dear {FIRSTNAME} {LASTNAME} here is a survey called -{SURVEYNAME} for you to try. Love {ADMINNAME}" The recipient will -receive an email that looks something like this: "Dear Saddam Hussein -here is a survey called What I Did On My Holidays for you to try. Love -Jason Cleeland".

    -

    Erinnerung senden
    -Use this feature to send reminder emails to all participants in your -tokens table. Before sending an email, LimeSurvey checks to ensure -that the following conditions are met:
    -a) Email address exists
    -b) Token has been generated
    -c) An invitation has already been sent out
    -d) Participant has not yet completed the survey

    -

    Zugangsschlüssel generieren -
    -Nutzen Sie dieses Feature um eindeutige zufällige -Zugangsschlüssel-Nummern für jeden Eintrag in Ihrer -Zugangsschlüssel Tabelle zu generieren. Bestehende -Zugangsschlüssel werden nicht überschrieben.
    -

    - - diff --git a/locale/de-informal/help/users.html b/locale/de-informal/help/users.html deleted file mode 100644 index e30ba2a77d2..00000000000 --- a/locale/de-informal/help/users.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - -

    Sie -befinden sich momentan in der Benutzer Administration von -LimeSurvey.

    -

    Von hier aus -können Sie -Sicherheitseinstellungen und Zugriffsrechte Ihrer Benutzer anschauen und bearbeiten.
    -Die Sicherheitseinstellungen von LimeSurvey basieren auf dem -Verzeichnis-basierten Sicherheitssystem des Apache Webservers. Wenn Sie -einen anderen Webserver-Typ benutzen, können Sie diese -Sicherheitseinstellungen nicht -benutzen. Sie sollten dann dringend -für die Sicherheit Ihres Server mit den Standardmethoden Ihres -Webservers sorgen. Konsultieren Sie dazu die Dokumentation Ihres -Webservers.
    -

    -

    Sicherheitseinstellungen -initialisieren
    -
    Wenn sie das erste Mal die Sicherheitseinstellungen von -LimeSurvey initialisieren, sucht das Script nach der "htpasswd" -Programmdatei des Apache Webservers und legt damit eine Datei namens -'user' an. Ausserdem wird eine Datei namens 'htaccess' erzeugt, die den -Zugang zum admin Verzeichnis nur den Leuten in der htpasswd Datei -gestattet.  Username und Passwort des ersten anzulegenden Users -wird dabei der config.php entnommen. Nachdem Sie ersteinmal die -Sicherheitseinstellungen erfolgreich initialisiert haben, wird Sie Ihr -Webbrowser nach diesem User fragen, bevor Sie weiter in den -Administrationsseiten von PHPSurveyer arbeiten dürfen.

    -

    Benutzer -hinzufügen
    -Nach dem Initialisieren des Sicherheitseinstellungen und dem Einloggen -können Sie die existierenden User ansehen, bearbeiten oder -löschen. Dies ist relativ einfach. Klicken Sie einfach in der -angezeigten Userliste auf den 'Bearbeiten' Knopf,  um einen User -zu bearbeiten oder auf den 'Löschen' Knopf, um Ihn zu -löschen. Wenn es nur einen Eintrag in der Userliste gibt, dann -können Sie diesen nicht -löschen.

    -

    -Sicherheit ausschalten
    -
    Um die Sicherheit -auszuschalten, klicken Sie einfach auf 'Sicherheit ausschalten'. Damit -löschen sie die .htpasswd und die .htaccess Datei sowie alle -Userinformationen aus den Verzeichnissen.

    -

    Grenzen der -LimeSurvey Sicherheit
    -Bis zur Implementierung eines flexibleren Sicherheitssystem sollten Sie -sich bewusst sein, dass die LimeSurvey Sicherheitseinstellungen eine -'Alles-oder-Nichts' Angelegenheit sind. Benutzer haben entweder ALLE -Administationsrechte oder keine. Zukünftig ist ein System geplant, -mit dem an einzelne Leute bestimmte Rechte vergeben kann. Bitte -beachten Sie, dass speziell die Benutzer-Administration
    für alle Benutzer zugängig ist - inklusive -der Passwörter im KLARTEXT.

    -

    Fehlerbehebung
    -Wenn Sie Probleme haben, die Sicherheitseinstellungen zu initialisieren:
    -

    - - - - - - - - - - - -
    1.Stellen Sie -sicher, dass Sie im -admin-Verzeichnis sowohl -Schreib- als auch Leserechte  haben. LimeSurvey muss dort die .htpasswd and .htaccess -erzeugen können.
    2.Stellen Sie -sicher, dass Sie Zugriff auf die htpasswd Programmdatei haben. Speziell auf Windows -Servern muss diese Datei fast immer im Verzeichnis /limesurvey/admin -zusammen mit den Scripts von LimeSurvey liegen. Auf Linux Servern -versucht das Script selbst diese Programmdatei mit 'find' zu finden.
    -  -

     

    - - diff --git a/locale/de/help/admin.html b/locale/de/help/admin.html deleted file mode 100644 index 4593a7e2083..00000000000 --- a/locale/de/help/admin.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - -

    ADMINISTRATION:
    -
    Sie -befinden sich gerade in der Haupt-Administration von -LimeSurvey. Sie haben keine Umfrage zum Editieren bzw. zur Ansicht -ausgewählt. -

    -

    Von -hier aus kontrollieren Sie die allgemeinen Einstellungen von -LimeSurvey. Sie können eine -neue Umfrage anlegen, bestehende Umfragen anschauen oder -bearbeiten, die Sicherheitseinstellungen bearbeiten oder die -Datenbankintegrität überprüfen. -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Hauptseite: Klicken Sie -auf dieses Symbol, um die aktuell -geöffnete Umfrage zu schliessen und nur die -Administrations-Symbolleiste zu sehen.
    - Sicherheit: Klicken Sie auf dieses Symbol um die -Sicherheitseinstellungen zu bearbeiten.
    -  Keine -Sicherheit: Wenn Ihr -LimeSurvey noch nicht gesichert ist, dann sehen Sie dieses Symbol. -
    - Datenbank -Überprüfung: Klicken Sie hier um die -LimeSurvey Datenbank auf alle benötigten Felder und Tabellen zu -überprüfen.
    - Beschriftungssets -bearbeiten/hinzufügen: Klicken Sie hier, wenn Sie -sogenannte Beschriftungssets erzeugen, bearbeiten oder löschen -wollen. Beschriftungsset benötigt man für 'flexible' -und/oder wiederkehrende Fragenbeschriftungen.
    - Umfrage -hinzufügen: Klicken Sie hier, um eine neue -Umfrage hinzuzufügen oder eine Umfrage aus einer Datei zu -importieren.
    -

    Umfragen
    -Gruppen
    -Fragen
    - Antworten
    -
    -
    -Umfrage hinzufügen
    -Klicken Sie auf -um eine neue Umfrage zu erzeugen oder zu importieren.

    -

    In der nun folgenden Seite -'Neue Umfrage -hinzufügen' können Sie die grundlegenden Einstellungen -ihrer Umfrage festlegen. Wählen Sie aus einer Anzahl von Ansichts- -und allgemeinen Optionen. In dieser Seite können Sie dann auch -vorher exportiere Umfrage wieder importieren.

    -

    Folgende allgemeine -Einstellungen sind hier möglich:
    -
    -Title
    :
    Dies ist der Kurztitel der -Umfrage.

    -
    -Beschreibung:
    Geben Sie hier eine -detaillierte, unbegrenzt grosse Beschreibung ihrer Umfrage ein.

    -
    -Willkommenstext
    : Dieser -wird am Anfang einer Umfrage gezeigt.

    -
    -Administrator Name
    und Administrator -Email: Dies ist fast selbsterklärend. Dieser Einträge -werden dazu benutzt, damit Teilnehmern bei Fragen zu der jeweiligen -Umfrage einen Kontak an die Hand zu geben. Ausserdem wird diese Adresse -als Antwort-Adresse bei Einladungen zu der Umfrage benutzt.
    -
    -
    Faxnummer: -Hier -können Sie eine Faxnummer angeben, die auf dem Ausdruck eines -Fragebogen erscheint.
    -
    -
    End-URL: -Hier -können Sie eine Webseite angeben, die dem User am Ende einer -Umfrage gezeigt wird, so dass man Teilnehmer zu einer Webseite seiner -Wahl weiterleiten kann, nachdem die Umfrage ausgefüllt wurde.
    -

    -URL Beschreibung
    : Dies -ist die Beschreibung des End-URL Links.

    - -Folgende Ansichtoptionen -gibt es hier:
    -

    Format: -Hier können Sie wählen, ob entweder alle Fragen auf einer -Seite, Fragengruppe für Fragengruppe oder jede Frage einzeln -gezeigt werden.
    -

    -Vorlage
    : Hier können Sie eine -vordefinierte Vorlage auswählen, um dem Fragebogen ein bestimmtes -Design zu verpassen.

    -
    -Sprache
    : Hier geben Sie -die Sprache des Fragebogens an, z.B. wird dies für Ja/Nein oder -'Männlich/Weiblich' Fragen usw. benötigt.

    - -Zum Schluss gibt es hier noch ein -paar zusätzliche Optionen:
    -
    -Anonym
    : -Standardmäßig steht dies auf Ja. Wenn sie dieses auf Nein -setzen, werden alle Antworten mit einer Probandentabelle verbunden und -sie können  individuelle Antworten zu einem bestimmten -Teilnehmner verfolgen.
    -
    -
    Zeit-/Datumsstempel: -Hier können Sie angeben, ob jede Antwort mit einem Zeitstempel -versehen wird, so dass man später sehen kann, wer wann diese -Umfrage ausgefüllt hat.Umfrage endet am: Dies ist ziemlich -selbsterklärend. Nach diesem Datum steht die Umfrage nicht mehr -zur Verfügung. Lassen das Feld leer, um die Umfrage niemals enden -zu lassen.
    -
    -Cookies Benutzen:
    -Damit haben Sie eine gewisse Zugriffskontrolle, wenn Sie keine -Zugangsschlüssel benutzen. Wenn Sie diese Einstellung auf 'Ja' -setzen, dann wird beim Absenden der Umfrage durch einen Telnehmer ein -Cookie auf dessen Computer gespeichert, damit man später weiss, ob -dieser Teilnehmer die Umfrage evtl. schon einmal ausgefüllt hat. -Falls der Teilnehmer das noch einmal mit dem selben Rechner versuchen -sollte, wird er daran gehindert. Dies ist nur eine ganz einfache -Zugriffskontrolle und nicht besonders schlau. Wenn zwei -unterschiedliche Teilnehmer versuchen sollten am gleichen Rechner die -Umfrage auszufüllen, wird diese Methode das leider auch verhindern -- nur der erste Teilnehmer wird es nämlich können. Sie -sollten sich dieser Probleme bewusst sein, bevor Sie diese Option -aktivieren. Es ist ganz hilfreich, mehrfaches Ausfüllen durch eine -Person zu behindern, aber es ist sicherlich keine sichere Lösung.
    - -Eine Umfrage importieren
    -
    Benutzen Sie den 'Browse' Button am -Ende der Seite, um eine Umfrage zu importieren. Klicken Sie auf den -Button, wählen Sie die entsprechende LimeSurvey *.sql Datei aus -und klicken Sie danach auf den 'Import' Button.
    -

    -

    -

    -

     

    - - diff --git a/locale/de/help/answer.html b/locale/de/help/answer.html deleted file mode 100644 index 47b17bad13d..00000000000 --- a/locale/de/help/answer.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - -

    -Administration
    -Umfrage

    - -Gruppe
    -Frage

    -

    Gegenwärtig -befinden Sie sich in der Antworten-Set -Administration von LimeSurvey.

    -

    Auf dieser Seite -können Sie Antworten anschauen, bearbeiten und die Reihenfolge der -Antworten zu einem Fragenset oder zu einer bestimmten Frage Ihrer -Umfrage verändern.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Button Optionen:

    -
    Antwort hoch: Klicken Sie hier um eine Antwort eine Stelle nach -oben zu bewegen.
    -
    Antwort runter: Klicken Sie hier um eine Antwort eine Stelle nach -unten zu bewegen.
    Antworten speichern: Klicken Sie hier um Ihre -Änderungen zu speichern.
    -
    Antwort löschen: Klicken Sie hier um eine -Antwort zu löschen.
    -
    Antwort hinzufügen: Klicken Sie hier um eine -Antwort hinzuzufügen.
    -
    Sortier-Reihenfolge überprüfen: Klicken -Sie hier, wenn Sie Probleme beim Sortieren der Antworten haben. Danach -sollten evtl. Probleme behoben sein.
    - - diff --git a/locale/de/help/group.html b/locale/de/help/group.html deleted file mode 100644 index d1dc946f979..00000000000 --- a/locale/de/help/group.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - -

    -Administration
    -Umfrage

    -

    Gruppen:
    -
    Sie -befinden sich gerade in der Gruppen-Administration -von -LimeSurvey.

    -

    Von hier aus -können sie die Fragegruppen Ihrer Umfrage anschauen und -bearbeiten. Zusätzlich können Sie hier auch einer Gruppe neue Fragen hinzufügen -oder bestehende Fragen anschauen und/oder bearbeiten.

    - - - - - - - - - - - - - - - - - - -
    -

    Gruppen-Optionen:

    -
    Gruppe bearbeiten: Klicken Sie auf dieses -Symbol, wenn sie die Einstellungen der Gruppe bearbeiten wollen.
    -
    Gruppe löschen: Klicken Sie hier, wenn -Sie die Gruppen löschen wollen. Diese Option ist nur -verfügbar, wenn die Gruppe keine Fragen enthält.
    -
    Frage hinzufügen: Klicken Sie hier, wenn -Sie eine Frage zu dieser Gruppe hinzufügen möchten. Diese -Option ist nur verfügbar, wenn die Umfrage noch nicht aktiv ist.
    -
    -

    -Gruppen
    -Fragen
    -Antworten

    -

    -Eine neue Frage hinzufügen
    -Klicken Sie auf , um eine neue Frage zu Ihrer Umfrage hinzuzufügen.

    -

    Sie können in -Ihrer Umfrage zu jeder Gruppe beliebig viele Fragen hinzufügen. -Wenn Sie auf das "Neue Frage hinzufügen"-Symbol klicken, erscheint -eine Seite in der Sie einen Fragen-Code angeben müssen. Dieser -Code ist ein Pflichtfeld und bestimmt die Reihenfolge, in der die -Fragen innerhalb dieser Gruppe gezeigt werden. Der Fragen-Code kann bis -zu fünf Zeichen lang sein. Die Fragen innerhalb der Gruppe werden -nach diesem Code alphabetisch sortiert. Das Eingabefeld Frage: -enthält die eigentliche Frage an den Teilnehmer und kann -unbegrenzt lang sein. Im Eingabefeld Hilfetext: -können Sie einen Text eingeben, der später unter den -Antwortmöglichkeiten der Frage erscheint. Das Typ: Feld -ist eine Auswahlliste für die verschiedenen -vordefinierten/verfügbaren Fragetypen. Eine detaillierte -Erklärung dieser Fragetypen finden Sie in der Anleitung zu -LimeSurvey. Sie können eine Frage zur Pflichtangabe machen, d.h. dass der -Teilnehmer Ihrer Umfrage diese Frage beantworten muss und somit auch -vor Beantwortung die Umfrageseite nicht absenden kann. Bei bestimmten -Fragentypen haben Sie ausserdem die Möglichkeit  eine 'Sonstige:' Freitext Angabe -hinzuzufügen (z.B. beim Typ 'Liste').
    -

    - - diff --git a/locale/de/help/index.html b/locale/de/help/index.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/locale/de/help/labels.html b/locale/de/help/labels.html deleted file mode 100644 index c5232c3b861..00000000000 --- a/locale/de/help/labels.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - -

    -Antworten-Set Administration:
    -You are currently viewing the Labels section of the Label Sets -Administration Screen.

    -

    From this point you can -(usually) add, remove or edit the labels within a 'label set'. Labels -consist of a 'code', and a 'title'. The code will not be visible to -survey participants but is used to save the response. You can modify -the order in which the label titles appear using the "Up" and "Dn" -buttons. The highest placed label will appear at the left, and the -lowest place at the right.

    -

    If a label set is being -used by an existing survey, this screen will display a warning -suggesting that adding or deleting items may cause unintended -consequences. Because Label Sets can be shared by more than one survey -or question, modifying a label set should be approached with caution to -ensure that you don't mess up another survey you are using.

    -

    If a label set is being -used by an existing survey that has been activated, you will not be -able to add, delete or change the code of any entries. You will, -however be able to modify the "Title" text or change the order in which -the titles appear.

    -

    The following options -are available in the Labels Toolbar:

    - - - - - - - - - - - - - - - -
    Edit -Label Set: -Click on this icon to edit the name of the labelset you are currently -viewing
    Delete - Label -Set: Click here to delete the entire label set including all -labels. Note that you cannot delete a label set that is currently being -used by any survey, whether active or not.
    Export Label Set: Click here -to export the label set to a file for later use or sharing with other -LimeSurvey users
    -

     

    -

     

    - - diff --git a/locale/de/help/labelsets.html b/locale/de/help/labelsets.html deleted file mode 100644 index 0e3e04c0c01..00000000000 --- a/locale/de/help/labelsets.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - -

    Beschriftungs-Set Administration:
    -
    -Momentan befinden Sie sich in der
    Beschriftungs-Set Administration von -LimeSurvey.

    -

    Hier können sie -sog. Beschriftungssets anlegen, bearbeiten oder löschen. -Beschriftungssets werden für Fragen mit 'flexiblen Beschriftungen' -benötigt.  Sie können  ein Set von Beschriftungen -vordefinieren, gegenüber dem eine Reihe von unterschiedlichen -Antworten angekreuzt werden kann. Zum Beispiel können Sie den -Teilnehmer nach einer Meinung zu einer bestimmen Aussage oder einem -Szenario fragen und ihm für jede Aussage/Szenario eine bestimme -Auswahl an Antworten geben.
    -Hier ein Beispiel, welches dies recht einfach verdeutlicht:
    -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Bitte geben Sie an, wie Sie den folgenden Aussagen -gegenüberstehen:
    -
     Trifft voll zu
    -
    Trifft etwas  zuTrifft zu und trifft nicht zuTrifft eher nicht zu
    -
    Trifft absolut nicht zu
    Ich bin verrückt
    -
    Ich liebe Gummibärchen
    -
    Grün ist eine tolle Farbe
    -
    -
    -

    Mit den -Beschriftungssets können Sie Ihre eigene Auswahl an -Spaltenüberschriften erzeugen.

    -

    Die folgenden Optionen -sind in der Beschriftungs-Set Administration Werkzeugleiste -verfügbar:

    - - - - - - - - - - - -
    Haupt-Administration: - Klicken Sie hier, um zur Hauptadministration von LimeSurvey -zurückzukehren.
    Beschriftungs-Set hinzufügen: -Klicken Sie hier, um ein neues Beschriftungsset anzulegen oder aus -einer Datei zu importieren.
    -

    -
    -Neues Beschriftungs-Set anlegent
    -Klicken Sie auf , um ein neues Beschriftungsset anzulegen oder zu -importieren.

    -

    Ein Beschriftungsset -benötigt nur einen Namen. Jedes Beschriftungsset erhält -automatisch eine sog. eindeutig Beschriftungs-Set-Nummer, genannt LID -(Labelset InDex). Sie können mehrere Beschriftungssets mit dem -gleichen Namen anlegen (obwohl das nicht empfohlen wird,da man sonst -sehr leicht die Sets verwechselt), denn ein Beschriftungsset wird sich -immer von einem anderen durch die LID Nummer unterscheiden.

    -

    Ein Beschriftungsset -importieren
    -Sie können auch die Möglichkeit zum Importieren von -Beschriftungssets im unteren Teil der Seite benutzen. Klicken Sie auf -'Browse', wählen Sie die entsprechende LimeSurvey *.sql Datei -aus, welches Ihr Beschriftungsset enthält und klicken Sie auf den -Importieren-Knopf.

    -

     

    - - diff --git a/locale/de/help/question.html b/locale/de/help/question.html deleted file mode 100644 index 479e82157cf..00000000000 --- a/locale/de/help/question.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - -

    -Administration
    -Umfragen

    - -Gruppen

    -

    Sie -befinden sich momentan in der Fragen -Administration von LimeSurvey.

    -

    Von hier aus -können Sie eine bestimmte Frage ihrer Umfrage anschauen und -bearbeiten. Wenn man Ihrer Frage individuellen Antworten -hinzufügen kann, dann können Sie dies von hier aus auch tun. -Ausserdem können Sie durch einen Klick auf das Bedingungen Symbol zu einer Frage Bedingungen -hinzufügen, die bestimmen, ob die jeweilige Frage gezeigt wird -oder nicht.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Button Options:

    -
    Frage bearbeiten: -Klicken Sie hier, um die gewählte Frage zu bearbeiten.
    -
    Frage löschen: -Klicken Sie hier, um diese Frage zu löschen. Dieses Symbol wird -nur gezeigt, wenn noch keine Antworten zu der Frage angegeben worden -sind.
    Frage exportieren: -Klicken Sie hier, um die Frage inklusive aller Antworten in eine Datei -zu exportieren.
    Frage kopieren: -Klicken Sie hier, um eine Kopie der Frage inklusive der Antworten -innerhalb der Umfrage zu erstellen.
    Bedingungen setzen: Klicken Sie hier um den -Bedingungsdesigner aufzurufen, um Bedingungen für diese Frage zu -setzen.
    Antworten: Klicken Sie hier um Antworten hinzuzufügen, zu -bearbeiten oder zu löschen oder die Reihenfolge von definierten -Antworten zu ändern.
    -
    -

    -Answer

    -

    -Antworten
    -
    Klicken Sie -auf    zum Hinzufügen, Bearbeiten und Löschen von -Antworten zu Ihrer Frage, bzw. zum Ändern der Reihenfolge von -Antworten.
    -

    -

    Dieses Symbol ist nur -sichtbar, wenn Ihr Frage vom Typ 'Liste', 'Mehrfachauswahl' oder -'Array' ist. Diese Fragetypen benötigen eine Reihe von Antworten.

    -

    Bedingungen
    -Klicken Sie auf um Bedingungen zu Ihrer Frage zu setzen, zu -bearbeiten oder zu löschen.
    -

    -

    Nach einem Klick wird -der 'Bendingungs-Designer' gezeigt, in der sie Bedingungen setzen -können, die bestimmte, ob eine Frage geziegt wird oder nicht. Wenn -Sie eine Bedingung zu einer Frage hinzufügen bedeutet das, dass -die FRAGE NICHT GEZEIGT WIRD, WENN DIE BEDINGUNG NICHT ERFÜLLT IST.

    - - diff --git a/locale/de/help/survey.html b/locale/de/help/survey.html deleted file mode 100644 index 6eb31c05e4d..00000000000 --- a/locale/de/help/survey.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - -

    -Administration

    -

    UMFRAGEN:
    -Sie befinden sich momentan in der Umfragen-Administration von -LimeSurvey.

    -

    Von hier aus -können Sie die allgemeinen Einstellungen Ihrer Umfrage vornehmen. -Ausserdem können Sie neue -Gruppen hinzufügen oder bestehende Gruppen anschauen oder -bearbeiten.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Button Options:

    -
    Umfrage aktiv: -Wenn Sie dieses Symbol sehen, dann ist Ihre Umfrage aktiv und bereit -ausgeführt zu werden.
    Umfrage deaktivieren: Klicken Sie hier um die -Umfrage wieder zu deaktivieren.
    -
    Umfrage nicht aktiv: -Wenn Sie dieses Sysmbol sehen, dann ist Ihre Umfrage nicht aktiv. Es -können keine Daten erfasst werden.
    -
     Umfrage aktivieren: Klicken Sie hier um -eine inaktive Umfrage zu aktivieren.
    -
    Umfrage ausführen/testen: Klicken Sie -hier, um die Umfrage auszuführen, wenn sie aktiviert ist bzw. sie -zu testen, wenn Sie nicht aktiv ist.
    Dateneingabe: -Klicken Sie hier, um zur Dateneingabemaske zu kommen. Sie können -dann Daten z.B. von Faxumfragen eingeben.
    -
    Druckbare Version: -Klicken Sie hier, um eine druckbare Version der Umfrage anzuzeigen.
    -
    Umfrage bearbeiten: -Klicken Sie hier, um die Einstellungen der Umfrage zu bearbeiten.
    Umfrage löschen: Klicken Sie hier, um -diese Umfrage zu löschen. Dieses Symbol erscheint nur, wenn keine -Gruppen innerhalb der Umfrage angelegt sind.
    Umfrage exportieren: Klicken Sie hier um Ihre -Umfrage samt aller Gruppen, Fragen, Antworten und Bedingungen in eine -Datei zu exportieren.
    Ergebnisse ansehen: -Klicken Sie hier, wenn Sie sich die Ergebnisse dieser Umfrage ansehen -wollen. Dieses Symbol sehen Sie nur, wenn die Umfrage aktiv ist.
    -
    Probanden bearbeiten: Klicken Sie hier um -Probanden und Zugangsschlüssel für diese Umfrage zu verwalten.
    -
    Gruppe hinzufügen: Klicken Sie hier, um -eine neue Fragengruppe zu Ihrer Umfrage hinzuzufügen.
    -
    -

    -Gruppen
    -Fragen
    -Antworten

    -

    -Eine neue Gruppe -hinzufügen
    -
    Klicken Sie auf um eine -neue Gruppe zu Ihrer Umfrage hinzuzufügen.

    -

    Jede Umfrage muss -mindestens eine Gruppe haben. Gruppen sind dazu da, um Fragen damit zu -logischen Gruppen zusammenzufassen. Eine Gruppe hat einen Namen und -eine Beschreibung. Nachdem Sie 'Eine Gruppe hinzufügen' -ausgewählt haben kommen Sie zu einer ziemliche leeren Seite mir -nur zwei auszufüllenden Eingabefeldern. Gruppenname: ist , -wer hätt's gedacht, der Name Ihrer Gruppe. Dieses Feld muss -ausgefüllt werden und bestimmt zusätzlich auch die -Reihenfolge, in der die Gruppen angezeigt werden, wenn der Umfrage -ausgeführt wird. -Die Gruppen werden immer alphabetisch sortiert ausgeführt und Sie -sollten daher Ihre Gruppennamen entsprechend wählen, z.B. "1.) -Angaben zur Person", "2.) Ihre Meinung zu...", usw. .
    -Beschreibung: Dies ist ein -optionales Feld. Hier können Sie eine Beschreibung für die -Gruppe eingeben, die Teilnehmern der Umfrage beim Ausführen -gezeigt wird. Wenn keine Gruppenbeschreibung eingegeben wurde und das -Format der Umfrage auf 'Frage für Frage' steht, wird Teilnehmern -keine Zwischenseite mit dem Gruppennamen und der Beschreibung gezeigt.

    - - diff --git a/locale/de/help/tokens.html b/locale/de/help/tokens.html deleted file mode 100644 index fd46923c5c1..00000000000 --- a/locale/de/help/tokens.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - -

    Momentan -sind sie in der Zugangsschlüssel-Verwaltung -von LimeSurvey.

    -

    Hier können Sie -Zugangsschlüssel für Ihre Umfrage anschauen und bearbeiten.

    -

    Was sind Zugangsschlüssel?
    -Zugangsschlüssel anzeigen
    -Neuen -Zugangsschlüssel-Eintrag hinzufügen
    -Importieren/Hochladen einer CSV -Datei
    -Email Einladungen

    -Email -Erinnerung senden
    -Zugangsschlüssel generieren

    -

    Die folgenden Optionen -sind auf der Zugangsschlüssel-Kontrolleiste verfügbar:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Hauptseite: Hier klicken, um die -Zugangsschlüssel-Administration zu schliessen und zur -Hauptadministrationsseite für Ihre Umfrage zurückzukehren.
    Übersicht: Klicken Sie hier, um sich -eine Übersicht aller Einträge in der -Zugangsschlüssel-Tabelle anzeigen zu lassen, bzw. um auf einige -allgemeine Datenbank-Funktionen zuzugreifen, wie:
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Set -all entries to 'N' invitation sent:
     Deletes -all records of invitations sent out. Usually done if something goes -wrong with your email of invitations and you want to try it again.
    Delete -all unique token numbers:
     Delete all -generated token numbers
    Delete -all token entries:
     Clear the -tokens table completely
    Drop -tokens table:
     Remove -tokens from your survey. The survey would then be accessible to all.
    -
    Zugangsschlüssel -anzeigen: -Klicken Sie hier, um sich alle Zugangsschlüssel anzeigen zu lassen.
    -
    Add -new token entry: -Click here to add a new participant to the tokens table.
    Zugangsschlüssel -importieren: -Klicken Sie hier, um eine CSV-Datei mit Namen und Email-Adressen zu -importieren. Die CSV-Datei muss ein standard komma-getrennte Datei ohne -Begrenzungszeichen sein. Die erste Zeile wird als Kopfzeile -interpretiert. Reihenfolge der Felder sollte sein: Vorname, Nachname, -Email, [Zugangsschlüssel]. Das Zugangsschlüssel-Feld ist -optional.
    -
    Send -email invitation: Click here to send email invitations to the -participants listed in your tokens table.
    Send -email reminder: -Click here to send email reminders to the participants listed in your -tokens table. Reminders are only sent to participants who have already -been sent an invitation.
    Generate -Tokens: Click -here to generate unique random token numbers for your participants. -Although you can manually create token numbers, or import them from a -CSV file, it is usually recommended that you use this feature as it -ensures that there are no duplicate entries.
    Drop -Tokens Table: -Click here to drop the tokens table and remove tokens from your survey. -The survey would then be accessible to all.
    -

    Was sind "Zugangsschlüssel"?
    -Tokens are a system you can use to have a controlled survey. A -controlled survey allows you to have a list of 'participants', or -people who have been invited to respond to the survey, and then control -their access to the survey. Each participant is issued with a unique -token number. This token number gives the participant access to the -survey.

    -

    When tokens are -activated for your survey, the only people who can access the public -survey are those who have a 'token' that matches an entry in this -table. Using the tokens control section of LimeSurvey you can add, -remove and modify these token entries.

    -

    The LimeSurvey tokens -system allows you to track who has access to your survey, send out -invitations and reminders to those participants, and see if they have -responded. If you make your survey non-anonymous (or tracked) you can -also match responses to the token entry.

    -

    Zugangsschlüssel anzeigen
    -When displaying tokens, you can see all your entries (in lots of 50, or -as determined by you). The top section of the display is the Data -View Control menu bar. This menu bar gives you the following -options:

    - - - - - - - - - - - - - - - - - - - -
    Show -start: Click -here to view entries from the beginning of your list.
    Show -last: Click -here to view the previous lot of entries.
    Show -next: Click here to view the next lot of entries.
    Show -last: Click here to view the very last -entries in your list.
    -

    -You are also able to set -the number of tokens displayed, and the starting point of your records -using the "Records Displayed:" and "Starting From:" fields, then -clicking on "Show".

    -

    -Anzeige sortieren
    -At the top of each column when displaying tokens, is the name of the -field and the 'sort' icon (). Clicking on the sort icon will re-order the -display of tokens, sorted alphabetically by that column.

    -

    -Aktionen
    -
    A set of actions can be performed with each individual token entry. -These actions are listed below:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Edit -Entry: Click here to edit this entry.
    Delete -Entry: Click -here to delete this entry.
    Do -Survey: Click -here to do the survey using this token.
    View -Response: Click here to view the response made by this participant -(only available where applicable).
    Invite: -Click here to send an invitation to this participant only.
    Reminder: -Click here to send a reminder invitation to this participant only.
    -

    -Neuen -Zugangsschlüssel-Eintrag hinzufügen
    -
    -With this screen you can -create a new token entry, adding an extra participant to the list of -people who can access the survey. The fields available are:
    -Firstname: The participants first name
    -Lastname: The participants last name
    -Email: The participants email address
    -Token: The participants unique token. While you can create your -own at this point, it is better to use the "Generate tokens" feature -later, and leave this blank.
    -Invite Sent?: If a "Y" is in this field, the participant will -not be sent an invitation email when you choose "Invite". If anything -else is in here, the invitation email will be sent.
    -Completed?: If a "Y" is in this field, the participant will not -be able to use the token. When a participant completes the survey, this -field is changed to "Y".

    -

    -There are no mandatory -fields in the 'add new token' screen. You can include as much or as -little information as you want. There is no duplicate entry control -either, so it is possible to have the same name over and over again.

    -

    -Importieren/Hochladen einer CSV-Datei
    -

    -Durch -dieses Feature können Sie in LimeSurvey eine CSV-Datei mit Namen -und Email-Adressen hochladen. Die CSV-Datei muss folgendes Format haben:
    --
    komma-getrennt
    -
    -keine Begrenzungszeichen
    --
    Feldnamen -in der erste Zeile.
    -
    -Die erste Zeile wird immer als -Kopfzeile genutzt. Wenn Ihre Datei also diese Kopfzeile nicht -enthält, so geht die erste Zeile Ihrer Daten verloren!. Die Datei -sollte unfähr so aussehen:

    -
    -
    -
    - - - - - - -
    Vorname, Nachname, Email, Zugangsschluessel
    -Jason, Cleeland, jason@cleeland.org,
    -Bob, Jones, bob@cleeland.org,
    -
    -
    -

    BItte beachten -Sie, dass die letzte Spalte "Zugangsschlüssel" optional ist. Sie -können Ihre eigenen Zugangsschlüssel-Nummern importieren - -dies kann nützlich sein, wenn Sie eine Methode zur Generierung -Ihrer Zugangsschlüssel nutzen. Wenn Sieeine mitgliederbasierte -Orgranisation sind, könnten Sie z.B. die Mitgliedsnummer als -Zugangsschlüssel importieren.

    -

    -Email Einladung
    -Use this feature to send invitation emails to all participants in your -tokens table. Before sending an email, LimeSurvey checks each entry to -ensure that the following conditions are met:
    -a) Email address exists
    -b) Token has been generated
    -c) An invitation has not already been sent
    -d) Participant has not yet completed the survey

    -

    Each invitation -is -personalised, and is merged with information from the tokens table. You -are given the option of modifying the subject and text of your email -before it is sent out. To use information from the tokens table in the -body of your email, use the following 'merge' codes:
    -{FIRSTNAME}: Vorname
    -{LASTNAME}: Nachname
    -{SURVEYNAME}: Name Ihrer Umfrage
    -{ADMINNAME}: Name des Umfrage-Administrators
    -{ADMINEMAIL}:
    Email-Adresse des Umfrage-Administrators

    -

    For example, if -your -message reads "Dear {FIRSTNAME} {LASTNAME} here is a survey called -{SURVEYNAME} for you to try. Love {ADMINNAME}" The recipient will -receive an email that looks something like this: "Dear Saddam Hussein -here is a survey called What I Did On My Holidays for you to try. Love -Jason Cleeland".

    -

    Erinnerung senden
    -Use this feature to send reminder emails to all participants in your -tokens table. Before sending an email, LimeSurvey checks to ensure -that the following conditions are met:
    -a) Email address exists
    -b) Token has been generated
    -c) An invitation has already been sent out
    -d) Participant has not yet completed the survey

    -

    Zugangsschlüssel generieren -
    -Nutzen Sie dieses Feature um eindeutige zufällige -Zugangsschlüssel-Nummern für jeden Eintrag in Ihrer -Zugangsschlüssel Tabelle zu generieren. Bestehende -Zugangsschlüssel werden nicht überschrieben.
    -

    - - diff --git a/locale/de/help/users.html b/locale/de/help/users.html deleted file mode 100644 index e30ba2a77d2..00000000000 --- a/locale/de/help/users.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - -

    Sie -befinden sich momentan in der Benutzer Administration von -LimeSurvey.

    -

    Von hier aus -können Sie -Sicherheitseinstellungen und Zugriffsrechte Ihrer Benutzer anschauen und bearbeiten.
    -Die Sicherheitseinstellungen von LimeSurvey basieren auf dem -Verzeichnis-basierten Sicherheitssystem des Apache Webservers. Wenn Sie -einen anderen Webserver-Typ benutzen, können Sie diese -Sicherheitseinstellungen nicht -benutzen. Sie sollten dann dringend -für die Sicherheit Ihres Server mit den Standardmethoden Ihres -Webservers sorgen. Konsultieren Sie dazu die Dokumentation Ihres -Webservers.
    -

    -

    Sicherheitseinstellungen -initialisieren
    -
    Wenn sie das erste Mal die Sicherheitseinstellungen von -LimeSurvey initialisieren, sucht das Script nach der "htpasswd" -Programmdatei des Apache Webservers und legt damit eine Datei namens -'user' an. Ausserdem wird eine Datei namens 'htaccess' erzeugt, die den -Zugang zum admin Verzeichnis nur den Leuten in der htpasswd Datei -gestattet.  Username und Passwort des ersten anzulegenden Users -wird dabei der config.php entnommen. Nachdem Sie ersteinmal die -Sicherheitseinstellungen erfolgreich initialisiert haben, wird Sie Ihr -Webbrowser nach diesem User fragen, bevor Sie weiter in den -Administrationsseiten von PHPSurveyer arbeiten dürfen.

    -

    Benutzer -hinzufügen
    -Nach dem Initialisieren des Sicherheitseinstellungen und dem Einloggen -können Sie die existierenden User ansehen, bearbeiten oder -löschen. Dies ist relativ einfach. Klicken Sie einfach in der -angezeigten Userliste auf den 'Bearbeiten' Knopf,  um einen User -zu bearbeiten oder auf den 'Löschen' Knopf, um Ihn zu -löschen. Wenn es nur einen Eintrag in der Userliste gibt, dann -können Sie diesen nicht -löschen.

    -

    -Sicherheit ausschalten
    -
    Um die Sicherheit -auszuschalten, klicken Sie einfach auf 'Sicherheit ausschalten'. Damit -löschen sie die .htpasswd und die .htaccess Datei sowie alle -Userinformationen aus den Verzeichnissen.

    -

    Grenzen der -LimeSurvey Sicherheit
    -Bis zur Implementierung eines flexibleren Sicherheitssystem sollten Sie -sich bewusst sein, dass die LimeSurvey Sicherheitseinstellungen eine -'Alles-oder-Nichts' Angelegenheit sind. Benutzer haben entweder ALLE -Administationsrechte oder keine. Zukünftig ist ein System geplant, -mit dem an einzelne Leute bestimmte Rechte vergeben kann. Bitte -beachten Sie, dass speziell die Benutzer-Administration
    für alle Benutzer zugängig ist - inklusive -der Passwörter im KLARTEXT.

    -

    Fehlerbehebung
    -Wenn Sie Probleme haben, die Sicherheitseinstellungen zu initialisieren:
    -

    - - - - - - - - - - - -
    1.Stellen Sie -sicher, dass Sie im -admin-Verzeichnis sowohl -Schreib- als auch Leserechte  haben. LimeSurvey muss dort die .htpasswd and .htaccess -erzeugen können.
    2.Stellen Sie -sicher, dass Sie Zugriff auf die htpasswd Programmdatei haben. Speziell auf Windows -Servern muss diese Datei fast immer im Verzeichnis /limesurvey/admin -zusammen mit den Scripts von LimeSurvey liegen. Auf Linux Servern -versucht das Script selbst diese Programmdatei mit 'find' zu finden.
    -  -

     

    - - diff --git a/locale/en/help/admin.html b/locale/en/help/admin.html deleted file mode 100644 index ae9a4f1af77..00000000000 --- a/locale/en/help/admin.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - -

    - ADMINISTRATION:
    - You are currently viewing the general administration section of LimeSurvey. You have not selected any surveys to view/edit.
    - -

    -

    - From this point you can control the general setup of LimeSurvey, as well as create new surveys, choose to view or edit existing surveys and modify your security settings and check that your database has all the required fields. -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Home - - Home Click on this icon to close the current survey and view just the administration bar -
    - Security - - Security: Click on this icon to change your security logins and setup -
    - Check Settings - - Check Settings: Show a summary of current settings for LimeSurvey. You can change the administration language from here. -
    - Check Database - - Check Database: Click here to perform a check on your database to ensure all required fields and tables exist. -
    - List Surveys - - - List Surveys: Displays a list with the surveys -created allong with the publication date and the status -
    - Backup Database - - Backup Database: Dumps entire LimeSurvey database into a SQL file - -
    - Edit/Add Labelsets - - Edit/Add Labelsets: Click here to edit, create or delete label sets used in the 'flexible' labels questions. - -
    - Template Editor - - Template Editor: Click here to edit the LimeSurvey templates - -
    - Add Survey - - Add Survey: Click here to create a new survey or import a survey from a file - -
    -

    - Survey
    - Group
    - Question
    - - Answer
    -
    -
    - Adding a New Survey
    - Click on Add Survey to create or import a new survey.
    -

    - -

    - The 'add new survey' screen allows you to complete the basic details of your survey, as well as choose a number of presentation options, and general options. From this screen you can also import a survey exported previously. -

    -

    - Survey details include a Short Title: which is the short name of your survey, a Description: which is a detailed description of your survey and can be as long as you like, a Welcome Message: which is presented at the very beginning of surveys, the self-explanatory Administrator Name and Admin Email fields which are used to direct participants to the appropriate person with questions about the survey and are also used as the reply-to address when sending email invitations to your survey, a Fax To: field, which allows you to enter a fax number which will appear on your 'printable' survey. - -

    -

    - The presentation options are Format: which lets you choose whether your survey will be presented as all questions in a single page, questions displayed by group, or questions displayed one web page at a time and Template: which gives you a list of pre-defined templates that set the look and feel of your survey. -

    -

    - The option Use Cookies? allows you to set some basic access controls over your survey if you are not using tokens. Setting this to 'Y' means that when a participant successfully submits their survey responses, a cookie is saved to their computer indicating that they have done so. The next time they attempt to complete the survey using the same computer they will not be able to do so. It should be noted that this is fairly basic, and not particularly clever access control. If two different people want to complete the survey using the same computer, this method will preclude them from doing so - only the first will be able to. If one person tries to complete the survey twice, but on different computers, they will be able to do so. So you should be aware of these issues before applying this option. It is helpful to provide some impediments to multiple responses by the same person but certainly not a foolproof solution. - -

    -

    - The Notification: option sets whether LimeSurvey sends the administrator an email whenever a survey is completed. If you choose to receive notification emails, you can choose basic notification, or to have the full responses included. By default your survey will be Anonymous, however you can choose to make a survey Not Anonymous, which means that the responses are linked to your tokens table, and you can trace individual answers to a particular respondent. -

    -

    - The Invitation Email, Email Reminder and Confirmation Email text boxes allow you to set your preferred email messages which will be used if you use tokens with your survey. - -

    -

    - If you Allow Public Registration:, and you create a tokens table with your survey, then the general public will be able to register to access the survey. They will be sent an email invitation, which you write in the Public Registration Email: textbox. When you allow public registration, if you want the public to also provide you with the additional "free form" fields in the tokens table, attribute_1 and attribute_2, you can give them nicer names using Token attribute names:. -

    -

    - - Date Stamp: lets you add a time/date entry to every response so you can keep a record with each participants response of when they completed the survey and Language: lets you choose from any pre-existing language files for built-in answers and messages such as "Yes/No", "Male/Female" and so on. The Expiry Date: is the date at which your survey will cease to be publicly available. If you leave this field blank, the survey will never expire. -

    -

    - Finally, you can enter a URL: which will be presented at the end of the survey so you can direct participants to a web site of your choice after completing the survey, and a URL Description: which is the text to which the URL is attached. - -

    -

    - Importing a Survey
    - You can use the file menu at the bottom of the screen to import a survey. Click on browse, choose the LimeSurvey *.sql file containing your survey and then click on the Import button.
    -

    -

    -   -

    - - - diff --git a/locale/en/help/answer.html b/locale/en/help/answer.html deleted file mode 100644 index 699fcce4a39..00000000000 --- a/locale/en/help/answer.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - -

    - Administration
    - Survey

    - - Group
    - Question
    -

    -

    - You are currently viewing the answer administration section of LimeSurvey. -

    - -

    - From this point you can view, edit and change the order of answers to this particular question of your survey. -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - - Button Options: -

    -
    - - - Move Answer UP: Click on this to move the display order of this answer up. -
    - - - Move Answer DOWN: Click on this to move the display order of this answer down. -
    - - - Save Changes to Answer: Click on this to save any changes you've made to this answer. -
    - - - Delete Answer: Click on this delete this answer. -
    - - - Add Answer: Click on this to add a new answer. -
    - - - Fix Sort Order: Click on this to fix any problems you may be having with the sort order of the answers. -
    - - - diff --git a/locale/en/help/group.html b/locale/en/help/group.html deleted file mode 100644 index f9b151475a2..00000000000 --- a/locale/en/help/group.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - -

    - Administration
    - Survey
    - -

    -

    - GROUP:
    - You are currently viewing the group administration section of LimeSurvey.
    -

    -

    - - From this point you can view and control this particular group of your survey. You can also add new questions to your group or select an existing question from this group to view or edit. -

    - - - - - - - - - - - - - - - - - - -
    -

    - Button Options: - -

    -
    - - - Edit Group: Click on this to edit details of the current group. - -
    - - - Delete Group: Click on this to delete - your group. This button will only display if there are no questions in this group. - -
    - - - Reorder Questions: Click on this to reorder the -display of the questions in that group. -
    - - - Add Question: Click on this to add a new question to this group. This button will not be available if the survey has been activated. - -
    -

    - Group
    - Question
    - Answer
    - -

    -

    - Adding a New Question
    - Click on to add a new question to your survey.
    -

    -

    - You can add as many questions as you like to each group in your survey. When you click on the "Add New Question" icon, you will be presented with a screen that allows you to enter a Question Code: which is a required field, and is used to determine the order in which questions within a group are displayed. The question code can be up to 5 characters long. Questions are ordered by this code alphabetically. The Question: field can be as long as you like and will contain the actual question that is presented to the survey participant. In the Help: field you can type a help message that will appear below the question and its associated answer options. The Question Type: field is a selectable list that contains the different types of pre-defined questions available. A detailed explanation of these questions is provided in the instruction manual. You can set a question to Mandatory: to ensure that a participant cannot move away from that question, or submit a response, without having answered that question. Certain question types will also allow you to put a "Y" or "N" in the Other: field. In these cases, the question will have an additional answer, of "Other". - -

    - - diff --git a/locale/en/help/index.html b/locale/en/help/index.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/locale/en/help/labels.html b/locale/en/help/labels.html deleted file mode 100644 index 9ecad255b77..00000000000 --- a/locale/en/help/labels.html +++ /dev/null @@ -1,52 +0,0 @@ - - -

    -Label Set Administration:
    -You are currently viewing the Labels section of the Label Sets -Administration Screen.

    -

    From this point you can (usually) -add, remove or edit the labels within a 'label set'. Labels consist of a 'code', -and a 'title'. The code will not be visible to survey participants but is used -to save the response. You can modify the order in which the label titles appear -using the "Up" and "Dn" buttons. The highest placed label will appear at the -left, and the lowest place at the right.

    -

    If a label set is being used by -an existing survey, this screen will display a warning suggesting that adding or -deleting items may cause unintended consequences. Because Label Sets can be -shared by more than one survey or question, modifying a label set should be -approached with caution to ensure that you don't mess up another survey you are -using.

    -

    If a label set is being used by -an existing survey that has been activated, you will not be able to add, delete -or change the code of any entries. You will, however be able to modify the -"Title" text or change the order in which the titles appear.

    -

    The following options are -available in the Labels Toolbar:

    - - - - - - - - - - - - - -
    -Edit Label - Set: - Click on this icon to edit the name of the labelset you are currently - viewing
    -Delete - - Label Set: Click here to delete the entire label set including all - labels. Note that you cannot delete a label set that is currently being used - by any survey, whether active or not.
    -Export Label Set: - Click here to export the label set to a file for later use or sharing with - other LimeSurvey users
    -

     

    -

     

    \ No newline at end of file diff --git a/locale/en/help/labelsets.html b/locale/en/help/labelsets.html deleted file mode 100644 index 1e9addb284a..00000000000 --- a/locale/en/help/labelsets.html +++ /dev/null @@ -1,91 +0,0 @@ - - -

    -Label Set Administration:
    -You are currently viewing the Label Sets Administration section of LimeSurvey.

    -

    From this point you can create, -edit or delete Label Sets for use in the 'flexible labels' question type(s). -Label Sets allow you to pre-define a series of options against which various -answers can be checked. For example, in may surveys you may want to ask the -participant for a response to a particular statement or scenario and give them a -list of choices for each one. An example is show below:

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Please indicate the extent to -which you agree with the following statements:
     Agree StronglyAgree SomewhatNeither Agree Nor DisagreeDisagree SomewhatDisagree Strongly
    I am a very strange person
    I love ice cream
    Green is a lovely colour
    -
    -

    Using Label Sets you can create -your own column headings for these sorts of questions.

    -

    The following options are -available in the Label Sets Administration Toolbar:

    - - - - - - - - - -
    - - Home Click on this icon to return to the main LimeSurvey - administration screen
    - - Add Label Set: Click here to create a new label set or import a label - set from - a file
    -

    -
    -Adding a New Labelset
    -Click on - to create or -import a new label set.

    -

    A labelset requires just a name. -Each label set is also automatically given a unique "LID" (or Labelset InDex) -number. You can create a labelset with the same name as another label set, -although generally this is not recommended (as it tends to confuse things). The -label set will be distinguishable from any with a different name by its LID -number.

    -

    Importing a Label Set
    -You can use the Import Label Set option at the bottom of the screen to import a -label set. Click -on browse, choose the LimeSurvey *.sql file containing your label set and then -click on the Import button.

    -

     

    \ No newline at end of file diff --git a/locale/en/help/question.html b/locale/en/help/question.html deleted file mode 100644 index 521abcc1ba7..00000000000 --- a/locale/en/help/question.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - -

    -Administration
    -Survey

    - -Group

    - -

    You are currently viewing the -question -administration section of LimeSurvey.

    - -

    From this point you can view and -edit this particular question of your survey. If your question can have -individual answers added, you can also do that from this screen. -You can also set conditions on whether a question displays or not by choosing -the conditions icon at this screen.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - - Button Options:

    - - Edit Question: Click on this to edit details of the current question.
    - - Delete Question: Click on this to delete this question. This button will - only display if there are no answers attached to this question.
    - - Export Question: Click on this to export your question, including all - answers, to a file.
    - - Copy Question: Click on this to make a copy of your current question, including all - answers, within the current survey.
    - - Set Conditions: Click on this to - use the condition designer and set conditions for this question.
    - - Answers: Click on this - to add/edit/delete and modify the order of defined answers for your - question.
    -

    -Answer

    -

    - -Answers
    -
    Click on the - icon to -add, edit, move and delete answers to your question.

    -

    This icon will only be available -when your question type is a List, Multiple Options or Array type question. -These types of questions require a series of answers entered.

    -

    -Conditions
    -Click on the - icon -to set, edit or remove conditions that apply to your question.

    -

    This icon will display the -'Condition Designer' window, which lets you set conditions on whether your -question will display or not. Setting a condition on a question means that the -question WILL NOT DISPLAY UNLESS THAT CONDITION IS MET.

    - \ No newline at end of file diff --git a/locale/en/help/survey.html b/locale/en/help/survey.html deleted file mode 100644 index 92efc1cfaeb..00000000000 --- a/locale/en/help/survey.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - -

    Administration

    -

    SURVEY:
    -You are currently viewing the survey administration section -of LimeSurvey.

    -

    From this point you -can view and control the general setup of your survey. You can also -add new groups or select an -existing group to view or edit.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Button -Options:

    -
    #########Survey Active: This icon will be -displayed if your survey has been activated and is ready to save -responses.
    -"#########"De-Activate Survey: Click on this -to de-activate an active survey
    #########Survey Inactive: This icon will -display if your survey has not been activated
    #########Activate Survey: Click on this to -activate an inactive survey
    #########Do/Test Survey: Click on this to -do the survey (or test it if the survey is currently -inactive)
    -"#########"DataEntry: Click on this for the -dataentry screen. This is designed for dataentry of hard-copy -survey responses
    #########Printable Version: Click on this -to see a 'printable' version of the survey.
    #########Edit Survey: Click on this to -edit details of the current survey.
    #########Order Groups: Re-Order the groups -in that survey
    #########Delete Survey: Click on this to -delete your survey. This button will only display if there are no -groups.
    #########Export Survey: Click on this to -export your survey including all groups, questions, answers and -conditions to a file.
    #########Browse Results: Click on this to -browse the responses to your survey. This is only available if the -survey is active.
    #########Tokens: Click on this manage -tokens for the current survey.
    #########Add Group: Click on this to add a -new question group to your survey.
    -

    Group
    -Question
    -Answer

    -

    -Adding a New Group
    Click on ######### -to add a new group to your survey.

    -

    All surveys must -have at least one group. Groups are used to 'group' questions -together into logical groupings. A group has a name and a -description. When you choose "Add Group" you will be presented with -a blank screen containing two fields to complete. Group -Name: The title of your group. This field must be -completed, and it also determines the order in which your group is -displayed when the survey is being completed. The groups are -ordered alphabetically be Group Name, and so you should consider -naming groups in alphabetical order. eg: "Section 1:) About you." , -"Section 2:) Your views.".  Group Description: This field is -optional, and can be used to give a description of the group that -will be displayed to survey participants as they complete the -survey. If no group description is given, participants completing -surveys presented in a "One at a time" format, will not be shown -separate pages showing the group name and description.

    - - - diff --git a/locale/en/help/templates.html b/locale/en/help/templates.html deleted file mode 100644 index 6dc00a2267b..00000000000 --- a/locale/en/help/templates.html +++ /dev/null @@ -1,754 +0,0 @@ - - - - - - -LimeSurvey Templates & Style Guide - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    -PHPSurveyor  Templates & Style Guide -

    -

    -
    -

    -
    -

    -INDEX -

    - -
    -Introduction -

    -LimeSurvey uses a series of template -files to create its public survey screens. The templating system used -by LimeSurvey is relatively basic, but allows fairly comprehensive -control over the look and style of your surveys. -

    -

    -The templates consist of standard -HTML code, within which you can put keywords surrounded by -curly-brackets that will be replaced during a survey with relevant -text. The following gives an example of the method: -

    -
    -
    - - - - - - - - - - - - - -
    -

    -Template File -

    -
    -<center><font face='verdana' size='2'><b>{SURVEYNAME}</b></font><br />
    -<font face='verdana' size='1'><u><i>{SURVEYDESCRIPTION}</u></i></center>
    -
    -

    -Looks Like This -

    -
    -

    -My New Survey
    This is a survey written by me to find out what sort of chocolate people like.
    -

    -
    -
    -
    -

    -LimeSurvey comes with two templates, and we plan to make other templates by other people available. -

    -

    -These instructions may make the -template files within LimeSurvey seem overly complex. You will -probably find it easiest to create new template files by copying an -existing template to a new directory, and then playing around with the -files. It should start to make sense fairly quickly after that.
    -

    -
    -Location of Template Files -

    -LimeSurvey expects templates to -exist in their own distinct sub-directory within a templates directory -that is kept in the public directory with the other LimeSurvey public -files. -

    -

    -To create a new template, you should -create a new directory in the templates directory and give the -directory the name you want the template to be. So, for example, if the -directory is called "Silly", that template will be called "Silly", and -will be available in the admin scripts under that name. -

    -

    -There should ALWAYS be a "default" -directory in the templates directory. This template is used by default -and as a fall-back if a template folder doesn't exist, or can't be -found. The "default" directory comes with the package. -

    -
    -Template Files -

    -The following template files are used to produce your public survey and must exist in any new template folder you create: -

    -
      -
    • -startpage.pstpl
      -Produces the start of each html page. It starts at the "<head>" -tag, and should not contain the "<html>" tag. This 'very -beginning' of a standard html page is written by the scripts. Please -ensure that your startpage.pstpl files contains a <body> tag, -even though many browsers do not require strict adherence to the W3 -HTML stanards, the LimeSurvey script needs to find a <body> tag, -to run certain javascript elements. It is not expected that many -'keywords' will be used in the startpage.pstpl file, however you may -wish to put the {SURVEYNAME} into the title.
      -The startpage.pstpl file can contain code that ends in the -corresponding endpage.pstpl file, so you can start a table in this file -and close the table in the endpage.pstpl file.
      -The startpage.pstpl and endpage.pstpl files wrap around every possible page used by LimeSurvey.
      -
    • -
    • -survey.pstpl
      -This template is the second used on most pages, and provides a space to -put the survey name and description. This template does not have a -corresponding 'closing' template, and subsequently you should close all -tags opened in this template file (ie: don't leave a table open here -because there is nowhere else to close it)
      -
    • -
    • -welcome.pstpl
      -This template is only used in the welcome screen (which is also on the -main page for 'all in one' surveys). You can use this to print out the -welcome text, and other information that should be provided in the -introduction. Like the 'survey.pstpl' file, there is no corresponding -'closing' template, so all tags opened in this template file should be -closed as well.
      -
    • -
    • -startgroup.pstpl
      -This template can provide a 'summary' wrap around for questions within -a group. It has a matching 'endgroup.pstpl' template that can be used -to close any opened tags in this file, so you can open a table within -this.
      -
    • -
    • -groupdescription.pstpl
      -This template file is used to display a description of a group. It is -separate to the startgroup.pstpl file because in a "question by -question" survey it will be displayed on its own unique page in between -groups, whereas in a "group by group" or "all in one" survey it -provides a header to the subsequent questions. groupdescription.pstpl -does not have a corresponding 'closing' template file, so all tags -should be closed.
      -
    • -
    • -question.pstpl
      -This file contains the question, answer and help text sections of your -survey, and in the "group by group" and "all in one" surveys this -template is cycled repeatedly with each question. There is no -corresponding closing file for this and all tags should be closed.
      -
    • -
    • -submit.pstpl (and privacy.pstpl)
      -This page is the penultimate page for all types of survey (except the -"all in one" type) where the participant is given an option to review -questions before submitting their responses. It provides privacy -information where a survey is anonymous, which it extracts from the -privacy.pstpl file.
      -
    • -
    • -completed.pstpl
      -This page is displayed as the final page when the survey responses have -been saved and the survey is over. It can be used to display a -"forwarding link" as set in the survey setup.
      -
    • -
    • -endgroup.pstpl
      This file closes the group, and can be used to close off any tags opened in the startgroup.pstpl file
      -
    • -
    • -navigator.pstpl
      -This file contains the buttons that navigate through the survey, -"next", "prev", "last", "submit", "save so far"  and the "clear -all" link. It is used in all pages except the completed page.
      -
    • -
    -
    -
    - - - - - - - -
    -

    -Page Structure / Template Use -

    -
    -

    -The Welcome Page: -

    -
    -
    - - - - - - - - - - - - - -
    -startpage.pstpl -
    -welcome.pstpl -
    -navigator.pstpl -
    -endpage.pstpl -
    -
    -
    -

    -

    The Questions Pages: -

    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    -startpage.pstpl -
    -survey.pstpl -
    -startgroup.pstpl -
    -groupdescription.pstpl -
    -question.pstpl -
    -endgroup.pstpl -
    -navigator.pstpl -
    -endpage.pstpl -
    -
    -
    - -

    -

    The Submit Page:  -

    -
    -
    - - - - - - - - - - - - - - - - -
    -startpage.pstpl -
    -survey.pstpl -
    -submit.pstpl
    (privacy.pstpl)
    -
    -navigator.pstpl -
    -endpage.pstpl -
    -
    -
    -

    -

    The Final Page: -

    -
    -
    - - - - - - - - - - -
    -startpage.pstpl -
    -completed.pstpl -
    -endpage.pstpl -
    -
    -

    -
    -
    -
    -
    -

    -  -

    -
    -KEYWORDS -

    -Keywords are words within a template -file that get replaced by survey information during a survey. The are -all surrounded by curly brackets (like this: {SURVEYNAME} -

    -

    -Any keyword can be placed in any -template file, although if the script has not yet developed the -replacement text it will simply be removed and nothing will display in -the survey. This means, for example, that it would be pointless to put -the {QUESTION} keyword in the startpage.pstpl file, because the scripts -will not yet have the question to put there. -

    -

    -The following table lists the keywords you can use, and the template files where they will work properly. -

    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -KEYWORD - -TEMPLATE FILES - -DESCRIPTION -
    -{SURVEYNAME} - -All files - -The survey title -
    -{SURVEYDESCRIPTION} - -All files - -The survey description -
    -{PERCENTCOMPLETE} - -survey.pstpl - -A small graph showing the percentage of the survey completed -
    -{WELCOME} - -All files (mainly for welcome.pstpl) - -The survey 'welcome' text -
    -{NUMBEROFQUESTIONS} - -welcome.pstpl - -Displays the total number of questions in the survey (just the number) -
    -{THEREAREXQUESTIONS} - -welcome.pstpl - -Displays the sentence "There are X -questions in this survey" - from the relevant language file. The X is -replaced with the number of questions. Note that this will also work -appropriately for singular or plural. If there is only 1 question, it -will print "There is 1 question in this survey". -
    -{GROUPNAME} - -startgroup.pstpl, groupdescription.pstpl, endgroup.pstpl - -Displays the current group name -
    -{GROUPDESCRIPTION} - -startgroup.pstpl, groupdescription.pstpl, endgroup.pstpl - -Displays the current group description -
    -{QUESTION} - -question.pstpl - -Displays the current question text -
    -{QUESTION_CODE} - -question.pstpl - -Displays the current question code -
    -{ANSWER} - -question.pstpl - -Presents the answer form for the current question -
    -{QUESTIONHELP} - -question.pstpl - -Displays help text for the current question -
    -{NAVIGATOR} - -navigator.pstpl - -Displays navigation buttons (next, prev, last) -
    -{CLEARALL} - -All files (but intended for navigator.pstpl) - -Displays the "Exit and Clear Results" link -
    -{SUBMITBUTTON} - -submit.pstpl - -Displays the final submit button -
    -{COMPLETED} - -completed.pstpl - -Displays the 'completed' message -
    -{URL} - -completed.pstpl - -Displays the survey 'url' and 'url text' -
    -{PRIVACY} - -submit.pstpl - -Displays privacy information when survey is anonymous -
    -{TEMPLATEURL} - -All files - -Replaces with the http URL location -of your template files. Use this of insertion of graphics into your -template. ie: instead of:
    <img src='http://your.domain.com/surveyor/templates/mytemplate/me.jpg'>
    -you could put
    <img src='{TEMPLATEURL}me.jpg'>
    -Note that the replacement string includes the trailing slash.
    -
    {SAVE}All files (but intended for navigator.pstpl)Displays -the 'Save your responses so far' button to offer the user to save and -come back later to continue the survey. If the Save option is -deactivated in the survey properties the tag will not be shown and -ignored.
      -
    -
    -
    -CSS / Cascading Style Sheets -

    -Each "input" type in a survey has been given its own -class name, so that you can add CSS to your "startpage.pstpl" file, and -have some control over the appearance of form buttons and inputs. These -class names are as follows: -

    -
      -
    • -submit (Submit Buttons) -
    • -
    • -text (Text Inputs - for short free text, date and numerical type) -
    • -
    • -radio (Radio Buttons) -
    • -
    • -checkbox (Check Boxes) -
    • -
    • -select (Select / List Boxes) -
    • -
    • -textarea (Large text inputs - for long free text) -
    • -
    • -clearall (The "Exit and Clear Survey" link) -
    • -
    • -rank (The rank style -question. Doesn't set the colour of the select box or the text boxes -(these are set by relevant section above) but does allow changing of -background colour, text colour and size etc for the rest of the ranking -question) -
    • -
    • -graph (The "percentage completed" graph table) -
    • -
    • -innergraph (The table inside the graph table - this contains the 0% and 100% text. Use this for changing the size of this text -
    • -
    • -question (General -settings for any question that is displayed within a table. Generally -you should use this to make sure that their font size and colour is the -same as you have used elsewhere as a default) -
    • -
    • -array1 and array2 -(These two styles are cycled when presenting the range of answers for -an array type question. This allows you to set an alternating -background colour for these question types. Array 1 is also used for -the column headings in these question types. -
    • -
    • -errormandatory sets the colour and style of the "This question is mandatory" error message. -
    • -
    -

    -An example of using these classes with style sheets can be found in the "bubblegum" template that comes with the package. -

    -

    -Of course, because you can edit all the other HTML -aspects, there's no reason why you should surround various parts of -your template with a <div class='scarey'> and then set your own -css with that. -

    -
    -Other Template Files -

    -The chart.jpg file is a simple -1pixel image file which is used to create the progress bar image in the -'PERCENTCOMPLETE' table. If it does not exist, LimeSurvey will use the -default 'maroon' coloured image in the public directory, however if you -want to create one to match your own colour scheme (which would make -sense really), then you should save it here. Remember it should be a -jpeg file, and 1 pixel x 1 pixel, in whichever colour you want. -

    -

    -The privacy.pstpl, invitationemail.pstpl, reminderemail.pstpl and confirmationemail.pstpl are -no longer used by LimeSurvey and defaults are instead set in the -applicable language files. The email messages can now be edited on a -survey by survey basis. -

    -
    Specialties for Developers

    Starting with version 0.99 LimeSurvey has integrated some user-made patches, which will be described here.

    Basic CMS Integration support

    To be able to integrate LimeSurvey into another CMS use the following options in config.php:

    // Set $embedded to true and specify the header and footer functions if the survey is to be displayed embedded in a CMS

    $embedded = false;
    $embedded_inc -= "";            -    // path to the header to include if any
    $embedded_headerfunc = "";        // e.g. COM_siteHeader for geeklog
    $embedded_footerfunc = "";        // e.g. COM_siteFooter for geeklog

    Set $embedded to true to enable CMS-embedding. By using the $embedded_inc variable you can include own php files.
    By -setting $embedded_headerfunc oder $embedded_footerfunc you can call -functions from your included files that output the according headers or -footers instead of LimeSurveys own ones.


    Support for your own Javascript functions
    Some users may need to run Javascript on the survey pages, but calling -checkconditions() in the BODY element made it impossible to tie in any -custom code.
    This call was replaced with a small JS function in the HEAD that sniffs -for the existence of checkconditions() and template_onload() before -calling each.
    This way a template author can create his/her own -template_onload() function in the HEAD.
    -
    - \ No newline at end of file diff --git a/locale/en/help/tokens.html b/locale/en/help/tokens.html deleted file mode 100644 index 1e8e425e36d..00000000000 --- a/locale/en/help/tokens.html +++ /dev/null @@ -1,354 +0,0 @@ - - -

    You are currently viewing the -Token Control section of LimeSurvey.

    - -

    From this point you can view and -edit the tokens for your survey.

    - -

    What -are tokens
    -Display Tokens
    -Add New Token Entry
    -Import/Upload CSV File
    -Email Invitation

    -Send -Reminder
    -Generate Tokens

    - -

    The following options are -available from the tokens control main menu bar:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - Home Click here to close the token control window and view the - standard administration screen for your survey.
    -Summary: Click - here to view a sumary of entries in your tokens table, and to access some - general database administration features, such as:
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Set all - entries to 'N' invitation sent:
     Deletes all records of - invitations sent out. Usually done if something goes wrong with your - email of invitations and you want to try it again.
    Delete - all unique token numbers:
     Delete all generated - token numbers
    Delete - all token entries:
     Clear the tokens table - completely
    Drop - tokens table:
     Remove tokens from your - survey. The survey would then be accessible to all.
    -
    -Display - Tokens: Click here to - display all token entries
    -Add new - token entry: Click - here to add a new participant to the tokens table.
    -Import - Tokens File: Click - here to import a CSV file containing names and email addresses. The CSV file - must be a standard comma delimited file with no quotations. The first row is - interpreted as a header row. Order of data should be: Firstname, Lastname, - Email, [token]. The token field is optional.
    -Import - Users from LDAP: Click - here to import a users' names and email addresses from an LDAP directory. - This feature has to be enabled by the administrator in config.php to be available. - It is also up to the administrator to setup Ldap queries in config-ldap.php. -
    - - Send email invitation: Click here to send email invitations to the - participants listed in your tokens table.
    -Send email - reminder: Click here - to send email reminders to the participants listed in your tokens table. - Reminders are only sent to participants who have already been sent an - invitation.
    -Generate - Tokens: Click here to - generate unique random token numbers for your participants. Although you can - manually create token numbers, or import them from a CSV file, it is usually - recommended that you use this feature as it ensures that there are no - duplicate entries.
    -Drop Tokens - Table: Click here to - drop the tokens table and remove tokens from your survey. The survey would - then be accessible to all.
    - -

    What are "tokens"
    -Tokens are a system you can use to have a controlled survey. A controlled survey -allows you to have a list of 'participants', or people who have been invited to -respond to the survey, and then control their access to the survey. Each -participant is issued with a unique token number. This token number gives the -participant access to the survey.

    - -

    When tokens are activated for -your survey, the only people who can access the public survey are those who have -a 'token' that matches an entry in this table. Using the tokens control section -of LimeSurvey you can add, remove and modify these token entries.

    - -

    The LimeSurvey tokens system -allows you to track who has access to your survey, send out invitations and -reminders to those participants, and see if they have responded. If you make -your survey non-anonymous (or tracked) you can also match responses to the token -entry.

    - -

    -Display Tokens
    -When displaying tokens, you can see all your entries (in lots of 50, or as -determined by you). The top section of the display is the Data View -Control menu bar. This menu bar gives you the following options:

    - - - - - - - - - - - - - - - - - - -
    -Show start: - Click here to view entries from the beginning of your list.
    -Show last: - Click here to view the previous lot of entries.
    - - Show next: Click here to view the next lot of entries.
    -Show last: - Click here to view the very last entries in your list.
    - -

    -You are also able to set the number -of tokens displayed, and the starting point of your records using the "Records -Displayed:" and "Starting From:" fields, then clicking on "Show".

    - -

    -Sorting Display
    -At the top of each column when -displaying tokens, is the name of the field and the 'sort' icon (). -Clicking on the sort icon will re-order the display of tokens, sorted -alphabetically by that column.

    - -

    -Actions
    -
    A set of actions can be performed with each individual token entry. These -actions are listed below:

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Edit Entry: - Click here to edit this entry.
    - Delete Entry: - Click here to delete this entry.
    - Do Survey: - Click here to do the survey using this token.
    - View - Response: - Click here to view the response made by this participant (only available - where applicable).
    - Invite: - Click here to send an invitation to this participant only.
    - Reminder: - Click here to send a reminder invitation to this participant only.
    - -

    - -Add -new token entry
    -
    - -With this screen you can create a new token entry, adding an extra participant -to the list of people who can access the survey. The fields available are:
    -Firstname: The participants first name
    -Lastname: The participants last name
    -Email: The participants email address
    -Token: The participants unique token. While you can create your own at -this point, it is better to use the "Generate tokens" feature later, and leave -this blank.
    -Invite Sent?: If a "Y" is in this field, the participant will not be sent -an invitation email when you choose "Invite". If anything else is in here, the -invitation email will be sent.
    -Completed?: If a "Y" is in this field, the participant will not be able -to use the token. When a participant completes the survey, this field is changed -to "Y".

    - -

    -There are no mandatory fields in the -'add new token' screen. You can include as much or as little information as you -want. There is no duplicate entry control either, so it is possible to have the -same name over and over again.

    - -

    -Import/Upload CSV File
    -With this feature you can import a CSV file containing names and email addresses -for use in your LimeSurvey survey. The CSV file must be saved as a comma -delimited file, without quotation marks and the very first line is always -interpreted as a header row, so if your file doesn't have a header row, the -first row will be lost! Your file should look something like this:

    - -
    -
    - - - - -
    Firstname, Lastname, Email, Token
    - Jason, Cleeland, jason@cleeland.org,
    - Bob, Jones, bob@cleeland.org,
    -
    -
    - -

    Note that the final column -(token) is optional. You can import your own token numbers - this may be useful -if you want to use another methodology for generating tokens. For example, if -you are a membership based organisation you could import your members membership -number as their token.

    - -

    -Email Invitation
    -Use this feature to send invitation emails to all participants in your tokens -table. Before sending an email, LimeSurvey checks each entry to ensure that the -following conditions are met:
    -a) Email address exists
    -b) Token has been generated
    -c) An invitation has not already been sent
    -d) Participant has not yet completed the survey

    - -

    Each invitation is personalised, -and is merged with information from the tokens table. You are given the option -of modifying the subject and text of your email before it is sent out. To use -information from the tokens table in the body of your email, use the following -'merge' codes:
    -{FIRSTNAME}: First name
    -{LASTNAME}: Last name
    -{SURVEYNAME}: The name of your survey
    -{ADMINNAME}: The name of the survey administrator
    -{ADMINEMAIL}: The email address of the survey administrator

    - -

    For example, if your message -reads "Dear {FIRSTNAME} {LASTNAME} here is a survey called {SURVEYNAME} for you -to try. Love {ADMINNAME}" The recipient will receive an email that looks -something like this: "Dear Saddam Hussein here is a survey called What I Did On -My Holidays for you to try. Love Jason Cleeland".

    - -

    -Send Reminder
    -Use this feature to send reminder emails to all participants in your tokens -table. Before sending an email, LimeSurvey checks to ensure that the following -conditions are met:
    -a) Email address exists
    -b) Token has been generated
    -c) An invitation has already been sent out
    -d) Participant has not yet completed the survey

    - -

    -Generate Tokens -
    -Use this feature to generate unique random token numbers for each entry in the -tokens table that does not have a token.

    diff --git a/locale/en/help/users.html b/locale/en/help/users.html deleted file mode 100644 index 88608daea03..00000000000 --- a/locale/en/help/users.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - -

    You are currently viewing the -User Control section of LimeSurvey.

    - -

    From this point you can view and -edit the security settings and user access rights for your script.

    - -

    LimeSurvey security settings -rely on the Apache directory security system. If you are not using the Apache -web surver, you cannot use these security settings and you should initialise -directory security using your servers standard methods.

    - -

    Initialising Security
    -
    The first time you run security from LimeSurvey, it will 'initialise' -the security settings. When it 'initialises', it creates a '.htaccess' file in -your admin directory that restricts access to the admin directory to only those -users in the '.htpasswd' file. The initial username and password are determined by -the 'default' settings in your config.php file. Once you have initialised -security succesfully, your browser will ask for this username and password -before allowing you to continue using the administration scripts of LimeSurvey.

    - -

    Adding Users
    -Once you have initialised security and 'logged in', you will be able to view the -existing users on your system, add new users, delete users or modify users. This -is fairly straight forward. In the list of users that displays, click on the -"edit" button to modify an entry, or the "del" button to delete it. If there is -only one entry in the user table you will not be able to delete that.

    - -

    - -Turning Off Security
    -
    To turn off LimeSurveys -security settings, click on the "Turn Off Security" button. This will delete the -htpasswd, htaccess file and all user information from the directories.

    - -

    Limitations of LimeSurvey -Security
    -Until a more flexible security system is implemented, it should be remembered -that the LimeSurvey security settings are an 'all-or-nothing' affair. Users -either have access to ALL administration functions, or they have none. -Eventually a system is planned that allows you to set levels of access. Note -especially that the user security feature is accessible to all users, including -the PLAIN-TEXT PASSWORDS.

    - -

    Troubleshooting
    -If you are having trouble setting up security:

    - - - - - -
    1.Make sure you have - read/write permissions in the admin directory. LimeSurvey needs to be able - to create a .htpasswd and .htaccess file here.

     

    - \ No newline at end of file diff --git a/locale/es/help/admin.html b/locale/es/help/admin.html deleted file mode 100644 index 559d935113d..00000000000 --- a/locale/es/help/admin.html +++ /dev/null @@ -1,118 +0,0 @@ - - -

    Administración:
    - Actualmente está viendo la sección general de administración - de LimeSurvey. No ha seleccionado ninguna encuesta para ver/editar.

    -

    Desde este punto podrá - controlar la configuración general de LimeSurvey. También puede - crear nuevas encuestas, seleccionar una encuesta - existente para ver o modificar, modificar opciones de seguridad y verificar - la integridad de la base de datos.

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Inicio: - Pulse en este icono para cerrar la encuesta actual y ver sólo - la barra de administración.
    - Seguridad: - Pulse en este icono para cambiar las opciones de seguridad.
    - Problemas de Seguridad: - Si no tiene las opciones de seguridad habilitadas, este icono aparecerá.
    - Verificación - de la Base de Datos: Pulse en este icono para realizar una - verificación de la base de datos para comprobar que todos los campos - y tablas existan.
    -Modificar/Agregar - Conjuntos de Etiquetas: - Pulse en este icono para modificar, crear o borrar el conjunto de - etiquetas utilizadas en las preguntas de tipo flexible.
    - Agregar Encuesta: - Pulse en este icono para crear una nueva encuesta o para importar - una encuesta desde un archivo.
    -

    Encuesta
    - Grupo
    - Pregunta
    - Respuesta
    -
    -
    - Agregando una Nueva Encuesta
    - Pulse en el icono
    - para agregar un nuevo grupo de preguntas a la encuesta.

    -

    La pantalla para agregar una nueva - encuesta permite completar los detalles básicos de una encuesta, así - como elegir un número de opciones de presentación, y opciones más - generales. Desde esta pantalla también se puede importar una encuesta - previamente exportada.

    -

    Los detalles de la encuesta incluyen - Título Corto: que es el título corto de la encuesta, una - Descripción: que puede ser una descripción detallada de la - encuesta, un Mensaje de Bienvenida: el cual es presentado al inicio de - la aplicación de la encuesta, los campos Nombre del Administrador - y el Correo Electrónico del Administrador que son utilizados para - indicarle a los usuarios a quién dirigirse en caso que tengan preguntas acerca - de la encuesta y también son utilizados como la dirección de retorno - para el envío de invitaciones por correo electrónico, el campo - Nº Fax: que permite la entrada de un número de fax que aparecerá - en la versión imprimible de la encuesta, un campo URL de Salida: - que es utilizado al final de la encuesta para que poder redirigir a los participantes - a otro sitio después de completar la encuesta, y un Texto del URL: que - es el texto que aparecerá con el enlace URL de Salida.

    -

    Las opciones de presentación - son Formato: que permite elegir cómo se presentará la encuesta, - si todas las preguntas en una sola página, por grupo, o pregunta por - pregunta, Plantilla: que permite elegir entre varias plantillas pre-definidas - para cambiar los colores, tamaños, etc. de la encuesta, e Idioma: - que permite elegir entre varios idiomas para mostrar adecuadamente los textos - de la encuesta.

    -

    Finalmente, hay unas opciones generales - adicionales de las cuales elegir. Por defecto la encuesta será Anónima, - pero se puede elegir que una encuesta NO sea anónima, lo que significa - que las contestaciones estarán ligadas a una tabla de tokens, y se podrán - rastrear respuestas individuales a personas en particular. Estampado de Fecha: - permite agregar entradas hora/fecha a cada contestación para que se pueda - mantener un registro de cuándo se completó una encuesta. La Fecha - de Expiración: es la fecha de cuando la encuesta expirará - y no podrá ser accesada más. Si se deja este campo en blanco, - la encuesta nunca expirará.

    -

    La opción de ¿Utilizar - Cookies? permite de una forma muy básica controlar el acceso a la - encuesta si no está utilizando tokens. Poner esta opción en - 'Sí' significa que cuando el participante termine exitosamente la encuesta, - una 'cookie' es almacenada en su computadora indicando que ya ha contestado. - La siguiente vez que intente contestar la encuesta utilizando la misma computadora - no podrá hacerlo. Cabe notar que este método de acceso es muy - básico, y no muy astuto. Si dos personas distintas intentan contestar - la encuesta desde la misma computadora, este método sólo permitirá - a la primer persona contestarlo. Una misma persona podrá contestar la - encuesta más de una vez utilizando computadoras distintas (las cuales - no hayan sido utilizadas anteriormente para contestar la encuesta). Así - que debe estar consciente de estas circunstancias antes de utilizar este método.

    -

    Importando una Encuesta
    - Se puede utilizar el campo 'Seleccionar Archivo SQL' en la parte inferior de - la pantalla para importar una encuesta. Pulsando en 'examinar' elija un archivo - SQL (previamente generado por LimeSurvey) que contenga la encuesta a importar, - dando clic posteriormente al botón 'Importar Encuesta'.

    -

     

    diff --git a/locale/es/help/answer.html b/locale/es/help/answer.html deleted file mode 100644 index bf31d265bef..00000000000 --- a/locale/es/help/answer.html +++ /dev/null @@ -1,70 +0,0 @@ - - -

    -Administración
    -Encuesta

    - -Grupo
    -Pregunta

    - -

    Actualmente está - viendo la sección de administración de respuestas de LimeSurvey.

    - -

    Desde aquí se puede ver, - modificar y cambiar el orden de las respuestas para esta pregunta en particular - de la encuesta.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - Botones:

    Mover - hacia arriba la respuesta: - Pulse aquí para mover la posición de la respuesta hacia - arriba.
    - - Mover - hacia abajo la respuesta: - Pulse aquí para mover la posición de la respuesta hacia - abajo .
    - - Guardar - los cambios: Pulse - aquí para guardar los cambios realizados a la respuesta.
    - - Borrar - respuesta: Pulse - aquí para borrar esta respuesta.
    - - Agregar - respuesta: Pulse - aquí para agregar una nueva respuesta.
    - - - Corregir Orden: Pulse aquí para corregir cualquier problema - que pudiera tener con el orden de las respuestas.
    diff --git a/locale/es/help/group.html b/locale/es/help/group.html deleted file mode 100644 index 835e8dbd9f4..00000000000 --- a/locale/es/help/group.html +++ /dev/null @@ -1,68 +0,0 @@ - - -

    -Administración
    -Encuesta

    - -

    Grupo:
    - Actualmente está en la sección de administración de - grupos de LimeSurvey.

    - -

    Desde aquí podrá - ver y controlar este grupo de preguntas en particular de la encuesta. Además - podrá agregar nuevas preguntas - al grupo o seleccionar una pregunta existente para ver o modificar.

    - - - - - - - - - - - - - - - - -
    -

    - Botones:

    - - Modificar Grupo: Pulse en este icono para modificar los - detalles del actual grupo
    - - Borrar Grupo: Pulse en este icono para borrar el grupo. Este botón - solo aparecerá si no hay preguntas en el grupo.
    - - Agregar Pregunta: Pulse en este icono para agregar una nueva - pregunta a este grupo. Este botón no estará disponible una - vez que la encuesta haya sido activada.
    -

    -Grupo
    -Pregunta
    -Respuesta

    -

    Adición de - una Nueva Pregunta
    - Pulse en el icono
    - para agregar una nueva pregunta al grupo.

    -

    Se pueden agregar cuantas preguntas - como se requieran en cada grupo. Cuando se pulse en el icono de "Agregar - Nueva Pregunta", se presentará una pantalla donde se deberá - agregar un Código: este campo es obligatorio, y se utiliza para - determinar el orden en el que deben aparecer la preguntas dentro de un grupo. - El código de la pregunta puede tener hasta 5 caracteres. Las preguntas - son ordenadas alfabéticamente. El campo Pregunta: puede ser tan - largo como sea necesario y en realidad contiene la pregunta que será - presentada al participante. En el campo de Ayuda: se puede agregar el - mensaje de ayuda que aparecerá debajo de la pregunta y de las respuestas - asociadas. El campo Tipo: una lista desplegable que contiene los diferentes - tipos de preguntas disponibles. Puede encontrar una explicación detallada de estos tipos - en el manual. Se puede hacer que una pregunta sea Obligatoria: - para asegurar que el participante no pueda pasar la pregunta sin haberla contestado. - En algunos tipos de preguntas podrá indicar un 'Sí' o un 'No' - en el campo Otro: En estos casos, la pregunta tendrá una respuesta - 'Otra' adicional.

    diff --git a/locale/es/help/labels.html b/locale/es/help/labels.html deleted file mode 100644 index 4baba3350cb..00000000000 --- a/locale/es/help/labels.html +++ /dev/null @@ -1,56 +0,0 @@ - - -

    - Administración de Conjuntos de Etiquetas:
    - Actualmente está viendo la sección Etiquetas de la pantalla de - administración de etiquetas.

    -

    Desde aquí podrá - (normalmente) agregar, borrar o modificar las etiquetas dentro de un 'conjunto - de etiquetas'. Las etiquetas consisten de un 'código', y un 'título'. - El código no será visible por el participante pero es utilizado - para almacenar las respuestas. Se puede modificar el orden en el cual aparecen - las etiquetas utilizando los botones "Arriba" y "Abajo". - La etiqueta con posición superior aparecerá a la izquierda, y - la de menor posición a la derecha.

    -

    Si un conjunto de etiquetas esta - siendo utilizado por una encuesta, esta pantalla mostrará un aviso de - precaución sugiriendo que al agregar o borrar elementos puede traer - problemas. Debido a que las etiquetas pueden ser compartidas entre más de - una encuesta o pregunta, modificar un conjunto de etiquetas debe tomarse - con precaución para asegurar que no se eche a perder alguna otra encuesta.

    -

    Si un conjunto de etiquetas está - siendo utilizado por una encuesta activa, no se podrá agregar, borrar - o cambiar el código de los elementos. Aunque sí se podrá modificar - el texto del 'Título' o cambiar el orden en el que aparecen los títulos.

    - -

    Las siguientes opciones están - disponibles en la barra de herramientas de etiquetas:

    - - - - - - - - - - - - - -
    -Modificar - Conjunto de Etiquetas: - Pulse en este icono para modificar el nombre del conjunto que actualmente - se esté viendo.
    -Borrar Conjunto - de Etiquetas: Pulse - en este icono para borrar el conjunto incluyendo todas las etiquetas. - No se podrá borrar un conjunto si actualmente está siendo - utilizado por una encuesta, activa o no.
    -Exportar Conjunto - de Etiquetas: Pulse - en este icono para hacer una copia del conjunto de etiquetas y - poder compartirlas con otros usuarios de LimeSurvey.
    -

     

    -

     

    diff --git a/locale/es/help/labelsets.html b/locale/es/help/labelsets.html deleted file mode 100644 index ca9e5b23b86..00000000000 --- a/locale/es/help/labelsets.html +++ /dev/null @@ -1,89 +0,0 @@ - - -

    - Administración de Conjuntos de Etiquetas:
    - Actualmente está en la sección de Administración - de Conjuntos de Etiquetas de LimeSurvey.

    -

    Desde aquí se pueden crear, - modificar o borrar Conjuntos de Etiquetas para ser utilizadas en preguntas de - tipo 'etiquetas flexibles'. Los Conjuntos de Etiquetas permiten predefinir una - serie de opciones en contra de las cuales varias respuestas se pueden verificar. - Por ejemplo, en muchas encuestas se querrá preguntar al participante - por una respuesta a una sentencia o escenario en particular y darle una - lista de opciones para cada una. Un ejemplo se muestra a continuación:

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Por - favor indique cuánto acepta las siguiente sentencias:
     En
    - nada
    EscasamenteImparcialMedianamenteAbundantemente
    Soy una persona muy rara
    Me gusta la nieve
    El azul es un color bello
    -
    -

    Al utilizar Conjuntos de Etiquetas - se pueden crear títulos de columna para este tipo de preguntas.

    -

    Las siguientes opciones están - disponibles en la barra de herramientas de conjuntos de etiquetas:

    - - - - - - - - - -
    - Inicio: - Haga en este icono para regresar a la pantalla de administración - de LimeSurvey.
    - Agregar Conjunto - de Etiquetas: Haga en este icono para crear un nuevo conjunto - de etiquetas o para importar desde archivo.
    -


    - Agregando un Nuevo Conjunto deEtiquetas
    - Haga en el icono
    - para crear o importar un nuevo conjunto de etiquetas.

    -

    Un conjunto de etiquetas requiere - sólo de un nombre. A cada etiqueta se le asigna automáticamente un - único número "LID" (LabelSet ID, Identificador del Conjunto de Etiquetas). - Se pueden crear conjuntos con nombres iguales, aunque esto no es recomendable. - Los conjuntos de etiquetas pueden ser distinguibles uno de otro por su número - LID.

    -

    Importando Conjuntos de Etiquetas
    - Se puede utilizar la opción de Importar Conjunto de Etiquetas en la parte - inferior de la pantalla. Se da clic en 'explorar' y se elige un archivo SQL, previamente - generado por LimeSurvey, que contenga un conjunto de etiquetas.

    -

     

    diff --git a/locale/es/help/question.html b/locale/es/help/question.html deleted file mode 100644 index a27750e6827..00000000000 --- a/locale/es/help/question.html +++ /dev/null @@ -1,88 +0,0 @@ - - -

    -Administración
    -Encuesta

    - -Grupo

    - -

    Actualmente está - viendo la sección de administración de preguntas de LimeSurvey.

    - -

    Desde aquí podrá - ver y modificar esta pregunta de la encuesta en particular. Si a su pregunta - se le pueden agregar preguntas individuales, también - se puede lograr esto desde esta pantalla. También se pueden establecer - condiciones acerca de si se debe mostrar la pregunta o no al dar clic en el - icono de condiciones.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - Botones:

    - - Modificar Pregunta: Pulse en este icono para modificar los - detalles de la pregunta actual.
    - - Borrar Pregunta: Pulse en este icono para borrar la pregunta - actual. Este botón aparecerá solo si la pregunta no tiene - asignadas respuestas.
    - - Exportar Pregunta: Pulse en este icono para exportar la - pregunta, incluyendo todas las respuestas, a un archivo.
    - - Copiar Pregunta: Pulse en este icono para hacer una copia - de la pregunta actual, incluyendo todas las respuestas, dentro de la misma - encuesta.
    - Aplicar - Condiciones: Pulse - en este icono para utilizar el diseñador de condiciones para establecer - condiciones a esta pregunta.
    - Respuestas: - Pulse en este icono para agregar/modificar/borrar y modificar el - orden de las respuestas de la pregunta.
    -

    -Respuesta

    -

    - Respuestas
    -
    Pulse en el icono - para - agregar, editar, mover o borrar respuestas de la pregunta.

    -

    Este icono sólo estará - disponible cuando la pregunta sea de tipo 'Lista', 'Opción Múltiple' - o 'Arreglo'. Estos tipos de preguntas requieren que se introduzca una serie de respuestas.

    -

    Condiciones
    - Pulse en el icono - para establecer, modificar o borrar condiciones que puedan aplicarse a la pregunta.

    -

    Este icono mostrará - la ventana 'Diseñadora de Condiciones', que permite establecer si debe mostrarse la - pregunta o no. El aplicar una condición a una pregunta - significa que la pregunta NO SERÁ MOSTRADA AL MENOS QUE ESA CONDICIÓN - SE SATISFAGA POSITIVAMENTE.

    diff --git a/locale/es/help/survey.html b/locale/es/help/survey.html deleted file mode 100644 index 2d846532c63..00000000000 --- a/locale/es/help/survey.html +++ /dev/null @@ -1,140 +0,0 @@ - - -

    -Administración

    - -

    Encuesta:
    - Actualmente está viendo la sección administración de - encuestas de LimeSurvey.

    - -

    Desde este punto podrá - ver y controlar la configuración general de la encuesta. - También puede agregar nuevos grupos - o seleccionar un grupo existente para ver o modificar.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - Botones:

    - - Encuesta Activa: Este icono aparecerá si la encuesta - ha sido activada y está lista para guardar contestaciones.
    - - Desactivar Encuesta: Pulse en este icono para desactivar - una encuesta activa.
    - - Encuesta inactiva: Este icono aparece si la encuesta no ha - sido activada.
    - - Activar Encuesta: Pulse en este icono para activar una encuesta - inactiva.
    - - Contestar/Probar Encuesta: Pulse en este icono para contestar - la encuesta (o probarla en caso que no esté activa)
    - - Entrada de Datos: Pulse en este icono para ver la pantalla - de entrada de datos. Esta pantalla se diseñó para la re-captura de - encuestas elaboradas en papel.
    - - Versión Imprimible: Pulse en este icono para ver - una versión imprimible de la encuesta para ser contestada en papel.
    - - Modificar Encuesta: Pulse en este icono para modificar los - detalles de la encuesta actual.
    - - Borrar Encuesta: Pulse en este icono para borrar la encuesta. - Este botón aparece sólo si la encuesta no tiene grupos.
    - - Exportar Encuesta: Pulse en este icono para exportar la - encuesta incluyendo todos los grupos, preguntas, respuestas y condiciones - a un archivo.
    - - Examinar las Contestaciones: Pulse en este icono para examinar - las contestaciones de la encuesta. Esto sólo está disponible si la - encuesta está activa.
    - - Tokens: Pulse en este icono para manejar los tokens para - la encuesta actual.
    - - Agregar Grupo: Pulse en este icono para agregar un nuevo - grupo de preguntas a la encuesta.
    -

    -Grupo
    -Pregunta
    -Respuesta

    -

    - -Cómo agregar un Nuevo Grupo de Preguntas
    -
    Pulse en el icono - - para agregar un nuevo grupo de preguntas a la encuesta.

    -

    Todas las encuestas deben tener - por lo menos un grupo de preguntas. Los Grupos se utilizan para agrupar preguntas - que tengan algo en común. Un grupo tiene un nombre y descripción. - Cuando elige "Agregar Grupo" se le presentará una pantalla - donde deberá llenar dos campos. Nombre del Grupo: El título - del grupo. Este campo es obligatorio y debe ser rellenado, y también determina - la posición en la cual aparecerá el grupo cuando se esté contestando - la encuesta. Los grupos son ordenados alfabéticamente por su Nombre de Grupo, - por lo que se debe considerar nombrar los grupos en orden alfabético. - p.ej.: "A) Acerca de ti." , "B) Tus hobbies.". Descripción - del Grupo: Este campo es opcional, y puede ser utilizado para dar una - descripción del grupo que aparecerá al momento que los participantes - estén contestando la encuesta. Si no se dió una descripción - del grupo, cuando los participantes estén contestando la encuesta "Pregunta - por Pregunta", no se notará separación entre una pregunta - y otra cuando sean de distintas secciones (grupos).

    diff --git a/locale/es/help/tokens.html b/locale/es/help/tokens.html deleted file mode 100644 index bba70ab08dc..00000000000 --- a/locale/es/help/tokens.html +++ /dev/null @@ -1,349 +0,0 @@ - -

    Actualmente está - viendo la sección de Control de Tokens - de LimeSurvey.

    - -

    Desde aquí podrá - ver y modificar los tokens de la encuesta.

    - -

    Qué - son los Tokens
    - Mostrar Tokens
    - Agregar un Nuevo Token
    - Importar archivo CSV
    - Enviar Invitación (por email)
    - Enviar Recordatorio (por email)
    - Generar Tokens

    - -

    Las siguientes opciones están - disponibles desde la barra de herramientas de control de tokens:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Inicio: - Pulse en este icono para regresar a la pantalla de administración - de la encuesta.
    -Resumen: - Pulse en este icono para ver el resumen de los registros de la - tabla de tokens, y para acceder a algunas funciones generales de la administración, - tales como:
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Aplicar - a todos los registros 'N' invitación enviada:
     Borra todos los registros - para los cuales se han enviado invitaciones. Normalmente se hace cuando - algo ocurre mal con el correo electrónico de invitaciones y - se quiere intentar nuevamente.
    Borrar - tokens con número único:
     Borra todos los números - de tokens generados.
    Borrar - todos los registros de tokens:
     Vaciar completamente - la tabla de tokens.
    Eliminar - tabla de tokens:
     Quitar los tokens de - esta encuesta. Esta encuesta estará accesible a todo el mundo.
    -
    -Mostrar Tokens: - Pulse en este icono para mostrar todos los tokens.
    -Agregar un - Nuevo Token: Pulse - en este icono para agregar un nuevo participante en la tabla - de tokens.
    -Importar Archivo - de Tokens: Pulse - en este icono para importar un archivo CSV que contiene nombres y - direcciones de correo electrónico. Este archivo debe ser un archivo - separado por comas estándar sin comillas. La primera hilera - se interpreta como la cabecera. El orden de los datos debe ser: Nombre, - Apellido, Dirección de Correo Eletrónico, [token]. El token - es opcional.
    - Enviar Invitación - (por email): Pulse en este icono para enviar invitaciones por email a - los participantes listados en la tabla de tokens.
    -Enviar Recordatorio - (por email): Pulse - en este icono para enviar recordatorios por email a los participantes - listados en la tabla de tokens. Los recordatorios son sólo enviados a los - participantes que previamente se les había enviado una invitación.
    -Generar Tokens: - Pulse en este icono para generar tokens únicos aleatorios - para los participantes. Aún cuando se pueden crear los números - de tokens manualmente, o ser importados desde un archivo CSV, normalmente se - recomienda que se utilice este método ya que se asegura que no habrá - dos tokens duplicados.
    -Eliminar Tabla - de Tokens: Pulse - en este icono para eliminar la tabla de tokens. Esta encuesta estará - accesible a todo el mundo.
    - -

    Qué - son los "tokens"
    - Los tokens son un sistema que se puede utilizar para tener una encuesta controlada. - Una encuesta controlada permite tener una lista de 'participantes', o personas - que han sido invitadas a responder la encuesta, y después controlar el - acceso a la encuesta. Cada participante es asignado(a) un número de token - único. Este token da acceso a los participantes a la encuesta.

    - -

    Cuando se crean tokens para la - encuesta, las únicas personas que pueden acceder a ella son aquellas que tiene - un token que exista dentro de la tabla de tokens. Utilizando la sección - de control de tokens de LimeSurvey es posible agregar, borrar y modificar - estos tokens.

    - -

    El sistema de tokens de LimeSurvey - permite rastrear quién ha accedido a la encuesta, enviar invitaciones y recordatorios - a estos participantes, y ver quién ha respondido. Si se hace que la encuesta - sea NO anónima (o rastreada) se pueden verificar qué respuestas tuvo - qué token (o participante).

    - -

    Mostrar - Tokens
    - Cuando se muestren los tokens, se podrán ver todos los registros (en - tandas de 50, o como sea determinado por el administrador). La primera sección - de la pantalla es el menú Vista de Control de Datos. Este - menú tiene las siguientes opciones:

    - - - - - - - - - - - - - - - - - - -
    -Ir al inicio: - Pulse en este icono para ver la primera tanda de registros.
    -Mostrar previo: - Pulse en este icono para ver la tanda anterior de registros.
    - Mostrar siguiente: - Pulse en este icono para ver la siguiente tanda de registros.
    - Ir al final: - Pulse en este icono para ver la última tanda de registros.
    - -

    También es posible establecer - el número de tokens que se mostrará en cada tanda, y el punto de inicio utilizando - los campos "Registros mostrados:" y "Empezando desde:", - luego pulsando en "Mostrar".

    - -

    Ordenando los Tokens
    - Cuando se estén mostrando los tokens, en la parte superior de cada - columna se encuentra el nombre del campo y el icono de 'ordenamiento' - (). Al pulsar - en este icono los tokens se reordenarán, ordenados alfabéticamente - por esa columna.

    - -

    Acciones
    -
    Se pueden realizar un conjunto de acciones sobre cada token. Estas acciones - están listadas a continuación:

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Modificar - Token: Pulse aquí para modificar el token.
    - Borrar Token: - Pulse aquí para borrar este token.
    - Contestar - Encuesta: Pulse - aquí para contestar la encuesta utilizando este token.
    - Ver Contestación: - Pulse aquí para ver la contestación realizada por el participante - del token (solo disponible donde tenga sentido).
    - Invitar: - Pulse aquí para enviar una invitación solo a este participante.
    - Recordatorio: - Pulse aquí para enviar un recordatorio solo a este participante.
    - -

    Agregar - un Nuevo Token
    -
    En esta pantalla se puede - crear un nuevo token, agregando un participante extra a la lista de personas - que pueden acceder a la encuesta. Los campos disponibles son:
    - Nombre: El nombre del participante.
    - Apellido: El apellido del participante.
    - Email: Dirección de correo electrónico del participante.
    - Token: El token del participante (debe ser un valor único dentro - de la tabla de tokens). Aunque se puede crear un token en este punto, se sugiere - que se deje en blanco y que posteriormente se utilice la función "Generar - Tokens".
    - ¿Invitación Enviada?: Si aparece una "Y" en este - campo, no se le enviará una invitación al participante cuando - se elija la opción de "Invitar". Para cualquier otro valor, - si se le enviará una invitación
    - ¿Completado?: Si aparece una "Y" en este campo, el participante - no podrá utilizar el token. Cuando un participante contesta la encuesta, - este campo se cambia a "Y".

    - -

    No hay campos obligatorios en - la pantalla de 'agregar token'. Se puede incluir tanta información como - se desee. Tampoco hay control de duplicidad, por lo que hay posibilidad de que - se repita la misma persona.

    - -

    Importar - Archivo CSV
    - Con esta función se puede importar un archivo CSV que contenga nombres - y direcciones de correo electrónico para ser utilizados en una encuesta - LimeSurvey. El formato del archivo CSV debe ser separado por comas, sin - comillas y la primera fila siempre es interpretada como la cabecera del archivo, - por lo que si no se incluye la fila cabecera, ¡el primer renglón se perderá!. - El contenido del archivo debe tener la siguiente estructura:

    - -
    -
    - - - - -
    Nombre, Apellidos, Correo electrónico, Token
    - Jason, Cleeland, jason@cleeland.org,
    - Bob, Jones, bob@cleeland.org,
    -
    -
    - -

    Notese que la última columna - (token) es opcional. Se pueden importar tokens propios - esto puede ser útil - si se quiere utilizar otra metodología para la generación de tokens. - Por ejemplo, si se quiere utilizar la matrícula asignada en el instituto.

    - -

    Enviar - Invitaciones (por email)
    - Esta función permite enviar invitaciones por correo electrónico - a todos los participantes que aparecen en la tabla de tokens. Antes de enviar - un correo, LimeSurvey verifica que cada token cumpla con las siguientes condiciones:
    - a) Que la dirección de correo electrónico exista.
    - b) Que el token haya sido generado.
    - c) Que no se haya enviado una invitación anteriormente.
    - d) Que el participante no haya contestado la encuesta anteriormente.

    - -

    Cada invitación es personalizada, - y esta información es traída desde la tabla de tokens. Se da - la opción de modificar el Asunto y el Cuerpo del Mensaje del correo electrónico - antes de ser enviado. Para utilizar la información de la tabla de tokens - en el cuerpo del mensaje se deben utilizar los siguientes códigos:
    - {FIRSTNAME}: Nombre
    - {LASTNAME}: Apellido(s)
    - {SURVEYNAME}: El nombre de la encuesta
    - {ADMINNAME}: El nombre del administrador de la encuesta
    - {ADMINEMAIL}: La dirección de correo electrónico del administrador

    - -

    Por ejemplo, si el mensaje dice - "Hola {FIRSTNAME} {LASTNAME}, se le ha invitado a la encuesta {SURVEYNAME}, - tenga la bondad de contestarla. Atentamente {ADMINNAME}" El recipiente - recibirá un correo electrónico que se leerá de la siguiente - manera: "Hola Martín Rosas Morales, Se le ha invitado a la encuesta - Los Mejores Vinos del Mundo, tenga la bondad de contestarla. Atentamente José - Luis Ramírez".

    - -

    Enviar - Recordatorios (por email)
    - Esta función sirve para enviar recordatorios por correo electrónico - a todos los participantes que aparecen en la tabla de tokens. Antes de enviar - un correo, LimeSurvey verifica que cada token cumpla con las siguientes condiciones:
    - a) Que la dirección de correo electrónico exista.
    - b) Que el token haya sido generado.
    - c) Que se haya enviado una invitación anteriormente.
    - d) Que el participante no haya contestado la encuesta anteriormente.

    -

    Generar - Tokens
    - Esta funció genera números de tokens aleatorios únicos - para cada registro de la tabla de tokens que aún no tengan un token - asignado.

    - diff --git a/locale/es/help/users.html b/locale/es/help/users.html deleted file mode 100644 index e2fd57b410b..00000000000 --- a/locale/es/help/users.html +++ /dev/null @@ -1,70 +0,0 @@ - -

    Actualmente está - viendo la sección de Control de Usuarios - de LimeSurvey.

    - -

    Desde este punto se pueden ver - y modificar las opciones de seguridad y derechos de acceso al sistema de los usuarios.

    - -

    Las opciones de seguridad de LimeSurvey - dependen del sistema de seguridad de Apache. Si no se está utilizando - el servidor de web Apache, no podrá utilizar estas opciones de seguridad - y debe utilizar los métodos de seguridad del servidor de web que se esté - utilizando actualmente.

    - -

    Inicializando la Seguridad
    -
    La primera vez que se ejecuta la seguridad de LimeSurvey, se 'inicializará' - la configuración de seguridad. Cuando esté 'inicializada', el sistema - buscará el programa ejecutable de Apache "htpasswd" y creará - un archivo de usuario. También un archivo 'htaccess' en el directorio - de administración que restringe el acceso a este directorio y solo podrán - acceder a ellos aquellos que aparezcan en el archivo htpasswd. Los valores por defecto - se determinan por el valor de 'por defecto' en el archivo config.php. Una vez que - que se haya inicializado el sistema de seguridad satisfactoriamente, el navegador - preguntará por un nombre de usuario y contraseña antes de permitir - que se continúe accediendo a la pantalla de administración de LimeSurvey.

    - -

    Agregando Usuarios
    - Una vez que se haya inicializado la seguridad y se haya entrado con su nombre - de usuario y contraseña, se podrá ver los usuarios existentes - del sistema, así como agregar nuevos usuarios, borrar o modificar usuarios. - En la lista de usuarios que aparece, se puede pulsar en 'modificar' para modificar - un registro, o el botón "borrar" para borrarlo. Si sólo hay - un registro en la tabla no se podrá borrar.

    - -

    - Desactivando la Seguridad
    -
    Para desactivar las opciones - de seguridad de LimeSurvey, pulse en el botón "Desactivar Seguridad". - Esto borrará los archivos htpasswd, htaccess y toda la información - de usuarios.

    - -

    Límites del Sistema de - Seguridad de LimeSurvey
    - Hasta que se implemente un sistema de seguridad más flexible, se debe - tener en mente que las opciones de seguridad de LimeSurvey son del tipo 'todo - o nada'. Los usuarios o pueden tener acceso a TODAS las funciones de administración, - o a ninguna. Eventualmente se tiene planeado un sistema que permita establecer - niveles de acceso. Cabe mencionar que las funciones de seguridad de usuarios - es accesible para todos los usuarios, incluyendo las CONTRASEÑAS - TEXTO SIMPLE.

    - -

    Depuración
    - Si se tiene problemas para implementar la seguridad:

    - - - - - - - - - -
    1.Se debe asegurar de que se tenga - permiso de lectura/escritura sobre el directorio de administración. - LimeSurvey necesita crear aquí los archivos .htpasswd y .htaccess.
    2.Se debe asegurar de que se tenga - acceso al archivo ejecutable htpasswd. En particular en servidores Windows, - se debe hacer una copia de este archivo dentro del directorio de administrción - de LimeSurvey. En servidores Linux, el sistema intentará encontrar - el ejecutable utilizando "find".

     

    diff --git a/locale/fr/help/admin.html b/locale/fr/help/admin.html deleted file mode 100644 index 4664ebdbcf9..00000000000 --- a/locale/fr/help/admin.html +++ /dev/null @@ -1,211 +0,0 @@ - - - -

    ADMINISTRATION -:
    Vous êtes dans la section d'administration générale -de LimeSurvey. Vous n'avez pas sélectionné de -questionnaire à voir ou à éditer.

    -

    A cet -endroit, vous pouvez contrôler la configuration générale -de LimeSurvey, tout comme créer -de nouveaux questionnaires, voir ou éditer les -questionnaires existants, modifier les paramètres de sécurité -et contrôler que la base de données comprend tous les -champs indispensables.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    -
    -

    Page - d'administration : Cliquez sur cet icône pour fermer le - questionnaire courant et n'avoir que la barre d'adminstration.

    -
    -

    -
    -

    Sécurité - : Cliquez sur cet icône pour changer votre nom - d'utilisateur et votre mot de passe.

    -
    -

    -
    -

    Activer - la sécurité : Si vous n'avez pas activé - la sécurité, cet icône sera affiché.

    -
    -

    -
    -

    Vérifier - les paramètres : Affiche un résumé des - paramètres actuels de LimeSurvey. Vous pouvez changer la - langue de la page d'administration ici.

    -
    -

    -
    -

    Vérifier - base de données : Cliquez ici pour vérifier que - votre base de données comprend toutes les tables et champs - nécessaires.

    -
    -

    -
    -

    Sauvegarder - entiérement la base de données : Sauvegarde - l'intégralité de la base de données de - LimeSurvey vers un fichier SQL.

    -
    -

    -
    -

    Editer/Ajouter - des jeux d'étiquettes : Cliquez ici pour éditer - ou créer des jeux de réponses utilisées pour - les questions du type « personnalisables ».

    -
    -

    -
    -

    Editeur - de modèles : Cliquez ici pour éditer les modèles - de questionnaires de LimeSurvey.

    -
    -

    -
    -

    Créer - ou importer un nouveau questionnaire : Cliquez ici pour créer - un nouveau questionnaire ou pour l'importer depuis un fichier.

    -
    -

    Questionnaire
    Groupe
    Question
    Réponse


    Créer -un nouveau questionnaire
    Cliquez sur - -pour créer ou importer un questionnaire.

    -

    L'écran -'Créer le questionnaire' vous permet de compléter les -renseignements basiques au sujet de ce questionnaire, de choisir de -nombreuses options de présentation et des options générales. -Sur cet écran vous pouvez aussi importer un questionnaire -précédemment exporté.

    -

    Les -détails d'un questionnaire incluent un Titre qui est le -nom court du questionnaire, une Description qui contient une -decription détaillée du questionnaire et peut contenir -ce que vous voulez, un Message de bienvenue qui sera affiché -au début du questionnaire, des champs explicites -Administrateur et Mail de l'administrateur qui -permettent aux personnes qui remplissent le questionnaire de savoir -qui en est responsable ainsi que de renseigner le champ « Répondre -à » lorsque vous envoyer des invitations par mail -pour ce questionnaire, un champ Fax à, qui permet de -préciser le numéro de fax qui appraitra sur la version -'imprimée' de votre questionnaire.

    -

    Les -options de présentation sont Format qui permet de -choisir comment les questions de votre questionnaire seront -présentées : toutes sur une même page ou bien -groupe par groupe ou bien question par question ; et Modèle -qui vous donne une liste de modèles prédéfinis -pour personnaliser l'apparence de votre questionnaire.

    -

    L'option -Utiliser des cookies ? vous permet de définir un -contrôle d'accés basique à votre questionnaire si -vous n'utilisez pas de table d'invitations. Si vous réglez -cette option sur 'Oui', un cookie sera enregistré à la -fin du remplissage du questionanire sur l'ordinateur du participant -pour le lui rappeler. La prochaine fois qu'il essayera de répondre -à nouveau à ce questionnaire, ce sera impossible. Notez -que c'est un contrôle basique et non un réel contrôle -d'accès. Si plusieurs participants veulent répondre au -questionnaire en tulisant le même ordinateur, cette méthode -les en empêchera, seul le premier pourra. Par contre, si une -même personne veut répondre depuis différents -ordinateurs, cela est possible. Soyez donc prudent avec l'activation -de cette option. C'est un premier obstacle à des réponses -multiples par un même participant mais pas une interdiction -absolue.

    -

    L'option -Notification permet à l'administrateur du questionnaire -d'être averti quand son questionnaire vient d'être -complété. Si vous choisissez de recevoir des -notifications par mail, vous pouvez choisir de recevoir un simple -message ou bien d'avoir aussi les réponses faites. Par défaut, -votre questionnaire est Anonyme, cependant vous pouvez choisir -de faire un questionnaire non-anonyme, ce qui signifie que toutes les -réponses sont liées à votre table d'invitations -et que vous pouvez donc retrouver chaque réponse de chaque -participant.

    -

    Les -champs Invitation par mail, Rappel par mail et Confirmation -par mail vous permettent -d'entrer le contenu des mails qui sont envoyés si vous -utiliser une table d'invitations pour ce questionnaire.

    -

    Si vous -choisissez de Permettre l'enregistrement public et que vous -créez une table d'invitations pour votre questionnaire, alors -tout le monde pourra demander à participer à votre -questionnaire. Ils recevront un mail d'invitation reprenant le -contenu du champ Mail de l'enregistrement public. Quand vous -autoriser l'enregistrement public, vous pouvez demander des -précisions à la personne qui souhaite être -enregistrée pour participer au questionnaire grâce aux -champs attribute_1 et attribute_2 de la table des invitations. Vous -pouvez donner des noms explicites à ces champs en utilisant -Nom des champs supplémentaires pour l’enregistrement -public.

    -

    Réponses -datées vous permet d'enregister la date de réponse -de chaque participant et Langue vous permet de choisir parmi -une liste pré-définies de langues pour les réponses -internes (en opposition aux jeux d'étiquettes) et aux messages -du type "Oui/Non", "Homme/Femme" et ainsi de -suite. La Date limite de réponse est la date à -laquelle le questionnaire ne sera pas plus acessible pour répondre. -Si vous laissez vide ce champ, le questionnaire n'aura pas de date -d'expiration. -

    -

    Finalement, -vous pouvez entrer une URL de fin qui sera affichée -à la fin du questionnaire et vous permet de rediriger vos -participants vers le site de votre choix à la fin du -questionnaire, et une Description de l'URL qui correspond au -texte qui sera affichée pour le lien.

    -

    Importer -le questionnaire
    Vous pouvez utiliser la fonctionnalité -'Importer le questionnaire' en bas de cet écran pour importer -un questionnaire. Cliquez sur 'Parcourir' pour choisir un fichier -.SQL contenant un questionnaire exporté de LimeSurvey et -cliquez sur le bouton 'Importer' pour commencer l'importation.

    - - \ No newline at end of file diff --git a/locale/fr/help/answer.html b/locale/fr/help/answer.html deleted file mode 100644 index be2a6371f40..00000000000 --- a/locale/fr/help/answer.html +++ /dev/null @@ -1,69 +0,0 @@ - - - -

    Administration
    Questionnaire

    Groupe
    Question

    -

    Vous -êtes dans la section d'administration des réponses -de LimeSurvey.

    -

    A cet -endroit, vous pouvez Visualiser, Editer et Changer l'ordre des -réponses pour la question sélectionnée de -votre questionnaire.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Options - des boutons :

    -
    -

    Haut - : Cliquer ici pour déplacer l'ordre d'affichage de - cette réponse au-dessus.

    -
    -

    Bas - : Cliquer ici pour déplacer l'ordre d'affichage de - cette réponse en-dessous.

    -
    -

    Sauver - : Cliquer ici pour sauvegarder les changements de cette - réponse.

    -
    -

    Supprimer - : Cliquer ici pour effacer cette réponse.

    -
    -

    Ajout - : Cliquer ici pour ajouter une nouvelle réponse.

    -
    -

    Tri - : Cliquer ici pour résoudre les problèmes - d'ordre d'affichage des réponses.

    -
    -



    -

    - - \ No newline at end of file diff --git a/locale/fr/help/group.html b/locale/fr/help/group.html deleted file mode 100644 index 6bb91a8472a..00000000000 --- a/locale/fr/help/group.html +++ /dev/null @@ -1,83 +0,0 @@ - - - -

    Administration
    Questionnaire

    -

    GROUPE -:
    Vous êtes dans la section d'administration des groupes -de LimeSurvey.

    -

    A cet -endroit, vous pouvez visualiser et contrôler le groupe -sélectionné de votre questionnaire. Vous pouvez aussi -ajouter de nouvelles questions à -ce groupe ou bein choisir uen question existante de ce groupe à -visualiser ou à éditer.

    - - - - - - - - - - - - - - - - -
    -

    Options - des boutons :

    -
    -

    -
    -

    Editer - le groupe en cours : Cliquez ici pour éditer les - détails du groupe séléctionné.

    -
    -

    -
    -

    Supprimer - le groupe en cours : Cliquez ici pour effacer le groupe - sélectionné. Ce bouton ne sera affiché que - s'il n'y a pas/plus de question dans ce groupe.

    -
    -

    -
    -

    Ajouter - une nouvelle question au groupe : Cliquez ici pour ajouter une - question dans ce groupe. Ce bouton sera inactif si le - questionnaire est activé.

    -
    -

    Groupe
    Question
    Réponse

    -

    Ajouter -une nouvelle question au groupe
    Cliquez sur - -pour ajouter uen nouvelle question à votre questionnaire.

    -

    Vous -pouvez ajouter autant de questions que vous le souhaitez à un -groupe. Qaund vous cliquez sur l'icône "Ajouter une -nouvelle question au groupe", vous tomberez sur un écran -qui vous permet de saisir un Code qui sera utilisé -pour déterminer l'ordre d'affichage des questions de ce -groupe. Ce code peut avoir jusqu'à 5 caractères. Les -questions sont affichées suivant l'ordre alphabétique -de ces codes. Le champ Question de longueur libre, vous permet -d'entrer le libellé de la question qui apparaîtra dans -votre questionnaire. Dans le champ Aide, vous pouvez entrer un -message d'aide qui apparaîtra en dessous de la question et de -ses réponses associées. Le champ Type est une -liste déroulante qui contient l'ensemble des types prédéfinis -de questions disponibles dans LimeSurvey. Une explication détaillée -de ces différents type figure dans le manuel d'instruction de -LimeSurvey. Vous pouvez rendre une question Obligatoire pour -vous assurer qu'un participant ne pourra pas passer cette question ou -enregistrer son questionnaire sans y avoir répondu. Certains -types de questions vous demanderont de choisir "Oui" ou -"Non" dans le champ Autre. Si vous choisissez "Oui", -la question aura une réponse supplémentaire intitulée -"Autre".

    - - \ No newline at end of file diff --git a/locale/fr/help/labels.html b/locale/fr/help/labels.html deleted file mode 100644 index 65951323fa7..00000000000 --- a/locale/fr/help/labels.html +++ /dev/null @@ -1,76 +0,0 @@ - - - -

    Administration -des jeux d'étiquettes :
    Vous êtes dans la section -Jeux d'étiquettes de l'écran d'administartion -des jeux d'étiquettes
    -

    -

    A cet -endroit, vous pouvez généralement ajouter, supprimer ou -éditer les étiquettes d'un jeu d'étiquettes. Les -étiquettes sont composées d'un "code" et d'un -"Titre". Le code ne sera pas visible pur les participants -au questionnaire mais est utilisé pour l'enregistrement des -réponses. Vous pouvez modifier l'ordre d'affichage de ces -étiquettes en utlisant les boutons "Haut" et "Bas". -L'étiquette la plus haute apparaîtra la plus à -gauche, celle la plus basse apparaîtra la plus à droite.

    -

    Si un jeu -d'étiquettes est utlisé par un questionnaire, cet écran -vous avertira que l'ajout ou la suppression d'étiquettes peut -entraîner des effets indésirables. Parce que les jeux -d'étiquettes peuvent être partagés entre -plusieurs questionnaires, la modification d'une étiquette doit -être faite avec précaution pour être sûr que -cela n'affectera pas un autre questionnaire.

    -

    Si le jeu -d'étiquettes a été utilisé pour un -questionanire qui a été activé au moins une -fois, il ne sera pas possible d'ajouter ou d'effacer des étiquettes -ou de changer le code des étiquettes de ce jeu. Il reste -toujours possible de changer le libellé de l'étiquette -et l'ordre d'affichage.

    -

    Les -options suivantes sont disponibles dans la barre d'outils des jeux -d'étiquettes :

    - - - - - - - - - - - - - -
    -

    -
    -

    Editer - un jeu d'étiquettes : Cliquez ici pour éditer le - nom du jeu d'étiquettes courant.

    -
    -

    -
    -

    Effacer - un jeu d'étiquettes : Cliquez ici pour effacer ce jeu - d'étiquettes ainsi que les étiquettes. Notez que - vous ne pouvez pas effacer un jeu d'étiquettes utilisé - par un questionnaire actif ou non.

    -
    -

    -
    -

    Exporter - un jeu d'étiquettes : Cliquez ici pour exporter ce jeu - d'étiquettes vers un fichier afin de le réutiliser - plus tard ou de le partager avec d'autres utilisateurs de - LimeSurvey.

    -
    -

     

    -

     

    - - \ No newline at end of file diff --git a/locale/fr/help/labelsets.html b/locale/fr/help/labelsets.html deleted file mode 100644 index 07c4775406e..00000000000 --- a/locale/fr/help/labelsets.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - - - -

    Administration -des jeux d'étiquettes :
    -Vous êtes dans la section -d'administration des jeux d'étiquettes de LimeSurvey.
    -

    - -

    A cet -endroit, vous pouvez Créer, editer ou Supprimer des jeux -d'étiquettes utilisés dans les questions -"personnalisables". Les jeux d'étiquettes vous -permettent de définir une série d'options pour -lesquelles vou pourrez choisir différentes réponses. -Par exemple, dans un questionnaire vous voudriez demander leur avis -aux participants sur un scénario en leur donnant une liste de -choix pour chacun.. Un exemple est montré -ci-dessous :

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Indiquez votre avis pour chacune de ces propositions :

    - -
    - -

     

    - -
    - -

    Fortement POUR

    - -
    - -

    Légérement - POUR

    - -
    - -

    ni POUR ni - CONTRE

    - -
    - -

    Légérement - CONTRE

    - -
    - -

    Fortement CONTRE

    - -
    - -

    Le petit-déjeuner pris - au travail

    - -
    - -

    Le déjeuner pris au - travail

    - -
    - -

    Le souper pris au travail

    - -
    - -

    En -utilisant les jeux d'étiquettes, vous pouvez créer vos -propres entêtes de colonnes pour ces types de questions.

    - -

    Les -options suivantes sont disponibles dans la barre d'outils -d'administration des jeux d'étiquettes :

    - - - - - - - - - - - - - - - - - - - - - -
    - -

    - -
    - -

    Ecran - principal d'administration : Cliquez ici pour retourner à - l'écran principal d'administartion de LimeSurvey.

    - -
    - -

    - -
    - -

    Ajouter - un jeu d'étiquettes : Cliquez ici pour créer un - nouveau jeu d'étiquettes ou en importer un depuis un - fichier.

    - -
    - -


    -Ajouter -un nouveau jeu d'étiquettes
    -Cliquez sur - -pour créer ou importer un nouveau jeu d'étiquettes.

    - -

    Un jeu -d'étiquettes ne nécessite qu'un nom. Chaque étiquette -reçoit automatiquement un numéro unique "LID" -(pour Labelset InDex). Vous pouvez créer un jeu d'étiquettes -avec le même nom qu'un autre existant bien que cela ne soit pas -recommandé (pour éviter les confusions). Ce jeu -d'étiquettes se distinguera des autres par son numéro -"LID".

    - -

    Importer -un jeu d'étiquettes
    -Vous pouvez utiliser la -fonctionnalité "Importer un jeu d'étiquettes" -en bas de l'écran pour importer un jeu d'étiquettes. -Cliquez sur "Parcourir" et choisissez le fichier .SQL -contenant le jeu d'étiquettes de LimeSurvey. Cliquez sur -"Importer" pour démarrer l'importation

    - - diff --git a/locale/fr/help/question.html b/locale/fr/help/question.html deleted file mode 100644 index 42d1047e299..00000000000 --- a/locale/fr/help/question.html +++ /dev/null @@ -1,108 +0,0 @@ - - - -

    Administration
    Questionnaire

    Groupe

    -

    Vous -êtes dans la section d'administration des questions de -LimeSurvey.

    -

    A cet -endroit, vous pouvez voir et éditer la question en cours de -votre questionnaire. Si votre question nécessite d'ajouter des -réponses, vous pouvez le faire d'ici. -Vous pouvez aussi définir des conditions pour l'affichage ou -non d'une question en cliquant sur l'icône conditions -de cet écran.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Options - des boutons :

    -
    -

    -
    -

    Editer - la question en cours : Cliquez ici pour éditer les - détails de la question sélectionnée.

    -
    -

    -
    -

    Supprimer - la question en cours : Cliquez ici pour effacer la question - sélectionnée. Ce bouton ne s'affichera que s'il n'y - a pas de réponses associées à cette question.

    -
    -

    -
    -

    Exporter - cette question : Cliquer ici pour exporter la question et ses - réponses prédéfinies vers un fichier.

    -
    -

    -
    -

    Copier - la question en cours : Cliquez ici pour faire une copie de la - question sélectionnée ainsi que des réponses - prédéfinies associées.

    -
    -

    -
    -

    Affecter - des conditions à cette question : Cliquez ici pour utiliser le concepteur de conditions et créer des conditions pour cette question.

    -
    -

    -
    -

    Réponses - : Cliquez ici pour Ajouter/Editer/Supprimer ou modifier - l'ordre d'apparition des réponses prédéfinies - pour cette question.

    -
    -

    Réponse

    -

    Réponses
    Cliquez -sur l'icône - -pour ajouter, éditer, déplacer ou effacer des réponses -de la question sélectionnée.

    -

    Cet icône -n'est disponible que lorsque la question est du type Liste ou Choix -multiples. En effet, ces types de questions nécessitent -d'entrer des réponses prédéfinies.

    -

    Conditions
    Cliquez -sur l'icône - -pour ajouter, éditer ou supprimer des conditions qui -s'appliquent à la question sélectionnée.

    -

    Cet icône -fera apparaître la fenêtre du 'Concepteur de conditions' - qui vous permettra de définir des conditions pour que la -question sélectionnée soit affichée ou non. Si -vous définissez une condition pour une question, cette -question NE S'AFFICHERA PAS TANT QUE LA CONDITION NE SERA PAS -REMPLIE.

    - - \ No newline at end of file diff --git a/locale/fr/help/survey.html b/locale/fr/help/survey.html deleted file mode 100644 index eecc5ea2f9b..00000000000 --- a/locale/fr/help/survey.html +++ /dev/null @@ -1,184 +0,0 @@ - - - -

    Administration

    -

    QUESTIONNAIRE -:
    Vous êtes sur l'écran d'administration des -questionnaires de LimeSurvey.

    -

    A cet -endroit, vous pouvez voir et contrôler les options générales -de votre questionnaire. Vous pouvez aussi ajouter -un nouveau groupe au questionnaire ou choisir un groupe existant -pour le visualiser ou l'éditer.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Options - des boutons :

    -
    - -

    Questionnaire - activé : Cet icône sera affiché a été - activé et est prêt à recevoir des - participants.

    -
    -

    -
    -

    Désactiver - le questionnaire : Cliquez ici pour désactiver un - questionnaire activé.

    -
    - -

    Questionnaire - désactivé : Cet icône sera affiché - si le questionnaire n'est pas activé.

    -
    -

    -
    -

    Activer - le questionnaire : Cliquez ici pour activer un questionnaire - inactivé.

    -
    -

    -
    -

    Exécuter - (Tester) le questionnaire : Cliquez ici pour faire le - questionnaire (ou pour tester, si le questionnaire sélectionné - est actuellement inactivé)

    -
    -

    -
    -

    Ecran - de saisie de données pour le questionnaire : Cliquez - ici pour afficher l'écran de saisie de données pour - le questionnaire sélectionné. Cette fonctionnalité - permet de répondre au questionnaire sans passer par le - questionnaire lui-même.

    -
    -

    -
    -

    Version - imprimable du questionnaire : Cliquez ici pour voir une - version 'imprimable' du questionnaire sélectionné.

    -
    -

    -
    -

    Editer - le questionnaire : Cliquez ici pour éditer les détails - du questionnaire sélectionné.

    -
    -

    -
    -

    Supprimer - tout le questionnaire : Cliquez ici pour effacer le - questionnaire sélectionné. Cet icône ne sera - affiché que s'il n'y a pas de groupes pour ce - questionnaire.

    -
    -

    -
    -

    Exporter - ce questionnaire : Cliquez ici pour exporter le questionnaire - avec tous ses groupes, ses questions, ses réponses et ses - conditions vers un fichier.

    -
    -

    -
    -

    Parcourir - les résultats : Cliquez ici pour parcourir les réponses - enregistrées pour le questionnaire. Cn'est disponible que - si le questionnaire est activé.

    -
    -

    -
    -

    Invitations - : Cliquez ici pour gérer les invitations du - questionnaire sélectionné.

    -
    -

    -
    -

    Ajouter - un nouveau groupe au questionnaire : Cliquez ici pour ajouter - un nouveau groupe de question à votre questionnaire.

    -
    -

    Groupe
    Question
    Réponse

    -

    Ajouter -un nouveau groupe au questionnaire
    Cliquez sur - -pour ajouter un nouveau groupe de questions à votre -questionnaire.

    -

    Tous les -questionnaires doivent contenir au moins un groupe. Les groupes sont -utilisés pour grouper les questions par groupes logiques. Un -groupe possède un nom et une description. Quand vous -choisissez "Ajouter un nouveau groupe au questionnaire", -un écran comportant deux champs à remplir s'affichera. -Nom du groupe : le titre du groupe. Ce champ doit être -renseigné et détermine l'ordre d'affichage des groupes -de questions. Les groupes sont affichés par ordre alphabétique -de nom de groupe et vous devrez faire attention à les nommer -par ordre alphabétique. Exemple : "Section 1:) A propos -de vous." , "Section 2:) Votre point de vue."... -Description du groupe : ce champ est optionnel et peut être -utilisé pour donner une description du groupe qui sera -affichée à l'écran lors du remplissage du -questionnaire. Si aucune description de groupe n'est mentionnée, -aucune séparation des groupes n'apparaîtra à -l'affichage des questionnaires dont l'affichage des questions est -"Tout sur la même page".

    - - \ No newline at end of file diff --git a/locale/fr/help/tokens.html b/locale/fr/help/tokens.html deleted file mode 100644 index 3a646653408..00000000000 --- a/locale/fr/help/tokens.html +++ /dev/null @@ -1,834 +0,0 @@ - - - - - - - - -

    Vous -êtes dans la section de Contrôle des invitations -de LimeSurvey.

    - -

    A cet -endroit, vous pouvez visualiser et éditer les invitations pour -votre questionnaire.

    - -

    Que -sont les invitations
    -Afficher les -invitations
    -Ajouter une -nouvelle invitation
    -Importer/Télécharger -un fichier CSV
    -Invitation par -mail

    -Envoi -d'un rappel
    -Génération -des invitations

    - -

    Les -options suivantes sont accessibles dans la barre principale d'outils -de l'écran de contrôle des invitations :

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -

    - -
    - -

    Retouner - à l'écran d'administration du questionnaire : - Cliquez ici pour fermer l'écran de contrôle des - invitations et revenir sur la page d'administartion par défuat - de votre questionnaire.

    - -
    - -

    - -
    - -

    Afficher - un résumé : Cliquez ici pour afficher une résumé - des entrées de cette table des invitations et pour accèder - à certaines options d'administration, comme :

    - -
    - -

     

    - -
    - -

    Mettre - toutes les invitations à NON envoyées - :

    - -
    - -

     

    - -
    - -

    Efface - tous les enregistrements d'invitations envoyées. Ceci est - généralement utilisé si quelque chose s'est - mal passé avec les mail d'invitation et que vous voulez - recommencer la totalité des envois d'invitations.

    - -
    - -

    Supprimer - tous les codes des invitations : -

    - -
    - -

     

    - -
    - -

    Efface - tous les codes d'invitation qui ont été générés.

    - -
    - -

    Supprimer - toutes les invitations : -

    - -
    - -

     

    - -
    - -

    Efface - toutes les invitations pour le questionnaire sélectionné.

    - -
    - -

    Effacer - la table des invitations : -

    - -
    - -

     

    - -
    - -

    Efface - la table d'invitation de votre questionnaire. Celui-ci deviendra - accesible à tous.

    - -
    - -

    - -
    - -

    Afficher - les invitations : Cliquer ici pour voir toutes les invitations - du questionnaire.

    - -
    - -

    - -
    - -

    Ajouter - une nouvelle invitation : Cliquer ici pour ajouter un nouveau - participant à votre liste des invitations.

    - -
    - -

    - -
    - -

    Importer - les invotations depuis un fichier CSV : Cliquez ici pour - importer un fichier CSV contenant les noms et les adresses mail. - Le fichier CSV doit être de la forme : données - délimitées par des virgules, sans guillemet ni - apostrophe. La première ligne est interprétée - comme une ligne de titre. L'ordre des données doit être - : prénom, nom, mail, [Code invitation]. Le champ [Code - invitation] est optionnel.

    - -
    - -

    - -
    - -

    Importer - les invotations depuis un annuaire Ldap : Cliquez ici pour - importer les noms et les adresses mail depuis un annuaire Ldap. - La fonctionnalité doit être activée par - l'administrateur dans le fichier config.php. Il doit également - configurer les requêtes Ldap dans le fichier config-ldap.php. -

    - -
    - -

    - -
    - -

    Envoyer - une invitation par mail : Cliquez ici pour envoyer les - invitations par mail aux participants enregistrés dans la - tables des invitations.

    - -
    - -

    - -
    - -

    Envoyer - un rappel par mail : Cliquez ici pour envoyer un rappel par - mail aux participants enregistrés dans la table des - invitations. Les rappels ne sont envoyés qu'aux - participants à qui une invitation a déjà été - envoyée.

    - -
    - -

    - -
    - -

    Générer - des invitations : Cliquez ici pour générer des - codes uniques d'invitations pour les participantsck here to - generate unique random token numbers for your participants. Bien - qu'il soit possible de créer manuellement des codes - d'invitation ou de les importer depuis un fichier CSV, il est - préférable d'utiliser cette fonctionnalité - qui s'assure qu'il n'y a pas de doublons dans les codes - d'invitation.

    - -
    - -

    - -
    - -

    Effacer - la table des invitations : Cliquez ici pour supprimer la table - des invitations et les invitations rattachés de votre - questionnaire. Celui-ci deviendra accessible à tout le - monde.

    - -
    - -


    -
    - -

    - -

    Que -sont les invitations ?
    -Les invitations sont un système -permettant de construire des questionnaires contrôlés. -Un questionnaire contrôlé permet de définir une -liste de participants, de personnes invitées à répondre -à ce questionnaire et donc de contrôler leur accès -à celui-ci. Un code d'invitation est assigné à -chaque participant. Ce code permet d'accéder au questionnaire.

    - -

    Quand les -invitations sont activées pour votre questionnaire, les seul -personnes qui peuvent y accèder sont celles qui possèdent -un code d'invitation présent dans la table des invitations. En -utlisant la section de contrôle des invitations de LimeSurvey, -vous pouvez Ajouter, Editer, Supprimer et Modifier les invitations.

    - -

    Le -système d'invitations de LimeSurvey vous permet de contrôler -qui a accédé à votre questionnaire, d'envoyer -des invitations et des rappels d'invitations aux participants, et de -voir s'ils ont répondu. Si vous faites un questionnaire -non-anonyme, vous pourrez retrouver les réponses d'un participant précis.

    - -

    Afficher -les invitations
    -A l'affichage des invitations, vous pouvez -voir toutes les entrées (par lot de 50 ou selon votre choix). -La partie haute de l'affichage est la barre d'outils Visualisation -de contrôle des données. Elle comprend les -options suivantes :

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -

    - -
    - -

    Montrer - le début : Cliquez ici pour voir les entrées - depuis le début de la liste.

    - -
    - -

    - -
    - -

    Montrer - le précédant : Cliquez ici pour voir le - précédent lot d'entrées.

    - -
    - -

    - -
    - -

    Montrer - le suivant : Cliquez ici pour voir le lot suivant d'entrées.

    - -
    - -

    - -
    - -

    Montrer - la fin : Cliquez ici pour voir la dernière entrée - de la liste.

    - -
    - -

    Vous -pouvez aussi définir le nombre d'invitations affichées, -le point de départ de l'affichage des entrées en -utilisant les champs "Enregistrements affichés :" et -"A partir de :" , puis en cliquant sur "Afficher".

    - -

    Ordre -d'affichage
    -En visualisation des invitations, au dessus de -chaque colonne se trouve le nom du champ et un icône de tri -(). -En cliquant sur cet icône, l'affichage des invitations sera -réorganisée suivant l'ordre alphabétique de -cette colonne.

    - -

    Actions
    -
    Certaines -opérations peuvent être effectuées sur chaque -invitations. Ces opérations sont listées ci-dessous :

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - - - - - - - -
    -
    -
    - -

    Editer - l'invitation : Cliquer ici pour éditer cette - invitation.

    - -
    - - - - - - - - - - -
    -
    -
    - -

    Supprimer - l'invitation : Cliquez ici pour supprimer cette invitation.

    - -
    - - - - - - - - - - -
    -
    -
    - -

    Faire - le questionnaire : Cliquez ici pour remplir le questionnaire - en utilisant cette invitation.

    - -
    - - - - - - - - - - -
    -
    -
    - -

    Voir - les réponses : Cliquez ici pour voir les réponses - au questionnaire de ce particpant (disponible suivant le cas).

    - -
    - - - - - - - - - - -
    -
    -
    - -

    Envoyer - une invitation par mail à cette entrée : Cliquez - ici pour envoyer une invitation par mail seulement à ce - participant.

    - -
    - - - - - - - - - - -
    -
    -
    - -

    Envoyer - un rappel par mail à cette entrée : Cliquez ici - pour envoyer un rappel d'invitation uniqiement à ce - participant.

    - -
    - -


    -
    - -

    - -

    Ajouter -une nouvelle invitation
    -
    Sur cet écran, vous pouvez -créer une nouvelle invitation ajoutant ainsi un participant -supplémentaire à la liste des personnes qui peuvent -remplir ce questionnaire. Les champs disponibles sont :
    -Prénom -: Le prénom du participant
    -Nom : Le nom du -participant
    -Mail: L'adresse mail du participant
    -Code -de l'invitation : Le code d'accès unique de chaque -participant pour remplir le questionnaire. Bien que vous puissiez -créer manuellement vos propres codes à cet endroit, il -est préférable d'utiliser la fonctionnalité -"Générer les invitations" plus tard et de -laisser vide, dans l'immédiat, ce champ.
    -Invitation -envoyée ? : Si un "Y" est dans ce champ, le -participant ne recevra pas de mail d'invitation quand vous choisirrez -"Envoyer les invitations par mail". Si quelque chose -d'autre se trouve dans ce champ, le mail d'invitation sera -envoyé.
    -Complété ? : Si un "Y" -est dans ce champ, le participant ne pourra pas utiliser son -invitation. Quand un participant invité a fini de remplir un -questionnaire, ce champ bascule à "Y".

    - -

    Il n'y a -pas de champ obligatoire dans l'écran "Ajouter une -invitation". Vous pouvez inclure autant d'informations que vous -le souhaitez. Il n'y a pas de contrôle de doublons rendant -possible l'utilisation répétée du même nom.

    - -

    Importer/Exporter -un fichier CSV
    -Avec cette fonctionnalité, vous -pouvez importer un fichier CSV contenant le nom et l'adresse mail -d'une liste de participants à utiliser avec votre -questionnaire dans LimeSurvey. Le fichier CSV doit être -enregistré avec des données séparées par -des virgules et sans marque de délimitation de texte (" -ou '). La première ligne de ce fichier est toujours -interprétée comme une ligne de titre et ne sera jamais -importée (prudence !). Votre fichier CSV devrait ressembler à -cela :

    -
    - - - - - - - - - - - - -
    - -

    Prénom, Nom, Mail, Code invitation
    -Jason, Cleeland, - jason@cleeland.org,
    -Bob, Jones, bob@cleeland.org,

    - -
    - -
    - -

    Notez que -la dernière colonne (Code invitation) est optionnelle. Vous -pouvez importer vos propres codes d'invitations. Cela peut être -pratique si vous voulez utilisez une autre méthode de -génération des codes d'invitations. Par exemple, si -votre questionnaire est destiné à tous les membres -d'une même entité, vous pourriez souhaiter que le code -d'invitation corresponde au numéro de la carte de membre de -chaque participant.

    - -

    Envoyer -les invitations par mail
    -Utilisez cette fonctionnalité -pour envoyer les invitations à tous les participants -enregistrés dans votre table des invitations. Avant d'envoyer -les mail, LimeSurvey vérifie que toutes les conditions -suivantes sont remplies :
    -a) L'adresse mail existe
    -b) Les codes -d'invitations ont été générés
    -c) -Une invitation n'a pas déjà été -envoyée
    -d) Le participant n'a pas encore répondu au -questionnaire

    - -

    Chaque -invitation est personnalisée en reprenant les données -de la table des invitations. Vous avez la possibilité de -modifier l'objet et le corps du mail avant son envoi. Pour utiliser -des informations de la table des invitations dans le corps du mail, -vous pouvez utilisez les codes de fusion suivants :
    -{FIRSTNAME}: -Prénom
    -{LASTNAME}: Nom
    -{SURVEYNAME}: Nom du -questionnaire
    -{ADMINNAME}: Nom de l'administrateur du -questionnaire
    -{ADMINEMAIL}: Mail de l'administrateur du -questionnaire

    - -

    Par -exemple, si votre message est de la forme "Cher/Chère -{FIRSTNAME} {LASTNAME} Voici un questionnaire intitulé - -{SURVEYNAME} - à remplir. Cordialement {ADMINNAME}", le -destinataire recevra un mail ressemblant à ceci "Cher/Chère -George Bush Voici un questionnaire intitulé - Mes vacances - à -remplir. Cordialement Jason Cleeland".

    - -

    Envoyer -les rappels par mail
    -Utilisez cette fonctionnalité -pour envoyer des mails de rappels à des aprticpants -enregistrés dans votre table des invitations. Avant d'envoyer -les mail, LimeSurvey vérifie que toutes les conditions -suivantes sont remplies :
    -a) L'adresse mail existe
    -b) Les codes -d'invitations ont été générés
    -c) -Une invitation a déjà été envoyée
    -d) -Le participant n'a pas encore répondu au questionnaire

    - -

    Générer -les codes d'invitations
    -Utilisez -cette fonctionnalité pour générer des codes -uniques d'invitations pour chaque participant de la table -d'invitations qui n'en disposerait pas déjà.

    - - - diff --git a/locale/fr/help/users.html b/locale/fr/help/users.html deleted file mode 100644 index d827d234dac..00000000000 --- a/locale/fr/help/users.html +++ /dev/null @@ -1,90 +0,0 @@ - - - -

    Vous -êtes dans la section Contrôle utilisateur de -LimeSurvey.

    -

    A cet -endroit, vous pouvez visualiser et éditer les paramètres -de sécurité et les droits d'accès des -utilisateurs.

    -

    La -sécurité d'accès de LimeSurvey repose sur le -système de sécurisation de dossiers sous Apache -(HTACCESS). Si vous n'utilisez pas un serveur web Apache, vous ne -pourrez pas utiliser ces réglages de sécurité -mais devrez utilisez les méthodes de protection de votre -serveur web. -

    -

    Initialiser -la sécurité
    Quand vous cliquerez sur le -bouton "Initialiser la sécurité", LimeSurvey -va initialiser les paramètres de sécurité. -L'initialisation consiste à rechercher l'exécutable -"htpasswd" d'Apache et de créer un fichier 'user'. -Il crée ensuite un fichier 'htaccess' dans le répertoire -admin qui restreint l'accès au répertoire admin aux -utilisateurs du fichier htpasswd. Le nom d'utilisateur et le mot de -passe initiaux sont des valeurs par défaut dans votre fichier -config.php. Une fois la sécurité initialisée, -votre navigateur vous demandera un nom d'utilisateur et un mot de -passe avant de continuer d'utiliser l'écran d'administration -de LimeSurvey.

    -

    Ajouter -un utilisateur
    Une fois la sécurité -initialisée et loggé, vous pourrez voir les -utilisateurs existants sur votre système, en ajouter de -nouveaux, en supprimer et en modifier. Tout se passe sur cet écran. -Dans la liste des utilisateurs, cliquez sur le bouton "Editer" -pour modifier l'utilisateur ou sur le bouton "Supprimer" -pour le supprimer. S'il n'y a qu'un seul utilisateur, -vous ne pourrez pas le supprimer.

    -

    Désactiver -la sécurité
    Pour désactiver les -paramètres de sécurité de LimeSurveys, cliquez -sur le bouton "Désactiver la sécurité". -Cela effacera les fichiers htpasswd et htaccess et toutes les -informations sur les utilisateurs.

    -

    Limites -des paramètres de sécurité de -LimeSurvey
    Jusqu'à ce qu'un système plus -flexible de sécurité soit implémenté, -vous devez vous rappeler que la sécurité de LimeSurvey -est un 'tout ou rien'. Les utilisateurs ont accès à -TOUTES les fonctions d'administration ou à AUCUNE. Par la -suite, un système de niveaux d'accès est prévu. -Notez enfin que le contrôle des utilisateurs est accessible à -tous les utilisateurs et donc qu'ils peuvent voir les MOTS DE PASSE -EN CLAIR.

    -

    Des problèmes ?
    Si vous rencontrez des difficultés pour initialiser la sécurité :

    - - - - - - - - - -
    -

    1.

    -
    -

    Assurez-vous - d'avoir les permissions de lecture/écriture dans le - répertoire admin pour que LimeSurvey puisse y créer - les fichiers .htpasswd et .htaccess.

    -
    -

    2.

    -
    -

    Assurez-vous - d'avoir accès à l'exécutable htpasswd. Sur - les serveurs Windows en particulier, une copie de ce fichier - devrait être placée dans le répertoire - /limesurvey/admin avec les autres fichiers. Sur des serveurs - Linux, le script essayera de trouver le binaire en utilisant la - commande "find".

    -
    -

     

    -

     

    - - \ No newline at end of file diff --git a/locale/it/help/admin.html b/locale/it/help/admin.html deleted file mode 100644 index f4b97f7267a..00000000000 --- a/locale/it/help/admin.html +++ /dev/null @@ -1,62 +0,0 @@ - - -

    AMMINISTRAZIONE:
    -Sezione di LimeSurvey per l'amministrazione generale. Non è stata selezionata nessuna indagine.

    -

    In questa sezione è possibile controllare le configurazioni generali di -LimeSurvey, creare nuove indagini, visualizzare o modificare -le indagini esistenti, cambiare le configurazioni e verificare che tutti i campi siano stati inseriti correttamente.

    - - - - - - - - - - - - - - - - - - - - - -
    - - Home: per chiudere l'indagine corrente e visualizzare solo la barra di menu della sezione di amministrazione generale -
    - - Sicurezza: per modificare i login e le configurazioni di sicurezza
    - - Sicurezza disattivata: l'icona appare quando i parametri di sicurezza non sono stati inizializzati.
    - - Verifica Database: per eseguire una verifica del database e assicurarsi che - tutti i campi e le tavole siano stati inseriti correttamente.
    - - Aggiungi Indagine: per creare una nuova indagine o importare un'indagine da un file
    -

    -Indagine
    -Gruppo
    -Domanda
    -Risposta
    -
    -
    -Aggiunta di una nuova indagine
    -Clicca su - per creare una nuova indagine.

    -

    La schermata 'Create New Survey' (aggiungi nuova indagine) permette di inserire le informazioni principali dell'indagine, scegliere tra una serie di caratteristiche generali e opzioni di presentazione. In questa sezione è anche possibile -importare un'indagine precedentemente esportata.

    -

    Le caratteristiche generali di un'indagine comprendono un Titolo, un breve titolo dell'indagine, una Descrizione un campo libero per la descrizione dell'indagine, un -Messaggio di benvenuto che si trova all'inizio di ogni indagine, il Nome Amministratore e l'Email Amministratore che sono i campi usati per mettere in contatto i participanti all'indagine con un responsabile. E' possibile usarli anche come indirizzi di risposta quando si inviano i permessi per dare accesso all'indagine, Fax che consente di inserire un numero di fax che verrà visualizzato nella versione stampabile dell'indagine, Reivia a URL alla fine dell'indagine che serve per indirizzare i partecipanti ad un sito una volta completata l'indagine, testo URL è un breve testo o il titolo del sito a cui indirizzare i partecipanti quando hanno risposto a tutte le domande.

    -

    Le opzioni di presentazione sono: -Formato che consente di scegliere se visualizzare l'indagine in un'unica pagina, divisa per gruppi di domande o con le domande visualizzabili una pagina per volta, Template che fornisce una lista di template pre-definiti per creare l'interfaccia dell'indagine e Lingua che consente di scegliere da una serie di file in diverse lingue per le risposte pre-definite come "Si/No", "Maschio/Femmina" ecc.

    -

    Infine esistono le seguenti opzioni aggiuntive. L'indagine, per default, è sempre -Anonima. E' possibile creare un'indagine Non Anonima in cui le risposte dipendono dalla tabella dei permessi e si possono associare singole risposte a un determinato utente. Data fine indagine che consente di inserire un'ora/data ad ogni risposta in modo da avere traccia delle risposte di ogni partecipante e di quando ha completato l'indagine. La Scadenza indica la data in cui l'indagine non è più disponibile. Lasciando il campo vuoto, l'indagine non avrà scadenza.

    -

    Importazione di un'indagine
    -Usare il menu in basso per importare un'indagine. Clicca su Sfoglia, seleziona il file *.sql di LimeSurvey contenente l'indagine e clicca su 'Import Survey' (importa indagine).

    -

     

    \ No newline at end of file diff --git a/locale/it/help/answer.html b/locale/it/help/answer.html deleted file mode 100644 index efddcd3be05..00000000000 --- a/locale/it/help/answer.html +++ /dev/null @@ -1,55 +0,0 @@ - - -

    -Amministrazione
    -Indagine

    - -Gruppo
    -Domanda

    - -

    Sezione di LimeSurvey dedicata alla gestione delle domande.

    - -

    In questa sezione è possibile visualizzare, creare, modificare e ordinare le risposte di una domanda.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - - Pulsanti di opzione:

    - SU: per spostare la domanda al livello superiore.
    - - GIU': per spostare la domanda al livello inferiore.
    - - Salva modifiche: per salvare le modifiche apportate alla risposta.
    - - Elimina risposta: per eliminare una risposta.
    - - Aggiungi risposta: per aggiungere una nuova risposta.
    - - Ordina: per riordinare le risposte.
    \ No newline at end of file diff --git a/locale/it/help/group.html b/locale/it/help/group.html deleted file mode 100644 index 6c4c6902eb4..00000000000 --- a/locale/it/help/group.html +++ /dev/null @@ -1,51 +0,0 @@ - - -

    -Amministrazione
    -Indagine

    - -

    GRUPPO:
    -Sezione di LimeSurvey dedicata alla gestione dei gruppi -.

    - -

    In questa sezione è possibile visualizzare e controllare i gruppi dell'indagine. E' anche possibile -aggiungere una domanda -al gruppo o selezionare, visualizzare e modificare una domanda già esistente.

    - - - - - - - - - - - - - - - - -
    -

    - - Pulsanti di opzione:

    - - Modifica gruppo: per aggiungere informazioni relative al gruppo.
    - - Elimina gruppo: per eliminare un gruppo. L'icona appare solo se il gruppo non contiene domande.
    - - Aggiungi domanda: per aggiungere una nuova domanda al gruppo. L'icona non appare se l'indagine non è attiva.
    -

    -Gruppo
    -Domanda
    -Risposta

    -

    -Aggiunta di una nuova domanda
    -Clicca su - per aggiungere una nuova domanda.

    -

    Cliccando su "Aggiungi domanda" -comparirà una schermata con le istruzioni per inserire il Codice della domanda che è un campo obbligatorio e serve a determinare l'ordine di visualizzazione delle domande in un gruppo. Il Codice della domanda può contenere fino a 5 caratteri. Le domande vengono ordinate in ordine alfabetico attraverso questo codice. La -Domanda: è un campo libero che contiene la domanda fatta al partecipante dell'indagine. Nel campo Note: si possono inserire dei chiarimenti che verranno visualizzati sotto la domanda a cui si riferisce. Il campo Tipologia è una lista a cascata che contiene i diversi tipi di domande pre-definite. Una descrizione dettagliata delle tipologie di domande è fornita dal manuale di istruzione. Una domanda può essere Obbligatoria per assicurarsi che il partecipante risponda ad una determinata domanda o che risponda ad una domanda prima di una'altra. Alcune tipologie di domande consentono di inserire una "S" o una "N" nel campo -Altro. In questi casi la domanda avrà una risposta aggiuntiva di "Altro".

    diff --git a/locale/it/help/labels.html b/locale/it/help/labels.html deleted file mode 100644 index 0f879698335..00000000000 --- a/locale/it/help/labels.html +++ /dev/null @@ -1,34 +0,0 @@ - - - -

    -Gestione delle etichette:
    -Sezione di PHPSurvey dedicata alla gestione delle Etichette.

    -

    In questa sezione possibile aggiungere, eliminare o modificare le etichette appartenenti ad un 'gruppo di etichette'. Un'etichetta si compone di un 'codice' e di un 'titolo'. Il codice non visibile ai partecipante dell'indagine ma serve per salvare le risposte. E' possibile modificare l'ordine dei titoli delle etichette attraverso i comandi "Su" e "Giu'". La prima etichette apparir a sinistra dello schermo mentre l'ultima apparir alla destra.

    -

    Se un gruppo di etichette gi usato in un'altra indagine, verr visualizzato un messaggio che avvisa l'amministratore che l'aggiunta o l'eliminazione di una voce pu causare possibili errori. Un gruppo di etichette pu essere condiviso da una o pi indagini o domande, pertanto si raccomanda di valutare attentamente prima di modificare un gruppo per non compromettere un'altra indagine.

    -

    Se le stesse etichette vengono usate da pi indagini attive, non sar possibile aggiungere, eliminare o modificare il codice delle voci. Sar, invece, possibile modifcare il -"Titolo" delle etichette o il loro ordine di visualizzazione.

    -

    Di seguito sono elencate le funzioni disponibili nella barra degli strumenti:

    - - - - - - - - - - - - - -
    -Modifica Gruppo Etichette: - per modifcare il nome del gruppo di etichette che si sta utilizzando in quel momento
    -Elimina - - Gruppo Etichette: per eliminare l'intero gruppo di etichette incluse le singole etichette. E' da notare che non possibile eliminare un gruppo di etichette gi usato da un' altra indagine attiva o disattiva.
    -Esporta Gruppo Etichette: - per esportare un gruppo di etichette ad un file per utilizzarlo pi tradi o condividerlo con altri utenti di LimeSurvey
    -

     

    -

     

    \ No newline at end of file diff --git a/locale/it/help/labelsets.html b/locale/it/help/labelsets.html deleted file mode 100644 index f6dacbb54c9..00000000000 --- a/locale/it/help/labelsets.html +++ /dev/null @@ -1,72 +0,0 @@ - - - -

    -Gestione etichette:
    -Sezione di PHPSurvey dedicata alla gestione dei gruppi di etichette.

    -

    In questa sezione possibile creare, modificare o eliminare Gruppi di Etichette usati nelle 'domande con etichette'. -Un gruppo di etichette permette di definire una serie di opzioni da scegliere per le domande con risposte a scelta multipla selezionabili tramite check. Per esempio, in un'indagine possibile inserie una domanda in cui viene chiesto al partecipante di scegliere tra una serie di opzioni per una particolare affermazione come nel seguente esempio:

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Indica quanto sei d'accordo con le seguenti affermazioni:
     Sono d'accordoSono in parte d'accordoNon mi esprimoNon sono del tutto d'accordoNon sono assolutamente d'accordo
    Sono una persona molto strana
    Mi piace il gelato
    Il verde un bellissimo colore
    -
    -

    Attaverso i gruppi di etichette possibile creare i propri titoli per questo tipo di domande.

    -

    Di seguito sono elencate le funzioni disponibili nella barra degli strumenti:

    - - - - - - - - - -
    - - Home: per ritornare alla pagine di amministrazione generale di LimeSurvey
    - - Aggiungi Gruppo Etichette: per creare un nuovo gruppo di etichette o importarlo da un file
    -

    -
    -Aggiunta di un nuovo gruppo di etichette
    -Cliccando su possibile creare un nuovo gruppo di etichette.

    -

    Un gruppo di etichette necessita solo di un nome. Ad ogni gruppo viene assegnato automaticamente un codice numerico personale "LID" (o Labelset InDex). E' possibile creare pi gruppi con lo stesso nome, anche se non consigliabile perch potrebbe creare confusione. Ogni gruppo identificabile tramite il proprio codice LID.

    -

    Importazione di un gruppo di etichette
    -E' possibile importare un gruppo di etichette attraverso il bottone 'Importa Gruppo Etichette' in fondo alla pagina. Si procede cliccando su 'sfoglia' e selezionando il file *.sql LimeSurvey contenente il gruppo di etichette e infine si clicca su 'Importa'.

    -

     

    \ No newline at end of file diff --git a/locale/it/help/question.html b/locale/it/help/question.html deleted file mode 100644 index e93f22535e5..00000000000 --- a/locale/it/help/question.html +++ /dev/null @@ -1,63 +0,0 @@ - - -

    -Amministrazione
    -Indagine

    - -Gruppo

    - -

    Sezione di LimeSurvey dedicata alla -gestione delle domande.

    - -

    In questa sezione è possibile visualizzare e modificare una domanda nell'indagine. E' altresì possibile aggiungere singole risposte e assegnare delle condizioni cliccando su Imposta condizioni.

    - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - - Pulsanti di opzione:

    - - Modifica domanda: per inserire i dettagli di una domanda.
    - - Elimina domanda: per eliminare una domanda. L'icona appare solo se la domanda non contiene risposte.
    - - Esporta domanda: per esportare una domanda con le risposte verso una file.
    - - Inposta condizioni: per assegnare delle condizioni ad una domanda.
    - - Risposte: per aggiungere/modificare/eliminare e ordinare le risposte di una domanda.
    -

    -Risposta

    -

    - -Risposte
    -
    Clicca sull'icona - per aggiungere, modificare e eliminare le risposte di una domanda.

    -

    Questa icona appare solo se la domanda corrisponde alla tipologia 'lista', 'domanda a scelta multipla' o 'domanda libera'. Queste tipologie di domande richiedono una serie di risposte.

    -

    -Condizioni
    -Clicca su - per assegnare, modificare o eliminare le condizioni di una domanda.

    -

    L'icona farà comparire la finestra "Condition Designer". Assegnare una condizione a una domanda significa che la domanda NON VERRA' VISUALIZZATA SE NON VIENE PRIMA SODDISFATTA LA CONDIZIONE STABILITA.

    diff --git a/locale/it/help/survey.html b/locale/it/help/survey.html deleted file mode 100644 index a1c091de9d3..00000000000 --- a/locale/it/help/survey.html +++ /dev/null @@ -1,108 +0,0 @@ - - -

    -Ammistrazione

    - -

    INDAGINE:
    -Sezione di LimeSurvey dedicata alla gestione dell'indagine.

    - -

    In questa sezione è possibile visualizzare e controllare le configurazioni generali dell'indagine. E' possibile aggiungere nuovi gruppi o selezionare un gruppo già esistente.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - - Pulsanti di opzione:

    - - Indagine attiva: L'icona appare quando l'indagine è attiva ed è possibile salvare le risposte.
    - - Disattiva indagine: per disattivare un'indagine attiva
    - - Indagine non attiva: L'icona appare quando l'indagine non è attiva
    - - Attiva indagine: per attivare o disattivare un'indagine
    - - Prova indagine: per avviare un'indagine di prova (o verificare se l'indagine è attiva)
    - - Data entry: per visualizzare la schermata per l'inserimento dati. In questa sezione è possibile inserire le risposte di un'indagine su carta stampata
    - - Stampa indagine: per visualizzare la 'versione stampabile' dell'indagine.
    - - Modifica indagine: per inserire le caratteristiche dell'indagine.
    - - Elimina indagine: per eliminare un'indagine. L'icona appare solo se l'indagine non contiene gruppi.
    - - Esporta indagine: per esportare un'indagine con i relativi gruppi, domande, risposte e condizioni verso un altro file.
    - - Sfoglia risultati: per consultare le risposte inserite nell'indagine. Questa funzione è possibile solo se l'indagine è attiva.
    - - Genera token: per gestire i token per partecipare all'indagine.
    - - Aggiungi gruppo: per aggiungere un nuovo gruppo di domande all'indagine.
    -

    -Gruppo
    -Domanda
    -Risposta

    -

    - -Aggiunta di un nuovo gruppo
    -
    Clicca su - per aggiungere un gruppo all'indagine.

    -

    Un'indagine deve avere almeno un gruppo. I gruppi servono per raggruppare le domande secondo un ordine logico. -Ogni gruppo ha un nome e una descrizione. Cliccando su 'Aggiungi gruppo' si avrà una schermata vuota con due campi da completare. Titolo indica il nome del gruppo. Questo campo è obbligatorio e determina l'ordine in cui verrà visualizzato l'indagine. -I gruppi vengono elencati in ordine alfabetico scondo il Nome del gruppo. Si consiglia di assegnare i nomi ad ogni gruppo in ordine alfabetico. ex: "Sezione 1:) Dati anagrafici." , "Sezione 2:) -Esperienze lavorative.".  Descrizione: campo facoltativo e può essere usato per descrivere il gruppo che verrà presentato ai partecipanti dell'indagine durante la compilazione. Senza una descrizione, i partecipanti all'indagine in formato "Visualizza per domande" non potranno visualizzare pagine separate con il nome del gruppo e la descrizione.

    \ No newline at end of file diff --git a/locale/it/help/tokens.html b/locale/it/help/tokens.html deleted file mode 100644 index 14bedf5cd70..00000000000 --- a/locale/it/help/tokens.html +++ /dev/null @@ -1,257 +0,0 @@ - - -

    Sezione di LimeSurvey per la -gestione dei token.

    - -

    In questa sezione è possibile creare dei 'gettoni' di partecipazione per rendere l'indagine accessibile solo ad un numero limitato di utenti.

    - -

    Descrizone dei token
    -Visualizzazione dei token
    -Aggiunta di un token
    -Importazione File CSV
    -Spedizione degli inviti

    -Spedizione dei solleciti
    -Creazione di un token

    - -

    I seguenti comandi sono disponibili dalla barra di navigazione principale:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - Home per chiudere la finestra di gestione dei token e visualizzare la pagina di amministrazione generale.
    -Riepilogo: per visualizzare il riepilogo dei token e selezionare alcuni comandi di amministrazione generale come:
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Non spedire gli inviti:
     per annulare la spedizione degli inviti. Di solito questa procedura è eseguita quando si è verificato un errore nella spedizione degli inviti e si vuole tentare di nuovo l'invio.
    Elimina codici associati ai token:
     per eliminare tutti i codici dei token generati
    Azzera i token:
     per azzerare le voci delle tavole dei token
    Elimina tavola dei token:
     per eliminare la tavola dei token e rendere l'indagine accessibile a tutti.
    -
    -Mostra token: per visualizzare tutti i token
    -Aggiungi token: per aggiungere un nuovo partecipante all'indagine.
    -Importa - file dei token: per importare un file CSV con i nomi e gli indirizzi email. Il file CSV deve essere un file con il formato delimitato da virgole senza apici. La prima riga è interpretata come un header. L'ordine dei dati deve essere: Nome, Cognome, Email, [token]. Il campo dei token è facoltativo.
    - - Invia invito a questo utente: per inviare inviti via email ai partecipanti con un token.
    -Invia sollecito a questo utente: per inviare un sollecito via email ai partecipanti con token. I solleciti vengono inviati solo ai partecipanti che hanno già ricevuto un invito.
    - Genera - token: per creare dei codici per i token oppure per importare un file CSV. Si consiglia di usare questo comando perchè non genera codici doppi.
    -Elimina tavola dei token: per azzerare la tavola dei token ed eliminarla dall'indagine. Questo renderà l'indagine accessibile a tutti.
    - -

    Descrizione dei "token"
    -I token sono dei 'gettoni di ingresso' che servono per creare un'indagine moderata. Un'indagine moderata è un'indagine riservata ad un numero limitato di partecipanti a cui viene assegnato un codice per accedere all'indagine selezionata.

    - -

    Una volta attivati, solo coloro in possesso di un token e di un codice possono rispondere alle domande proposte. Nella sezione dedicata alla gestione dei token è possibile aggiungere, eliminare e modificare un token.

    - -

    Nella sezione di gestione dei token di LimeSurvey -è possibile tenere traccia di chi ha accesso all'indagine. E' altresì possibile spedire inviti e solleciti ai partecipanti e verificare se hanno risposto alle domande. Se l'indagine NON è anonima è possibile associare le risposte ad un token.

    - -

    -Visualizzazione dei token
    -I token possono essere visualizzati in gruppi da 50 o tramite ricerca libera. Le frecce in alto a destra si riferiscono alla Visualizzazione dei dati. Esse forniscono le seguenti opzioni:

    - - - - - - - - - - - - - - - - - - -
    -inizio: - per visualizzare i token dall'inizio.
    -prec.: - per visuliazzare i precedenti token.
    - - pros.: per visualizzare i successivi token.
    -fine: - per visuliazzare i token alla fine del database.
    - -

    -E' possibile assegnare dei codici numerici ai token visualizzati utilizzando "Dati visualizzati:" e "A partire da:" e poi cliccando su "Mostra".

    - -

    -Ordina
    -per ordinare i dati che si trovano all'inizio di ogni colonna quando si visualizzano i token. -Cliccando sull'icona () si elencano i dati in ordine alfabetico.

    - -

    -Comandi
    -
    Ad ogni token è possibile applicare i seguenti comandi:

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Modifica voce: - per modificare una voce.
    - Elimina voce: - per eliminare una voce.
    - Prova indagine: - per accedere all'indagine con un token.
    - Mostra risposta: - per visualizzare la risposta di un parteciapnte (disponibile solo dove indicato).
    - Invia invito a questo partecipante: - per inviare un invito solo a un determinato partecipante.
    - Invia sollecito a questo partecipante: - per inviare un sollecito solo a un determinato partecipante.
    - -

    - -Aggiunta di un token
    -
    - -In questa schermata è possibile aggiungere una nuova voce e inserire un nuovo partecipante nel gruppo delle persone che possono accedere all'indagine. I campi disponibili sono:
    -Nome: il nome del partecipante
    -Cognome: il cognome del partecipante
    -Email: email del partecipante
    -token: il codice del token. Anche se è possibile creare un nuovo token tramite questa funzione è sempre consigliabile usare "Crea token" e lasciare questo campo vuoto.
    -Invito spedito?: Se in questo campo appare una "S", l'invito non verrà inviato quando si clicca su "Invia invito". Altrimenti l'invito verrà spedito.
    -Completato?: Se in questo campo appare una "S", il partecipante non sarà in grado di usare il token. Una volta completata l'indagine, il campo verrà modificato con una "S".

    - -

    -Non ci sono campi obbligatori nella schermata 'aggiungi token'. Il campo è a testo libero e non ci sono controlli. E' possibile inseirie lo stesso nome due volte.

    - -

    -Importazione file File CSV
    -E' possibile importare un file CSV con i nomi e le email in un'indagine LimeSurvey. Il file CSV deve essere salvato come file in formato delimitato da virgole senza apici e la prima riga è sempre interpretata come un header. Qualora il file non contenesse un header, la prima riga verrà persa! Il file verrà visualizzato come segue:

    - -
    -
    - - - - -
    Nome, Cognome, Email, token
    - Jason, Cleeland, jason@cleeland.org,
    - Bob, Jones, bob@cleeland.org,
    -
    -
    - -

    Da notare che l'ultima colonna (token) è facoltativa. È possibile importare i propri token. Questa operazione può essere utile se si vuole usare un altro metodo per creare i token. Per esempio, se un'associazione decide di presentare un'indagine ai propri iscritti, può usare i codici di adesione dei membri come codici per i token.

    - -

    -Spedizione degli inviti
    -È possibile inviare degli inviti tramite email a tutti i nominativi presenti nella tavola dei token. Prima di inviare un' email, LimeSurvey verifica ogni voce per assicurarsi che siano rispettati le seguenti condizioni:
    -a) Indirizzo email valido
    -b) token generato correttamente
    -c) Invito non ancora inviato
    -d) Partecipante non ha ancora completato l'indagine

    - -

    Gli inviti sono personalizzati e dipendono dalle informazioni inserite nel database dei token. E' possibile modificare l'oggetto e il testo dell'email prima di inviarla. Per usare le informazioni presenti nel database dei token è necessario usare i seguenti codici:
    -{FIRSTNAME}: Nome
    -{LASTNAME}: Cognome
    -{SURVEYNAME}: Titolo dell'indagine
    -{ADMINNAME}: Nome dell'amministratore
    -{ADMINEMAIL}: Email dell'amministratore

    - -

    Per esempio, se il messaggio è "Gentile {FIRSTNAME} {LASTNAME} le presentiamo l'indagine {SURVEYNAME} da completare in ogni parte. Saluti {ADMINNAME}" Il destinatario riceverà un'email come segue: "Gentile Mario Rossi le presentiamo l'indagine La disoccupazione in Italia da completare in ogni parte. Saluti Giovanni Bianchi".

    - -

    -Spedizione dei solleciti
    -È possibile inviare solleciti via e-mail a tutti i partecipanti nel database. Prima di inviare un'email, LimeSurvey verifica ogni voce per assicurarsi che siano rispettati le seguenti condizioni:
    -a) Indirizzo Email valido
    -b) token generato correttamente
    -c) Invito già inviato
    -d) Partecipante non ha ancora completato l'indagine

    - -

    -Creazione di un token -
    -Per creare automaticamente un token per i partecipanti nel database che ne sono ancora sprovvisti.

    diff --git a/locale/it/help/users.html b/locale/it/help/users.html deleted file mode 100644 index b1d7d23d40d..00000000000 --- a/locale/it/help/users.html +++ /dev/null @@ -1,40 +0,0 @@ - - -

    Sezione di LimeSurvey dedicata alla gestione utenti.

    - -

    In questa sezione è possibile visualizzare e modificare le configurazioni di sicurezza e i permessi di accesso agli script da parte degli utenti.

    - -

    Le configurazioni di sicurezza LimeSurvey dipendono dalla directory del sistema di sicurezza Apache. Se non si sta usando il web server Apache -non è possibile usare questi parametri ed è necessario inizializzare la directory di sicurezza usando i metodi standard del vostro server.

    - -

    Inizializazione della sicurezza
    -
    I parametri di sicurezza vengono 'inizializzati' la prima volta che si configura la sicurezza in LimeSurvey. Quando viene eseguita l'inizializzazione, lo script trova il file eseguibile Apache "htpasswd" e crea un file 'utente'. Inoltre crea anche un file 'htaccess' nella directory dell'amministrazione che limita l'accesso alla directory solo agli utenti nel file htpasswd. Lo username e la password iniziali vengono generati automaticamente dalle configurazioni di 'default' nel file config.php. Una volta completata la procedura di inizializzazione, verranno richiesti username e password prima di utilizzare gli script LimeSurvey.

    - -

    Aggiunta di nuovi utenti
    -Una volta inizializzata la sicurezza e eseguito il 'login', sarà possibile visualizzare, aggiungere, modificare e eliminare gli utenti del sistema. Nella lista degli utenti visualizzati, è possibile cliccare su "Modifica" per modificare una voce, o su "Elimina" per eliminarla. E' impossibile eliminare la voce se la lista contiene una sola voce.

    - -

    - -Disattivazione della sicurezza
    -
    Per disattivare i parametri di sicurezza LimeSurveys -clicca su "Disatttiva sicurezza". Questa operazione eliminerà dalle directory il htpasswd, il file htaccess e tutte le informazioni sugli utenti.

    - -

    Limiti della sicurezza LimeSurvey -
    -In attesa di un sistema di sicurezza più flessibile, è bene ricordare che i parametri di sicurezza LimeSurvey consentono un accesso del tipo 'o tutto o niente'. In altre parole gli utenti possono accedere a TUTTE le funzionalità dell'amministrazione o a NESSUNA. -E' possibile fissare dei livelli di accesso. E' da notare che tutte le impostazioni di sicurezza inclusa la funzione di PLAIN-TEXT PASSWORDS sono accessibili a tutti gli utenti.

    - -

    Risoluzione dei problemi
    -In caso di problemi durante la configurazione della sicurezza è bene:

    - - - - - - - - - -
    1.assicurarsi di inserire i permessi di lettura/scrittura nella directory di admin. LimeSurvey deve avere la possibilità di creare un file .htpasswd e un file .htaccess.
    2.assicurasi di avere accesso al file eseguibile tpasswd. Nei server windows, una copia di questo file verrà inserita nella directory /limesurvey/admin - insieme ad altri script. Nei server Linux, lo script cercherà di trovare l'eseguibile htpasswd attraverso il comando "Cerca".

     

    \ No newline at end of file diff --git a/locale/nl-informal/help/admin.html b/locale/nl-informal/help/admin.html deleted file mode 100644 index 14e8a44a88c..00000000000 --- a/locale/nl-informal/help/admin.html +++ /dev/null @@ -1,67 +0,0 @@ - - -

    ADMINISTRATIE:
    -Je bekijkt momenteel de algemene administratie sectie van LimeSurvey. Je hebt geen vragenlijst geselecteerd om te bekijken of bewerken

    -

    Van hieruit kun je de algemene instellingen van LimeSurvey beheren en nieuwe vragenlijsten aanmaken, bestaande vragenlijsten bekijken of bewerken en je beveiligingsinstellingen aanpassen.

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - Thuis Klik op dit icoon om de huidige vragenlijst af te sluiten en enkel de administratiebalk te tonen
    - - Beveiliging: Klik op dit icoon om de logins en instellingen van de beveiliging aan te passen
    - - Slechte beveiliging: Als de beveiligingsinstellingen nog moeten worden aangemaakt, zie je dit icoon
    - - Controleer Database: Klik hier om de database te controleren en te kijken of alle nodige velden bestaan
    -Bewerken/Toevoegen van - Labelsets: Klik hier om labelsets die gebruikt worden in 'flexibele' label vragen te bewerken, aan te maken of te wissen
    - - Toevoegen vragenlijst: Klik hier om een vragenlijst toe te voegen of vanuit een bestand te importeren
    -

    -Vragenlijst
    -Groep
    -Vraag
    -Antwoord
    -
    -
    -Een nieuwe vragenlijst toevoegen
    -Klik op - om een nieuwe vragenlijst aan te maken of te importeren.

    -

    Het 'Toevoegen nieuwe vragenlijst' scherm laat toe de basisgegevens van de vragenlijst in te geven, een aantal weergaveopties te kiezen, en algemene instellingen te maken. Van hieruit kan ook een eerder gexporteerde vragenlijst gemporteerd worden.

    -

    De details van de vragenlijst omvatten Korte titel: de korte naam van de vragenlijst, een Omschrijving: een gedetailleerde beschrijving van de vragenlijst die zo lang kan zijn als je wilt, een -Welkomsboodschap: die getoond wordt bij het begin van de vragenlijst, de Naam van de Verantwoordelijke en E-mail Verantwoordelijke velden die de deelnemers naar de juiste persoon doorverwijzen bij vragen over de vragenlijst en ook gebruikt wordt als het reply-to adres bij het verzenden van uitnodigingen, een Fax Naar: veld, die toelaat een faxnummer op te geven voor 'printversies', een URL: die wordt getoond op het einde van de vragenlijst zodat je deelnemers kunt doorverwijzen naar een website naar keuze na het beindigen van de vragenlijst, en een URL Omschrijving: -de tekst die aan de URL verbonden wordt.

    -

    De weergaveopties zijn -Formaat: om te kiezen of de vragenlijst als n pagina, per groep of per vraag getoond zal worden, Sjabloon: geeft een lijst van voorgedefinieerde sjablonen die de look en feel van de vragenlijst bepalen, en Taal: om te kiezen uit een voorgedefineerde taal voor de ingebouwde antwoorden en boodschappen zoals "Ja/Nee", "Mannelijk/Vrouwelijk" en zo verder.

    -

    Tenslotte zijn er nog enkele andere algemene instellingen. Standaard staat de vragenlijst op -Anoniem, je kan de vragenlijst echter ook Niet Anoniem maken, wat betekent dat de vragenlijst aan een paswoord tabel gekoppeld wordt, en je de individuele antwoorden per deelnemer kunt opvolgen. Datum: voegt een datum/tijd veld toe aan elk antwoord zodat je kan zien wanneer elke deelnemer een vragenlijst beindigd heeft. De Vervaldatum: -is de datum waarop de vragenlijst niet meer beschikbaar is. Als je dit veld leeg laat, vervalt de vragenlijst nooit.

    -

    De optie Gebruik Cookies? -laat toe om basisbeveiliging in te bouwen als er geen paswoorden gebruikt worden. Door dit op 'J' te zetten, wordt bij een deelnemer die de vragenlijst volledig doorloopt een cookie geplaatst om dit aan te geven. De volgende keer dat hij/zij probeert de vragenlijst op dezelfde computer in te vullen, zal dit niet meer mogelijk zijn. Het moet wel gezegd worden dat dit maar een minimieme bescherming biedt. Als twee personen deze vragenlijst op zelfde computer willen invullen, zal deze methode dit niet toelaten. Als eenzelfde persoon de vragenlijst vanaf twee verschillende computers invult, zal hij/zij dit zonder probleem kunnen doen. Het is nuttig om een zekere vorm van zekerheid in te bouwen om meerdere deelnames te vermijden, maar biedt zeker geen honderd procent zekerheid.

    -

    Importeren vragenlijst
    -Onderaan het scherm kan je een vragenlijst importeren. Klik op Browse/Bladeren en kies een LimeSurvey *.sql bestand die de vragenlijst bevat en klik vervolgens op Importeer.

    -

     

    diff --git a/locale/nl-informal/help/answer.html b/locale/nl-informal/help/answer.html deleted file mode 100644 index cc9e1aebf49..00000000000 --- a/locale/nl-informal/help/answer.html +++ /dev/null @@ -1,56 +0,0 @@ - - -

    -Administratie
    -Vragenlijst

    - -Groep
    -Vraag

    - -

    Je bekijkt momenteel de -antwoord administratie sectie van LimeSurvey.

    - -

    Van hieruit kan je antwoorden bekijken, bewerken en de volgorde van de antwoorden voor deze vraag veranderen.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - - Opties knoppen:

    - Hoger: Klik hier om het antwoord hoger in de lijst te plaatsen.
    - - Lager: Klik hier om het antwoord lager in de lijst te plaatsen.
    - - Bewaar Aanpassingen: Klik hier om de veranderingen die je aanbracht te bewaren.
    - - Verwijderen antwoord: Klik hier om het antwoord te verwijderen.
    - - Toevoegen antwoord: Klik hier om een nieuw antwoord toe te voegen.
    - - Herstellen sorteervolgorde: Klik hier om problemen die zich voordoen met de sorteervolgorde op te lossen.
    diff --git a/locale/nl-informal/help/group.html b/locale/nl-informal/help/group.html deleted file mode 100644 index 78607bed305..00000000000 --- a/locale/nl-informal/help/group.html +++ /dev/null @@ -1,50 +0,0 @@ - - -

    -Administratie
    -Vragenlijst

    - -

    GROEP:
    -Je bekijkt momenteel de groep -administratie sectie van LimeSurvey.

    - -

    Van hieruit kan je de groepen vragen van een vragenlijst bekijken en bewerken. Je kan ook een -nieuwe vraag toevoegen aan de groep of een bestaande vraag uit deze groep selecteren om te bekijken of te bewerken.

    - - - - - - - - - - - - - - - - -
    -

    - - Opties knoppen:

    - - Bewerken groep: Klik hier om de details van de huidige groep te bewerken.
    - - Wissen groep: Klik hier om een groep te wissen. Deze knop zal enkel zichtbaar zijn als er geen vragen in die groep zijn.
    - - Toevoegen vraag: Klik hier om een nieuwe vraag bij deze groep toe te voegen. Deze knop zal niet zichtbaar zijn als de vragenlijst geactiveerd is.
    -

    -Groep
    -Vraag
    -Antwoord

    -

    -Toevoegen nieuwe vraag
    -Klik op om een nieuwe vraag aan de vragenlijst toe te voegen.

    -

    Je kan zo veel vragen als je wilt aan elke groep toevoegen. Als je op het "Nieuwe vraag toevoegen" -icoon klikt, zal een scherm getoond worden waarin je een Code Vraag ingeeft: dit is een verplicht veld en wordt gebruikt om de volgorde van de vragen binnen een groep te bepalen. De code van de vraag kan tot 5 tekens lang zijn. Vragen worden alfabetisch volgens deze code gerangschikt. Het -Vraag: veld kan zolang zijn als je wilt en zal de eigenlijke vraag bevatten die aan de deelnemer wordt getoond. In het Help: veld -kan je een boodschap ingeven die onder de vraag wordt getoond. Het Type vraag: veld is een lijst met de verschillende types van vragen die beschikbaar zijn. Je kan een vraag als Verplicht: instellen om er zeker van te zijn dat de deelnemer de vraag beantwoord. Bepaalde types vragen zullen ook toelaten een "J" of "N" in te geven in het -Andere: veld. In deze gevallen zal de vraag een bijkomende optie "Andere" hebben.

    diff --git a/locale/nl-informal/help/labels.html b/locale/nl-informal/help/labels.html deleted file mode 100644 index 613eb2abbaa..00000000000 --- a/locale/nl-informal/help/labels.html +++ /dev/null @@ -1,34 +0,0 @@ - - -

    -Labelset Administratie:
    -Je bekijkt momenteel de Labels sectie van het Label Sets -Administratie scherm.

    -

    Van hieruit kan je labels uit een labelset toevoegen, bewerken of verwijderen. Labels bestaan uit een 'code' en een 'titel'. De code zal niet zichtbaar zijn voor de deelnemers maar wordt gebruikt om het antwoord te bewaren. Je kan de volgorde in welke de labels verschijnen aanpassen door de "Hoger" en "Lager" knoppen te gebruiken. Het hoogst geplaatste label zal uiterst links verschijnen, de laagst geplaatste uiterst rechts.

    -

    Als een labelset door een bestaande vragenlijst wordt gebruikt zal er een waarschuwing getoond worden om aan te geven dat het toevoegen of verwijderen van items ongewenste gevolgen kan hebben. Omdat labelsets door verschillende vragenlijsten gedeeld kunnen worden, moet het aanpassen van een labelset met voorzichtigheid gebruikt worden.

    -

    Als een labelset gebruikt wordt door een bestaande vragenlijst die geactiveerd is, zal u geen aanpassingen kunnen doen. Het is echter wel mogelijk de -"Titel" te bewerken of de volgorde waarin de titels verschijnen te veranderen.

    -

    De volgende opties zijn beschikbaar in de Labels Werkbalk:

    - - - - - - - - - - - - - -
    -Bewerken label set: - Klik op dit icoon om de naam van de huidige labelset te bewerken
    -Wissen - - labelset: Klik hier om de volledige labelset te verwijderen, inclusief de labels. Je kan een labelset die in een vragenlijst wordt gebruikt, actief of niet, niet verwijderen.
    -Exporteer labelset: - Klik hier om de labelset naar een bestand te exporteren om late opnieuw te gebruiken
    -

     

    -

     

    diff --git a/locale/nl-informal/help/labelsets.html b/locale/nl-informal/help/labelsets.html deleted file mode 100644 index 501dd2b353d..00000000000 --- a/locale/nl-informal/help/labelsets.html +++ /dev/null @@ -1,72 +0,0 @@ - - -

    -Label Set Administratie:
    -Je bekijkt momenteel de Label Sets Administratie sectie van LimeSurvey.

    -

    Van hieruit kan je labelsets bewerken of verwijderen om te gebruiken in 'flexibele labels' vraagtypes. -Labelsets laten toe een voorgedefineerde serie opties te definiren die bij verschillende vragen geplaatst kunnen worden. Je zal bijvoorbeeld regelmatig in een vragenlijst de mening van de deelnemer over een bepaalde stelling vragen en hem/haar een lijst met keuzes geven. Hieronder vindt u een voorbeeld:

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Geef aan in welke mate je akkoord gaat met de volgende stellingen:
     Helemaal akkoordAkkoordNeutraalNiet akoordHelemaal niet akkoord
    Ik ben een vreemde persoonlijkheid
    Ik hou van ijs
    Groen is een mooie kleur
    -
    -

    Met Labelsets kant je de kolommen voor een dergelijke vraag vastleggen.

    -

    De volgende opties zijn beschikbaar in de Label Sets Administratie werkbalk:

    - - - - - - - - - -
    - - Home Klik op dit icoon om terug naar het eerste LimeSurvey administratie scherm te gaan
    - - Toevoegen Label Set: Klik hier om een nieuwe labelset aan te maken of te importeren
    -

    -
    -Toevoeg nieuwe Label Set
    -Klik op - om een nieuwe labelset aan te maken of importeren.

    -

    Een labelset heeft enkel een naam nodig. Elke label set wordt automatisch een uniek "LID" (of Labelset InDex) nummer gegeven. Je kan een labelset met dezelfde naam als een andere maken, hoewel dit niet aan te bevelen is (omdat het de zaken verwart). De labelset zal dan van de andere onderscheiden zijn door zijn LID nummer.

    -

    Importeren Labelset
    -Je kan onderaan het venster de Importeren Labelset optie gebruiken om een labelset te importeren uit een bestand. Klik op Bladeren/Browse, kies een LimeSurvey *.sql bestand met de label set en klik dan op Importeer.

    -

     

    diff --git a/locale/nl-informal/help/question.html b/locale/nl-informal/help/question.html deleted file mode 100644 index ea55ec60b16..00000000000 --- a/locale/nl-informal/help/question.html +++ /dev/null @@ -1,71 +0,0 @@ - - -

    -Administration
    -Vragenlijst

    - -Groep

    - -

    Je bekijkt momenteel de -vraag -administratie sectie van LimeSurvey.

    - -

    Van hieruit kan je deze vraag van de vragenlijst bekijken en bewerken. Als de vraag individuele antwoorden kan hebben, kan je dit ook van hieruit doen. Je kan eveneens condities opgeven of een vraag wel dan niet getoond zal worden aan de hand van het voorwaarden icoon op dit scherm.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - - Opties knoppen:

    - - Bewerk vraag: Klik hier om de details van de huidige vraag te bewerken.
    - - Wis vraag: Klik hier om deze vraag te wissen. De knop zal enkel zichtbaar zijn als er geen antwoorden bij deze vraag zijn.
    - - Exporteer vraag: Klik hier om deze vraag, samen met alle antwoorden, te exporteren naar een bestand.
    - - Kopieer vraag: Klik hier om een kopie van de huidige vraag, samen met alle antwoorden, te maken binnen deze vragenlijst.
    - - Stel condities in: Klik hier om de voorwaarden voor deze vraag in te stellen.
    - - Antwoorden: Klik hier om de antwoorden voor deze vraag te bepalen, bewerken, wissen of ordenen.
    -

    -Antwoord

    -

    - -Antwoorden
    -
    Klik op het - icoon om antwoorden op deze vraag te bepalen, bewerken, verplaatsen of wissen.

    -

    Dit icoon is enkel zichtbaar als de vraag van het type Lijst, Meerkeuze of Matrix is. Deze vraagtypes hebben immers een reeks antwoorden.

    -

    -Voorwaarden
    -Klik op het - icoon -om voorwaarden voor deze vraag in te stellen, bewerken of verwijderen.

    -

    Dit icoon zal het 'Voorwaarden Ontwerp' venster tonen, die toelaat te bepalen onder welke voorwaarden een vraag al dan niet getoond zal worden. Als je een conditie instelt, zal de vraag NIET getoond worden TENZIJ DE VOORWAARDE VOLDAAN IS.

    diff --git a/locale/nl-informal/help/survey.html b/locale/nl-informal/help/survey.html deleted file mode 100644 index 543ec2ef154..00000000000 --- a/locale/nl-informal/help/survey.html +++ /dev/null @@ -1,107 +0,0 @@ - - -

    -Administration

    - -

    VRAGENLIJST:
    -Je bekijkt momenteel de vragenlijst administratie sectie van LimeSurvey.

    - -

    Van hieruit kan je de algemene instellingen voor deze vragenlijst bepalen. Je kan ook nieuwe groepen toevoegen of een bestaande groep selecteren om te bekijken of bewerken.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - - Opties knoppen:

    - - Vragenlijst actief: Dit icoon is zichtbaar als de vragenlijst geactiveerd is en klaar is om deelnames te bewaren.
    - - Deactiveer vragenlijst: Klik hier om de actieve vragenlijst te deactiveren
    - - Vragenlijst niet actief: Dit icoon is zichtbaar als de vragenlijst niet actief is
    - - Activeer vragenlijst: Klik hier om de vragenlijst te activeren
    - - Test vragenlijst: Klik hier om de vragenlijst in te vullen (of testen als de vragenlijst momenteel niet actief is)
    - - Ingave: Klik hier om naar het ingave scherm te gaan. Van hieruit kunt u de doorgefaxte vragenlijsten ingeven
    - - Printvriendelijke versie: Klik hier om een printvriendelijke versie van de vragenlijst te tonen.
    - - Bewerk vragenlijst: Klik hier om de details van de huidige vragenlijst te bewerken.
    - - Wis vragenlijst: Klik hier om deze vragenlijst te wissen. Deze knop is enkel zichtbaar als er geen groepen zijn.
    - - Exporteer vragenlijst: Klik hier om de volledige vragenlijst met groepen, vragen, antwoorden en condities naar een bestand te exporteren.
    - - Bekijk deelnames: Klik hier om de deelnames van deze vragenlijst te bekijken. Dit kan enkel als de vragenlijst actief is.
    - - Toegangscodes: Klik hier om de toegangscodes voor de huidige vragenlijst te beheren.
    - - Toevoegen groep: Klik hier om een nieuwe groep vragen aan de huidige vragenlijst toe te voegen.
    -

    -Groep
    -Vraag
    -Antwoord

    -

    - -Toevoegen nieuwe groep
    -
    Klik op - om een nieuwe groep aan de vragenlijst toe te voegen.

    -

    Alle vragenlijsten moeten minimum n groep bevatten. Groepen worden gebruikt om vragen te groeperen in logische delen. Als je "Toevoegen groep" kiest; zal u een leeg scherm krijgen met twee velden om in te vullen. Naam groep: -De titel van de groep. Dit veld is verplicht en bepaalt de volgorde waarin de groepen zullen verschijnen. De groepen worden op dit veld alfabetisch afgelopen, bijvoorbeeld: "Sectie 1:) Over deze vragenlijst." , "Sectie 2:) -Je mening.".  Omschrijving groep: Dit is een optioneel veld en kan gebruikt worden om een omschrijving op te geven die aan de deelnemers wordt getoond terwijl ze de vragenlijst invullen. Als er geen omschrijving is opgegeven bij een "vraag per vraag" vragenlijst, zullen de deelnemers geen omschrijving te zien krijgen voor de vragen.

    diff --git a/locale/nl-informal/help/tokens.html b/locale/nl-informal/help/tokens.html deleted file mode 100644 index 5ef44235e67..00000000000 --- a/locale/nl-informal/help/tokens.html +++ /dev/null @@ -1,256 +0,0 @@ - - -

    Je bekijkt momenteel de -Deelnemers sectie van LimeSurvey.

    - -

    Van hieruit kan je de deelnemers voor deze vragenlijst bekijken en bewerken.

    - -

    Waarom toegangscodes?
    -Toon deelnemers
    -Nieuwe deelnemer toevoegen
    -Importeer/Upload CSV bestand
    -E-mail uitnodiging

    -Verstuur herinnering
    -Genereer toegangscodes

    - -

    De volgende opties zijn beschikbaar in de werkbalk:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - Thuis Klik hier om deze sectie af te sluiten en terug naar het hoofdscherm van deze vragenlijst te gaan.
    -Samenvatting: Klik hier om een overzicht van de toegangscodes in de tabel te bekijken en enkele andere algemene opties te bepalen, zoals:
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Stel alle uitnodigingen op 'N' in:
     Gebruik dit om de uitnodigingen opnieuw te kunnen versturen moest er iets verkeerd zijn gegaan de vorige keer of je het opnieuw wil proberen.
    Wis alle unieke deelnemers:
     Wis alle automatisch gegenereerde toegangscodes
    Wis alle deelnemers:
     Maak de hele deelnemerstabel leeg
    Wis de deelnemerstabel:
     Verwijdert de deelnemers van de vragenlijst en maakt hem zo publiek toegankelijk.
    -
    -Bekijk deelnemers: Klik hier om alle deelnemers te bekijken
    -Toevoegen nieuwe deelnemer: Klik hier om een nieuwe deelnemer aan de tabel toe te voegen.
    -Importeer deelnemers uit bestand: Klik hier om een CSV bestand met namen en e-mailadressen te importeren. Het CSV bestand moet een standaard kommagescheiden bestand zonder aanhalingstekens zijn. De eerste rij wordt aanzien als een hoofding en wordt niet mee gemporteerd. De volgorde van de gegevens moet zijn: Voornaam, Naam, - E-mail, [toegangscode]. Het toegangscode-veld is optioneel.
    - - Verstuur uitnodiging: Klik hier om via e-mail uitnodigingen te versturen naar de deelnemers in de tabel.
    -Verstuur herinnering: Klik hier om een herinnering naar de deelnemers in deze tabel te versturen. Herinneringen worden enkel verstuurd naar deelnemers die reeds een uitnodiging kregen.
    -Genereer toegangscodes: Klik hier om unieke willekeurige toegangscodes voor de deelnemers aan te maken. Hoewel je manueel toegangscodes voor elke deelnemer kunt ingeven of importeren, is het toch aanbevolen deze functie te gebruiken, omdat alle toegangscodes hiermee zeker uniek zijn.
    -Wis deelnemerstabel: Klik hier om de deelnemerstabel en alle toegangscodes van deze vragenlijst te wissen. Dan is de vragenlijst weer publiek toegankelijk.
    - -

    Waarom "toegangscodes"
    -Toegangscodes zijn een manier om een gecontroleerde vragenlijst te krijgen. Een gecontroleerde vragenlijst laat toe een vastgelegd aantal deelnemers te contacteren. Elke deelnemer krijgt een unieke toegangscode. Deze toegangscode geeft de deelnemer toegang tot de vragenlijst.

    - -

    Wanneer je deelnemers aan een vragenlijst toevoegt, zullen enkel personen met een geldige toegangscode de vragenlijst kunnen invullen.

    - -

    Je hebt eveneens de mogelijkheid om te volgen wie de vragenlijst heeft ingevuld, uitnodigingen en herinneringen te versturen en te bekijken of ze geantwoord hebben. Als je de vragenlijst niet anoniem maakt, kunt je ook de antwoorden per deelnemer bijhouden.

    - -

    -Toon deelnemers
    -Hier kan je de deelnemers bekijken (per 50 of eigen instelling). Het bovenste gedeelte van het scherm is het Weergave gedeelte van de werkbalk. Hier heb je de volgende opties:

    - - - - - - - - - - - - - - - - - - -
    -Toon eerste: - Klik hier om het begin van de lijst te bekijken.
    -Toon vorige: - Klik hier om de vorige deelnemers te bekijken.
    - - Toon volgende: Klik hier om de volgende deelnemers te bekijken.
    -Toon laatste: - Klik hier om de laatste deelnemers in de lijst te bekijken.
    - -

    -Je kan ook het aantal deelnemers per pagina en het beginpunt met de "Aantal records:" en "Starten vanaf:" velden, en dan op "Toon" te klikken.

    - -

    -Lijst sorteren
    -Bovenaan elke kolom staat naast de naam een 'sorteer icoon' (). -Door hierop te klikken wordt de kolom alfabetisch op die kolom gesorteerd.

    - -

    -Actions
    -
    Per deelnemer kunnen een aantal zaken gedaan worden. Volgende zaken zijn mogelijk:

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Bewerk deelnemer: - Klik hier om de deelnemer te bewerken.
    - Wis deelnemer: - Klik hier om de deelnemer te wissen.
    - Doe vragenlijst: - Klik hier om de vragenlijst als deze deelnemer in te vullen.
    - Toon deelname: - Klik hier om de antwoorden van deze deelnemer te bekijken (alleen zichtbaar waar mogelijk).
    - Uitnodiging: - Klik hier om enkel voor deze deelnemer een uitnodiging te versturen.
    - Herninnering: - Klik hier om enkel voor deze deelnemer een herinnering te versturen.
    - -

    - -Toevoegen nieuwe deelnemer
    -
    - -In dit scherm kan je een nieuwe deelnemer toevoegen aan de lijst van deze vragenlijst. De volgende velden zijn beschikbaar:
    -Voornaam: De voornaam van de deelnemer
    -Naam: De achternaam van de deelnemer
    -E-mail: Het e-mailadres van de deelnemer
    -Toegangscode: De unieke toegangscode van de deelnemer. Hoewel je die hier kan ingeven, is het beter "Genereer toegangscodes" later te kiezen, en de toegangscode hier leeg te laten.
    -Uitnodiging verstuurd?: Als er "J" in dit veld staat, wordt er geen uitnodiging meer verstuurd als je op "Uitnodiging" klikt. Als er iets anders in staat, zal er een uitnodiging verstuurd worden.
    -Ingevuld?: Als er "J" in dit veld staat, zal de deelnemer niet langer met zijn/haar toegangscode kunnen deelnemen. Dit veld wordt op "J" gezet als de deelnemer de vragenlijst volledig ingevuld heeft.

    - -

    -Er zijn geen verplichte velden in het -'nieuwe deelnemer' scherm. Je kan zoveel informatie als je wilt ingeven. Er wordt ook niet gecontroleerd of de deelnemer al bestaat, dus het is mogelijk dezelfde naam telkens opnieuw te gebruiken.

    - -

    -Importeer/Upload CSV bestand
    -Met deze functie kunt u een CSV bestand met de namen en e-mailadressen importeren. Het CSV bestand moet als een kommagescheiden bestand bewaard worden, er mogen geen aanhalingstekens gebruikt worden en de eerste lijn wordt als de hoofding aanzien en wordt dus niet mee gemporteerd. Het bestand moet er als volgt uitzien:

    - -
    -
    - - - - -
    Voornaam, Naam, E-mail, Toegangscode, Attribuut 1, Attribuut 2
    - Jan, Verbruggen, jan@verbruggen.be,
    - Piet, Declerck, piet@declerck.be,
    -
    -
    - -

    Merk op dat de laatste 3 kolommen optioneel zijn. Je kan je eigen toegangscodes importeren - dit is bijvoorbeeld nuttig als je reeds een eigen database met klantnummers hebt en je die als toegangscode wil gebruiken.

    - -

    -E-mail uitnodiging
    -Gebruik deze functie om uitnodigingen naar alle deelnemers in de tabel te versturen. Voor er een uitnodiging verstuurd wordt, wordt er gecontroleerd of volgende voorwaarden voldaan zijn:
    -a) E-mailadres aanwezig
    -b) Toegangscode aanwezig
    -c) Uitnodiging nog niet verstuurd
    -d) Vragenlijst nog niet ingevuld voor de deelnemer

    - -

    Elke uitnodiging is gepersonaliseerd en wordt ingevuld met de gegevens uit de deelnemerstabel. U krijgt de mogelijkheid het onderwerp en de tekst van de e-mail aan te passen voor ze verstuurd worden. Om de informatie uit de deelnemerstabel in de e-mail te gebruiken, moeten volgende codes gebruikt worden:
    -{FIRSTNAME}: Voornaam
    -{LASTNAME}: Naam
    -{SURVEYNAME}: De naam van de vragenlijst
    -{ADMINNAME}: De naam van de verantwoordelijke
    -{ADMINEMAIL}: Het e-mailadres van de verantwoordelijke

    - -

    Bijvoorbeeld: "Beste {FIRSTNAME} {LASTNAME}, wij willen je uitnodigen voor {SURVEYNAME}. Met vriendelijke groeten {ADMINNAME}" De deelnemer krijgt dan een e-mail die er als volgt uitziet: "Beste Jan Verbruggen, wij willen je uitnodigen voor Welke zanger kan niet zingen. Met vriendelijke groeten Paul Vansmeet".

    - -

    -Verstuur herinnering
    -Gebruik deze functie om herinneringen te versturen naar alle deelnemers in de tabel. Voor er een herinnering verstuurd wordt, wordt er gecontroleerd of volgende voorwaarden voldaan zijn:
    -a) E-mailadres aanwezig
    -b) Toegangscode aanwezig
    -c) Uitnodiging al verstuurd
    -d) Vragenlijst nog niet ingevuld voor de deelnemer

    - -

    -Genereer toegangscodes -
    -Gebruik deze functie om unieke willekeurige toegangscodes te genereren voor elke deelnemer die geen toegangscode heeft.

    diff --git a/locale/nl-informal/help/users.html b/locale/nl-informal/help/users.html deleted file mode 100644 index c8ef9d19510..00000000000 --- a/locale/nl-informal/help/users.html +++ /dev/null @@ -1,40 +0,0 @@ - - -

    Je bekijkt momenteel de -Gebruikersbeheer sectie van LimeSurvey.

    - -

    Van hieruit kan je de beveilingsinstellingen en gebruikersrechten van dit script bepalen.

    - -

    LimeSurveys beveiligingsinstellingen -maken gebruik van het Apache beveiligingssysteem. Als uw server geen Apache webserver is, kan je deze instellingen niet gebruiken en moet je zelf de instellingen vanuit de webserver maken.

    - -

    Opstarten beveiliging
    -
    De eerste keer dat je de beveiliging van LimeSurvey opent, worden de beveiligingsinstellingen opgestart. Bij het opstarten zoekt het script het bestand "htpasswd" -en maakt vervolgens een 'user' bestand aan. Het maakt ook een 'htaccess' bestand aan in de admin map die enkel de gebruikers uit de htpasswd file toelaat. De standaard login en paswoord worden bepaald door wat ingesteld staat in config.php. Eens u de instellingen opgestart heeft, zal de browser een login en paswoord vragen om in de admin sectie van LimeSurvey te komen.

    - -

    Toevoegen gebruikers
    -Nadat je de beveiliging opgestart hebt en ingelogd bent, kan je de bestaande gebruikers bekijken, nieuwe gebruikers toevoegen, gebruikers wissen en gebruikers bewerken. Dit is redelijk eenvoudig. In de lijst van de gebruikers die verschijnt, klikt u op de -"bewerk" knop om de gebruiker aan te passen of de "wis" knop om hem/haar te wissen. Als er maar n gebruiker is, kunt u deze niet wissen.

    - -

    - -Beveiliging uitzetten
    -
    Om de beveiliging uit te zetten, klikt u op de "Beveiliging uitzetten" knop. Dit wist alle bestanden die met gebruikers te maken hebben.

    - -

    Beperkingen van de beveiligingsmodule
    -Tot er een meer flexibel systeem is uitgewerkt, moet u er rekening meer houden dat de beveiliging momenteel 'alles-of-niets' is. Gebruikers hebben ofwel toegang tot ALLE functies, ofwel tot geen enkele. -Uiteindelijk zal een systeem uitgewerkt worden die toelaat verschillende toegangsniveaus in te stellen. Weet ook dat momenteel alle gebruikers ook de paswoorden van andere gebruikers kunnen bekijken.

    - -

    Problemen
    -Als u problemen ondervindt bij het instellen van de beveiliging:

    - - - - - - - - - -
    1.Zorg ervoor dat u lees/schrijfrechten heeft in de admin map. LimeSurvey moet een .htpasswd en .htaccess bestand kunnen aanmaken in deze map.
    2.Zorg er ook voor dat u toegang heeft tot het htpasswd bestand. Vooral op Windows servers zal het nodig zijn een kopie hiervan te maken in de admin map. Op Linux servers zal het script zelf proberen het bestand te vinden via de "find" functie van het systeem.

     

    diff --git a/locale/nl/help/admin.html b/locale/nl/help/admin.html deleted file mode 100644 index 3daa0efa2e2..00000000000 --- a/locale/nl/help/admin.html +++ /dev/null @@ -1,67 +0,0 @@ - - -

    ADMINISTRATIE:
    -U bekijkt momenteel de algemene administratie sectie van LimeSurvey. U hebt geen vragenlijst geselecteerd om te bekijken/bewerken

    -

    Van hieruit kun je de algemene instellingen van LimeSurvey beheren en nieuwe vragenlijsten aanmaken, bestaande vragenlijsten bekijken of bewerken en je beveiligingsinstellingen aanpassen.

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - Thuis Klik op dit icoon om de huidige vragenlijst af te sluiten en enkel de administratiebalk te tonen
    - - Beveiliging: Klik op dit icoon om de logins en instellingen van de beveiliging aan te passen
    - - Slechte beveiliging: Als u beveiligingsinstellingen nog moeten aangemaakt worden, ziet u dit icoon
    - - Controleer Database: Klik hier om de database te controleren en te kijken of alle nodige velden bestaan
    -Bewerken/Toevoegen van - Labelsets: Klik hier om label sets die gebruikt worden in 'flexibele' label vragen te bewerken, aan te maken of te wissen
    - - Toevoegen vragenlijst: Klik hier om een vragenlijst toe te voegen of vanuit een bestand te importeren
    -

    -Vragenlijst
    -Groep
    -Vraag
    -Antwoord
    -
    -
    -Een nieuwe vragenlijst toevoegen
    -Klik op - om een nieuwe vragenlijst aan te maken of te importeren.

    -

    Het 'Toevoegen nieuwe vragenlijst' scherm laat toe de basisgegevens van de vragenlijst in te geven, een aantal weergaveopties te kiezen, en algemene instellingen te maken. Van hieruit kan ook een eerder gexporteerde vragenlijst te importeren.

    -

    De details van de vragenlijst omvatten Korte titel: de korte naam van de vragenlijst, een Omschrijving: een gedetailleerde beschrijving van de vragenlijst die zo lang kan zijn als u wenst, een -Welkomsboodschap: die getoond wordt bij het begin van de vragenlijst, de Naam van de Verantwoordelijke en E-mail Verantwoordelijke velden die de deelnemers naar de juiste persoon doorverwijzen bij vragen over de vragenlijst en ook gebruikt wordt als het reply-to adres bij het verzenden van uitnodigingen, een Fax Naar: veld, die toelaat een faxnummer op te geven voor 'printversies', een URL: die wordt getoond op het einde van de vragenlijst zodat je deelnemers kunt doorverwijzen naar een website naar keuze na het beindigen van de vragenlijst, en een URL Omschrijving: -de tekst die aan de URL verbonden wordt.

    -

    De weergaveopties zijn -Formaat: laat u kiezen of de vragenlijst als n pagina, per groep of per vraag zullen getoond worden, Sjabloon: geeft een lijst van voorgedefinieerde sjablonen die de look en feel van de vragenlijst bepalen, en Taal: laat u kiezen uit een voorgedefineerde taal voor de ingebouwde antwoorden en boodschappen zoals "Ja/Nee", "Mannelijk/Vrouwelijk" en zo verder.

    -

    Tenslotte zijn er nog enkele andere algemene instellingen. Standaard staat de vragenlijst op -Anoniem, u kan de vragenlijst ook echter Niet Anoniem maken, wat betekent dat de vragenlijst aan een paswoord tabel gekoppeld wordt, en je de individuele antwoorden per deelnemer kunt opvolgen. Datum: voegt een datum/tijd veld toe aan elk antwoord zodat u kunt zien wanneer elke deelnemer een vragenlijst beindigd heeft. De Vervaldatum: -is de datum waarop de vragenlijst niet meer beschikbaar is. Als u dit veld leeg laat, vervalt de vragenlijst nooit.

    -

    De optie Gebruik Cookies? -laat toe om basisbeveiliging in te bouwen als er geen paswoorden gebruikt worden. Door dit op 'J' te zetten, wordt bij een deelnemer die de vragenlijst volledig doorloopt een cookie geplaatst om dit aan te geven. De volgende keer dat hij/zij probeert de vragenlijst op dezelfde computer in te vullen, zal dit niet meer mogelijk zijn. Het moet wel gezegd worden dat dit maar een minimieme bescherming biedt. Als twee personen deze vragenlijst op zelfde computer willen invullen, zal deze methode dit niet toelaten. Als eenzelfde persoon de vragenlijst vanop twee verschillende computers invult, zal hij/zij dit zonder probleem kunnen doen. Het is nuttig om een zekere vorm van zekerheid in te bouwen om meerdere deelnames te vermijden, maar biedt zeker geen honderd procent zekerheid.

    -

    Importeren vragenlijst
    -Onderaan het scherm kunt u een vragenlijst importeren. Klik op Browse/Bladeren en kies een LimeSurvey *.sql bestand die de vragenlijst bevat en klik vervolgens op Importeer.

    -

     

    diff --git a/locale/nl/help/answer.html b/locale/nl/help/answer.html deleted file mode 100644 index 996d1085835..00000000000 --- a/locale/nl/help/answer.html +++ /dev/null @@ -1,56 +0,0 @@ - - -

    -Administratie
    -Vragenlijst

    - -Groep
    -Vraag

    - -

    U bekijkt momenteel de -antwoord administratie sectie van LimeSurvey.

    - -

    Van hieruit kunt u antwoorden bekijken, bewerken en de volgorde van de antwoorden voor deze vraag veranderen.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - - Opties knoppen:

    - Hoger: Klik hier om het antwoord hoger in de lijst te plaatsen.
    - - Lager: Klik hier om het antwoord lager in de lijst te plaatsen.
    - - Bewaar Aanpassingen: Klik hier om de veranderingen die u aanbracht te bewaren.
    - - Verwijderen antwoord: Klik hier om het antwoord te verwijderen.
    - - Toevoegen antwoord: Klik hier om een nieuw antwoord toe te voegen.
    - - Herstellen sorteervolgorde: Klik hier om problemen die zich voordoen met de sorteervolgorde op te lossen.
    \ No newline at end of file diff --git a/locale/nl/help/group.html b/locale/nl/help/group.html deleted file mode 100644 index 10903161815..00000000000 --- a/locale/nl/help/group.html +++ /dev/null @@ -1,50 +0,0 @@ - - -

    -Administratie
    -Vragenlijst

    - -

    GROEP:
    -U bekijkt momenteel de groep -administratie sectie van LimeSurvey.

    - -

    Van hieruit kunt u de groepen vragen van een vragenlijst bekijken en bewerken. U kan ook een -nieuwe vraag toevoegen aan de groep of een bestaande vraag uit deze groep selecteren om te bekijken of te bewerken.

    - - - - - - - - - - - - - - - - -
    -

    - - Opties knoppen:

    - - Bewerken groep: Klik hier om de details van de huidige groep te bewerken.
    - - Wissen groep: Klik hier om een groep te wissen. Deze knop zal enkel zichtbaar zijn als er geen vragen in die groep zijn.
    - - Toevoegen vraag: Klik hier om een nieuwe vraag bij deze groep toe te voegen. Deze knop zal niet zichtbaar zijn als de vragenlijst geactiveerd is.
    -

    -Groep
    -Vraag
    -Antwoord

    -

    -Toevoegen nieuwe vraag
    -Klik op om een nieuwe vraag aan de vragenlijst toe te voegen.

    -

    U kan zo veel vragen als u wil aan elke groep toevoegen. Als u op het "Nieuwe vraag toevoegen" -icoon klikt, zal een scherm getoond worden waarin u een Code Vraag ingeeft: dit is een verplicht veld en wordt gebruikt om de volgorde van de vragen binnen een groep te bepalen. De code van de vraag kan tot 5 tekens lang zijn. Vragen worden alfabetisch volgens deze code gerangschikt. Het -Vraag: veld kan zolang zijn als u wenst en zal de eigenlijke vraag bevatten die aan de deelnemer wordt getoond. In het Help: veld -kunt u een boodschap ingeven die onder de vraag wordt getoond. Het Type vraag: veld is een lijst met de verschillende types van vragen die beschikbaar zijn. U kan een vraag als Verplicht: instellen om er zeker van te zijn dat de deelnemer de vraag correct beantwoord. Bepaalde types vragen zullen ook toelaten een "J" of "N" in te geven in het -Andere: veld. In deze gevallen zal de vraag een bijkomende optie "Andere" hebben.

    diff --git a/locale/nl/help/labels.html b/locale/nl/help/labels.html deleted file mode 100644 index 5b287029be9..00000000000 --- a/locale/nl/help/labels.html +++ /dev/null @@ -1,34 +0,0 @@ - - -

    -Label Set Administratie:
    -You are currently viewing the Labels sectie van het Label Sets -Administratie scherm.

    -

    Van hieruit kunt u labels uit een label set toevoegen, bewerken of verwijderen. Labels bestaan uit een 'code' en een 'titel'. De code zal niet zichtbaar zijn voor de deelnemers maar wordt gebruikt om het antwoord te bewaren. U kan de volgorde in welke de labels verschijnen aanpassen door de "Hoger" en "Lager" knoppen te gebruiken. Het hoogst geplaatste label zal uiterst links verschijnen, de laagst geplaatste uiterst rechts.

    -

    Als een label set door een bestaande vragenlijst wordt gebruikt zal er een waarschuwing getoond worden om aan te geven dat het toevoegen of verwijderen van items ongewenste gevolgen kan hebben. Omdat label sets door verschillende vragenlijsten kunnen gedeeld worden, moet het aanpassen van een label set met voorzichtigheid gebruikt worden.

    -

    Als een label set gebruikt wordt door een bestaande vragenlijst die geactiveerd is, zal u geen aanpassingen kunnen doen. Het is echter wel mogelijk de -"Titel" te bewerken of de volgorde waarin de titels verschijnen te veranderen.

    -

    De volgende opties zijn beschikbaar in de Labels Werkbalk:

    - - - - - - - - - - - - - -
    -Bewerken label set: - Klik op dit icoon om de naam van de huidige label set te bewerken
    -Wissen - - label set: Klik hier om de volledige label set te verwijderen, inclusief de labels. U kunt een label set die in een vragenlijst wordt gebruikt, actief of niet, niet verwijderen.
    -Exporteer label set: - Klik hier om de label set naar een bestand te exporteren om late opnieuw te gebruiken
    -

     

    -

     

    diff --git a/locale/nl/help/labelsets.html b/locale/nl/help/labelsets.html deleted file mode 100644 index f8f146ffb27..00000000000 --- a/locale/nl/help/labelsets.html +++ /dev/null @@ -1,72 +0,0 @@ - - -

    -Label Set Administratie:
    -You are currently viewing the Label Sets Administratie sectie van LimeSurvey.

    -

    Van hieruit kunt u label sets bewerken of verwijderen om te gebruiken in 'flexibele labels' vraagtypes. -Label Sets laten toe een voorgedefineerde serie opties te definiren waartegen verschillende vragen kunnen geplaatst worden. U zal bijvoorbeeld regelmatig in een vragenlijst de mening van de deelnemer over een bepaalde stelling vragen en hem/haar een lijst met keuzes geven. Hieronder vindt u een voorbeeld:

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Geef aan in welke mate u akkoord gaat met de volgende stellingen:
     Helemaal akkoordAkkoordNeutraalNiet akoordHelemaal niet akkoord
    Ik ben een vreemde persoonlijkheid
    Ik hou van ijs
    Groen is een mooie kleur
    -
    -

    Met Label Sets kunt u de kolommen voor een dergelijke vraag vastleggen.

    -

    De volgende opties zijn beschikbaar in de Label Sets Administratie werkbalk:

    - - - - - - - - - -
    - - Home Klik op dit icoon om terug naar het eerste LimeSurvey administratie scherm te gaan
    - - Toevoegen Label Set: Klik hier om een nieuwe label set aan te maken of te importeren
    -

    -
    -Toevoeg nieuwe Label Set
    -Klik op - om een nieuwe label set aaan te maken of importeren.

    -

    Een labelset heeft enkel een naam nodig. Elke label set wordt automatisch een uniek "LID" (of Labelset InDex) nummer gegeven. U kan een label set met dezelfde naam als een andere maken, hoewel dit niet aan te bevelen is (omdat het de zaken verwart). De label set zal dan van de andere onderscheiden worden door zijn LID nummer.

    -

    Importeren Label Set
    -U kan onderaan het venster de Importeren Label Set optie gebruiken om een label set te importeren uit een bestand. Klik op Bladeren/Browse, kies een LimeSurvey *.sql bestand met uw label set en klik dan op Importeer.

    -

     

    diff --git a/locale/nl/help/question.html b/locale/nl/help/question.html deleted file mode 100644 index f9cce99bf5d..00000000000 --- a/locale/nl/help/question.html +++ /dev/null @@ -1,71 +0,0 @@ - - -

    -Administration
    -Vragenlijst

    - -Groep

    - -

    U bekijkt momenteel de -vraag -administratie sectie van LimeSurvey.

    - -

    Van hieruit kunt u deze vraag van de vragenlijst bekijken en bewerken. Als uw vraag individuele antwoorden kan hebben, kan u dit ook van hieruit doen. U kan eveneens condities opgeven of een vraag wel dan niet zal getoond worden aan de hand van het condities icoon op dit scherm.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - - Opties knoppen:

    - - Bewerk vraag: Klik hier om de details van de huidige vraag te bewerken.
    - - Wis vraag: Klik hier om deze vraag te wissen. De knop zal enkel zichtbaar zijn als er geen antwoorden bij deze vraag zijn.
    - - Exporteer vraag: Klik hier om deze vraag, samen met alle antwoorden, te exporteren naar een bestand.
    - - Kopieer vraag: Klik hier om een kopie van de huidige vraag, samen met alle antwoorden, te maken binnen deze vragenlijst.
    - - Stel condities in: Klik hier om de voorwaarden voor deze vraag in te stellen.
    - - Antwoorden: Klik hier om de antwoorden voor deze vraag te bepalen, bewerken, wissen of ordenen.
    -

    -Antwoord

    -

    - -Antwoorden
    -
    Klik op het - icoon om antwoorden op deze vraag te bepalen, bewerken, verplaatsen of wissen.

    -

    Dit icoon is enkel zichtbaar als uw vraag van het type Lijst, Meerkeuze of Matrix is. Deze vraagtypes hebben immers een reeks antwoorden.

    -

    -Condities
    -Klik op het - icoon -om condities voor deze vraag in te stellen, bewerken of verwijderen.

    -

    Dit icoon zal het 'Conditie Ontwerp' venster tonen, die u toelaat te bepalen onder welke voorwaarden een vraag al dan niet zal getoond worden. Als u een conditie instelt, zal de vraag NIET getoond worden TENZIJ DE VOORWAARDE VOLDAAN IS.

    diff --git a/locale/nl/help/survey.html b/locale/nl/help/survey.html deleted file mode 100644 index 0e36a962a55..00000000000 --- a/locale/nl/help/survey.html +++ /dev/null @@ -1,107 +0,0 @@ - - -

    -Administration

    - -

    VRAGENLIJST:
    -U bekijkt momenteel de vragenlijst administratie sectie van LimeSurvey.

    - -

    Van hieruit kunt u de algemene instellingen voor deze vragenlijst bepalen. U kan ook nieuwe groepen toevoegen of een bestaande groep selecteren om te bekijken of bewerken.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - - Opties knoppen:

    - - Vragenlijst actief: Dit icoon is zichtbaar als de vragenlijst geactiveerd is en klaar is om deelnames te bewaren.
    - - Deactiveer vragenlijst: Klik hier om de actieve vragenlijst te deactiveren
    - - Vragenlijst niet actief: Dit icoon is zichtbaar als de vragenlijst niet actief is
    - - Activeer vragenlijst: Klik hier om de vragenlijst te activeren
    - - Test vragenlijst: Klik hier om de vragenlijst in te vullen (of testen als de vragenlijst momenteel niet actief is)
    - - Ingave: Klik hier om naar het ingave scherm te gaan. Van hieruit kunt u de doorgefaxte vragenlijsten ingeven
    - - Printvriendelijke versie: Klik hier om een printvriendelijke versie van de vragenlijst te tonen.
    - - Bewerk vragenlijst: Klik hier om de details van de huidige vragenlijst te bewerken.
    - - Wis vragenlijst: Klik hier om deze vragenlijst te wissen. Deze knop is enkel zichtbaar als er geen groepen zijn.
    - - Exporteer vragenlijst: Klik hier om de volledige vragenlijst met groepen, vragen, antwoorden en condities naar een bestand te exporteren.
    - - Bekijk deelnames: Klik hier om de deelnames van deze vragenlijst te bekijken. Dit kan enkel als de vragenlijst actief is.
    - - Toegangscodes: Klik hier om de toegangscodes voor de huidige vragenlijst te beheren.
    - - Toevoegen groep: Klik hier om een nieuwe groep vragen aan de huidige vragenlijst toe te voegen.
    -

    -Groep
    -Vraag
    -Antwoord

    -

    - -Toevoegen nieuwe groep
    -
    Klik op - om een nieuwe groep aan de vragenlijst toe te voegen.

    -

    Alle vragenlijsten moeten minimum n groep bevatten. Groepen worden gebruikt om vragen te groeperen in logische delen. Als u "Toevoegen groep" kiest; zal u een leef scherm krijgen met twee velden om in te vullen. Naam groep: -De titel van de groep. Dit veld is verplicht en bepaalt de volgorde waarin de groepen zullen verschijnen. De groepen worden op dit veld alfabetisch afgelopen, bijvoorbeeld: "Sectie 1:) Over deze vragenlijst." , "Sectie 2:) -Uw mening.".  Omschrijving groep: Dit is een optioneel veld en kan gebruikt worden om een omschrijving op te geven die aan de deelnemers wordt getoond terwijl ze de vragenlijst invullen. Als er geen omschrijving is opgegeven bij een "vraag per vraag" vragenlijst, zullen de deelnemers geen omschrijving te zien krijgen voor de vragen.

    diff --git a/locale/nl/help/tokens.html b/locale/nl/help/tokens.html deleted file mode 100644 index c411795799f..00000000000 --- a/locale/nl/help/tokens.html +++ /dev/null @@ -1,256 +0,0 @@ - - -

    U bekijkt momenteel de -Deelnemers sectie van LimeSurvey.

    - -

    Van hieruit kunt u de deelnemers voor deze vragenlijst bekijken en bewerken.

    - -

    Waarom toegangscodes?
    -Toon deelnemers
    -Nieuwe deelnemer toevoegen
    -Importeer/Upload CSV bestand
    -E-mail uitnodiging

    -Verstuur herinnering
    -Genereer toegangscodes

    - -

    De volgende opties zijn beschikbaar in de werkbalk:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - Thuis Klik hier om deze sectie af te sluiten en terug naar het hoofdscherm van deze vragenlijst te gaan.
    -Samenvatting: Klik hier om een overzicht van de toegangscodes in de tabel te bekijken en enkele andere algemene opties te bepalen, zoals:
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Stel alle uitnodigingen op 'N' in:
     Gebruik dit om opnieuw de uitnodigingen te kunnen versturen moest er iets verkeerd gegaan zijn de vorige keer of u het opnieuw wil proberen.
    Wis alle unieke deelnemers:
     Wis alle automatisch gegenereerde toegangscodes
    Wis alle deelnemers:
     Maak de ganse deelnemerstabel leeg
    Wis de deelnemerstabel:
     Verwijdert de deelnemers van de vragenlijst en maakt hem zo publiek toegankelijk.
    -
    -Bekijk deelnemers: Klik hier om alle deelnemers te bekijken
    -Toevoegen nieuwe deelnemer: Klik hier om een nieuwe deelnemer aan de tabel toe te voegen.
    -Importeer deelnemers uit bestand: Klik hier om een CSV bestand met namen en e-mailadressen te importeren. Het CSV bestand moet een standaard kommagescheiden bestand zonder aanhalingstekens zijn. De eerste rij wordt aanzien als een hoofding en wordt niet mee gemporteerd. De volgorde van de gegevens moet zijn: Voornaam, Naam, - E-mail, [paswoord]. Het paswoord veld is optioneel.
    - - Verstuur uitnodiging: Klik hier om via e-mail uitnodigingen te versturen naar de deelnemers in de tabel.
    -Verstuur herinnering: Klik hier om een herinnering naar de deelnemers in deze tabel te versturen. Herinneringen worden enkel verstuurd naar deelnemers die reeds een uitnodiging kregen.
    -Genereer toegangscodes: Klik hier om unieke willekeurige toegangscodes voor de deelnemers aan te maken. Hoewel u manueel toegangscodes voor elke deelnemer kunt ingeven of importeren, is het toch aanbevolen deze functie te gebruiken, omdat alle toegangscodes hiermee zeker uniek zijn.
    -Wis deelnemerstabel: Klik hier om de deelnemerstabel en alle toegangscodes van deze vragenlijst te wissen. Dan is de vragenlijst weer publiek toegankelijk.
    - -

    Waarom "toegangscodes"
    -Toegangscodes zijn een manier om een gecontroleerde vragenlijst te krijgen. Een gecontroleerde vragenlijst laat toe een vastgelegd aantal deelnemers te contacteren. Elke deelnemer krijgt een unieke toegangscode. Deze toegangscode geeft de deelnemer toegang tot de vragenlijst.

    - -

    Wanneer u deelnemers aan een vragenlijst toevoegt, zullen enkel personen met een geldige toegangscode de vragenlijst kunnen invullen.

    - -

    U heeft eveneens de mogelijkheid om te volgen wie de vragenlijst heeft ingevuld, uitnodigingen en herinneringen te versturen en te bekijken of ze geantwoord hebben. Als u de vragenlijst niet anoniem maakt, kunt u ook de antwoorden per deelnemer bijhouden.

    - -

    -Toon deelnemers
    -Hier kan u de deelnemers bekijken (per 50 of uw instelling). Het bovenste gedeelte van het scherm is het Weergave gedeelte van de werkbalk. Hier heeft u de volgende opties:

    - - - - - - - - - - - - - - - - - - -
    -Toon eerste: - Klik hier om het begin van de lijst te bekijken.
    -Toon vorige: - Klik hier om de vorige deelnemers te bekijken.
    - - Toon volgende: Klik hier om de volgende deelnemers te bekijken.
    -Toon laatste: - Klik hier om de laatste deelnemers in de lijst te bekijken.
    - -

    -U kan ook het aantal deelnemers per pagina en het beginpunt met de "Aantal records:" en "Starten vanaf:" velden, en dan op "Toon" te klikken.

    - -

    -Lijst sorteren
    -Bovenaan elke kolom staat naast de naam een 'sorteer icoon' (). -Door hierop te klikken wordt de kolom alfabetisch op die kolom gesorteerd.

    - -

    -Actions
    -
    Per deelnemer kunnen een aantal zaken gedaan worden. Volgende zaken zijn mogelijk:

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Bewerk deelnemer: - Klik hier om de deelnemer te bewerken.
    - Wis deelnemer: - Klik hier om de deelnemer te wissen.
    - Doe vragenlijst: - Klik hier om de vragenlijst als deze deelnemer in te vullen.
    - Toon deelname: - Klik hier om de antwoorden van deze deelnemer te bekijken (alleen zichtbaar waar mogelijk).
    - Uitnodiging: - Klik hier om enkel voor deze deelnemer een uitnodiging te versturen.
    - Herninnering: - Klik hier om enkel voor deze deelnemer een herinnering te versturen.
    - -

    - -Toevoegen nieuwe deelnemer
    -
    - -In dit scherm kunt u een nieuwe deelnemer toevoegen aan de lijst van deze vragenlijst. De volgende velden zijn beschikbaar:
    -Voornaam: De voornaam van de deelnemer
    -Naam: De achternaam van de deelnemer
    -E-mail: Het e-mailadres van de deelnemer
    -Paswoord: Het unieke paswoord van de deelnemer. Hoewel u die hier kunt ingeven, is het beter "Genereer toegangscodes" later te kiezen, en het paswoord hier leeg te laten.
    -Uitnodiging verstuurd?: Als er "J" in dit veld staat, wordt er geen uitnodiging meer verstuurd als u "Uitnodiging" klikt. Als er iets anders in staat, zal er een uitnodiging verstuurd worden.
    -Ingevuld?: Als er "J" in dit veld staat, zal de deelnemer niet langer met zijn/haar toegangscode kunnen deelnemen. Dit veld wordt op "J" gezet als de deelnemer de vragenlijst volledig ingevuld heeft.

    - -

    -Er zijn geen verplichte velden in het -'nieuwe deelnemer' scherm. U kan zoveel informatie als u wil ingeven. Er wordt ook niet gecontroleerd of de deelnemer al bestaat, dus het is mogelijk dezelfde naam telkens opnieuw te gebruiken.

    - -

    -Importeer/Upload CSV bestand
    -Met deze functie kunt u een CSV bestand met de namen en e-mailadressen importeren. Het CSV bestand moet als een kommagescheiden bestand bewaard worden, er mogen geen aanhalingstekens gebruikt worden en de eerste lijn wordt als de hoofding aanzien en wordt dus niet meer gemporteerd. Uw bestand moet er als volgt uitzien:

    - -
    -
    - - - - -
    Voornaam, Naam, E-mail, Paswoord, Attribuut 1, Attribuut 2
    - Jan, Verbruggen, jan@verbruggen.be,
    - Piet, Declerck, piet@declerck.be,
    -
    -
    - -

    Merk op dat de laatste 3 kolommen optioneel zijn. U kan uw eigen toegangscodes importeren - dit is bijvoorbeeld nuttig als u reeds een eigen database met klantnummers heeft en u die als toegangscode wil gebruiken.

    - -

    -E-mail uitnodiging
    -Gebruik deze functie om uitnodigingen naar alle deelnemers in de tabel te versturen. Voor er een uitnodiging verstuurd wordt, wordt er gecontroleerd of volgende voorwaarden voldaan zijn:
    -a) E-mailadres aanwezig
    -b) Paswoord aanwezig
    -c) Uitnodiging nog niet verstuurd
    -d) Vragenlijst nog niet ingevuld voor de deelnemer

    - -

    Elke uitnodiging is gepersonaliseerd en wordt ingevuld met de gegevens uit de deelnemerstabel. U krijgt de mogelijkheid het onderwerp en de tekst van de e-mail aan te passen voor ze verstuurd worden. Om de informatie uit de deelnemerstabel in de e-mail te gebruiken, moeten volgende codes gebruikt worden:
    -{FIRSTNAME}: Voornaam
    -{LASTNAME}: Naam
    -{SURVEYNAME}: De naam van de vragenlijst
    -{ADMINNAME}: De naam van de verantwoordelijke
    -{ADMINEMAIL}: Het e-mailadres van de verantwoordelijke

    - -

    Bijvoorbeeld: "Beste {FIRSTNAME} {LASTNAME} graag hadden wij gehad dat u deelneemt aan {SURVEYNAME}. Met vriendelijke groeten {ADMINNAME}" De deelnemer krijgt dan een e-mail die er als volgt uitziet: "Beste Jan Verbruggen graag hadden wij gehad dat u deelneemt aan Welke zanger kan niet zingen. Met vriendelijke groeten Paul Vansmeet".

    - -

    -Verstuur herinnering
    -Gebruik deze functie m herinneringen te versturen naar alle deelnemers in de tabel. Voor er een herinnering verstuurd wordt, wordt er gecontroleerd of volgende voorwaarden voldaan zijn:
    -a) E-mailadres aanwezig
    -b) Paswoord aanwezig
    -c) Uitnodiging al verstuurd
    -d) Vragenlijst nog niet ingevuld voor de deelnemer

    - -

    -Genereer toegangscodes -
    -Gebruik deze functie om unieke willekeurige toegangscodes te genereren voor elke deelnemer die geen paswoord heeft.

    diff --git a/locale/nl/help/users.html b/locale/nl/help/users.html deleted file mode 100644 index f7fa9b68877..00000000000 --- a/locale/nl/help/users.html +++ /dev/null @@ -1,40 +0,0 @@ - - -

    U bekijkt momenteel de -Gebruikersbeheer sectie van LimeSurvey.

    - -

    Van hieruit kunt u de beveilingsinstellingen en gebruikersrechten van dit script bepalen.

    - -

    LimeSurveys beveiligingsinstellingen -maken gebruik van het Apache beveiligingssysteem. Als uw server geen Apache webserver is, kunt u deze instellingen niet gebruiken en moet u zelf de instellingen vanuit uw webserver maken.

    - -

    Opstarten beveiliging
    -
    De eerste keer dat u de beveiliging van LimeSurvey opent, worden de beveiligingsinstellingen opgestart. Bij het opstarten zoekt het script het bestand "htpasswd" -en maakt vervolgens een 'user' bestand aan. Het maakt ook een 'htaccess' bestand aan in de admin map die enkel de gebruikers uit de htpasswd file toelaat. De standaard login en paswoord worden bepaald door wat ingesteld staat in config.php. Eens u de instellingen opgestart heeft, zal de browser een login en paswoord vragen om in de admin sectie van LimeSurvey te komen.

    - -

    Toevoegen gebruikers
    -Eens u de beveiliging opgestart heeft en ingelogd bent, kunt u de bestaande gebruikers bekijken, nieuwe gebruikers toevoegen, gebruikers wissen en gebruikers bewerken. Dit is redelijk eenvoudig. In de lijst van de gebruikers die verschijnt, klikt u op de -"bewerk" knop om de gebruiker aan te passen of de "wis" knop om hem/haar te wissen. Als er maar n gebruiker is, kunt u deze niet wissen.

    - -

    - -Beveiliging uitzetten
    -
    Om de beveiliging uit te zetten, klikt u op de "Beveiliging uitzetten" knop. Dit wist alle bestanden die met gebruikers te maken hebben.

    - -

    Beperkingen van de beveiligingsmodule
    -Tot er een meer flexibel systeem is uitgewerkt, moet u er rekening meer houden dat de beveiliging momenteel 'alles-of-niets' is. Gebruikers hebben ofwel toegang tot ALLE functies, ofwel tot geen enkele. -Uiteindelijk zal een systeem uitgewerkt worden die toelaat verschillende toegangsniveaus in te stellen. Weet ook dat momenteel alle gebruikers ook de paswoorden van andere gebruikers kunnen bekijken.

    - -

    Problemen
    -Als u problemen ondervindt bij het instellen van de beveiliging:

    - - - - - - - - - -
    1.Zorg ervoor dat u lees/schrijfrechten heeft in de admin map. LimeSurvey moet een .htpasswd en .htaccess bestand kunnen aanmaken in deze map.
    2.Zorg er ook voor dat u toegang heeft tot het htpasswd bestand. Vooral op Windows servers zal het nodig zijn een kopie hiervan te maken in de admin map. Op Linux servers zal het script zelf proberen het bestand te vinden via de "find" functie van het systeem.

     

    \ No newline at end of file diff --git a/locale/pl/help/admin.html b/locale/pl/help/admin.html deleted file mode 100644 index 0b912aeaad3..00000000000 --- a/locale/pl/help/admin.html +++ /dev/null @@ -1,275 +0,0 @@ - - - - - -

    ADMINISTRACJA:
    -Oglądasz stronę główną administracji -sekcję LimeSurvey. Nie została jeszcze wybrana żadna ankieta -do edycji.

    -

    W -obecnej sekcji możesz kontrolować ustawienia główne -LimeSurvey, jak również tworzyć -nowe ankiety, -przeglądać oraz edytować już istniejące, a także zmieniać prawa dostępu -do nich. Dostępna jest także funkcja sprawdzania bazy danych pod kątem -zawierania wymaganych tabel, pól.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Home - Strona główna -administracji Wybierz tą ikonę jeśli chcesz zamknąć -bieżącą ankietę i wyświetlić panel administracyjny -
    Security - Konta użytkowników: -Wybierz tą ikonę jeśli chcesz zarządzać użytkownikami LimeSurvey oraz -zmieniać ich prawa dostępu
    Bad Security - Błąd dostępu: -Ikona ta pojawi się jeśli w ustawieniach użytkowników i ich -praw dostępu pojawią się błędy
    Bad Security - Grupy pytań: -Ikona ta pojawi się jeśli w ustawieniach użytkowników i ich -praw dostępu pojawią się błędy
    Check Settings - Sprawdź ustawienia: -Wyświetla podsumowanie systemu LimeSurvey. Można tu również -dokonać zmiany języka panelu administracji
    Check Database - Sprawdź bazę: -Wybierz jeśli chcesz przeprowadzić kontrolę spójności danych -w bazie (czy baza zawiera wszystkie wymagane tabele/pola)
    List Surveys - Lista ankiet: -Wyświetla listę utworzonych ankiet oraz ich szczegóły: -status, daty rozpoczęcia i zakończenia itp.
    Backup Database - Kopia zapasowa: -Pozwala na utworzenie kopii zapasowej danych i pobranie jej w postaci -pliku SQL
    Edit/Add Labelsets - Zestawy etykiet: -Kliknij na -tą ikonę jeśli chcesz dodać lub edytować zestawy etykiet (w -różnych wersjach językowych) dla pytań zawartych w ankietach -
    Template Editor - Edytor szablonów: -Kliknij aby tworzyć i edytować dostępne szablony wyglądu ankiet (przejżyj także: informacje o budowie szablonów) -
    Add Survey - Nowa ankieta: -Kliknij tutaj jeśli chcesz dodać nową ankietą lub zaimportować ankietę -z pliku
    -

    Ankiety
    -Grupy pytań
    -Pytania
    -Odpowiedzi
    -
    -
    -Dodawanie nowej ankiety
    -Wybierz ikonę Add Survey aby -stworzyć nową ankietę lub importować ją z pliku.

    -

    Ekran -tworzenia nowej ankiety pozwala na wprowadzenie podstawowych -elementów Twojej ankiety. Możesz tu także zaimportować -ankietę z wcześniej wyeksportowanego pliku.

    -

    Elementy, -które składają się na ankietę to: Tytuł: -krótka nazwa ankiet; Opis: -dowolnej długości opis ankiety zawierający np zagadnienia, -których ona dotyczy; Tekst wprowadzający: -powitanie wyświetlane przed przystąpieniem do wypełniania ankiety; Administrator -oraz Email administratora -pola identyfikujące administratora ankiety, wykorzystywane do kontaktu -z osobą zarządzającą ankietą (nadawca emaili wysyłanych osobom -zapraszanym do wypełnienia ankiety, wypełniającym, rejestrującym się -etc.), a Fax do: nr faksu na jaki należy -odesłać wypełniona ankietę w wersji papierowej.

    -

    Opcje -związane z prezentacją to Forma: pozwala -na wybór formy prezentacji pytań w ankiecie, czy mają być -wyświetlane każde z osobna, łączone w grupy pytań czy też wszystkie -razem; Szablon: lista predefiniowanych -szablonów wyglądu ankiety, należy wybrać jeden z nich. -

    -

    Opcja -Użyj Cookies pozwala na wprowadzenie kilku -podstawowych ustawień związanych z dostępem do ankiety, -wówczas gdy nie są wykorzystywane tokeny. Wstawienie tego -parametru na "Tak" oznacza, że gdy rozwiązujący wyśle -wypełnioną ankietę, na jego -komputerze zostanie zapisane tzw. ciasteczko informujące o tym, że przy -wykorzystaniu tego komputera już ktoś rozwiązywał i wysłał -ankietę. W przyszłości, jeśli przy użyciu tego samego komputera ktoś -zechce ponownie wypełnić ankietę i wysłać odpowiedzi, skrypt nie -pozwoli na to. Ciasteczka umożliwiają kontrolę wypełnień -ankiety tylko na poziomie podstawowym. Nie gwarantują one ochrony -przed masowym wypełnianiem ankiety przez jedną osobę, -wówczas gdy korzysta ona z dwóch i -więcej komputerów. Dodatkowo utrudnia ona -wypełnienie ankiety dwóm osobom korzystającym z tego samego -komputera. Należy mieć na uwadze powyższe właściwości ciasteczek. -Administrator ankiety może Zezwolić na zapisywanie, -dzięki któremu użytkownicy ankiet będą mogli przerwać ich -wypełnianie a następnie w późniejszym czasie, po -zalogowaniu, przystąpić do kontynuowania wypełniania od momentu, w -którym ankieta została zapisana. Zezwolenie -na wyświetlenie -przycisku Cofnij pozwoli użytkownikom na cofnięcie się -do wymaganego -pytania i dokonanie korekty udzielonej odpowiedzi. -

    -

    Powiadamianie: -opcja służąca do ustawienia sposobu powiadamiania administratora za -każdym razem kiedy ankieta zostanie wypełniona. Do wyboru dostępne jest -powiadamianie podstawowe oraz powiadamianie zawierające -również wyniki (udzielone odpowiedzi) ankiety. Administrator -ma także możliwość zrezygnowania z powiadomień. Domyślnie każda ankieta -jest ankietą Anonimową, -aczkolwiek można zmienić to ustawienie, co pozwoli na identyfikację -udzielonych odpowiedzi z osoba, której zostało wysłane -zaproszenie do wypełnienia.

    -

    Email -zaproszenia, Email przypomnienia oraz Email -potwierdzenia to pola tekstowe zawierające treści emaili -wysyłanych do użytkowników w przypadku zaproszenia, -przypomnienia o możliwości wypełnienia ankiety oraz wiadomości -potwierdzającej otrzymanie wysłanych odpowiedzi. Administrator ankiety -może również zdefiniować osobne tematy dla wymienionych -wiadomości. Opcja wysyłania emaili do użytkowników dostępna -jest wówczas gdy wykorzystywane są tokeny w -ankiecie.  -

    -

    Jeśli -zezwolisz na Publiczną Rejestrację -oraz zostały wygenerowane tabele tokenów dla Twojej ankiety, -również osoby, które nie otrzymały zaproszenia -będą mogły wypełnić ankietę. Umożliwi im to publiczna rejestracja, po -której otrzymają one Email publicznej -rejestracji. Nie zapomnij więc zdefiniować jego treści -oraz tematu. Jeśli zechcesz aby rejestrujący się użytkownicy -wprowadzili dodatkowe informacje, które zostaną zapisane w -tabelach z tokenami, użyj do tego Atrybutów -dla tokenów wprowadzając -w pola Atrybut 1 oraz Atrybut 2 bardziej przyjazne użytkownikom nazwy. -

    -

    Znacznik -czasu pozwala na znakowanie odpowiedzi datą i czasem ich -wysłania i rejestracji. Podstawowy język ankiety -to ustawienie, które nie może być zmieniane w -późniejszym czasie, więc należy dokładnie przemyśleć jego -wybór. W wybranym języku będą wyświetlane tylko podstawowe -komunikaty oraz wbudowane odpowiedzi i treści przycisków. W -przypadku treści pytań i odpowiedzi w późniejszym czasie -można wprowadzić ich wielojęzyczne wersje. Data -wygaśnięcia to moment, od którego nie będzie -możliwe wypełnianie ankiety. Pozostawienie tego pola pustego powoduje, -że ankieta nigdy nie wygasa.

    -

    Końcowy -URL to adres strony, która ma być wyświetlona -użytkownikowi po wypełnieniu ankiety. Opis -końcowego URL to tekst pod którym wspomniany -URL ma się ukazać.

    -

    Import -ankiety
    -Możesz wykorzystać menu na dole strony do przeprowadzenia importu -ankiety. Wybierz przycisk Przeglądaj i wskaż plik *.sql z wcześniej -wyeksportowaną ankietą a następnie kliknij na Importuj ankietę. -Pamiętaj o przestrzeganiu reguł kompatybilności między wersjami -LimeSurvey, za pomocą których eksportujesz i importujesz -ankiety.

    -

     

    - - diff --git a/locale/pl/help/answer.html b/locale/pl/help/answer.html deleted file mode 100644 index 6a7801acb49..00000000000 --- a/locale/pl/help/answer.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - -

    Administracja
    -Ankiety

    -Grupy
    -Pytania

    -

    ODPOWIEDZI:
    Oglądasz stronę Administracja -odpowiedziami sekcję LimeSurvey.

    -

    W -sekcji tej możesz dodawać, usuwać, edytować oraz zmieniać kolejność -wyświetlanych odpowiedzi przy bieżącym pytaniu.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Dostępne przyciski:

    -
    Przesuń -odpowiedź w górę: kliknij -jeśli chcesz przesunąć wybraną odpowiedź o jeden poziom wyżej. -
    Przesuń -odpowiedź w dół: kliknij jeśli -chcesz przesunąć wybraną odpowiedź o jeden poziom niżej.
    Zapisz -wszystkie zmiany: kliknij -jeśli chcesz zapisać zmiany jakie dokonałeś dla bieżącej odpowiedzi. -
    Usuń odpowiedź: kliknij -jeśli chcesz usunąć bieżący wariant odpowiedzi.
    Dodaj nową -odpowiedź: kliknij jeśli chcesz dodać nowy wariant -odpowiedzi dla pytania.
    Domyślny -wariant odpowiedzi: kliknij jeśli chcesz aby bieżący -wariant był wariantem domyślnym.
    - - diff --git a/locale/pl/help/group.html b/locale/pl/help/group.html deleted file mode 100644 index bf53f813b90..00000000000 --- a/locale/pl/help/group.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -

    Administracja
    -Ankiety

    -

    GRUPY PYTAŃ:
    -Oglądasz stronę administracji grupami pytań sekcję -LimeSurvey.

    -

    W -sekcji tej możesz przeglądać i modyfikować grupy pytań w Twojej -ankiecie. Możesz także dodać -nowe pytania -lub przegladać i modyfikować pytania już istniejące i należące do -bieżącej grupy.

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Dostępne przyciski:

    -
    Edycja -grupy: Kliknij jeśli chcesz edytować -szczegóły bieżącej grupy.
    Usunięcie -grupy: Kliknij aby usunąć bieżącą grupę. Przycisk -dostępny tylko wtedy gdy w ramach grupy nie dodano żadnych pytań. -
    Kolejność -pytań: Kliknij jeśli chcesz zmienić kolejność pytań -zawartych w bieżącej grupie.
    Eksport -grupy: Kliknij jeśli chesz wyeksportować bieżącą grupę w -formie pliku CSV.
    Dodanie -pytania: Kliknij jeśli chesz dodać lub zaimportować nowe -pytanie do bieżącej grupy. Przycisk nie będzie dostępny gdy ankieta -zostanie aktywowana.
    -

    Pytania
    -Odpowiedzi

    -

    -Dodawanie nowego pytania
    -Kliknij na ikonę aby -dodać lub importować z pliku nowe pytanie.

    -

    -Możesz -dodać dowolną liczbę pytań do każdej z utworzonych grup. Gdy klikniesz -ikonę, zostanie wyświetlony ekran dodawania nowego pytania, w -którym musisz wprowadzić Kod pytania: -unikalny ciąg znaków wykorzystywany do ustalania kolejnosci -pytań w grupie. Kod może składać się z maksymalnie 5 -zniaków. W polu Pytanie: -należy wpisać treść pytania, która będzie wyswietlana osobom -wypełniającym nakiete. Pole Tekst naprowadzający -powinno zawierać wyjaśnienia dotyczące pytania. Tekst ten będzie -wyswietlany pod treścią pytania a przed odpodostępnymi wariantami -odpowiedzi. Dla kazdego pytania musisz wybrać Typ -spośród listy predefiniowanych typów. -Szczegółowe wyjaśnienie dotyczące wszystkich dostepnych -typów znajdziesz w instrukcji obsługi dostepnej na stronie -projektu LimeSurvey. Każde pytanie może zostać ustawione jako Obowiazkowe -co powoduje, że wypełniajacy ankietę nie może go pominąć. Pytania -Tak/Nie ustawione jako nieobowiązkowe automatycznie uzyskują nową, -domyślną odpowiedź o treści "Brak odpowiedzi".

    - - diff --git a/locale/pl/help/index.html b/locale/pl/help/index.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/locale/pl/help/labels.html b/locale/pl/help/labels.html deleted file mode 100644 index 7a16aca1c9e..00000000000 --- a/locale/pl/help/labels.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - -

    -Administracja zestawami etykiet:
    -Oglądasz stronę administracji etykiet -sekcję Administracji Zestawami Etykiet.

    -

    W -sekcji tej możesz dodawać, edytować i usuwać etykiety zawarte w ramach -bieżącego zestawu etykiet. Każda etykieta składa się z 'kodu' oraz ' -tytułu'. Kod nie będzie widoczny dla wypełniających ankietę i służy -tylko do identyfikowania zapisanych odpowiedzi. Możesz modyfikować -kolejność wyświetlania odpowiedzi po przez przyciski "w -górę" oraz "W dół".  Pozycja, -która jest umieszczona najwyżej zostanie wyświetlona po -lewej stronie, ta najniższa - po prawej.

    -

    Jeśli -bieżący zestaw etykiet jest aktualnie wykorzystywany przez -dowolna ankietę, w dolnej części ekranu zostanie wyświetlone -ostrzeżenie mówiące o tym, że jego modyfikacje mogą -spowodować nieoczekiwane konsekwencje. Z uwagi na to, iż zestawy etykiet -mogą być wykorzystywane przez wiele pytań lub ankiet ich modyfikacja -powinna być dokładnie przemyślana. 

    -

    Jeżeli -bieżący zestaw etykiet jest wykorzystywany przez jakakolwiek -ankietę, która została aktywowana, edycja pola 'Kod' nie -będzie możliwa. Nadal jednak będzie można zmieniać tytuły każdej -etykiety.

    -

    W -pasku narzędziowym dostępne są poniższe opcje:

    - - - - - - - - - - - - - - - -
    Edycja -zestawu: Kliknij na tą -ikonę jeśli chcesz zmienić nazwę bieżącego zestawu etykiet lub zmienić -jego wersje językowe
    Usunięcie: -Kliknij na tą ikonę jeśli chcesz usunąć bieżący zestaw etykiet. -Operacja nie będzie mogła być wykonana jeśli zestaw jest wykorzystywany -przez jakąkolwiek ankietę (aktywowaną lub nie)
    Eksport: -Kliknij na tą ikonę jeśli chcesz wyeksportować bieżący zestaw do -późniejszego importu
    -

     

    -

     

    - - diff --git a/locale/pl/help/labelsets.html b/locale/pl/help/labelsets.html deleted file mode 100644 index 4dbe1e6f90e..00000000000 --- a/locale/pl/help/labelsets.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - -

    -Administracja zestawami etykiet:
    -Oglądasz stronę Administracji Zestawami Etykiet -sekcję LimeSurvey.

    -

    W -sekcji tej możesz tworzyć, edytować lub usuwać zestawy etykiet -wykorzystywane przez niektóre typy pytań. Zestaw etykiet -pozwala na jednokrotne wprowadzenie opisów dla odpowiedzi i -wykorzystywanie ich w weilu pytaniach oraz ankietach. Przykładowo -możesz chcieć zapytać o opinię danej osoby na temat wielu stwierdzeń. -Zastowsowanie przykładowego zestawu etykiet moze więc wygladać -jak poniżej:

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Należy -wyrazić swoją opinię wobec poniższych stwierdzeń:
     Zdecydowanie -
    -się zgadzam
    Raczej -się
    -zgadzam
    Raczej -się nie
    -zgadzam
    Zdecydowanie -się
    -nie zgadzam
    Jestem osobą zawsze uśmiechniętą
    Łatwo -nawiazuję kontakty
    Jestem -optymistą
    -
    -

    Wykorzystanie -zestawu etykiet dotyczy nagłówków kolumn.

    -

    W -pasku narzędziowym dostepne są poniższe polecenia:

    - - - - - - - - - - - -
    Administracja -Kliknij na tą ikonę jeśli chcesz powrócić do strony -głównej administracji
    Dodawanie zestawu: -Kliknij na tą ikonę jeśli chesz dodać lub zaimportować nowy zestaw -etykiet
    -

    -
    -Adding -a New Labelset
    -Kliknij na ikonę aby doać lub zaimportować -nowy zestaw etykiet.

    -

    Podczas -dodawania zestawu należy wprowadzić jego nazwę. Kazdy zestaw -automatycznie uzyskuje unikalny numer (tzw. "LID") co powoduje, że -nazwy zestawów mogą się powtarzać. Jednak nie zaleca się -wykorzystywania tych samych nazw, z uwagi na trudność w -odróżnieniu poszczególnych zestawów. -Każdy zestaw etykiet musi zawierać przynajmniej jeda wersję językowa. -Możesz dodać dowolną liczbę wersji językowych, które będą -wyświetlane analogicznie do wybranego języka ankiety.

    -

    Import -Zestawu Etykiet
    -Moeżesz importować wcześniej wyeksportowane zestawy etykiet. Na dole -strony znajduje się przycisk służący do przeglądania zawartości Twojego -dysku. wskaż plik SQL zawierający zestaw etykiet, który -chcesz importować i potwierdź klikajac na przycisk Importuj.

    - - diff --git a/locale/pl/help/question.html b/locale/pl/help/question.html deleted file mode 100644 index 5af79beefce..00000000000 --- a/locale/pl/help/question.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - -

    -Administracja
    -Ankiety

    - -Grupy

    -

    PYTANIA:
    -Oglądasz stronę administracji pytań sekcję -LimeSurvey.

    -

    W -sekcji tej możesz przeglądać i edytować pytania zawarte w -bieżącej grupie. Jeśli bieżące pytanie ma zawierać -niestandardowe odpowiedzi -tutaj możesz je dodać. Możesz także ustalić powiązania między pytaniami, -przydatne wówczas gdy wyświetlenie danego pytania ma być -uzależnione od wybranie którejkolwiek z odpowiedzi w -dowolnym pytaniu wcześniejszym.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Dostępne przyciski:

    -
    Edycja -pytania: Kliknij aby zmienić szczegóły -bieżącego pytania
    Usuwanie -pytania: Kliknij aby usunąć bieżące pytanie. Przycisk -dostępny wtedy gdy nie dodano żadnych odpowiedzi do pytania
    Eksport -pytania: Kliknij aby wyeksportować bieżące pytanie do -pliku SQL
    Kopiowanie: -Kliknij aby wykonać kompletną kopię bieżącego pytania, uwzględniającą -również wszystkie warianty odpowiedzi 
    Powiązania: Kliknij aby -przejść do kreatora powiązań między pytaniami
    Odpowiedzi: Kliknij aby -dodać/modyfikować/usuwać warianty odpowiedzi dla bieżącego pytania a -także dokonywać zmiany kolejności ich wyświetlania
    -

    -Odpowiedzi

    -

    -Odpowiedzi
    -
    Kliknij -na ikonę aby dodać, zmodyfikować, -zmienić kolejność lub usunac warianty odpowiedzi dla bieżacego pytania. -Ikona ta dostępna jest tylko dla pytań nastepujących -typów: Lista, Wybór wielokrotny oraz -Macierz, czyli typów wymagajacych predefiniowanych -wariantów odpowiedzi.

    -

    Powiązania pytań
    -Kliknij na ikonę iaby -ustawić, modyfikować badź usunać powiazania miedzy pytaniami. -Kliknięcie powoduje przełaczenie na kreatora powiązań, pozwalającego na -uzależnienie pojawienia się bieżącego pytania od wybranie -zdefiniowanego wariantu odpowiedzi w pytaniu wcześniejszym.

    - - diff --git a/locale/pl/help/survey.html b/locale/pl/help/survey.html deleted file mode 100644 index b7ed4fa942e..00000000000 --- a/locale/pl/help/survey.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - -

    -Administracja

    -

    ANKIETA:
    -Oglądasz stronę Administracja ankietami sekcję -LimeSurvey.

    -

    W -sekcji tej możesz kontrolować wszystkie ustawienia swoich ankiet. -Możesz także -dodawać nowe grupy pytań dla bieżącej ankiety lub dokonywać -ich modyfikacji.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Dostępne przyciski:

    -
    - - Ankieta aktywna: Ta ikona się pojawi -gdy ankieta zostanie aktywowana (rozpocznie zapisywanie odpowiedzi).
    - - Deaktywacja ankiety: Kliknij ta -ikonę aby deaktywować ankietę
    - - Ankieta nieaktywna: Ta ikona się -pojawi gdy ankieta nie będzie aktywna
    - - Aktywuj ankietę: Kliknij ta ikonę -aby aktywować ankietę
    - - Zarządzaj prawami dostępu: Kliknij na tą ikonę -aby przydzielić prawa dostepu do ankiety innym użytkownikom lub grupom uzytkowników
    - - Testuj ankietę: Kliknij na tą ikonę -aby rozpocząć wypełnianie ankiety (lub testowanie w przypadku gdy -ankieta jest nieaktywna)
    - - Wprowadź odpowiedzi: Kliknij na tą -ikonę aby rozpocząć wprowadzanie odpowiedzi pochodzących z papierowych -wersji ankiety
    - - Wersja do wydruku: Kliknij na tą -ikonę aby uzyskać podgląd wydruku ankiety
    - - Edytuj ankietę: Kliknij na tą ikonę -aby edytować szczegóły bieżącej -ankiety (jeśli ankieta jest aktywowana dotyczy to tylko -niektórych elementów)
    - - Usuń ankietę: Kliknij na ikonę aby -usunąć bieżąca ankietę (dostępne tylko w przypadku, gdy ankieta nie -posiada żadnych grup pytań)
    - - Porządkuj grupy: Kliknij na tą ikonę -jeśli chcesz zmienić kolejność grup pytań w ankiecie
    - - Eksportuj ankietę: Kliknij aby -wyeksportować całą bieżącą ankietę w postaci pliku SQL
    - - Reguły oceniania: Kliknij aby -ustalić reguły oceniania odpowiedzi w ankiecie
    - - Przeglądaj wyniki: Kliknij aby -przeglądać zapisane odpowiedzi udzielone przez wypełniających ankietę -(dostępne tylko w przypadku aktywowanych ankiet)
    - - Przeglądaj zapisane: Kliknij aby -przeglądać nieukończone lecz zapisane przez użytkowników -wypełniane ankiety (dostępne tylko w przypadku aktywowanych -ankiet)
    - - Tokeny: Kliknij aby zarządzać -tokenami dla bieżącej ankiety
    - - Dodaj grupę: Kliknij ikonę aby dodać -lub importować nową grupę pytań dla bieżącej ankiety
    -

    -Grupa
    -Pytanie
    -Odpowiedź

    -

    -Dodawanie -nowej grupy pytań
    -
    Kliknij -na aby dodać lub importować nową -grupę do -ankiety.

    -

    Każda -ankieta musi mieć co najmniej jedną grupę pytań. Grupy wykorzystywane -są do grupowania pytań powiązanych ze sobą logicznie w działy. Każda -grupa ma swoją nazwę i opis. Kiedy wybierzesz "Dodaj grupę" zostanie -wyświetlona strona zwierająca dwa pola do wypełnienia. Nazwa -grupy: Tytuł grupy. To pole musi być wypełnione i -dodatkowo służy do alfabetycznego ułożenia grup w ankiecie. Kolejność -grup zostanie ustalona, gdy ankieta będzie ukończona. Jeśli chcesz aby -grypy były wyświetlane wg kolejności ich wprowadzenia użyj takiej -nazwy, -która będzie to determinowała np: "Sekcja 1: O tobie", -"Sekcja 2: Twoje poglądy"... etc.   Opis grupy: Wypełnienie -tego pola nie jest obowiązkowe. Jego zawartość będzie wyświetlana -podczas wypełniania ankiety za każdym razem gdy wypełniający będzie -odpowiadał na którekolwiek pytanie należące do danej grupy.

    - - diff --git a/locale/pl/help/templates.html b/locale/pl/help/templates.html deleted file mode 100644 index 6dc00a2267b..00000000000 --- a/locale/pl/help/templates.html +++ /dev/null @@ -1,754 +0,0 @@ - - - - - - -LimeSurvey Templates & Style Guide - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    -PHPSurveyor  Templates & Style Guide -

    -

    -
    -

    -
    -

    -INDEX -

    - -
    -Introduction -

    -LimeSurvey uses a series of template -files to create its public survey screens. The templating system used -by LimeSurvey is relatively basic, but allows fairly comprehensive -control over the look and style of your surveys. -

    -

    -The templates consist of standard -HTML code, within which you can put keywords surrounded by -curly-brackets that will be replaced during a survey with relevant -text. The following gives an example of the method: -

    -
    -
    - - - - - - - - - - - - - -
    -

    -Template File -

    -
    -<center><font face='verdana' size='2'><b>{SURVEYNAME}</b></font><br />
    -<font face='verdana' size='1'><u><i>{SURVEYDESCRIPTION}</u></i></center>
    -
    -

    -Looks Like This -

    -
    -

    -My New Survey
    This is a survey written by me to find out what sort of chocolate people like.
    -

    -
    -
    -
    -

    -LimeSurvey comes with two templates, and we plan to make other templates by other people available. -

    -

    -These instructions may make the -template files within LimeSurvey seem overly complex. You will -probably find it easiest to create new template files by copying an -existing template to a new directory, and then playing around with the -files. It should start to make sense fairly quickly after that.
    -

    -
    -Location of Template Files -

    -LimeSurvey expects templates to -exist in their own distinct sub-directory within a templates directory -that is kept in the public directory with the other LimeSurvey public -files. -

    -

    -To create a new template, you should -create a new directory in the templates directory and give the -directory the name you want the template to be. So, for example, if the -directory is called "Silly", that template will be called "Silly", and -will be available in the admin scripts under that name. -

    -

    -There should ALWAYS be a "default" -directory in the templates directory. This template is used by default -and as a fall-back if a template folder doesn't exist, or can't be -found. The "default" directory comes with the package. -

    -
    -Template Files -

    -The following template files are used to produce your public survey and must exist in any new template folder you create: -

    -
      -
    • -startpage.pstpl
      -Produces the start of each html page. It starts at the "<head>" -tag, and should not contain the "<html>" tag. This 'very -beginning' of a standard html page is written by the scripts. Please -ensure that your startpage.pstpl files contains a <body> tag, -even though many browsers do not require strict adherence to the W3 -HTML stanards, the LimeSurvey script needs to find a <body> tag, -to run certain javascript elements. It is not expected that many -'keywords' will be used in the startpage.pstpl file, however you may -wish to put the {SURVEYNAME} into the title.
      -The startpage.pstpl file can contain code that ends in the -corresponding endpage.pstpl file, so you can start a table in this file -and close the table in the endpage.pstpl file.
      -The startpage.pstpl and endpage.pstpl files wrap around every possible page used by LimeSurvey.
      -
    • -
    • -survey.pstpl
      -This template is the second used on most pages, and provides a space to -put the survey name and description. This template does not have a -corresponding 'closing' template, and subsequently you should close all -tags opened in this template file (ie: don't leave a table open here -because there is nowhere else to close it)
      -
    • -
    • -welcome.pstpl
      -This template is only used in the welcome screen (which is also on the -main page for 'all in one' surveys). You can use this to print out the -welcome text, and other information that should be provided in the -introduction. Like the 'survey.pstpl' file, there is no corresponding -'closing' template, so all tags opened in this template file should be -closed as well.
      -
    • -
    • -startgroup.pstpl
      -This template can provide a 'summary' wrap around for questions within -a group. It has a matching 'endgroup.pstpl' template that can be used -to close any opened tags in this file, so you can open a table within -this.
      -
    • -
    • -groupdescription.pstpl
      -This template file is used to display a description of a group. It is -separate to the startgroup.pstpl file because in a "question by -question" survey it will be displayed on its own unique page in between -groups, whereas in a "group by group" or "all in one" survey it -provides a header to the subsequent questions. groupdescription.pstpl -does not have a corresponding 'closing' template file, so all tags -should be closed.
      -
    • -
    • -question.pstpl
      -This file contains the question, answer and help text sections of your -survey, and in the "group by group" and "all in one" surveys this -template is cycled repeatedly with each question. There is no -corresponding closing file for this and all tags should be closed.
      -
    • -
    • -submit.pstpl (and privacy.pstpl)
      -This page is the penultimate page for all types of survey (except the -"all in one" type) where the participant is given an option to review -questions before submitting their responses. It provides privacy -information where a survey is anonymous, which it extracts from the -privacy.pstpl file.
      -
    • -
    • -completed.pstpl
      -This page is displayed as the final page when the survey responses have -been saved and the survey is over. It can be used to display a -"forwarding link" as set in the survey setup.
      -
    • -
    • -endgroup.pstpl
      This file closes the group, and can be used to close off any tags opened in the startgroup.pstpl file
      -
    • -
    • -navigator.pstpl
      -This file contains the buttons that navigate through the survey, -"next", "prev", "last", "submit", "save so far"  and the "clear -all" link. It is used in all pages except the completed page.
      -
    • -
    -
    -
    - - - - - - - -
    -

    -Page Structure / Template Use -

    -
    -

    -The Welcome Page: -

    -
    -
    - - - - - - - - - - - - - -
    -startpage.pstpl -
    -welcome.pstpl -
    -navigator.pstpl -
    -endpage.pstpl -
    -
    -
    -

    -

    The Questions Pages: -

    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    -startpage.pstpl -
    -survey.pstpl -
    -startgroup.pstpl -
    -groupdescription.pstpl -
    -question.pstpl -
    -endgroup.pstpl -
    -navigator.pstpl -
    -endpage.pstpl -
    -
    -
    - -

    -

    The Submit Page:  -

    -
    -
    - - - - - - - - - - - - - - - - -
    -startpage.pstpl -
    -survey.pstpl -
    -submit.pstpl
    (privacy.pstpl)
    -
    -navigator.pstpl -
    -endpage.pstpl -
    -
    -
    -

    -

    The Final Page: -

    -
    -
    - - - - - - - - - - -
    -startpage.pstpl -
    -completed.pstpl -
    -endpage.pstpl -
    -
    -

    -
    -
    -
    -
    -

    -  -

    -
    -KEYWORDS -

    -Keywords are words within a template -file that get replaced by survey information during a survey. The are -all surrounded by curly brackets (like this: {SURVEYNAME} -

    -

    -Any keyword can be placed in any -template file, although if the script has not yet developed the -replacement text it will simply be removed and nothing will display in -the survey. This means, for example, that it would be pointless to put -the {QUESTION} keyword in the startpage.pstpl file, because the scripts -will not yet have the question to put there. -

    -

    -The following table lists the keywords you can use, and the template files where they will work properly. -

    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -KEYWORD - -TEMPLATE FILES - -DESCRIPTION -
    -{SURVEYNAME} - -All files - -The survey title -
    -{SURVEYDESCRIPTION} - -All files - -The survey description -
    -{PERCENTCOMPLETE} - -survey.pstpl - -A small graph showing the percentage of the survey completed -
    -{WELCOME} - -All files (mainly for welcome.pstpl) - -The survey 'welcome' text -
    -{NUMBEROFQUESTIONS} - -welcome.pstpl - -Displays the total number of questions in the survey (just the number) -
    -{THEREAREXQUESTIONS} - -welcome.pstpl - -Displays the sentence "There are X -questions in this survey" - from the relevant language file. The X is -replaced with the number of questions. Note that this will also work -appropriately for singular or plural. If there is only 1 question, it -will print "There is 1 question in this survey". -
    -{GROUPNAME} - -startgroup.pstpl, groupdescription.pstpl, endgroup.pstpl - -Displays the current group name -
    -{GROUPDESCRIPTION} - -startgroup.pstpl, groupdescription.pstpl, endgroup.pstpl - -Displays the current group description -
    -{QUESTION} - -question.pstpl - -Displays the current question text -
    -{QUESTION_CODE} - -question.pstpl - -Displays the current question code -
    -{ANSWER} - -question.pstpl - -Presents the answer form for the current question -
    -{QUESTIONHELP} - -question.pstpl - -Displays help text for the current question -
    -{NAVIGATOR} - -navigator.pstpl - -Displays navigation buttons (next, prev, last) -
    -{CLEARALL} - -All files (but intended for navigator.pstpl) - -Displays the "Exit and Clear Results" link -
    -{SUBMITBUTTON} - -submit.pstpl - -Displays the final submit button -
    -{COMPLETED} - -completed.pstpl - -Displays the 'completed' message -
    -{URL} - -completed.pstpl - -Displays the survey 'url' and 'url text' -
    -{PRIVACY} - -submit.pstpl - -Displays privacy information when survey is anonymous -
    -{TEMPLATEURL} - -All files - -Replaces with the http URL location -of your template files. Use this of insertion of graphics into your -template. ie: instead of:
    <img src='http://your.domain.com/surveyor/templates/mytemplate/me.jpg'>
    -you could put
    <img src='{TEMPLATEURL}me.jpg'>
    -Note that the replacement string includes the trailing slash.
    -
    {SAVE}All files (but intended for navigator.pstpl)Displays -the 'Save your responses so far' button to offer the user to save and -come back later to continue the survey. If the Save option is -deactivated in the survey properties the tag will not be shown and -ignored.
      -
    -
    -
    -CSS / Cascading Style Sheets -

    -Each "input" type in a survey has been given its own -class name, so that you can add CSS to your "startpage.pstpl" file, and -have some control over the appearance of form buttons and inputs. These -class names are as follows: -

    -
      -
    • -submit (Submit Buttons) -
    • -
    • -text (Text Inputs - for short free text, date and numerical type) -
    • -
    • -radio (Radio Buttons) -
    • -
    • -checkbox (Check Boxes) -
    • -
    • -select (Select / List Boxes) -
    • -
    • -textarea (Large text inputs - for long free text) -
    • -
    • -clearall (The "Exit and Clear Survey" link) -
    • -
    • -rank (The rank style -question. Doesn't set the colour of the select box or the text boxes -(these are set by relevant section above) but does allow changing of -background colour, text colour and size etc for the rest of the ranking -question) -
    • -
    • -graph (The "percentage completed" graph table) -
    • -
    • -innergraph (The table inside the graph table - this contains the 0% and 100% text. Use this for changing the size of this text -
    • -
    • -question (General -settings for any question that is displayed within a table. Generally -you should use this to make sure that their font size and colour is the -same as you have used elsewhere as a default) -
    • -
    • -array1 and array2 -(These two styles are cycled when presenting the range of answers for -an array type question. This allows you to set an alternating -background colour for these question types. Array 1 is also used for -the column headings in these question types. -
    • -
    • -errormandatory sets the colour and style of the "This question is mandatory" error message. -
    • -
    -

    -An example of using these classes with style sheets can be found in the "bubblegum" template that comes with the package. -

    -

    -Of course, because you can edit all the other HTML -aspects, there's no reason why you should surround various parts of -your template with a <div class='scarey'> and then set your own -css with that. -

    -
    -Other Template Files -

    -The chart.jpg file is a simple -1pixel image file which is used to create the progress bar image in the -'PERCENTCOMPLETE' table. If it does not exist, LimeSurvey will use the -default 'maroon' coloured image in the public directory, however if you -want to create one to match your own colour scheme (which would make -sense really), then you should save it here. Remember it should be a -jpeg file, and 1 pixel x 1 pixel, in whichever colour you want. -

    -

    -The privacy.pstpl, invitationemail.pstpl, reminderemail.pstpl and confirmationemail.pstpl are -no longer used by LimeSurvey and defaults are instead set in the -applicable language files. The email messages can now be edited on a -survey by survey basis. -

    -
    Specialties for Developers

    Starting with version 0.99 LimeSurvey has integrated some user-made patches, which will be described here.

    Basic CMS Integration support

    To be able to integrate LimeSurvey into another CMS use the following options in config.php:

    // Set $embedded to true and specify the header and footer functions if the survey is to be displayed embedded in a CMS

    $embedded = false;
    $embedded_inc -= "";            -    // path to the header to include if any
    $embedded_headerfunc = "";        // e.g. COM_siteHeader for geeklog
    $embedded_footerfunc = "";        // e.g. COM_siteFooter for geeklog

    Set $embedded to true to enable CMS-embedding. By using the $embedded_inc variable you can include own php files.
    By -setting $embedded_headerfunc oder $embedded_footerfunc you can call -functions from your included files that output the according headers or -footers instead of LimeSurveys own ones.


    Support for your own Javascript functions
    Some users may need to run Javascript on the survey pages, but calling -checkconditions() in the BODY element made it impossible to tie in any -custom code.
    This call was replaced with a small JS function in the HEAD that sniffs -for the existence of checkconditions() and template_onload() before -calling each.
    This way a template author can create his/her own -template_onload() function in the HEAD.
    -
    - \ No newline at end of file diff --git a/locale/pl/help/tokens.html b/locale/pl/help/tokens.html deleted file mode 100644 index ecd0df06781..00000000000 --- a/locale/pl/help/tokens.html +++ /dev/null @@ -1,544 +0,0 @@ - - - - - -

    Oglądasz stronę Zarządzania -Tokenami sekcję LimeSurvey.

    -

    W -sekcji tej możesz dodawać i przeglądać oraz edytować tokeny dla Twoich -ankiet.

    -

    Cóż to są tokeny?
    -Przeglądanie tokenów
    -Dodawanie nowego -tokenu
    -Import pliku CSV z -tokenami
    -Email zaproszenia

    -Wysyłanie przypomnienia
    -Generowanie Tokenów

    -

    W -sekcji zarządzania tokenami możesz wybierać spośród -poniższych poleceń uruchamianych za pomocą ikon znajdujących -się na pasku narzędziowym sekcji:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Strona główna -Kliknij jeśli chcesz powrócić do głównych -ustawień administracyjnych
    Raport podsumowujący: Kliknij -jeśli chcesz wyświetlić podsumowanie dotyczące tokenów oraz -kilka opcji administracyjnych takich jak:
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Zmień -status wszystkich pozycji na "Nie wysłano zaproszenia": -
     Usuwa status dotyczący wysyłki wszystkich -zaproszeń. Polecenie przydatne wówczas gdy pojawią się błędy -podczas wysyłki zaproszeń. Jego uruchomienie pozwala na ponowne -późniejsze wysłanie wszystkich zaproszeń.
    Usuń -wszystkie unikalne numery tokenów: -
     Usuwa wszystkie wygenerowane tokeny
    Usuń -wszystkie wpisy w tabeli tokenów:
     Czyści tabele tokenów ze -wszystkich wpisów
    Usuń -tabele tokenów:
     Usuwa całą tabelę tokenów. Od tej -pory ankieta będzie dostępna dla wszystkich odwiedzających jej stronę.
    -
    Wyświetl tokeny: Kliknij aby -wyświetlić zawartość tabeli tokenów
    Dodaj nowy wpis: Kliknij -jeśli chcesz dodać nowy wpis tokenu do tabeli
    Importuj -tokeny z pliku: Kliknij -jeśli chcesz zaimportować tokeny z pliku CSV zawierającego -identyfikator tokenu oraz adres email. Plik CSV musi musi być plikiem -zawierającym elementy rozdzielane przecinkami z wartościami zawartymi w -cudzysłowie. Dane powinny być uszeregowane w -kolejności: "Imię", "nazwisko", "email", "[token]", "[kod -języka]", "[atrybut1]", "[atrybut2]".W nawiasach -kwadratowych dane nieobowiązkowe (można pominąć także jeden z -elementów imie lub nazwisko). W przypadku braku określonego -języka automatycznie zostanie ustawiony język angielski - "en". Pola -nie zawierające treści należy wprowadzić w postaci -cudzysłowów rozdzielonych spacją. Pierwszy wiersz -rozpoznawany jest jako wiersz nagłówka.
    Importuj z -kwerendy LDAP: Kliknij -jeśli chcesz zaimportować dane wypełniających ankietę oraz ich -adresy email z kwerendy LDAP. Funkcjonalność ta jest włączana przez -administratora w pliku konfiguracyjnym skryptu. Wymaga ona ponadto -zdefiniowania odpowiednich ustawień zapisywanych w pliku -config-ldap.php.
    Eksportuj -tokeny do pliku: Kliknij -jeśli chcesz wyeksportować dane wypełniających ankietę oraz -ich -adresy email do pliku CSV.
    Wyślij email zaproszenia: -Kliknij jeśli chcesz wysłać zaproszenia do wypełnienia ankiety osobom, -których dane zgromadzone zostały w tabeli tokenów.
    Wyślij email -przypomnienia: Kliknij -jeśli chcesz wysłać email z przypomnieniem o możliwości wypełnienia -ankiety dla osób, którzy otrzymali zaproszenie -lecz przez dość długi okres z niego nie skorzystali.
    Generuj tokeny:Kliknij -gdy chcesz -wygenerować unikalne numery tokenów dla wpisów -zawartych w tabeli nie posiadających tych numerów. -Pamiętaj, że możesz ustalać tokeny samodzielnie dla każdego kontaktu z -osobna, ale mogą one być również zawarte w -importowanym -pliku. -Rekomenduje się jednak skorzystanie z funkcji generowania, -gdyż zapewnia ona -niepowtarzalność przydzielonych numerów.
    Usuń tabele -tokenów: Kliknij -jeśli chcesz usunąć całkowicie tabele tokenów z ankiety. -Ankieta stanie się wówczas dostępna dla wszystkich -odwiedzających jej stronę. Dla bezpieczeństwa, tokeny będą -zarchiwizowane w osobnej tabeli, z której będzie można je -przywrócić do ankiety..
    -

    Czym są tokeny?
    -Tokeny są systemem, który daje możliwość kontrolowania tego -kto -może wypełniać ankietę. Zarządzanie tokenami polega na wprowadzeniu -listy kontaktów (zawierających przynajmniej  -identyfikator -osoby oraz adres email), wysyłaniu do podane adresy emaili z -zaproszeniem do wypełnienia ankiety lub emaili zawierających -przypomnienie o możliwości jej wypełnienia. Moduł pozwala na -wygenerowanie dla każdego kontaktu unikalnego numeru, który -pozwoli danej osobie na dostęp do ankiety.

    -

    Kiedy -aktywujesz tokeny -dla swojej ankiety, wypełnić ją będą mogły tylko osoby zaproszone, a -więc takie, których dane zostały zebrane w tabelach -tokenów. Istnieje jeszcze dodatkowa opcja pozwalająca na -rejestrację nowych użytkowników. Wówczas -wprowadzone -przez nich dane zostają automatycznie dopisane do tabeli -tokenów. Sekcja zarządzania tokenami daje możliwość -dodawania, -edytowania i usuwania poszczególnych -kontaktów/tokenów.

    -

    LimeSurvey -w sekcji zarządzania tokenami pozwala także na wyśledzenie zaproszonych -do wypełnienia ankiety osób, -które tej ankiety dotychczas nie wypełniły. Dla takich -kontaktów można wysłać przypomnienie o możliwości wzięcia -udziału w ankiecie. Jeśli Twoja ankieta ni została określona jako -anonimowa, możliwe jest skojarzenie udzielonych odpowiedzi z -poszczególnymi kontaktami/tokenami.

    -

    -Przeglądanie tokenów
    -Podczas przeglądania, tokeny wyświetlane są w grupach po 50 (wartość tą -można ustawić na własną). Sekcja Podgląd danych znajdująca się ponad -tabelą zawiera następujące przyciski służące do sterowania -wyświetlaniem poszczególnych ekranów:

    - - - - - - - - - - - - - - - - - - - -
    Pokaż pierwszy: Kliknij -jeśli chcesz rozpocząć wyświetlanie tokenów od początku.
    Pokaż poprzedni: Kliknij -jeśli chcesz wyświetlić poprzednią grupę tokenów.
    Pokaż następny: -Kliknij jeśli chcesz wyświetlić następną grupę tokenów.
    Pokaz ostatni: -Kliknij jeśli chcesz wyświetlić ostatnią grupę tokenów.
    -

    -Pamiętaj, -ze możesz własnoręcznie ustalić liczebność wyświetlanej grupy -tokenów a także ustalić numer tokenu, od którego -ma rozpocząć się wyświetlanie. Użyj w tym celu pól Liczba rekordów -oraz Od a -następnie kliknij na przycisk Pokaż.

    -

    -Sortowanie
    -W główce tabeli, w każdej kolumnie znajduje się ikona -sortowania (). Kliknięcie na ikonę -strzałki w dowolnej kolumnie spowoduje posortowanie wszystkich -tokenów według kryterium znajdującego się w danej -kolumnie.

    -

    -Akcje
    -
    Zbiór dostępnych akcji dla danego tokenu -znajduje się zawsze w ostatniej kolumnie tabeli. Liczba oraz rodzaj -dostępnych poleceń jest uwarunkowany rodzajem ankiety (anonimowa lub -nieanonimowa) a także tym jakie czynności w odniesieniu do -tokenów juz zostały wykonane. W zależności od powyższych -warunków można wybierać spośród czynności:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Edytuj wpis: -Kliknij jeśli chcesz edytować wpis bieżącego tokenu.
    Usuń wpis: Kliknij -jeśli chcesz usunąć bieżący wpis.
    Wypełnij -ankietę: Kliknij jeśli chcesz wypełnić -ankietę przy wykorzystaniu bieżącego tokenu.
    Przeglądaj odpowiedzi: -Kliknij jeśli chcesz przeglądać odpowiedzi udzielone przez -wypełniającego (dostępne tylko dla ankiet oznaczonych jako -nieanonimowe).
    Zaproszenie: -Kliknij jeśli chcesz wysłać zaproszenie do wypełnienia ankiety dla dla -bieżącej osoby.
    Przypomnienie: -Kliknij jeśli chcesz wysłać przypomnienie o możliwości wypełnienia -ankiety.
    -

    -Dodawanie nowego wpisu tokenu
    -
    -Za -pomocą tego polecenia możesz dodawać nowe tokeny do bieżącej listy. -Pola, które należy wypełnić podczas tej operacji to:
    -Imię
    -Nazwisko
    -Email: adres email osoby, na ten adres -będą wysyłane zaproszenia i przypomnienia
    -Token: Unikalny numer -przydzielony bieżącemu kontaktowi. Można również pominąć to -pole a następnie skorzystać z funkcji "Generuj tokeny".
    -Zaproszenie wysłane?: Ustaw "N" -jeśli przewidujesz wysyłkę zaproszenia dla -bieżącego kontaktu przy wykorzystaniu polecenia "Wyślij -zaproszenie". Jeśli wprowadzić do tego pola jakikolwiek inny znak, -zaproszenie nie będzie mogło być wysłane.
    -Zakończone?: Jeśli w polu wprowadzisz znak -"Y" osoba widniejąca w pozycji bieżącego tokenu nie będzie mogła -wyplenić ankiety. Status tej opcji zmienia się też -automatycznie po wypełnieniu ankiety, zapobiega to chęci -ponownego wypełnienia ankiety.

    -

    -Żadne -z powyższych pól nie jest obowiązkowym. Możesz wprowadzić -dowolne informacje, jednak pamiętaj, że brak email uniemożliwia wysyłkę -zaproszenia do danej osoby, a brak identyfikatorów (imie, -nazwisko) nie pozwoli na personalizowanie wysyłanych emaili. Uwaga: Nie -ma zaimplementowanego mechanizmu zapobiegającemu powielaniu -wpisów.

    -

    -Import tokenów -z pliku CSV
    -Funkcjonalność ta pozwala administratorom ankiet na import -przygotowanych uprzednio kontaktów z pliku CSV. Plik ten -wymaga jednak odpowiedniego formatu. Dane muszą być zawarte w -cudzysłowie oraz rozdzielone przecinkami. Każdy wpis powinien znajdować -się w osobnym wierszu. Pierwszy wiersz pliku zawiera pola -nagłówka. Plik powinien wyglądać następująco:

    -
    -
    - - - - - - -
    Firstname, Lastname, Email, Token, -Language code
    -"Jan", "Kowalski", "kowalski@poczta.org"," ","pl"
    -"Maria", "Kowalska", "maria@poczta.org"," ", "pl"
    -
    -
    -

    Pole -odpowiadające tokenowi może pozostać pustym (Ważne: Należy wprowadzić -spację miedzy znakami cudzysłowia), dlatego że można później -skorzystać z polecenia Generuj tokeny. Jednakże jeśli chcesz -wykorzystać jako tokeny dowolne ciągi znaków, -którymi już dysponujesz, wprowadź je do importowanego -pliku.  Puste pola tokenów zostaną -wówczas wypełnione unikalnymi numerami. W pliku można -również pominąć kolejne parametry (nie widoczne w powyższym -przykładzie) takie jak status zaproszenia, wypełnienia, atrybuty.

    -

    Wymagany -format pliku CSV można uzyskać zapisując plik arkusza kalkulacyjnego -przy wykorzystaniu oprogramowania OpenOffice.

    -

    Email -Zaproszenia
    -Użyj tej funkcjonalności jeśli chcesz hurtowo wysłać zaproszenia do -wypełnienia ankiety dla wszystkich swoich kontaktów -zawartych w tabeli tokenów. Przed wysyłką LimeSurvey -sprawdzi czy wszystkie kontakty spełniają następujące warunki:
    -a) Wprowadzono adres email
    -b) Wygenerowano lub wprowadzono token
    -c) Zaproszenie nie zostało dotychczas wysłane
    -d) Osoba zapraszana nie dokonała wypełnienia ankiety

    -

    Każde -zaproszenie może być spersonalizowane i połączone z informacjami -zawartymi w tabeli tokenów. Możesz modyfikować temat -wiadomości oraz treść wysyłanego emaila. Aby wykorzystać informacje -zawarte w tabeli tokenów do personalizacji emaila użyj -następujących kodów:
    -{FIRSTNAME}: Imię
    -{LASTNAME}: Nazwisko
    -{SURVEYNAME}: Nazwa (Tytuł) bieżącej ankiety
    -{ADMINNAME}: Imię/Nazwisko administratora
    -{ADMINEMAIL}: Adres email administratora ankiety

    -

    Przykładowo -treść Twojego emaila może wyglądać następująco: "Witaj {FIRSTNAME} -{LASTNAME}, Oto zaproszenie do wypełnienia ankiety zatytułowanej -{SURVEYNAME}. Z pozdrowieniami {ADMINNAME}". Odbiorca takiego listu -ujrzy następującą treść: "Witaj Jan -Kowalski,  Oto -zaproszenie do wypełnienia ankiety zatytułowanej "Jak spędzasz -wakacje". Z pozdrowieniami Jan Nowak (jan.nowak.poczta.org)".

    -

    -Wyślij Przypomnienie
    -Wykorzystaj tą funkcjonalność jeśli aby wysłać przypomnienie o -możliwości wypełnienia ankiety do osoby, do której zostało -wysłane zaproszenie a osoba ta dotychczas z niego nie skorzystała. -Przed wysyłką przypomnienia LimeSurvey sprawdza czy spełnione zostały -następujące warunki: 
    -a) 
    Wprowadzono adres email
    -b) Wygenerowano -lub wprowadzono token
    -c) Zaproszenie zostało -już wysłane
    -d) Osoba -zapraszana nie dokonała wypełnienia ankiety

    -

    Email -z przypomnieniem może być personalizowany w dokładnie ten sam -sposób jak email zaproszenia. LimeSurvey zawiera przykładowe -treści dla obu tego typu emaili w różnych wersjach -językowych.

    -

    -Generowanie Tokenów
    -LimeSurvey pozwala na automatyczne generowanie unikalnych -numerów tokenów dla wszystkich wpisów -w tabeli, które posiadają niewypełnione pole tokenu. -Istnienie tokenów jest konieczne do wysłania zaproszeń oraz -do wypełnienia ankiety, dla której uprzednio wygenerowano -tabele tokenów.

    - - diff --git a/locale/pl/help/users.html b/locale/pl/help/users.html deleted file mode 100644 index e3b13465602..00000000000 --- a/locale/pl/help/users.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - -

    Oglądasz stronę Zarządzania -Kontami Użytkowników sekcję LimeSurvey.

    -

    W -sekcji tej możesz dodawać, przeglądać i edytować konta -użytkowników instalacji LimeSurvey. Możesz także ustalać -prawa dostępu dla każdego z nich. Uprawnienia użytkowników -dotyczą: 

    -

    Dodawanie -użytkownika
    -Jeśli chcesz dodać nowego użytkownika do Twojej instalacji LimeSurvey -wprowadź w dolnej części ekranu jego Identyfikator (wykorzystywany do -logowania), adres email oraz Pełna nazwę. Po zatwierdzeniu na podany -adres zostanie wysłany email z automatycznie wygenerowanym hasłem. Nowy -użytkownik w bieżącej sekcji może dokonać zmiany wygenerowanego hasła.

    -

    -Edycja użytkownika
    -
    Jeśli -aktualnie zalogowany użytkownik posiada uprawnienia do edycji kont -innych użytkowników, w poszczególnych wierszach -wyświetlany będzie przycisk "Edytuj użytkownika". Po wybraniu tego -przycisku możliwe będzie edytowanie identyfikatora, adresu email oraz -hasła danego użytkownika.

    -

    Ustawianie -praw użytkowników
    -Przy każdym użytkowniku, którego prawa dostępu mogą być -modyfikowane przez aktualnie zalogowanego użytkownika, wyświetlony -zostanie przycisk "Ustaw prawa użytkownika". Możliwe jest przydzielanie -dostępu do następujących sekcji:
    -Tworzenie nowych ankiet: -użytkownik będzie miał możliwość tworzenia i edycji ankiet.
    -Konfigurator: -Użytkownik będzie miał dostęp do paska narzędziowego w sekcji -Administracja. W przeciwnym przypadku dostęp do poleceń zostanie -ograniczony do: zarządzania użytkownikami/grupami -użytkowników, podsumowania systemu LimeSurvey oraz -wyświetlania podsumowania dotyczącego istniejących ankiet.
    -Tworzenie nowych -użytkowników:
    Użytkownik -będzie miał możliwość tworzenia innych użytkowników systemu.
    -Usuwanie użytkowników: -Prawo do usuwania użytkowników. Działanie tego polecenia -jest ograniczone do kont, które zostały utworzone przez -bieżącego użytkownika.
    -Przeniesienia -użytkowników:
    -Zarządzanie szablonami: -Użytkownik będzie miał dostęp do sekcji zarządzania szablonami ankiet. -Będzie możliwe kopiowanie oraz edycja kodu szablonów.
    -Zarządzanie etykietami: -Użytkownik będzie miał możliwość tworzenia nowych zestawów -etykiet oraz etykiet wchodzących w skład dostępnychaqa zestawów.

    - - diff --git a/locale/pt/help/admin.html b/locale/pt/help/admin.html deleted file mode 100644 index b4272efcac5..00000000000 --- a/locale/pt/help/admin.html +++ /dev/null @@ -1,301 +0,0 @@ - - - - - - - - - - -Administração: - - - - - - - -
    - -

    Administração: -
    -Atualmente está vendo a seção geral de -administração do LimeSurvey. Não foi selecionado nenhum -questionário para ver/editar.

    - -

    A partir deste ponto -poderá controlar a configuração geral do LimeSurvey. -Também poderá criar novos -questionários, selecionar um questionário existente para ver -ou modificar, modificar opções de segurança e verificar a -integridade da base de dados.

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    -
    -

    Início: Clique neste ícone para - fechar o questionário atual e ver somente a barra de - administração.

    -
    -

    -
    -

    Segurança: Clique neste ícone para - mudar as opções de segurança.

    -
    -

    -
    -

    Segurança - Ruim: Se - não tem as opções de segurança habilitadas, este - ícone aparecerá.

    -
    -

    -
    -

    Verificação - da Base de Dados: - Clique neste ícone para realizar una verificação da base - de dados para assegurar-se que todos os campos e tabelas existem.

    -
    -

    -
    -

    Modificar/Adicionar - Conjuntos de Etiquetas: Clique neste ícone para modificar, criar ou excluir - conjunto de etiquetas utilizadas nas perguntas de tipo flexível.

    -
    -

    -
    -

    Adicionar - Questionário: - Clique neste ícone para criar um questionário novo ou para - importar um questionário de um arquivo.

    -
    - -

    Questionário
    -Grupo
    -Pergunta
    -Resposta
    -
    -
    -Adicionando um Novo Questionário
    -Clique no ícone para adicionar um novo grupo de perguntas ao -questionário.

    - -

    A tela para adicionar um -novo questionário permite completar os detalhes básicos de um -questionário, bem como escolher opções de -apresentação e mais gerais. A partir desta tela também -é possível importar um questionário previamente exportado.

    - -

    Os detalhes do -questionário incluem Título Curto: que é o -título curto do questionário, uma Descrição: -que pode ser uma descrição detalhada do questionário, uma -Mensagem de Bem-vinda: a qual é apresentada no início da -aplicação do questionário, os campos Nome do -Administrador e o Correio Eletrônico do Administrador que -são utilizados para indicar aos usuários a quem se dirigir no -caso de ter dúvidas sobre o questionário e também -são utilizados como o endereço de retorno para o envio de -convites por correio eletrônico, o campo # Fax: que permite a -entrada de um número de fax que aparecerá na versão impressa -do questionário, um campo URL: que é utilizado no final do -questionário para poder redirecionar os participantes a outro local -depois de completar o questionário e URL: que é o texto -que aparecerá ligado ao endereço web.

    - -

    As opções de -apresentação são Formato: que permite escolher como -se apresentará o questionário, se todas as perguntas -estarão numa página, por grupo ou pergunta por pergunta, Planilha: -que permite escolher entre várias planilhas pré-definidas para -mudar as cores, tamanhos, etc. do questionário e Idioma: que -permite escolher entre vários idiomas para mostrar adequadamente os -textos do questionário.

    - -

    Finalmente, existem umas -opções adicionais para escolher. Como padrão, o -questionário será Anônimo, porém é -possível fazer que um questionário NÃO seja anônimo, -o que significa que as respostas estarão ligadas a uma tabela de senhas -e poderão ser rastreadas individualmente ou de pessoas em particular. Data: -permite adicionar entradas hora/data de cada resposta para manter um registro -de quando foi completado o questionário. A Data Final: é a -data quando o questionário expirará e já não -poderá ser acessado. Se deixar este campo em branco, o -questionário nunca expirará.

    - -

    A opção Utilizar -Cookies? Permite de uma forma muito básica controlar o acesso ao -questionário, no caso de não estar utilizando senhas. Colocando a -opção 'Sim' significa que quando o participante termine de -preencher o questionário, uma 'cookie' é armazenada em seu -computador, indicando que já respondeu. Na próxima vez que tente -responder o questionário utilizando o mesmo computador não -poderá fazê-lo. Cabe ressaltar que este método de acesso -é muito básico e pouco astuto. Se duas pessoas tentam responder o -questionário do mesmo computador, este método só permitirá -à primeira pessoa respondê-lo. A mesma pessoa poderá -responder o questionário mais de uma vez, utilizando computadores -distintos (os quais não tenham sido utilizados anteriormente para -responder o questionário). Assim que, deve estar consciente dessas -circunstâncias antes de utilizar este método.

    - -

    Importar um -Questionário
    -Pode-se utilizar o campo 'Selecionar Arquivo SQL' na parte inferior da tela -para importar um questionário. Dando clique no 'browse' ou navegador, -escolha um arquivo SQL (previamente gerado pelo LimeSurvey) que contenha o -questionário a importar, clicando posteriormente -no botão 'Importar Questionário'.

    - -

     

    - -
    - - - - diff --git a/locale/pt/help/answer.html b/locale/pt/help/answer.html deleted file mode 100644 index 9e99e7742f9..00000000000 --- a/locale/pt/help/answer.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - - - - -Administrao - - - - - - - -
    - -

    Administrao
    -Questionrio

    -Grupo
    -Pergunta

    - -

    Atualmente est vendo a -seo de administrao de respostas do PHPSURVEYOR.

    - -

    Daqui possvel ver e modificar -a ordem das respostas para determinada pergunta em particular.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Botes:

    -
    -

    -
    -

    Mover - a resposta para cima: - Clique aqui para mudar a posio da resposta para cima.

    -
    -

    -
    -

    Mover - a resposta para baixo: Clique aqui para mudar a posio da resposta para baixo.

    -
    -

    -
    -

    Guardar - as mudanas: - Clique aqui para guardar as mudanas realizadas na resposta.

    -
    -

    -
    -

    Excluir - resposta: Clique - aqui para excluir esta resposta.

    -
    -

    -
    -

    Adicionar - resposta: Clique - aqui para adicionar uma nova resposta.

    -
    -

    -
    -

    Corrigir - Ordem: Clique - aqui para corrigir qualquer problema que puderas ter com a ordem das - respostas.

    -
    - -

     

    - -
    - - - - diff --git a/locale/pt/help/group.html b/locale/pt/help/group.html deleted file mode 100644 index 034bd3ab082..00000000000 --- a/locale/pt/help/group.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - - - -Administracin - - - - - - - -
    - -

    Administrao
    -Questionrio

    - -

    Grupo:
    -Atualmente est na seo de administrao de grupos do PHPSURVEYOR.

    - -

    A partir daqui poder ver e -controlar este grupo de perguntas em particular. Alm disso, poder adicionar novas perguntas ao grupo ou -selecionar uma pergunta existente para ver ou modificar.

    - - - - - - - - - - - - - - - - - -
    -

    Botes:

    -
    -

    -
    -

    Modificar - Grupo: Clique - neste cone para modificar os detalhes do grupo atual.

    -
    -

    -
    -

    Excluir - Grupo: Clique neste - cone para excluir o grupo. Este boto s aparecer se no h perguntas no - grupo.

    -
    -

    -
    -

    Adicionar - Pergunta: Clique - neste cone para adicionar uma nova pergunta ao grupo. Este boto no estar - disponvel quando o questionrio est ativo.

    -
    - -

    Grupo
    -Pergunta
    -Resposta

    - -

    Adicionando uma Nova Pergunta
    -Clique neste cone para adicionar -una nova pergunta ao grupo.

    - -

    Podem-se adicionar quantas -perguntas sejam necessrias em cada grupo. Quando se clica no cone de -"Adicionar Nova Pergunta", aparecer uma tela onde se dever -adicionar um Cdigo: este campo obrigatrio e se utiliza para -determinar a ordem em que devem aparecer as perguntas dentro de um grupo. O -cdigo da pergunta pode ter at 5 caracteres. As perguntas so ordenadas -alfabeticamente. O campo Pergunta: pode ser to comprido como seja -necessrio e na realidade contm a pergunta que ser apresentada ao -participante. No campo de Ajuda: pode-se adicionar a mensagem de ajuda -que aparecer debaixo da pergunta e das respostas associadas. No campo Tipo: -uma aparecer uma lista que contm os diferentes tipos de perguntas -disponveis. Uma explicao detalhada destes tipos est nas instrues. Pode-se -fazer que uma pergunta seja Obrigatria: para assegurar-se que o -participante no passe a pergunta sem t-la respondido. Em alguns tipos de -perguntas poder indicar um 'Sim' ou um 'No' no campo Outro: Nesses -casos, a pergunta ter uma resposta 'Outra' adicional.

    - -
    - - - - diff --git a/locale/pt/help/labels.html b/locale/pt/help/labels.html deleted file mode 100644 index b22a09c1e37..00000000000 --- a/locale/pt/help/labels.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - - -Administração de Conjuntos de Etiquetas: - - - - - - - -
    - -

    Administração -dos Conjuntos de Etiquetas:
    -Atualmente está vendo a seção Etiquetas da tela de -administração de etiquetas.

    - -

    A partir deste ponto -poderás (normalmente) adicionar, apagar ou modificar as etiquetas dentro -de um 'conjunto de etiquetas'. As etiquetas consistem de um 'código' e -de um 'título'. O código não será visível -pelo participante, porém é utilizado para armazenar as respostas. -É possível modificar a ordem que aparecem as etiquetas utilizando -os botões "Acima" e "Abaixo". A etiqueta na -posição superior aparecerá à esquerda e a de menor -posição, à direita.

    - -

    Se um conjunto de -etiquetas está sendo utilizado por um questionário, esta tela -mostrará um aviso de cuidado, sugerindo que ao adicionar ou apagar elementos -pode haver problemas. Devido a que as etiquetas podem ser compartilhadas por -mais de um questionário ou pergunta, modificar um conjunto de etiquetas -deve ser feito com precaução para assegurar-se de que não -haja perda de outro questionário.

    - -

    Se um conjunto de -etiquetas está sendo utilizado por um questionário ativo, -não se poderá adicionar, apagar ou mudar o código dos -elementos. Porém, é possível modificar o texto do -'Título' ou mudar a ordem em que aparecem os títulos.

    - -

    As seguintes -opções estão disponíveis na barra de ferramentas de -etiquetas:

    - - - - - - - - - - - - - - -
    -

    -
    -

    Modificar - Conjunto de Etiquetas: Clique neste ícone para modificar o nome do conjunto que - atualmente se vê.

    -
    -

    -
    -

    Excluir - Conjunto de Etiquetas: Clique neste ícone para excluir o conjunto de etiquetas. - Não é possível apagar um conjunto de etiquetas se - atualmente estão sendo usadas por um questionário, ativo ou - não.

    -
    -

    -
    -

    Exportar - Conjunto de Etiquetas: Clique neste ícone para guardar o conjunto de etiquetas e - poder compartilhá-las com outros usuários de PHPSURVEYOR.

    -
    - -

     

    - -

     

    - -
    - - - - diff --git a/locale/pt/help/labelsets.html b/locale/pt/help/labelsets.html deleted file mode 100644 index 5c0117ee4c0..00000000000 --- a/locale/pt/help/labelsets.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - - - - - -Administração de Conjuntos de Etiquetas: - - - - - - - -
    - -

    Administração -de Conjuntos de Etiquetas:
    -Atualmente estás vendo a seção de Administração -de Conjuntos de Etiquetas do PHPSURVEYOR.

    - -

    A partir daqui pode-se -criar, modificar ou apagar Conjuntos de Etiquetas para serem utilizadas em -perguntas do tipo 'etiquetas flexíveis'. Os Conjuntos de Etiquetas -permitem predefinir uma série de opções contra as quais -podem se colocar várias respostas. Por exemplo, em muitos -questionários se objetiva perguntar ao participante por uma resposta -numa sentença ou cenário particular e dar-lhes uma lista de -opções para cada uma. Na seqüência se mostra um -exemplo:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Por - favor, indica quanto aceita das seguintes sentenças:

    -
    -

     

    -
    -

    Em
    - nada

    -
    -

    Escassamente

    -
    -

    Imparcial

    -
    -

    Medianamente

    -
    -

    Abundantemente

    -
    -

    Sou uma pessoa - muito rara

    -
    -

    -
    -

    -
    -

    -
    -

    -
    -

    -
    -

    Gosto da - neve

    -
    -

    -
    -

    -
    -

    -
    -

    -
    -

    -
    -

    O azul é - uma cor bonita

    -
    -

    -
    -

    -
    -

    -
    -

    -
    -

    -
    - -

    Ao usar Conjuntos de -Etiquetas podem-se criar títulos de coluna para este tipo de perguntas.

    - -

    As seguintes opções -estão disponíveis na barra de ferramentas do conjunto de -etiquetas:

    - - - - - - - - - - -
    -

    -
    -

    Início: Clique neste ícone para voltar - à tela de administração do PHPSURVEYOR.

    -
    -

    -
    -

    Adicionar - Conjunto de Etiquetas: Clique neste ícone para criar um novo conjunto de etiquetas - ou para importar de um arquivo.

    -
    - -


    -Agregando um Novo Conjunto de Etiquetas
    -Clique no ícone para criar ou importar um novo conjunto de -etiquetas.

    - -

    Um conjunto de etiquetas -requer somente um nome. Para cada etiqueta é designado automaticamente um -único número "LID" (Identificador do Conjunto de -Etiquetas). Podem-se criar conjuntos com nomes iguais, mesmo que isso -não seja recomendável. Os conjuntos de etiquetas podem ser -distinguidos um do outro pelo seu número LID.

    - -

    Importando Conjuntos de -Etiquetas
    -Pode-se utilizar a opção Importar Conjunto de Etiquetas na parte -inferior da tela. Clicando 'browse' ou navegador e seleciona um arquivo SQL, -previamente gerado pelo PHPSURVEYOR, que contenha um conjunto de etiquetas.

    - -

     

    - -
    - - - - diff --git a/locale/pt/help/question.html b/locale/pt/help/question.html deleted file mode 100644 index 45aa9feae60..00000000000 --- a/locale/pt/help/question.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - - - - - -Administrao - - - - - - - -
    - -

    Administrao
    -Questionrio

    -Grupo

    - -

    Atualmente est vendo a -seo de administrao de perguntas do PHPSURVEYOR.

    - -

    A partir daqui poder ver e -modificar esta pergunta em particular. Se sua pergunta podem-se adicionar perguntas individuais, tambm se pode conseguir isso a -partir desta tela. Tambm podem-se estabelecer condies de como se deve mostrar -a pergunta ou no ao clicar no cone condies.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Botes:

    -
    -

    -
    -

    Modificar - Pergunta: Clique - neste cone para modificar os detalhes da pergunta atual.

    -
    -

    -
    -

    Excluir - Pergunta: Clique - neste cone para apagar a pergunta atual. Este boto aparecer somente se a - pergunta no tem respostas.

    -
    -

    -
    -

    Exportar - Pergunta: Clique - neste cone para exportar a pergunta, incluindo todas as respostas, para um - arquivo.

    -
    -

    -
    -

    Copiar - Pergunta: Clique - neste cone para fazer uma cpia da pergunta atual, incluindo todas as - respostas, dentro do mesmo questionrio.

    -
    -

    -
    -

    Aplicar - Condies: Clique - neste cone para usar o formador de condies para estabelecer condies a - esta pergunta.

    -
    -

    -
    -

    Respostas: Clique neste cone para - adicionar/modificar e apagar a ordem das respostas da pergunta.

    -
    - -

    Resposta

    - -

    Responder
    -
    Clique neste -cone para adicionar, editar, mover ou apagar -respostas da pergunta.

    - -

    Este cone s estar -disponvel quando a pergunta seja do tipo 'Lista', 'Mltiplas Opes ou -'Arranjo'. Este tipo de pergunta requer que uma srie de respostas sejam -introduzidas.

    - -

    Condies
    -Clique no cone para estabelecer, modificar ou apagar -condies que possam ser aplicadas pergunta.

    - -

    Este cone mostrar a -janela 'Criador de Condies', que permite estabelecer se a pergunta deve ser exibida -ou no. Ao aplicar uma condio a uma pergunta, significa que a pergunta NO -SER MOSTRADA AO MENOS QUE ESSA CONDIO SE CUMPRA.

    - -
    - - - - diff --git a/locale/pt/help/survey.html b/locale/pt/help/survey.html deleted file mode 100644 index 1cf60e3876e..00000000000 --- a/locale/pt/help/survey.html +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - - - - - -Administración - - - - - - - -
    - -

    Administração

    - -

    Questionário:
    -Atualmente estás vendo a seção administração -de questionários de PHPSURVEYOR.

    - -

    A partir deste ponto -poderás ver e controlar a configuração geral do -questionário. Também podes adicionar -novos grupos ou selecionar um grupo existente para ver ou modificar.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Botões:

    -
    -

    -
    -

    Questionário - Ativo: Este - ícone aparecerá se o questionário foi ativado e - está pronto guardar as respostas.

    -
    -

    -
    -

    Desativar - Questionário: - Clique neste ícone para desativar um questionário ativo.

    -
    -

    -
    -

    Questionário - Inativo: Este - ícone aparece se o questionário não foi ativado.

    -
    -

    -
    -

    Ativar - Questionário: - Clique neste ícone para ativar um questionário inativo.

    -
    -

    -
    -

    Responder/Testar - Questionário: - Clique neste ícone para contestar o questionário (ou - prová-lo, caso não esteja ativo)

    -
    -

    -
    -

    Entrada - de Dados: Clique - neste ícone para ver a tela de entrada de dados. Esta tela foi desenhada - para a recaptura de questionários elaborados em papel.

    -
    -

    -
    -

    Versão - para Impressão: Clique neste ícone para ver uma versão - imprimível do questionário para ser respondido em papel.

    -
    -

    -
    -

    Modificar - Questionário: - Clique neste ícone para modificar os detalhes do questionário - atual.

    -
    -

    -
    -

    Excluir - Questionário: - Clique neste ícone para excluir o questionário. Este - botão só aparece se o questionário não tem - grupos.

    -
    -

    -
    -

    Exportar - Questionário: - Clique neste ícone para exportar o questionário incluindo todos - os grupos, perguntas, respostas e condições para um arquivo.

    -
    -

    -
    -

    Navegar - nas Respostas: - Clique neste ícone para navegar as respostas do questionário. - Este só estará disponível se o questionário - está ativo.

    -
    -

    -
    -

    Senhas: Clique neste ícone para - modificar as senhas para o questionário atual.

    -
    -

    -
    -

    Adicionar - Grupo: Clique - neste ícone para adicionar um novo grupo de perguntas ao - questionário.

    -
    - -

    Grupo
    -Pergunta
    -Resposta

    - -

    Como adicionar um Novo Grupo de Perguntas
    -
    Clique no -ícone para adicionar um novo grupo de perguntas ao -questionário.

    - -

    Todos os -questionários devem ter pelo menos um grupo de perguntas. Os Grupos se -utilizam para 'agrupar' perguntas que tenham algo em comum. Um grupo tem nome e -descrição. Quando selecionado "Adicionar Grupo" -será apresentado como uma tela onde deverá preencher dois campos. -Nome do Grupo: Ou título do grupo. Este campo é -obrigatório e deve ser preenchido, assim como também determina a -posição na qual aparecerá o grupo quando se está -respondendo o questionário. Os grupos são ordenados -alfabeticamente pelo seu Nome de Grupo, por isso cabe ressaltar que os grupos -devem estar em ordem alfabética. (P.ex.: “(A) Sobre você” -, “(B) Seus hobbies”). Descrição -do Grupo: Este campo é opcional e pode ser utilizado -para dar uma descrição do grupo que aparecerá no momento -em que os participantes estejam respondendo o questionário. Se -não existe (ou não se deu) uma descrição do grupo, -quando os participantes estejam contestando o questionário” -Pergunta por Pergunta “, não se notará separação -entre uma pergunta e outra quando sejam de distintas seções -(grupos)”.

    - -
    - - - - diff --git a/locale/pt/help/tokens.html b/locale/pt/help/tokens.html deleted file mode 100644 index f3b0cdb9335..00000000000 --- a/locale/pt/help/tokens.html +++ /dev/null @@ -1,639 +0,0 @@ - - - - - - - - - - -Actualmente estás viendo la sección de Control de Tokens -de LimeSurvey - - - - - - - -
    - -

    Atualmente está -vendo a seção de Controle de Senhas do PHPSURVEYOR.

    - -

    A partir daqui -poderá ver e modificar as senhas do questionário.

    - -

    O -que são as senhas
    -Mostrar senhas
    -Adicionar uma Nova Senha
    -Importar arquivo CSV
    -Enviar Convite (e-mail)
    -Enviar Lembrete (e-mail)
    -Gerar senhas

    - -

    As opções -seguintes estão disponíveis na barra de ferramentas de controle -de senhas:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    -
    -

    Início: Clique neste ícone para - regressar a tela de administração do questionário.

    -
    -

    -
    -

    Resumo: Clique neste ícone para - ver o resumo dos registros da tabela de senhas, assim como para acessar - algumas funções gerais da administração, tais - como:

    -
    -

     

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Aplicar - a todos registros 'N' convite enviado:

    -
    -

     

    -
    -

    Apaga - todos os registros para os quais se enviaram convites. Normalmente se faz - quando ocorre algum problema com o correio eletrônico de convites e - se quer tentar novamente.

    -
    -

    Apagar - senhas com número único:

    -
    -

     

    -
    -

    Apaga - todos os números de senhas geradas.

    -
    -

    Apagar - todos registros de senhas:

    -
    -

     

    -
    -

    Limpar - completamente a tabela de senhas.

    -
    -

    Eliminar - tabela de senhas:

    -
    -

     

    -
    -

    Retirar - as senhas deste questionário. Este questionário estará - acessível a todo o mundo.

    -
    -

    -
    -

    -
    -

    Mostrar - Senhas: Clique - neste ícone para mostrar todas as senhas.

    -
    -

    -
    -

    Adicionar - uma Nova Senha: - Clique neste ícone para adicionar um novo participante na tabela de - senhas ().

    -
    -

    -
    -

    Importar - Arquivo de Senhas: - Clique neste ícone para importar um arquivo CSV que contém - nomes e endereços de correio eletrônico. Este arquivo deve ser - um arquivo separado por vírgulas sem símbolos de aspas. A - primeira fila se interpreta como a cabeceira. A ordem dos dados deve ser: - Nome, Sobrenome, Endereço de Correio Eletrônico, [senha]. A - senha é opcional.

    -
    -

    -
    -

    Enviar - Convite (e-mail): - Clique neste ícone para enviar convites por e-mail aos participantes - listados na tabela de senhas.

    -
    -

    -
    -

    Enviar - Lembrete (e-mail): - Clique neste ícone para enviar lembretes por e-mail aos participantes - listados na tabela de senhas (). Os lembretes somente são enviados aos - participantes que previamente haviam recebido convite.

    -
    -

    -
    -

    Gerar - Senhas (): - Clique neste ícone para gerar senhas únicas aleatórias - para os participantes. Mesmo que se possam criar os números de senhas manualmente - ou ser importados a partir de um arquivo CSV, normalmente se recomenda que se - utilize este método para assegurar-se de que não haverá - senhas duplicadas.

    -
    -

    -
    -

    Eliminar - Tabela de Senhas (): - Clique neste ícone para eliminar a tabela de senhas (). Este - questionário estará acessível a todos.

    -
    - -

    O -que são as senhas
    -As senhas fazem parte de um sistema para ter controle sobre o questionário. -Um questionário controlado permite ter uma lista de 'participantes' ou -pessoas que foram convidadas a responder o questionário, e depois,  controlar o acesso ao -questionário. Para cada participante se designa um número de -senha único. Esta senha dá acesso dos participantes ao -questionário.

    - -

    Quando se criam senhas para -o questionário, as únicas pessoas que poderão -acessá-lo são aquelas que têm uma senha que esteja dentro -da tabela de senhas (). Utilizando a seção de controle de senhas do -PHPSURVEYOR é possível adicionar, apagar e modificar estas senhas.

    - -

    O sistema de senhas do -PHPSURVEYOR permite rastrear quem acessou o questionário, enviar -convites e lembretes a estes participantes e ver quem respondeu. No caso de -fazer com que o questionário NÃO seja anônimo (ou -rastreado), podem-se verificar as respostas do participante.

    - -

    Mostrar Senhas
    -Quando se mostram as senhas, podem-se ver todos os registros (em grupos de 50, -ou como seja determinado pelo administrador). A primeira seção da -tela é o menu Vista de Controle de Dados. Este menu tem as -seguintes opções:

    - - - - - - - - - - - - - - - - - - -
    -

    -
    -

    Ir ao - início: - Clique neste ícone para ver a primeira lista de registros.

    -
    -

    -
    -

    Mostrar - prévio: - Clique neste ícone para ver a lista anterior de registros.

    -
    -

    -
    -

    Mostrar - seguinte: Clique - neste ícone para ver a seguinte lista de registros.

    -
    -

    -
    -

    Ir ao - final: Clique - neste ícone para ver a última lista de registros.

    -
    - -

    Também é -possível estabelecer o número de senhas a aparecer por lista e o -ponto de início utilizando os campos "Registros Mostrados:" e -"Começando desde:", logo dando clique em "Mostrar".

    - -

    Ordenando as Senhas
    -Quando se mostram as senhas, na parte superior de cada coluna, se encontra o -nome do campo e o ícone de 'ordenamento' (). Ao clicar neste -ícone, as senhas se reordenarão, ordenadas alfabeticamente por -essa coluna.

    - -

    Ações
    -
    Podem-se realizar -um conjunto de ações sobre cada senha. Estas ações -estão listadas a seguir:

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    -
    -

    Modificar - Senha: Clique - aqui para modificar a senha.

    -
    -

    -
    -

    Apagar - Senha: Clique - aqui para apagar esta senha.

    -
    -

    -
    -

    Responder - Questionário: - Clique aqui para responder o questionário utilizando esta senha.

    -
    -

    -
    -

    Ver - Resposta: Clique - aqui para ver a resposta realizada pelo participante da senha (só - disponível onde se aplique).

    -
    -

    -
    -

    Convidar: Clique aqui para enviar um - convite somente para este participante.

    -
    -

    -
    -

    Lembrete: Clique aqui para enviar um - lembrete somente para este participante.

    -
    - -

    Adicionar uma Nova Senha
    -
    Nesta tela -pode-se criar uma nova senha, adicionando um participante extra na lista de -pessoas que podem acessar o questionário. Os campos disponíveis -são:
    -Nome: Ou nome do participante.
    -Sobrenome: Ou sobrenome do participante.
    -E-mail: Endereço de correio eletrônico do participante.
    -Senha: A senha do participante (deve ser um valor único dentro da -tabela de senhas). Ainda que se possa criar uma senha nesse ponto, se sugere -que se deixe em branco e que posteriormente se utilize a função -"Gerar Senhas".
    -Convite Enviado?: Se aparece um "Y" neste campo, não -será enviado um convite ao participante quando se escolha a -opção "Convidar". Para qualquer outro valor, -será enviado um convite.
    -Terminado?: Se aparece um "Y" neste campo o participante -não poderá utilizar a senha. Quando um participante responde o -questionário, este campo muda para "Y".

    - -

    Não existem campos -obrigatórios na tela de 'adicionar senha'. Pode-se incluir tanta -informação quanto se deseje. Tão pouco existe controle de -duplicidade, pelo qual, existe a possibilidade de que se repita a mesma pessoa.

    - -

    Importar Arquivo CSV
    -Com esta função pode-se importar um arquivo CSV que contenha -nomes e endereços de correio eletrônico para ser utilizados num -questionário PHPSURVEYOR. O formato do arquivo CSV deve ser separado por -vírgulas, sem símbolos de aspas e a primeira fila sempre é -interpretada como a cabeceira do arquivo, pelo qual se não se inclui a -fila cabeceira, a primeira linha se perderá! O conteúdo do -arquivo deve ter a seguinte estrutura:

    - -
    - - - - - -
    -

    Nome, Sobrenomes, E-mail, Senha
    - João, Silva, joão@silva.org,
    - José, Silva, jose@silva.org,

    -
    - -
    - -

    Note-se que a -última coluna (senha) é opcional. Podem-se importar senhas próprias -- isso pode ser útil quando se quer utilizar outra metodologia para a -geração de senhas. Por exemplo, quando se deseja utilizar a -matrícula designada num instituto.

    - -

    Enviar Convites (E-mail)
    -Esta função permite enviar convites por correio eletrônico -a todos participantes que aparecem na tabela de senhas. Antes de enviar um -E-mail, LimeSurvey verifica que cada senha cumpra com as seguintes -condições:·(a) O endereço de correio -eletrônico exista.
    -b) Que a senha tenha sido gerada.
    -c) Que não se tenha enviado um convite anteriormente.
    -d) Que o participante não tenha respondido o questionário -anteriormente.

    - -

    Cada convite é -personalizado e esta informação é trazida a partir da -tabela de senhas. Dá-se a opção de modificar o Assunto e o -Corpo da Mensagem do correio eletrônico antes de ser enviado. Para -utilizar a informação da tabela de senhas no corpo da mensagem -devem-se utilizar os seguintes códigos:
    -{FIRSTNAME}: Nome
    -{LASTNAME}: Sobrenome(s)
    -{SURVEYNAME}: O nome do questionário
    -{ADMINNAME}: O nome do administrador do questionário
    -{ADMINEMAIL}: O endereço de correio eletrônico do administrador

    - -

    Por exemplo, se a mensagem -diz "Olá {FIRSTNAME} {LASTNAME}, foste convidado ao -questionário {SURVEYNAME}, tenha a bondade de respondê-lo. Atenciosamente -{ADMINNAME}" O recipiente receberá um correio eletrônico que -será lido da seguinte maneira: "Olá João Cruz da -Silva, foste convidado a responder o questionário Os Melhores Vinhos do -Mundo, tenha a bondade de respondê-lo. Atenciosamente José Carlos -da Costa".

    - -

    Enviar -Lembretes (E-mail)
    -Esta função serve para enviar lembretes por correio -eletrônico a todos participantes que aparecem na tabela de senhas. Antes -de enviar um e-mail, LimeSurvey verifica que cada senha cumpra com as seguintes -condições:·(a) O endereço de correio -eletrônico exista.
    -b) Que a senha tenha sido gerada.
    -c) Que se tenha enviado um convite anteriormente.
    -d) Que o participante não tenha respondido o questionário -anteriormente.

    - -

    Gerar Senhas
    -Esta função gera números de senhas aleatórios -únicos para cada registro da tabela de senhas que ainda não -tenham uma senha designada.

    - -
    - - - - diff --git a/locale/pt/help/users.html b/locale/pt/help/users.html deleted file mode 100644 index 0fe28014cf9..00000000000 --- a/locale/pt/help/users.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - - -Actualmente estás viendo la sección de Control de Usuarios -de LimeSurvey - - - - - - - -
    - -

    Atualmente estás -vendo a seção de Controle de Usuários do -PHPSURVEYOR.

    - -

    A partir deste ponto -podem-se ver e modificar as opções de segurança e direitos -de acesso ao sistema de usuários.

    - -

    As opções de -segurança do PHPSURVEYOR dependem do sistema de segurança do -Apache. No caso de não estar utilizando o servidor de rede Apache, -não poderá utilizar estas opções de -segurança e deverá utilizar os métodos de segurança -do servidor de web que se esteja utilizando atualmente.

    - -

    Iniciando a -Segurança
    -
    A primeira vez -que se executa a segurança do PHPSURVEYOR, se 'iniciará' a -configuração de segurança. Quando esteja 'iniciado', o -sistema buscará o programa executável do Apache -"htpasswd" e criará um arquivo de usuário. -Também um arquivo 'htaccess' no diretório de administração -que restringe o acesso a este diretório e só poderão -acessá-los aqueles que apareçam no arquivo htpasswd. Os valores -padrões se determinam pelo padrão do arquivo config.php. Uma vez -que se tenha iniciado o sistema de segurança satisfatoriamente, o navegador -perguntará por um nome de usuário e senha, antes de permitir que -se continue acessando a tela de administração do LimeSurvey.

    - -

    Adicionando -Usuários
    -Una vez que se tenha iniciado a segurança e se tenha entrado com seu -nome de usuário e senha, se poderá ver os usuários -existentes no sistema, assim como adicionar novos usuários, apagar e -modificar usuários. Na lista usuários que aparece, pode-se clicar -em 'modificar' para modificar um registro ou no botão "apagar" -para apagá-lo. Se somente há um registro na tabela, não se -poderá apagar.

    - -

    Desativando a -Segurança
    -
    Para apagar as -opções de segurança do LimeSurvey, clique no botão -"Desativar Segurança". Isto apagará os arquivos -htpasswd, htaccess e toda informação dos usuários.

    - -

    Limitantes do -Sistema de Segurança do LimeSurvey
    -Até que se implemente um sistema de segurança mais -flexível, deve-se ter em mente que as opções de -segurança do LimeSurvey são do tipo 'tudo ou nada'. Os -usuários ou podem ter acesso a TODAS as funções de -administração ou a nenhuma. Eventualmente, tem-se planejado um -sistema que permita estabelecer níveis de acesso. Cabe mencionar que a -função de segurança de usuários é -acessível para todos usuários, incluindo as SENHAS EM TEXTO SIMPLES.

    - -

    Depuração
    -Caso haja problemas para implementar a segurança:

    - - - - - - - - - - -
    -

    1.

    -
    -

    Deve-se - assegurar que se tenha permissão de leitura/escritura sobre o - diretório de administração. LimeSurvey necessita criar - aqui os arquivos .htpasswd e .htaccess.

    -
    -

    2.

    -
    -

    Deve-se - assegurar que se tenha acesso ao arquivo executável htpasswd. Em - particular, em servidores Windows, deve-se fazer uma cópia deste - arquivo dentro do diretório de administração do - LimeSurvey. Em servidores Linux, o sistema tentará encontrar o - executável utilizando "busca, procura".

    -
    - -

     

    - -

     

    - -
    - - - - diff --git a/locale/zh-Hans/help/admin.html b/locale/zh-Hans/help/admin.html deleted file mode 100644 index 4f76c6f044a..00000000000 --- a/locale/zh-Hans/help/admin.html +++ /dev/null @@ -1,32 +0,0 @@ - - -

    管理:
    您正在查看 LimeSurvey基本设定 . 您需要选择问卷,才可查问卷内容.

    -

    在此您可以控制LimeSurvey 的基本设定以及新增问卷, 选择查看或修改现有的问卷,您甚到可以修改安全设定和检查资料库各栏位都设置妥当.

    - - - - - - - - - - - - - - - - - - - -
    首页 Click 本图标可关闭本问卷,并返回管理画面.
    安全设定: Click 本图标可更改安全登入的设定
    安全警号: 如果您的安全设定需要重新起动, 本图标会显示来提醒您要重新启动安全设定.
    检查资料库: Click 这裡以确保资料库各栏位及表格均全部设置妥当.
    修改/新增标籤集: Click 这裡可修改、新增或删除弹性标籤题目内的标籤集.
    新增问卷: Click 这裡可新增问卷或输入预先淮备好的题目文字档来建立问卷
    -

    问卷
    题目组别
    问题
    答案


    新增问卷
    Click on 建立或输入新的问卷.

    -

    '新增问卷' 画面让您可设定问卷的具体细节, 以及选择显示的模式. 在此您亦可以透过输入预先淮备好的题目文字档,来建立新问卷.

    -

    问卷设定包括短标题︰问卷的短名称, 补充说明: 具体介绍问卷的内容, 欢迎讯息: 会出现在问卷的首页画面,用以简解问卷设计的目的, 一目瞭然的栏位包括管理员名称管理员电邮地址是让参与答题的用户可向管理员查询有关问卷的事宜,并使用此回覆的电邮地址发出邀请用户参与填写问卷, 传真号码: 栏位,让您输入传真号码,此传真号码会显示在可供打印的网上问卷上, URL : 会显示在问卷的底部,这样用户就可以在完成问卷后 click 入您指定的网站上。 URL 说明: 这是上述 URL 栏位网站连结的文字简介.

    -

    显示模式: 让您选择问卷以单一页面全部显示问卷内容, 分组别显示问卷内容, 或逐页式显示问卷内容, 风格模组: 预先製作好的系列外观风格模组,从中您可选择问卷的外观样式, 及 语言: 让您择使用的语言显示问卷的预置答案及内容,例如︰quot;是/否", "男/女" 等等.

    -

    最后,还有一系列的附加设定可供选择. 在预设的问卷答题人是 无名氏, 但您亦可将问卷设定成/'非无名氏/'的模式, 即问卷的回应会连结到操作代码表上,在此操作代码表,您可以跟查个别答卷人填写的答案。日期印章: 让您可在每份完成答题的问卷加上日期及时间,这样您就可以跟查各问卷的填写及呈交时间. 有效日期: 在此日期后,问卷将停止向公众发放. 如果把本栏位留空, 问卷将可无限地使用.

    -

    其他选项包括 使用 Cookies 吗? 如果并非使用操作代码,您可设定使用问卷的存取方式. 设定 'Y' 表示答卷人成功呈交问卷后, 用户的 cookie 会储存在他们的电脑上,这样下次当他们再尝试填写相同的问卷,他们的电脑就会提醒他们毋须这样做。当然这方法并非尽善尽美, 如果有两个人使用此相当的电脑,当中只有一人(首先答卷的人)才可以参与答卷了。而且同一答卷人,若再选用另一台电脑,他仍然可以填写相同的问卷. 因此进行此设定前,您必须了运 cookie 的运作方式. 它不能完全杜绝重覆答卷的弊端.

    -

    输入预製好的问卷
    您可使用萤幕底部的档案选单来输入预製好的问卷. Click 浏览, 选择 LimeSurvey *.sql 档案,再click /'输入/'的按钮.

    -

     

    \ No newline at end of file diff --git a/locale/zh-Hans/help/answer.html b/locale/zh-Hans/help/answer.html deleted file mode 100644 index 57c3a910182..00000000000 --- a/locale/zh-Hans/help/answer.html +++ /dev/null @@ -1,28 +0,0 @@ - - -

    管理
    问卷

    题目组别
    题目

    -

    您现正检视 LimeSurvey 的答案管理画面.

    -

    在此您可检视、修改及更改问卷指定题目内答案的显示次序。

    - - - - - - - - - - - - - - - - - - - - - -
    -

    按钮︰

    答案移上: Click 这裡把答案向上移动
    答案向下移: Click 这裡把答案向下移.
    储存更新后的答案: Click 这裡储存您对答案作出的改变.
    删除答案: Click 这裡删除这个答案.
    新增答案: Click 此新增答案.
    修正排序: Click 这裡修正答案排序出错的问题.
    \ No newline at end of file diff --git a/locale/zh-Hans/help/group.html b/locale/zh-Hans/help/group.html deleted file mode 100644 index 56d8b4d5ed6..00000000000 --- a/locale/zh-Hans/help/group.html +++ /dev/null @@ -1,22 +0,0 @@ - - -

    管理
    问卷

    -

    题目组别︰
    您现正检视LimeSurvey 的题目组别的管理 画面.

    -

    在此您可以检视及管理问卷的指定题目组别,您亦可以新增题目到您的题目组别或在此组别选择题目,进行检视或修改。

    - - - - - - - - - - - - -
    -

    按钮选项︰

    修改题目组别: Click 这裡可修改目前的题目组别.
    删除题目组别: Click 此删除题目组别。如本题目组别未有题目,本按钮就不会发挥效用。
    新增题目: Click 此新增题目到题目组别,但如果问卷已经启用,本按钮就不能发挥效用。
    -

    题目组别
    题目
    答案

    -

    新增题目
    Click on 新增题目到您的问卷.

    -

    您可以随意新增问卷内每个题目组别的题目。当您 click "新增题目" 图标,您可以在画面上输入题目编码︰这是必须输入的栏位,用来决定每个组别内题目的显示次序。题目编码最长是5 个字符的长度,题目是依编码的字母来排序。 题目︰栏位长度视乎输入的文字长度决定,即用户在问卷上看得见的题目长度。在求助说明︰ 栏位, 您可以输入在题目及答案选项的下方输入求助说明的相关讯息。题目类型: 栏位是选择性的列表,它由不同题型的预製题目组成,您可以在操作手册查看详细解释。您也可以把题目设定成 必须填写 的栏位,以确保答题者不会错过回应该重要的题目。有些题型让您可以在其他︰栏位填上"是" 或"否" 的回应。在此情况下,题目可能有"其他".指定系列的答案要求您进一步选择。

    \ No newline at end of file diff --git a/locale/zh-Hans/help/labels.html b/locale/zh-Hans/help/labels.html deleted file mode 100644 index 950c56a16dc..00000000000 --- a/locale/zh-Hans/help/labels.html +++ /dev/null @@ -1,20 +0,0 @@ - - -

    标籤集管理:
    您现正检视标籤集管理画面的 标籤 管理.

    -

    在此您可以在'标籤集'内新增、移除或修改标籤. 所有标籤由 '编码' 及 '标题' 组成。 用户看不见编码,但编码是用来储存回应的问卷。. 您可以使用"移上" 及 "移下" 的按钮,去修改标籤标题的排列次序。 最高位置的标籤会显示在左方,最低直的会出现在右方。

    -

    如果标籤集已被现有的问卷使用,画面会出现警告讯息,表示继续新增或删除标籤集,或会做成不良的后果,因为标籤集可能正被其他问卷或题目使用。因此每当您修改标籤集的工序时,必须保持小心谨慎的态度,确保其他问卷未有使用它。

    -

    如果标籤集已被启用中的问卷所使用,您就不能新增、删除或更改任何项目的编码。当然您仍可以修改"标题" 文字或更改标题的显示次序。

    -

    以下选项可以透过标籤工具列执行︰

    - - - - - - - - - - -
    修改标籤集︰ Click 此图标,您可修改检视中的标籤集的名称
    Delete 标籤集︰ Click 这裡删除全部标籤集. 值得注意是,无论问卷是否已被启用,您不能删除被问卷引用的标籤集.
    输出标籤集: Click 这裡输出标籤集,使它可以留作备份,或留作日后供LimeSurvey 其他用户使用。
    -

     

    -

     

    \ No newline at end of file diff --git a/locale/zh-Hans/help/labelsets.html b/locale/zh-Hans/help/labelsets.html deleted file mode 100644 index 34d1fabb7cf..00000000000 --- a/locale/zh-Hans/help/labelsets.html +++ /dev/null @@ -1,51 +0,0 @@ - - -

    标籤集管理:
    您现正检视LimeSurvey 标籤集管理台

    -

    在此您可建立、修改或删除标籤集,以配合'弹性标籤' 的题目类型. 标籤集让您可预製指定多项式的答案,以供用户选择。 例如︰问卷经常要求用户回应特定的主题,并要求用户从多个指定答案中作出选择,举例如下︰

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    就下列的表述,列出您对此说法同意的程度︰
     极为同意稍为同意无意见稍为不同意极为不同意
    我是很古怪的人
    我爱吃冰泣淋
    绿色是很活泼的色彩
    -

    标籤集让您可建立自己特色的题目栏位标题.

    -

    在标籤集管理工具列,您可执行以下选项︰

    - - - - - - - -
    Home Click 本图标可返回 LimeSurvey 管理画面的主页
    新增标籤集: Click 这裡建立新的标籤集或以档案输入方式建立标籤集
    -


    新增标籤集
    Click on 建立或输入新的标籤集.

    -

    只要给予命名,就可建立标籤集. 每个标籤集亦自动被赋予独一无二的 "LID" (标籤集索引) 编号. 只要是不同的编号,您就可以使用相同的名字建立另一个标籤集, 但这样会做成混乱,所以不建议您这样做。不同的 LID 编号可用来区分不同的标籤集。

    -

    输入标籤集
    您可以在萤幕底部使用输入标籤集的选项,输入标籤集。方法是 click '浏览'按钮,选择包含标籤集的 LimeSurvey *.sql 文字档,再click 输入按钮。.

    -

     

    \ No newline at end of file diff --git a/locale/zh-Hans/help/question.html b/locale/zh-Hans/help/question.html deleted file mode 100644 index 5b16f996117..00000000000 --- a/locale/zh-Hans/help/question.html +++ /dev/null @@ -1,33 +0,0 @@ - - -

    管理
    问卷

    题目组别

    -

    您现正查看 LimeSurvey 的题目管理 .

    -

    在此您可以查看及修改部份问卷的题目。如果题目提供指定答案 , 您可以在本萤幕执行本功能。您亦可 click 本画面条件句式 的图标来设定答题的条件句式,以决定题目如何显示。

    - - - - - - - - - - - - - - - - - - - - - -
    -

    按钮选项︰

    修改题目: Click 这裡修改现有题目的内容。
    删除题目: Click 这裡删除本题目,本图标表示本题目没有提供指定的答案.。
    输出题目: Click 这裡输出您的题目,包括全部答案转成文字档案。
    複製题目: Click 这裡可複製您现有的题目,包括全部现有问卷内的答案。
    设定条件句式: Click 这裡可以为题目设定显示的条件句式。
    答案: Click 这裡可新增/修改/删除及修改题目预定答案的显示次序
    -

    答案

    -

    答案
    Click 此图标表示您可在此新增、条改、 移动及删除题目的指定答案。

    -

    本图标表示题目是以列表、多项选择或阵列形式显示,这类题目需要预先建立一系列的指定答案。

    -

    条件句式
    Click 这裡的图标表示您可在此设定、修改或移除题目的条件句式。

    -

    本图标会显示 '条件句式的设计' 视窗, 让您可以设定条件句式,来决定题目的显示方式。 条件句式的功能就是在条件符合的情况下,才显示问卷的题目内容。.

    \ No newline at end of file diff --git a/locale/zh-Hans/help/survey.html b/locale/zh-Hans/help/survey.html deleted file mode 100644 index caf201f13da..00000000000 --- a/locale/zh-Hans/help/survey.html +++ /dev/null @@ -1,52 +0,0 @@ - - -

    管理

    -

    问卷︰
    您现正查看LimeSurvey 的问卷管理

    -

    在此您可查阅及管理问卷的基本设定。您亦可 新增用户组别 或从现有的用户组别中选择查看或修改的组别。

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    按钮选项:

    问卷启用状态︰您的问卷一旦启用,本图标就会显示,让您可储存填写好的问卷资料。
    关闭问卷: Click 这裡可关闭使用中的问卷
    问卷停用状态︰您的问卷一旦停用,本图标就会自动显示。
    启用问卷︰Click 这裡启用未使用的问卷
    填写/测试问卷: Click 这裡填写问卷 (或测试问卷是否已被停用)
    输入资料︰ Click 这裡进入输入资料的画面,可进行问卷的网上即时填写输入工作。
    可打印的显示模式︰ Click 这裡可查看本问卷的 '可打印' 的显示模式。
    修改问卷: Click 这裡修改现有问卷的资料.
    删除问卷: Click 这裡可删除您设计的问卷,本按钮只会显示问卷是否有题目组别.
    输出问卷: Click 这裡可输出您的问卷,把问卷内容包括全部题目组别、问题、答案及回应问卷的条件句式,输出成文字档案。
    浏览结果︰ Click 这裡可浏览问卷的回应结果 (只在问卷启用状态时才有效)。
    操作代码︰ Click 这裡管理现有问卷的操作代码.
    新增题目组别: Click 这裡新增题目组别至您的问卷内。
    -

    题目组别
    问题
    答案

    -

    新增题目组别
    Click 这裡 可把题目组别新增到您的问卷里。

    -

    所有问卷至少要有一个题目组别。题目组别是用来把把问卷题目分门别类地编排。它包括组别名称及组别说明,当您选择"新增题目组别" 您要在空白画面填写这两个栏位资料.。题目组别名称︰题目组别的标题。本栏位必须填写,每当问卷完成后,它会决定问卷内容的编排次序,因为问卷是可以题目组别名称作为排序的依据,因此建议您按题目组别的名称顺序建立。例如︰ "第一段:) 关于您." , "第二段:) 您查看.".  题目组别的说明︰ 本栏可选择不填,它的作用是让填写问卷人士知道有关题目组别的简介资料。如果本栏没有填写, 当用户填写问卷时,会"逐次显示" ,而不会以逐页方式显示题目组别名称及组别说明。

    \ No newline at end of file diff --git a/locale/zh-Hans/help/tokens.html b/locale/zh-Hans/help/tokens.html deleted file mode 100644 index 2c1aa032cd8..00000000000 --- a/locale/zh-Hans/help/tokens.html +++ /dev/null @@ -1,116 +0,0 @@ - - -

    您现正检视LimeSurvey 号的操作代码控制台.

    -

    在此您可检视及修改问卷的操作代码.

    -

    操作代码是甚麽?
    显示操作代码
    新增操作代码
    输入/上传 CSV 档
    电邮邀请

    送出提示单
    产生操作代码

    -

    下列选项可从操作代码的主选单选取︰

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    主页 Click 这裡关闭控制代码的管理视窗,检视问卷的主管理画面。
    Summary: Click 这裡查看您的操作代码的简报表, 并执行部份资料表的基本管理功能,例如︰
      - - - - - - - - - - - - - - - - - - - - - -
    把送出邀请的栏位设定成 '否' 的状态
     删除全部送出邀请的纪录. 这选项是在您无法利用电邮送出邀请时使用,目的是要重新发出邀请。
    删除全部独有的操作代码:
     删除全部产生的操作代码
    删除全部操作代码的纪录:
     彻底清除操作代码表
    移除操作代码表:
     从问卷中移除操作代码. 将使问卷公开给公众使用.
    显示操作代码: Click 这裡显示全部操作代码项目
    新增操作代码项目: Click 这裡把用户新增到操作代码表.
    输入操作代码档案: Click 这裡输入 CSV 档,它包含姓名及电邮地址。 CSV 档案必须以逗号分隔栏位资料,但毋须使用引号。 首行是表头,资料的显示次序是: 名字, 姓氏, 电邮地址, [操作代码]. 操作代码栏位不一定要填写的。
    送出电邮邀请︰ Click 这裡送出电邮邀请给操作代码表内列出的用户名单.
    送出电邮提示: Click 这裡送出电邮提示单给操作代码表的用户列表上的用户。提示单只会送给事前已获邀请填写问卷的用户。
    产生操作代码: Click 这裡为用户产生独有的随机操作代码,您也可以选择自行设定操作代码, 或直接输入CSV 档案, 但建议使用本功能,它避免操作代码项目不会重覆使用。
    移除操作代码表: Click 这裡移除操作代码表,并把操作代码从您的问卷中移除,这样问卷就可以公开使用。
    -

    甚麽是 "操作代码?"
    操作代码可用来控制问卷的使用方式。它让指定的用户群或者受邀请的用户,才可以回应问卷,并管制他们的使用问卷的方式。每个用户获配一个特有的操作代码,让用户凭此可以填写问卷。

    -

    当使用操作代码启动问卷时, 只有用户拥有相应的操作代码,才可以使用相关的问卷。在LimeSurvey 操作代码控制台,您可以新增、移除及修改这些操作代码的项目。

    -

    LimeSurvey 操作代码系统让您可以跟查哪些用户曾参与填写问卷, 送出邀请及送出电邮提示给用户,查看他们是否有参与填写问卷;如果设定成非匿名方式, 您可以根据操作代码的项目资料,查看他们的回应结果。

    -

    显示操作代码
    显示操作代码时, 您可看到全部项目 ( 50笔项目, 或您自由设定). 显示画面的上方是查看数据控制 的横列式选单。在本选单您可使用以下选项︰

    - - - - - - - - - - - - - -
    显示开始项目: Click 这裡查看列表表头的项目资料.
    显示最新项目: Click 这裡查看上一页的项目.
    Show next: Click 这裡查看下一页的项目.
    显示最新项目: Click 这裡查看列表中的最新项目.
    -

    您亦可以设定操作代码的编号, 或者使用"显示纪录:" 显示; 使用"启始:" 栏位,就可以显示纪录的起始点, 再 click "显示"栏位。

    -

    排序显示
    在操作代码每个栏位的顶端包括栏位名称、 '排序' 图标 (). Click 此排序图标会重排操作代码的显示方式,依照栏位的字母排序。

    -

    管理动作
    每个操作代码项目具备下列一系列的管理动作,︰

    - - - - - - - - - - - - - - - - - - - -
    修改项目: Click 这裡修改本项目.
    删除项目: Click 这裡删除本项目.
    Do Survey: Click 这裡使用操作代码填写问卷.
    查看问卷回应: Click 这裡查看这位答卷人的回应结果 (如适用的话).
    邀请: Click 这裡只送出电邮邀请给本用户.
    提示单: Click这裡只送出电邮邀请给本用户.
    -

    新增操作代码纪录
    在本画面您可建立全新的操作代码纪录, 新增额外的用户加入参与问卷的用户列表中︰
    姓氏: 用户的姓氏
    名字: 用户的名字
    电邮: 用户的电邮地址
    Token: 用户的操作代码是独一无二的. 您可以建立自己的代码, 但建议如使用 "产生操作代码" 功能,请把本栏留空。
    已送出邀请吗?︰如果本栏位设定"是" 当您选择"邀请",系统就不会送出邀请电邮;. 反之,邀请电邮就会自动送出。
    完成吗?: 如果本栏设定 "是" 用户就不能使用操作代码。当用户完成问卷后,本栏位会自动更改成"是" 的状态;.

    -

    '新增操作代码' 画面的栏位不一定要填写的,您可以列出或多或少的资料,重覆的项目包括姓名可一再使用。

    -

    输入/上传CSV 档
    本功能让您输入 CSV 档,它包含LimeSurvey问卷需用到的姓名及电邮地址, CSV 档案的资料必须以逗号分隔,才可储存。首行资料会被视为表头栏题,因此如果您的档案没有表头,首行资料就会散失。档案格式如下︰

    -
    -
    - - - -
    名字, 姓氏, 电邮, 操作代码
    Jason, Cleeland, jason@cleeland.org,
    Bob, Jones, bob@cleeland.org,
    -

    注意︰最后栏位(操作代码) 并非必须填写的栏位。如果您喜欢的话,您可以输入自定的操作代码。 例如︰您的用户从属于一个团体的会员,您可以输入其会员编号作为其操作代码。

    -

    送出电邮邀请
    本功能送出邀请电邮给操作代码表上的全体用户. 在发出电邮之前, LimeSurvey 检查各栏位是否符合以下要求︰
    a) 已提供电邮地址
    b) 已产生操作代码
    c) 邀请尚未发出
    d) 用户尚未填写问卷

    -

    每个邀请是个人化的设计,它揉合了操作代码表上的资料。您在此可修改电邮标题及内文,才送出邀请电邮。如果电邮要结合操作代码表的资料,请依以下的'内置' 代码:
    {FIRSTNAME}: 名字
    {LASTNAME}: 姓氏
    {SURVEYNAME}: 问卷名称
    {ADMINNAME}: 问卷管理员姓名
    {ADMINEMAIL}: 问卷管理员的电邮地址

    -

    例如︰, 如果内文採用此格式︰"敬爱的 {FIRSTNAME} {LASTNAME} 这裡有份问卷名为 {SURVEYNAME}现在诚邀阁下参与填写。 {ADMINNAME} 谨启" 答卷人会收到的电邮,内文如下: " 敬爱的的的 陈大文,这裡有一份问卷名为 我如何度过我的假期,现在诚邀阁下参与填写。. Jason Cleeland 注启".

    -

    送出提示单
    本功能送出提示单电邮给操作代码表上的全体用户。送出电邮之前, LimeSurvey 会检查系统是否符合以下条件:
    a) 有电邮地址
    b) 已产生操作代码
    c) 邀请信经已发出
    d) 用户尚未填写问卷

    -

    产生操作代码
    本功能为未有代码的操作代码表产生随机操作代码编号.

    \ No newline at end of file diff --git a/locale/zh-Hans/help/users.html b/locale/zh-Hans/help/users.html deleted file mode 100644 index 65bbfc3a2f2..00000000000 --- a/locale/zh-Hans/help/users.html +++ /dev/null @@ -1,19 +0,0 @@ - - -

    您正在检视LimeSurvey 会员操作 画面.

    -

    在此您可以检视及修改安全设定及用户存取权限.

    -

    LimeSurvey 安全设定与 Apache 目录的安全系统配合使用. 如果您并非使用 Apache 网站伺服器, 您毋须理会此安全设定,您只需根据贵站台伺服器的既有方法去设定站台目录的存取权限.

    -

    启动安全设定
    您最初在 LimeSurvey 执行安全设定, 它会 '启动' 安全设定. 当它 '启动', 程式会找寻 Apache "htpasswd" 的可执行档,并建立 '用户' 档案. 与此同时,它亦在 admin 目录建立 'htaccess' 档,侷限只有htpasswd 档内指定的用户才可使用管理权限. 最初期是使用config.php 档案 的 '预设' 设的的用户名称及密码是. 当您成功启动安全设定后,浏览器会要求您输入用户名称及密码,才可以执行LimeSurvey程式的管理功能.

    -

    新增用户
    当您成功启动安全设定及 '登入' 系统后, 您可以查看系统上的现有用户, 新增用户, 删除用户或修改用户资料. 操作方法简明易用. 首先显示用户列表, click "修改" 按钮可修改项目内容, 或click "删除" 按钮去删除它. 如果用户表格上只馀下一个栏位,您就不能删除馀下的栏位了.

    -

    关闭安全设定
    关闭 LimeSurveys 安全设定, click "关闭安全设定" 按钮. 本功能会删除 目录内的htpasswd 、 htaccess 档及用户资料.

    -

    LimeSurvey 安全设定的限制
    在未有更灵活更完美的安全系统之前,值得大家注意的是, LimeSurvey 安全设定是 '非黑即白' 的选择,因为用户只可选择使用全部管理功能,或者完全无权使用它,此外, 没有第三个选择。. 即使日后您可为用户设定不同层次的使用权限. 注意︰会员安全设定的功能适用于全体的用户, 包括 PLAIN-TEXT PASSWORDS.

    -

    自我诊断
    如果您无法启动安全设定:

    - - - - - - - -
    1.确保您在 admin 目录内拥有读/写权限,因为. LimeSurvey 在安装时需要在这裡建立.htpasswd 及 .htaccess 档案.
    2.确保您有权操作 htpasswd 的可执行档, 在视窗伺服器, htpasswd 的副本会放在 /limesurvey/admin 的目录内. 在 Linux 伺服器, 程式会自动使用"find" 去查找htpasswd 的可执行档;.
      -

     

    \ No newline at end of file diff --git a/locale/zh-Hant-HK/help/admin.html b/locale/zh-Hant-HK/help/admin.html deleted file mode 100644 index 67d9b01acb2..00000000000 --- a/locale/zh-Hant-HK/help/admin.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - -

    管理:
    -您正在查看 LimeSurvey基本設定 . 您需要選擇問卷,才可查問卷內容.

    -

    在此您可以控制LimeSurvey 的基本設定以及新增問卷, 選擇查看或修改現有的問卷,您甚到可以修改安全設定和檢查資料庫各欄位都設置妥當.

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - 首頁 Click 本圖標可關閉本問卷,並返回管理畫面.
    - - 安全設定: Click 本圖標可更改安全登入的設定
    - - 安全警號: 如果您的安全設定需要重新起動, 本圖標會顯示來提醒您要重新啟動安全設定.
    - - 檢查資料庫: Click 這裡以確保資料庫各欄位及表格均全部設置妥當.
    -修改/新增標籤集: Click 這裡可修改、新增或刪除彈性標籤題目內的標籤集.
    - - 新增問卷: Click 這裡可新增問卷或輸入預先準備好的題目文字檔來建立問卷
    -

    -問卷
    -題目組別
    -問題
    -答案
    -
    -
    -新增問卷
    -Click on -建立或輸入新的問卷.

    -

    '新增問卷' 畫面讓您可設定問卷的具體細節, 以及選擇顯示的模式. 在此您亦可以透過輸入預先準備好的題目文字檔,來建立新問卷.

    -

    問卷設定包括短標題︰問卷的短名稱, 補充說明: 具體介紹問卷的內容, 歡迎訊息: 會出現在問卷的首頁畫面,用以簡解問卷設計的目的, 一目瞭然的欄位包括管理員名稱管理員電郵地址是讓參與答題的用戶可向管理員查詢有關問卷的事宜,並使用此回覆的電郵地址發出邀請用戶參與填寫問卷, 傳真號碼: 欄位,讓您輸入傳真號碼,此傳真號碼會顯示在可供打印的網上問卷上, URL : 會顯示在問卷的底部,這樣用戶就可以在完成問卷後 click 入您指定的網站上。 URL 說明: 這是上述 URL 欄位網站連結的文字簡介.

    -顯示模式: 讓您選擇問卷以單一頁面全部顯示問卷內容, 分組別顯示問卷內容, 或逐頁式顯示問卷內容, 風格模組: 預先製作好的系列外觀風格模組,從中您可選擇問卷的外觀樣式, 及 語言: 讓您擇使用的語言顯示問卷的預置答案及內容,例如︰quot;是/否", "男/女" 等等.

    -

    最後,還有一系列的附加設定可供選擇. 在預設的問卷答題人是 -無名氏, 但您亦可將問卷設定成/'非無名氏/'的模式, 即問卷的回應會連結到操作代碼表上,在此操作代碼表,您可以跟查個別答卷人填寫的答案。日期印章: 讓您可在每份完成答題的問卷加上日期及時間,這樣您就可以跟查各問卷的填寫及呈交時間. 有效日期: -在此日期後,問卷將停止向公眾發放. 如果把本欄位留空, 問卷將可無限地使用.

    -

    其他選項包括 使用 Cookies 嗎? -如果並非使用操作代碼,您可設定使用問卷的存取方式. 設定 'Y' 表示答卷人成功呈交問卷後, 用戶的 cookie 會儲存在他們的電腦上,這樣下次當他們再嘗試填寫相同的問卷,他們的電腦就會提醒他們毋須這樣做。當然這方法並非盡善盡美, 如果有兩個人使用此相當的電腦,當中只有一人(首先答卷的人)才可以參與答卷了。而且同一答卷人,若再選用另一台電腦,他仍然可以填寫相同的問卷. 因此進行此設定前,您必須了運 cookie 的運作方式. 它不能完全杜絕重覆答卷的弊端.

    輸入預製好的問卷
    您可使用螢幕底部的檔案選單來輸入預製好的問卷. Click 瀏覽, 選擇 LimeSurvey *.sql 檔案,再click /'輸入/'的按鈕.

     

    - - - diff --git a/locale/zh-Hant-HK/help/answer.html b/locale/zh-Hant-HK/help/answer.html deleted file mode 100644 index 9f682d1de4b..00000000000 --- a/locale/zh-Hant-HK/help/answer.html +++ /dev/null @@ -1,55 +0,0 @@ - - -

    -管理
    -問卷

    - -題目組別
    -題目

    - -

    您現正檢視 LimeSurvey 的答案管理畫面.

    - -

    在此您可檢視、修改及更改問卷指定題目內答案的顯示次序。

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - - 按鈕︰

    - 答案移上: Click 這裡把答案向上移動
    - - 答案向下移: Click 這裡把答案向下移.
    - - 儲存更新後的答案: Click 這裡儲存您對答案作出的改變.
    - - 刪除答案: Click 這裡刪除這個答案.
    - - 新增答案: Click 此新增答案.
    - - 修正排序: Click 這裡修正答案排序出錯的問題.
    diff --git a/locale/zh-Hant-HK/help/group.html b/locale/zh-Hant-HK/help/group.html deleted file mode 100644 index be3af7b51fc..00000000000 --- a/locale/zh-Hant-HK/help/group.html +++ /dev/null @@ -1,45 +0,0 @@ - - -

    -管理
    -問卷

    - -

    題目組別︰
    -您現正檢視LimeSurvey 的題目組別的管理 畫面.

    - -

    在此您可以檢視及管理問卷的指定題目組別,您亦可以新增題目到您的題目組別或在此組別選擇題目,進行檢視或修改。

    - - - - - - - - - - - - - - - - -
    -

    - - 按鈕選項︰

    - - 修改題目組別: Click 這裡可修改目前的題目組別.
    - - 刪除題目組別: Click 此刪除題目組別。如本題目組別未有題目,本按鈕就不會發揮效用。
    - - 新增題目: Click 此新增題目到題目組別,但如果問卷已經啟用,本按鈕就不能發揮效用。
    -

    -題目組別
    -題目
    -答案

    -

    -新增題目
    -Click on -新增題目到您的問卷.

    -

    您可以隨意新增問卷內每個題目組別的題目。當您 click "新增題目" 圖標,您可以在畫面上輸入題目編碼︰這是必須輸入的欄位,用來決定每個組別內題目的顯示次序。題目編碼最長是5 個字符的長度,題目是依編碼的字母來排序。 題目︰欄位長度視乎輸入的文字長度決定,即用戶在問卷上看得見的題目長度。在求助說明︰ 欄位, 您可以輸入在題目及答案選項的下方輸入求助說明的相關訊息。題目類型: 欄位是選擇性的列表,它由不同題型的預製題目組成,您可以在操作手冊查看詳細解釋。您也可以把題目設定成 必須填寫 的欄位,以確保答題者不會錯過回應該重要的題目。有些題型讓您可以在其他︰欄位填上"是" 或"否" 的回應。在此情況下,題目可能有"其他".指定系列的答案要求您進一步選擇。

    diff --git a/locale/zh-Hant-HK/help/labels.html b/locale/zh-Hant-HK/help/labels.html deleted file mode 100644 index 5fce12ecf24..00000000000 --- a/locale/zh-Hant-HK/help/labels.html +++ /dev/null @@ -1,32 +0,0 @@ - - -

    -標籤集管理:
    -您現正檢視標籤集管理畫面的 標籤 管理.

    -

    在此您可以在'標籤集'內新增、移除或修改標籤. 所有標籤由 '編碼' 及 '標題' 組成。 用戶看不見編碼,但編碼是用來儲存回應的問卷。. 您可以使用"移上" 及 "移下" 的按鈕,去修改標籤標題的排列次序。 最高位置的標籤會顯示在左方,最低直的會出現在右方。

    -

    如果標籤集已被現有的問卷使用,畫面會出現警告訊息,表示繼續新增或刪除標籤集,或會做成不良的後果,因為標籤集可能正被其他問卷或題目使用。因此每當您修改標籤集的工序時,必須保持小心謹慎的態度,確保其他問卷未有使用它。

    -

    如果標籤集已被啟用中的問卷所使用,您就不能新增、刪除或更改任何項目的編碼。當然您仍可以修改"標題" 文字或更改標題的顯示次序。

    -

    以下選項可以透過標籤工具列執行︰

    - - - - - - - - - - - - - -
    -修改標籤集︰ - Click 此圖標,您可修改檢視中的標籤集的名稱
    -Delete - - 標籤集︰ Click 這裡刪除全部標籤集. 值得注意是,無論問卷是否已被啟用,您不能刪除被問卷引用的標籤集.
    -輸出標籤集: - Click 這裡輸出標籤集,使它可以留作備份,或留作日後供LimeSurvey 其他用戶使用。
    -

     

    -

     

    diff --git a/locale/zh-Hant-HK/help/labelsets.html b/locale/zh-Hant-HK/help/labelsets.html deleted file mode 100644 index 6df2a1ace24..00000000000 --- a/locale/zh-Hant-HK/help/labelsets.html +++ /dev/null @@ -1,73 +0,0 @@ - - -

    -標籤集管理:
    -您現正檢視LimeSurvey 標籤集管理台

    -

    在此您可建立、修改或刪除標籤集,以配合'彈性標籤' 的題目類型. -標籤集讓您可預製指定多項式的答案,以供用戶選擇。 例如︰問卷經常要求用戶回應特定的主題,並要求用戶從多個指定答案中作出選擇,舉例如下︰

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - 就下列的表述,列出您對此說法同意的程度︰
     極為同意稍為同意無意見稍為不同意極為不同意
    我是很古怪的人
    我愛吃冰淇淋
    綠色是很活潑的色彩
    -
    -

    標籤集讓您可建立自己特色的題目欄位標題.

    -

    在標籤集管理工具列,您可執行以下選項︰

    - - - - - - - - - -
    - - Home Click 本圖標可返回 LimeSurvey 管理畫面的主頁
    - - 新增標籤集: Click 這裡建立新的標籤集或以檔案輸入方式建立標籤集
    -

    -
    -新增標籤集
    -Click on - 建立或輸入新的標籤集.

    -

    只要給予命名,就可建立標籤集. 每個標籤集亦自動被賦予獨一無二的 "LID" (標籤集索引) 編號. 只要是不同的編號,您就可以使用相同的名字建立另一個標籤集, 但這樣會做成混亂,所以不建議您這樣做。不同的 LID 編號可用來區分不同的標籤集。

    -

    輸入標籤集
    -您可以在螢幕底部使用輸入標籤集的選項,輸入標籤集。方法是 click '瀏覽'按鈕,選擇 -包含標籤集的 LimeSurvey *.sql 文字檔,再click 輸入按鈕。.

    -

     

    diff --git a/locale/zh-Hant-HK/help/question.html b/locale/zh-Hant-HK/help/question.html deleted file mode 100644 index bf9fe60c9ad..00000000000 --- a/locale/zh-Hant-HK/help/question.html +++ /dev/null @@ -1,69 +0,0 @@ - - -

    -管理
    -問卷

    - -題目組別

    - -

    您現正查看 -LimeSurvey 的題目管理 .

    - -

    在此您可以查看及修改部份問卷的題目。如果題目提供指定答案 , 您可以在本螢幕執行本功能。您亦可 click 本畫面條件句式 的圖標來設定答題的條件句式,以決定題目如何顯示。

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - - 按鈕選項︰

    - - 修改題目: Click 這裡修改現有題目的內容。
    - - 刪除題目: Click 這裡刪除本題目,本圖標表示本題目沒有提供指定的答案.。
    - - 輸出題目: Click 這裡輸出您的題目,包括全部答案轉成文字檔案。
    - - 複製題目: Click 這裡可複製您現有的題目,包括全部現有問卷內的答案。
    - - 設定條件句式: Click 這裡可以為題目設定顯示的條件句式。
    - - 答案: Click 這裡可新增/修改/刪除及修改題目預定答案的顯示次序
    -

    -答案

    -

    - -答案
    -
    Click - 此圖標表示您可在此新增、條改、 移動及刪除題目的指定答案。

    -

    本圖標表示題目是以列表、多項選擇或陣列形式顯示,這類題目需要預先建立一系列的指定答案。

    -

    -條件句式
    -Click 這裡的圖標 -表示您可在此設定、修改或移除題目的條件句式。

    -

    本圖標會顯示 '條件句式的設計' 視窗, 讓您可以設定條件句式,來決定題目的顯示方式。 條件句式的功能就是在條件符合的情況下,才顯示問卷的題目內容。.

    diff --git a/locale/zh-Hant-HK/help/survey.html b/locale/zh-Hant-HK/help/survey.html deleted file mode 100644 index 2a858111952..00000000000 --- a/locale/zh-Hant-HK/help/survey.html +++ /dev/null @@ -1,106 +0,0 @@ - - -

    -管理

    - -

    問卷︰
    -您現正查看LimeSurvey 的問卷管理

    - -

    在此您可查閱及管理問卷的基本設定。您亦可 新增用戶組別 或從現有的用戶組別中選擇查看或修改的組別。

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - - 按鈕選項:

    - - 問卷啟用狀態︰您的問卷一旦啟用,本圖標就會顯示,讓您可儲存填寫好的問卷資料。
    - - 關閉問卷: Click 這裡可關閉使用中的問卷
    - - 問卷停用狀態︰您的問卷一旦停用,本圖標就會自動顯示。
    - - 啟用問卷︰Click 這裡啟用未使用的問卷
    - - 填寫/測試問卷: Click 這裡填寫問卷 (或測試問卷是否已被停用)
    - - 輸入資料︰ Click 這裡進入輸入資料的畫面,可進行問卷的網上即時填寫輸入工作。
    - - 可打印的顯示模式︰ Click 這裡可查看本問卷的 '可打印' 的顯示模式。
    - - 修改問卷: Click 這裡修改現有問卷的資料.
    - - 刪除問卷: Click 這裡可刪除您設計的問卷,本按鈕只會顯示問卷是否有題目組別.
    - - 輸出問卷: Click 這裡可輸出您的問卷,把問卷內容包括全部題目組別、問題、答案及回應問卷的條件句式,輸出成文字檔案。
    - - 瀏覽結果︰ Click 這裡可瀏覽問卷的回應結果 (只在問卷啟用狀態時才有效)。
    - - 操作代碼︰ Click 這裡管理現有問卷的操作代碼.
    - - 新增題目組別: Click 這裡新增題目組別至您的問卷內。
    -

    -題目組別
    -問題
    -答案

    -

    - -新增題目組別
    -
    Click 這裡 - 可把題目組別新增到您的問卷裏。

    -

    所有問卷至少要有一個題目組別。題目組別是用來把把問卷題目分門別類地編排。它包括組別名稱及組別說明,當您選擇"新增題目組別" 您要在空白畫面填寫這兩個欄位資料.。題目組別名稱︰題目組別的標題。本欄位必須填寫,每當問卷完成後,它會決定問卷內容的編排次序,因為問卷是可以題目組別名稱作為排序的依據,因此建議您按題目組別的名稱順序建立。例如︰ "第一段:) 關於您." , "第二段:) -您查看.".  題目組別的說明︰ 本欄可選擇不填,它的作用是讓填寫問卷人士知道有關題目組別的簡介資料。如果本欄沒有填寫, 當用戶填寫問卷時,會"逐次顯示" ,而不會以逐頁方式顯示題目組別名稱及組別說明。

    diff --git a/locale/zh-Hant-HK/help/tokens.html b/locale/zh-Hant-HK/help/tokens.html deleted file mode 100644 index 1fc199766af..00000000000 --- a/locale/zh-Hant-HK/help/tokens.html +++ /dev/null @@ -1,258 +0,0 @@ - - -

    您現正檢視LimeSurvey 號的操作代碼控制台.

    - -

    在此您可檢視及修改問卷的操作代碼.

    - -

    操作代碼是甚麼?
    -顯示操作代碼
    -新增操作代碼
    -輸入/上傳 CSV 檔
    -電郵邀請

    -送出提示單
    -產生操作代碼

    - -

    下列選項可從操作代碼的主選單選取︰

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - 主頁 Click 這裡關閉控制代碼的管理視窗,檢視問卷的主管理畫面。
    -Summary: Click - 這裡查看您的操作代碼的簡報表, 並執行部份資料表的基本管理功能,例如︰
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    把送出邀請的欄位設定成 '否' 的狀態
     刪除全部送出邀請的紀錄. 這選項是在您無法利用電郵送出邀請時使用,目的是要重新發出邀請。
    刪除全部獨有的操作代碼:
     刪除全部產生的操作代碼
    刪除全部操作代碼的紀錄:
     徹底清除操作代碼表
    移除操作代碼表:
     從問卷中移除操作代碼. 將使問卷公開給公眾使用.
    -
    -顯示操作代碼: Click 這裡顯示全部操作代碼項目
    -新增操作代碼項目: Click - 這裡把用戶新增到操作代碼表.
    -輸入操作代碼檔案: Click - 這裡輸入 CSV 檔,它包含姓名及電郵地址。 CSV 檔案必須以逗號分隔欄位資料,但毋須使用引號。 首行是表頭,資料的顯示次序是: 名字, 姓氏, - 電郵地址, [操作代碼]. 操作代碼欄位不一定要填寫的。
    - - 送出電郵邀請︰ Click 這裡送出電郵邀請給操作代碼表內列出的用戶名單.
    -送出電郵提示: Click 這裡送出電郵提示單給操作代碼表的用戶列表上的用戶。提示單只會送給事前已獲邀請填寫問卷的用戶。
    -產生操作代碼: Click 這裡為用戶產生獨有的隨機操作代碼,您也可以選擇自行設定操作代碼, 或直接輸入CSV 檔案, 但建議使用本功能,它避免操作代碼項目不會重覆使用。
    -移除操作代碼表: Click 這裡移除操作代碼表,並把操作代碼從您的問卷中移除,這樣問卷就可以公開使用。
    - -

    甚麼是 "操作代碼?"
    -操作代碼可用來控制問卷的使用方式。它讓指定的用戶群或者受邀請的用戶,才可以回應問卷,並管制他們的使用問卷的方式。每個用戶獲配一個特有的操作代碼,讓用戶憑此可以填寫問卷。

    - -

    當使用操作代碼啟動問卷時, 只有用戶擁有相應的操作代碼,才可以使用相關的問卷。在LimeSurvey 操作代碼控制台,您可以新增、移除及修改這些操作代碼的項目。

    - -

    LimeSurvey 操作代碼系統讓您可以跟查哪些用戶曾參與填寫問卷, 送出邀請及送出電郵提示給用戶,查看他們是否有參與填寫問卷;如果設定成非匿名方式, 您可以根據操作代碼的項目資料,查看他們的回應結果。

    - -

    -顯示操作代碼
    -顯示操作代碼時, 您可看到全部項目 ( 50筆項目, 或您自由設定). 顯示畫面的上方是查看數據控制 的橫列式選單。在本選單您可使用以下選項︰

    - - - - - - - - - - - - - - - - - - -
    -顯示開始項目: - Click 這裡查看列表表頭的項目資料.
    -顯示最新項目: - Click 這裡查看上一頁的項目.
    - - Show next: Click 這裡查看下一頁的項目.
    -顯示最新項目: - Click 這裡查看列表中的最新項目.
    - -

    -您亦可以設定操作代碼的編號, 或者使用"顯示紀錄:" 顯示; 使用"啟始:" 欄位,就可以顯示紀錄的起始點, 再 click "顯示"欄位。

    - -

    -排序顯示
    -在操作代碼每個欄位的頂端包括欄位名稱、 '排序' 圖標 (). -Click 此排序圖標會重排操作代碼的顯示方式,依照欄位的字母排序。

    - -

    -管理動作
    -
    每個操作代碼項目具備下列一系列的管理動作,︰

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - 修改項目: - Click 這裡修改本項目.
    - 刪除項目: - Click 這裡刪除本項目.
    - Do Survey: - Click 這裡使用操作代碼填寫問卷.
    - 查看問卷回應: - Click 這裡查看這位答卷人的回應結果 (如適用的話).
    - 邀請: - Click 這裡只送出電郵邀請給本用戶.
    - 提示單: - Click這裡只送出電郵邀請給本用戶.
    - -

    - -新增操作代碼紀錄
    -
    - -在本畫面您可建立全新的操作代碼紀錄, 新增額外的用戶加入參與問卷的用戶列表中︰
    -姓氏: 用戶的姓氏
    -名字: 用戶的名字
    -電郵: 用戶的電郵地址
    -Token: 用戶的操作代碼是獨一無二的. 您可以建立自己的代碼, 但建議如使用 "產生操作代碼" 功能,請把本欄留空。
    -已送出邀請嗎?︰如果本欄位設定"是" 當您選擇"邀請",系統就不會送出邀請電郵;. 反之,邀請電郵就會自動送出。
    -完成嗎?: 如果本欄設定 "是" 用戶就不能使用操作代碼。當用戶完成問卷後,本欄位會自動更改成"是" 的狀態;.

    - -

    -'新增操作代碼' 畫面的欄位不一定要填寫的,您可以列出或多或少的資料,重覆的項目包括姓名可一再使用。

    - -

    -輸入/上傳CSV 檔
    -本功能讓您輸入 CSV 檔,它包含LimeSurvey問卷需用到的姓名及電郵地址, -CSV 檔案的資料必須以逗號分隔,才可儲存。首行資料會被視為表頭欄題,因此如果您的檔案沒有表頭,首行資料就會散失。檔案格式如下︰

    - -
    -
    - - - - -
    名字, 姓氏, 電郵, 操作代碼
    - Jason, Cleeland, jason@cleeland.org,
    - Bob, Jones, bob@cleeland.org,
    -
    -
    - -

    注意︰最後欄位(操作代碼) 並非必須填寫的欄位。如果您喜歡的話,您可以輸入自定的操作代碼。 例如︰您的用戶從屬於一個團體的會員,您可以輸入其會員編號作為其操作代碼。

    - -

    -送出電郵邀請
    -本功能送出邀請電郵給操作代碼表上的全體用戶. 在發出電郵之前, LimeSurvey 檢查各欄位是否符合以下要求︰
    -a) 已提供電郵地址
    -b) 已產生操作代碼
    -c) 邀請尚未發出
    -d) 用戶尚未填寫問卷

    - -

    每個邀請是個人化的設計,它揉合了操作代碼表上的資料。您在此可修改電郵標題及內文,才送出邀請電郵。如果電郵要結合操作代碼表的資料,請依以下的'內置' 代碼:
    -{FIRSTNAME}: 名字
    -{LASTNAME}: 姓氏
    -{SURVEYNAME}: 問卷名稱
    -{ADMINNAME}: 問卷管理員姓名
    -{ADMINEMAIL}: 問卷管理員的電郵地址

    - -

    例如︰, 如果內文採用此格式︰"敬愛的 {FIRSTNAME} {LASTNAME} 這裡有份問卷名為 {SURVEYNAME}現在誠邀閣下參與填寫。 {ADMINNAME} 謹啟" 答卷人會收到的電郵,內文如下: " 敬愛的的的 陳大文,這裡有一份問卷名為 我如何度過我的假期,現在誠邀閣下參與填寫。. Jason Cleeland 註啟".

    - -

    -送出提示單
    -本功能送出提示單電郵給操作代碼表上的全體用戶。送出電郵之前, LimeSurvey 會檢查系統是否符合以下條件:
    -a) 有電郵地址
    -b) 已產生操作代碼
    -c) 邀請信經已發出
    -d) 用戶尚未填寫問卷

    - -

    -產生操作代碼 -
    -本功能為未有代碼的操作代碼表產生隨機操作代碼編號.

    diff --git a/locale/zh-Hant-HK/help/users.html b/locale/zh-Hant-HK/help/users.html deleted file mode 100644 index 8d3aadb4555..00000000000 --- a/locale/zh-Hant-HK/help/users.html +++ /dev/null @@ -1,41 +0,0 @@ - - -

    您正在檢視LimeSurvey 會員操作 畫面.

    - -

    在此您可以檢視及修改安全設定及用戶存取權限.

    - -

    LimeSurvey 安全設定與 Apache 目錄的安全系統配合使用. 如果您並非使用 Apache 網站伺服器, 您毋須理會此安全設定,您只需根據貴站台伺服器的既有方法去設定站台目錄的存取權限.

    - -

    啟動安全設定
    -
    您最初在 LimeSurvey 執行安全設定, 它會 '啟動' -安全設定. 當它 '啟動', 程式會找尋 Apache "htpasswd" -的可執行檔,並建立 '用戶' 檔案. 與此同時,它亦在 admin 目錄建立 'htaccess' 檔,侷限只有htpasswd 檔內指定的用戶才可使用管理權限. 最初期是使用config.php 檔案 的 '預設' 設的的用戶名稱及密碼是. 當您成功啟動安全設定後,瀏覽器會要求您輸入用戶名稱及密碼,才可以執行LimeSurvey程式的管理功能.

    - -

    新增用戶
    -當您成功啟動安全設定及 '登入' 系統後, 您可以查看系統上的現有用戶, 新增用戶, 刪除用戶或修改用戶資料. 操作方法簡明易用. 首先顯示用戶列表, click "修改" 按鈕可修改項目內容, 或click "刪除" 按鈕去刪除它. 如果用戶表格上只餘下一個欄位,您就不能刪除餘下的欄位了.

    - -

    - -關閉安全設定
    -
    關閉 LimeSurveys -安全設定, click "關閉安全設定" 按鈕. 本功能會刪除 -目錄內的htpasswd 、 htaccess 檔及用戶資料.

    - -

    LimeSurvey -安全設定的限制
    -在未有更靈活更完美的安全系統之前,值得大家注意的是, LimeSurvey 安全設定是 '非黑即白' 的選擇,因為用戶只可選擇使用全部管理功能,或者完全無權使用它,此外, 沒有第三個選擇。. -即使日後您可為用戶設定不同層次的使用權限. 注意︰會員安全設定的功能適用於全體的用戶, 包括 PLAIN-TEXT PASSWORDS.

    - -

    自我診斷
    -如果您無法啟動安全設定:

    - - - - - - - - - -
    1.確保您在 admin 目錄內擁有讀/寫權限,因為. LimeSurvey 在安裝時需要在這裡建立.htpasswd 及 .htaccess 檔案.
    2.確保您有權操作 htpasswd 的可執行檔, 在視窗伺服器, htpasswd 的副本會放在 /limesurvey/admin 的目錄內. 在 Linux 伺服器, 程式會自動使用"find" 去查找htpasswd 的可執行檔;.