Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
7f738b51
Commit
7f738b51
authored
May 18, 2022
by
Félicie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
template adjusted
parent
64552fbc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
17 deletions
+64
-17
qa-lang-users.php
qa-lang/fr/qa-lang-users.php
+8
-8
qa-styles.css
qa-theme/Cagette/qa-styles.css
+56
-9
No files found.
qa-lang/fr/qa-lang-users.php
View file @
7f738b51
...
...
@@ -28,7 +28,7 @@
# ajouts pour la 1.7 par Pierre-Yves Aillet (pierreyves.aillet@free.fr)
return
array
(
'about'
=>
'À propos'
,
'about'
=>
'À propos
de moi
'
,
'add_user_x_favorites'
=>
'Ajouter l\'utilisateur ^ à mes favoris'
,
'approve_required'
=>
'Patientez le temps que votre compte soit approuvé ou ^1ajoutez plus d\'information^2.'
,
'approve_title'
=>
'approbation de l\'utilisateur en cours'
,
...
...
@@ -91,17 +91,17 @@
'login_title'
=>
'Connexion'
,
'mass_mailings'
=>
'Mailings de masse'
,
'mass_mailings_explanation'
=>
'Abonnez-vous aux e-mails envoyés à tous les utilisateurs'
,
'member_for'
=>
'Membre depuis'
,
'member_type'
=>
'
Fonction
'
,
'member_for'
=>
'Membre d
u forum d
epuis'
,
'member_type'
=>
'
Rôle
'
,
'new_password_1'
=>
'Nouveau mot de passe'
,
'new_password_2'
=>
'Retaper le nouveau mot de passe'
,
'no_blocked_users'
=>
'Aucun utilisateur bloqué trouvé'
,
'no_permission'
=>
'Vous n\'avez pas la permission d\'effectuer cette opération'
,
'old_password'
=>
'Ancien mot de passe'
,
'only_shown_admins'
=>
'(seulement visible
s
par les administrateurices)'
,
'only_shown_editors'
=>
'(seulement visible
s
par les modérateurices et au-dessus)'
,
'only_shown_experts'
=>
'(seulement visible
s
par les experts.es et au-dessus)'
,
'only_shown_moderators'
=>
'(seulement visible
s
par les modérateurices et administrateurices)'
,
'only_shown_admins'
=>
'(seulement visible par les administrateurices)'
,
'only_shown_editors'
=>
'(seulement visible par les modérateurices et au-dessus)'
,
'only_shown_experts'
=>
'(seulement visible par les experts.es et au-dessus)'
,
'only_shown_moderators'
=>
'(seulement visible par les modérateurices et administrateurices)'
,
'password_changed'
=>
'Mot de passe modifié'
,
'password_label'
=>
'Mot de passe'
,
'password_min'
=>
'Le mot de passe doit comporter au moins ^ caractères'
,
...
...
@@ -118,7 +118,7 @@
'register_suspended'
=>
'L\'inscription de nouveaux utilisateurs a été temporairement suspendu .'
,
'register_title'
=>
'Enregistrement d\'un nouvel utilisateur'
,
'registered_label'
=>
'Enregistré'
,
'registered_user'
=>
'
Utilisateur enregistré
'
,
'registered_user'
=>
'
coopérateurice
'
,
'remember'
=>
'Souvenir'
,
'remember_label'
=>
'Se souvenir de moi sur cet ordinateur'
,
'remove_avatar'
=>
'Supprimer ma photo de profil'
,
...
...
qa-theme/Cagette/qa-styles.css
View file @
7f738b51
...
...
@@ -146,9 +146,16 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
.qa-nav-main-ask
a
{
color
:
#00a473
;
}
.qa-nav-main-link
{
background
:
#fff
;
padding
:
1rem
0.5rem
;}
.qa-nav-main-link
:hover
{
background
:
#E6e9ed
;
text-decoration
:
none
;}
.qa-nav-main-selected
{
color
:
#fff
!important
;
background
:
#00a473
;
text-decoration
:
none
;
pointer-events
:
none
;}
.qa-nav-main-link
{
background
:
#fff
;
padding
:
1rem
0.5rem
;}
.qa-nav-main-link
:hover
{
background
:
#E6e9ed
;
text-decoration
:
none
;}
.qa-nav-main-selected
{
color
:
#fff
!important
;
background
:
#00a473
;
text-decoration
:
none
;}
.qa-nav-main-hot
.qa-nav-main-link
{
background
:
#f33
;}
.qa-nav-main-hot
.qa-nav-main-link
:hover
,
.qa-nav-main-hot
.qa-nav-main-selected
{
background
:
#f66
;}
...
...
@@ -230,6 +237,7 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
font-size
:
1.4rem
;
padding
:
0.3rem
;
border
:
none
;
cursor
:
pointer
;
}
.qa-form-tall-buttons
input
:hover
{
...
...
@@ -240,17 +248,56 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
/* Standard form (wide version) */
.qa-form-wide-table
{
border
:
1px
solid
#658296
;
background-color
:
#d9e3ea
;}
.qa-form-wide-table
{
box-shadow
:
2px
2px
3px
rgb
(
10
10
10
/
10%
),
0
0
0
1px
rgb
(
10
10
10
/
10%
);
border-radius
:
30px
;
margin
:
1rem
;
float
:
left
;
padding
:
30px
15px
0
15px
;
width
:
70vw
;
}
@media
screen
and
(
max-width
:
1000px
)
{
.qa-form-wide-table
{
width
:
85vw
;
}
}
.qa-form-wide-spacer
{
background
:
#E3F4FF
;
line-height
:
1px
;
padding
:
0
;
font-size
:
1px
;}
.qa-form-wide-ok
{
background
:
#efe
;
border
:
1px
solid
#090
;
color
:
#090
;
font-size
:
16px
;
padding
:
6px
;
text-align
:
center
;}
.qa-form-wide-label
{
color
:
#253845
;
padding
:
6px
10px
;
font-size
:
13px
;
font-weight
:
bold
;
white-space
:
nowrap
;}
.qa-form-wide-data
{
padding
:
6px
10px
;}
.qa-form-wide-label
{
padding
:
6px
10px
;
font-weight
:
bold
;
text-align
:
right
;
}
.qa-form-wide-data
{
padding
:
6px
10px
;
}
.qa-form-wide-text
,
.qa-form-wide-number
,
.qa-form-wide-email
{
padding
:
3px
;}
.qa-form-wide-text
,
.qa-form-wide-email
{
width
:
320px
;
border
:
1px
solid
#658296
;}
.qa-form-wide-number
{
width
:
48px
;
border
:
1px
solid
#658296
;
vertical-align
:
middle
;}
.qa-form-wide-error
{
display
:
inline-block
;
background
:
#fee
;
border
:
1px
solid
#c00
;
color
:
#c00
;
font-size
:
11px
;
margin-left
:
6px
;
padding
:
.5em
;}
.qa-form-wide-note
{
font-size
:
10px
;
margin-left
:
4px
;}
.qa-form-wide-buttons
{
padding
:
8px
;
text-align
:
center
;}
.qa-form-wide-buttons
{
padding
:
8px
;
text-align
:
center
;
}
.qa-form-wide-buttons
input
{
color
:
#fff
;
background-color
:
#00a473
;
border-radius
:
10px
;
font-size
:
1.4rem
;
padding
:
0.3rem
;
border
:
none
;
cursor
:
pointer
;
}
.qa-form-wide-buttons
input
:hover
{
text-decoration
:
none
;
color
:
#333
;
background-color
:
#E6e9ed
;
}
.qa-form-tall-help
,
.qa-form-wide-help
{
display
:
inline-block
;
width
:
16px
;
height
:
16px
;
margin-left
:
4px
;
border-radius
:
16px
;
background-color
:
#396e63
;
color
:
#fff
;
font-size
:
10px
;
line-height
:
16px
;
text-align
:
center
;
cursor
:
help
;}
...
...
@@ -260,7 +307,8 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
color
:
#333
;
background
:
#fff
;
border
:
#fff
;
cursor
:
pointer
;
padding
:
0
;
cursor
:
pointer
;
padding
:
0
;
margin-right
:
6px
;
padding
:
0.3rem
;
font-size
:
1rem
;
...
...
@@ -290,7 +338,6 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
/* Question list */
.qa-q-list-item
{
box-shadow
:
2px
2px
3px
rgb
(
10
10
10
/
10%
),
0
0
0
1px
rgb
(
10
10
10
/
10%
);
border-radius
:
30px
;
margin
:
1rem
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment