Fix misspelling of poll
This commit is contained in:
parent
55d5b809ec
commit
660390efdd
@ -762,11 +762,11 @@ echo '
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="form-group col-md-5">
|
<div class="form-group col-md-5">
|
||||||
<label for="public-link"><a class="public-link" href="' . Utils::getUrlSondage($dsondage->id_sondage) . '">'._("Public link of the pool") .' <span class="btn-link glyphicon glyphicon-link"></span></a></label>
|
<label for="public-link"><a class="public-link" href="' . Utils::getUrlSondage($dsondage->id_sondage) . '">'._("Public link of the poll") .' <span class="btn-link glyphicon glyphicon-link"></span></a></label>
|
||||||
<input class="form-control" id="public-link" type="text" readonly="readonly" value="' . Utils::getUrlSondage($dsondage->id_sondage) . '" />
|
<input class="form-control" id="public-link" type="text" readonly="readonly" value="' . Utils::getUrlSondage($dsondage->id_sondage) . '" />
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-5">
|
<div class="form-group col-md-5">
|
||||||
<label for="admin-link"><a class="admin-link" href="' . Utils::getUrlSondage($numsondageadmin, true) . '">'._("Admin link of the pool") .' <span class="btn-link glyphicon glyphicon-link"></span></a></label>
|
<label for="admin-link"><a class="admin-link" href="' . Utils::getUrlSondage($numsondageadmin, true) . '">'._("Admin link of the poll") .' <span class="btn-link glyphicon glyphicon-link"></span></a></label>
|
||||||
<input class="form-control" id="admin-link" type="text" readonly="readonly" value="' . Utils::getUrlSondage($numsondageadmin, true) . '" />
|
<input class="form-control" id="admin-link" type="text" readonly="readonly" value="' . Utils::getUrlSondage($numsondageadmin, true) . '" />
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-2">
|
<div class="form-group col-md-2">
|
||||||
|
@ -211,10 +211,10 @@ msgstr "Die Beschreibung speichern"
|
|||||||
msgid "Cancel the description edit"
|
msgid "Cancel the description edit"
|
||||||
msgstr "Die Änderung der Beschreibung verwerfen"
|
msgstr "Die Änderung der Beschreibung verwerfen"
|
||||||
|
|
||||||
msgid "Public link of the pool"
|
msgid "Public link of the poll"
|
||||||
msgstr "Öffentlicher Link zur Umfrage"
|
msgstr "Öffentlicher Link zur Umfrage"
|
||||||
|
|
||||||
msgid "Admin link of the pool"
|
msgid "Admin link of the poll"
|
||||||
msgstr "Administrator Link zur Umfrage"
|
msgstr "Administrator Link zur Umfrage"
|
||||||
|
|
||||||
msgid "Poll rules"
|
msgid "Poll rules"
|
||||||
|
@ -211,11 +211,11 @@ msgstr "Save the description"
|
|||||||
msgid "Cancel the description edit"
|
msgid "Cancel the description edit"
|
||||||
msgstr "Cancel the description edit"
|
msgstr "Cancel the description edit"
|
||||||
|
|
||||||
msgid "Public link of the pool"
|
msgid "Public link of the poll"
|
||||||
msgstr "Public link of the pool"
|
msgstr "Public link of the poll"
|
||||||
|
|
||||||
msgid "Admin link of the pool"
|
msgid "Admin link of the poll"
|
||||||
msgstr "Admin link of the pool"
|
msgstr "Admin link of the poll"
|
||||||
|
|
||||||
msgid "Poll rules"
|
msgid "Poll rules"
|
||||||
msgstr "Poll rules"
|
msgstr "Poll rules"
|
||||||
|
@ -211,10 +211,10 @@ msgstr "Enregistrer la description"
|
|||||||
msgid "Cancel the description edit"
|
msgid "Cancel the description edit"
|
||||||
msgstr "Annuler le changement de description"
|
msgstr "Annuler le changement de description"
|
||||||
|
|
||||||
msgid "Public link of the pool"
|
msgid "Public link of the poll"
|
||||||
msgstr "Lien public du sondage"
|
msgstr "Lien public du sondage"
|
||||||
|
|
||||||
msgid "Admin link of the pool"
|
msgid "Admin link of the poll"
|
||||||
msgstr "Lien d'administration du sondage"
|
msgstr "Lien d'administration du sondage"
|
||||||
|
|
||||||
msgid "Poll rules"
|
msgid "Poll rules"
|
||||||
|
@ -233,7 +233,7 @@ echo '
|
|||||||
<p class="form-control-static"> '.stripslashes($dsondage->nom_admin).'</p>
|
<p class="form-control-static"> '.stripslashes($dsondage->nom_admin).'</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="public-link"><a class="public-link" href="' . Utils::getUrlSondage($dsondage->id_sondage) . '">'._("Public link of the pool") .' <span class="btn-link glyphicon glyphicon-link"></span></a></label>
|
<label for="public-link"><a class="public-link" href="' . Utils::getUrlSondage($dsondage->id_sondage) . '">'._("Public link of the poll") .' <span class="btn-link glyphicon glyphicon-link"></span></a></label>
|
||||||
<input class="form-control" id="public-link" type="text" readonly="readonly" value="' . Utils::getUrlSondage($dsondage->id_sondage) . '" />
|
<input class="form-control" id="public-link" type="text" readonly="readonly" value="' . Utils::getUrlSondage($dsondage->id_sondage) . '" />
|
||||||
</div>
|
</div>
|
||||||
</div>'."\n";
|
</div>'."\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user