helpcenter/Web/css/lang/es.less

92 lines
1.6 KiB
Plaintext
Raw Normal View History

2016-08-29 13:51:20 +00:00
.sm_list, .text-content {
.sm_people {
&:after {
content: ' (Personas)';
}
}
.sm_calendar {
&:after {
content: ' (Calendario)';
}
}
.sm_documents {
&:after {
content: ' (Documentos)';
}
}
.sm_projects {
&:after {
content: ' (Proyectos)';
}
}
.sm_community {
&:after {
content: ' (Comunidad)';
}
}
.sm_crm {
&:after {
content: ' (CRM)';
}
}
.sm_talk {
&:after {
content: ' (Chat)';
}
}
.sm_mail {
&:after {
content: ' (Correo)';
}
}
.sm_general {
&:after {
content: ' (Artículos sobre cuestiones generales)';
}
}
.sm_video {
&:before {
content: 'Guías de vídeo';
}
}
.sm_faq {
&:before {
content: 'FAQ';
}
}
.sm_pdf {
&:before {
content: 'Versión impresa';
}
}
.sm_editors {
&:before {
content: 'Editores';
}
}
}
.see_also {
.sm_gettingstarted {
&:before {
content: 'Pasos para empezar: ';
}
}
.sm_troubleshooting {
&:before {
content: 'Solución de problemas: ';
}
}
}
.newarticle {
&:after {
content: 'nuevo';
}
}
.footer_menu {
p {
line-height: 1.6em;
}
2017-07-12 13:30:12 +00:00
}
.new_language:after {
content: 'nuevo!';
2016-08-29 13:51:20 +00:00
}