Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
FR strings.
Browse files Browse the repository at this point in the history
Fix Minisite dialogBox
  • Loading branch information
cdujeu committed Oct 11, 2016
1 parent 9ec2908 commit be01894
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
6 changes: 1 addition & 5 deletions core/src/plugins/action.share/res/minisite.css
Expand Up @@ -10,11 +10,7 @@ body.ajxp_preloged_user a#logout_button {
div#overlay.form-login_form_dynamic {
opacity: 1;
}
.dialogBox .dialogTitle {
padding-top: 10px;
padding-left: 10px;
}
.dialogBox .dialogTitle #modalCloseBtn {
.dialogBox.form-share_current_url .dialogTitle #modalCloseBtn {
display: inline !important;
padding-right: 0 !important;
}
Expand Down
4 changes: 1 addition & 3 deletions core/src/plugins/action.share/res/minisite.less
Expand Up @@ -10,10 +10,8 @@ div#overlay.form-login_form_dynamic {
opacity: 1;
}

.dialogBox{
.dialogBox.form-share_current_url{
.dialogTitle{
padding-top: 10px;
padding-left: 10px;
#modalCloseBtn{
display: inline !important;
padding-right: 0 !important;
Expand Down
6 changes: 3 additions & 3 deletions core/src/plugins/core.ajaxplorer/i18n/fr.php
Expand Up @@ -649,9 +649,9 @@
"549" => "Vaous avez précedemment accepté ce partage depuis un système distant (par %%OWNER%%). Désirez-vous le rejeter désormais?",
"550" => "Rejeter ce partage",
"551" => "Rejeter",
"552" => "Please provide a password.",
"553" => "Invalid password, please try again. \\n Make sure your Caps Lock is not engaged!",
"552" => "Utilisez le mot de passe qui vous a été communiqué.",
"553" => "Mot de passe invalide, veuillez réessayer. \\n Attention à ce que votre touche Majuscule ne soit pas activée.",
"554" => "%s résultat(s) dans la Corbeille",
"556" => "Launching task %s in background",
"556" => "Lancement de %s en tâche de fond",
/* END SENTENCE */
);

0 comments on commit be01894

Please sign in to comment.