helpcenter/Web/css/lang/fr.less
alexandervnuchkov 71f171fb08 First commit
2016-08-29 16:51:20 +03:00

100 lines
1.8 KiB
Plaintext

.sm_list, .text-content {
.sm_people {
&:after {
content: ' (Personnes)';
}
}
.sm_calendar {
&:after {
content: ' (Calendrier)';
}
}
.sm_documents {
&:after {
content: ' (Documents)';
}
}
.sm_projects {
&:after {
content: ' (Projets)';
}
}
.sm_community {
&:after {
content: ' (Communauté)';
}
}
.sm_crm {
&:after {
content: ' (CRM)';
}
}
.sm_talk {
&:after {
content: ' (Chat)';
}
}
.sm_mail {
&:after {
content: ' (Mail)';
}
}
.sm_general {
&:after {
content: ' (Articles sur des questions générales)';
}
}
.sm_video {
&:before {
content: 'Guides vidéo';
}
}
.sm_faq {
&:before {
content: 'FAQ';
}
}
.sm_pdf {
&:before {
content: 'Version imprimable';
}
}
.sm_editors {
&:before {
content: 'Editeurs';
}
}
.sm_mobile {
&:before {
content: 'Applications mobiles';
}
}
}
.see_also {
.sm_gettingstarted {
&:before {
content: 'Premières étapes : ';
}
}
.sm_troubleshooting {
&:before {
content: 'Résolution des problèmes : ';
}
}
}
.newarticle {
&:after {
content: 'Nouveau';
}
}
.description {
h2.MainGettingStarted {
font-size: 22px;
}
h2.hcmain_section2 {
font-size: 22px;
}
h2.hcmain_section3 {
font-size: 22px;
}
}