Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrections de conjugaison et orthographe anglaises #38

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions adminstuds.php
Original file line number Diff line number Diff line change
Expand Up @@ -762,11 +762,11 @@ function send_mail_admin() {
</div>
<div class="row">
<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) . '" />
</div>
<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) . '" />
</div>
<div class="form-group col-md-2">
Expand Down
2 changes: 1 addition & 1 deletion creation_sondage.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function ajouter_sondage()
$message .= stripslashes(html_entity_decode($_SESSION["nom"],ENT_QUOTES,"UTF-8"))." " . _("hast just created a poll called") . " : \"".stripslashes(htmlspecialchars_decode($_SESSION["titre"],ENT_QUOTES))."\".\n";
$message .= _("Thanks for filling the poll at the link above") . " :\n\n%s\n\n" . _("Thanks for your confidence.") . "\n".NOMAPPLICATION;

$message_admin = _("This message should NOT be sended to the polled people. It is private for the poll's creator.\n\nYou can now modify it at the link above");
$message_admin = _("This message should NOT be sent to the polled people. It is private for the poll's creator.\n\nYou can now modify it at the link above");
$message_admin .= " :\n\n"."%s \n\n" . _("Thanks for your confidence.") . "\n".NOMAPPLICATION;

$message = sprintf($message, Utils::getUrlSondage($sondage));
Expand Down
6 changes: 3 additions & 3 deletions locale/de_DE/LC_MESSAGES/Studs.po
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ msgstr "Die Beschreibung speichern"
msgid "Cancel the description edit"
msgstr "Die Änderung der Beschreibung verwerfen"

msgid "Public link of the pool"
msgid "Public link of the poll"
msgstr "Öffentlicher Link zur Umfrage"

msgid "Admin link of the pool"
msgid "Admin link of the poll"
msgstr "Administrator Link zur Umfrage"

msgid "Poll rules"
Expand Down Expand Up @@ -653,7 +653,7 @@ msgid "Thanks for filling the poll at the link above"
msgstr "Dankeschön, dass Sie die Umfrage unter dem obrigen Link ausgefüllt haben"

msgid ""
"This message should NOT be sended to the polled people. It is private for the poll's creator.\n"
"This message should NOT be sent to the polled people. It is private for the poll's creator.\n"
"\n"
"You can now modify it at the link above"
msgstr ""
Expand Down
12 changes: 6 additions & 6 deletions locale/en_GB/LC_MESSAGES/Studs.po
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ msgstr "Save the description"
msgid "Cancel the description edit"
msgstr "Cancel the description edit"

msgid "Public link of the pool"
msgstr "Public link of the pool"
msgid "Public link of the poll"
msgstr "Public link of the poll"

msgid "Admin link of the pool"
msgstr "Admin link of the pool"
msgid "Admin link of the poll"
msgstr "Admin link of the poll"

msgid "Poll rules"
msgstr "Poll rules"
Expand Down Expand Up @@ -653,11 +653,11 @@ msgid "Thanks for filling the poll at the link above"
msgstr "Thanks for filling the poll at the link above"

msgid ""
"This message should NOT be sended to the polled people. It is private for the poll's creator.\n"
"This message should NOT be sent to the polled people. It is private for the poll's creator.\n"
"\n"
"You can now modify it at the link above"
msgstr ""
"This message should NOT be sended to the polled people. It is private for the poll's creator.\n"
"This message should NOT be sent to the polled people. It is private for the poll's creator.\n"
"\n"
"You can now modify it at the link above"

Expand Down
2 changes: 1 addition & 1 deletion locale/es_ES/LC_MESSAGES/Studs.po
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ msgstr "Reservado al autor"

#: creation_sondage.php:91
msgid ""
"This message should NOT be sended to the polled people. It is private for the poll's creator.\n"
"This message should NOT be sent to the polled people. It is private for the poll's creator.\n"
"\n"
"You can now modify it at the link above"
msgstr ""
Expand Down
6 changes: 3 additions & 3 deletions locale/fr_FR/LC_MESSAGES/Studs.po
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ msgstr "Enregistrer la description"
msgid "Cancel the description edit"
msgstr "Annuler le changement de description"

msgid "Public link of the pool"
msgid "Public link of the poll"
msgstr "Lien public du sondage"

msgid "Admin link of the pool"
msgid "Admin link of the poll"
msgstr "Lien d'administration du sondage"

msgid "Poll rules"
Expand Down Expand Up @@ -657,7 +657,7 @@ msgid "Thanks for filling the poll at the link above"
msgstr "Merci de bien vouloir participer au sondage à l'adresse suivante"

msgid ""
"This message should NOT be sended to the polled people. It is private for the poll's creator.\n"
"This message should NOT be sent to the polled people. It is private for the poll's creator.\n"
"\n"
"You can now modify it at the link above"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion studs.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
<p class="form-control-static"> '.stripslashes($dsondage->nom_admin).'</p>
</div>
<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) . '" />
</div>
</div>'."\n";
Expand Down