Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
commit | author | age
fcde05 1 <?php
d7be27 2 $wb['faq_question_txt'] = 'Pregunta';
T 3 $wb['faq_section_name_txt'] = 'Sección';
2ab1e5 4 $wb['faq_delete_txt'] = 'Borrar';
d7be27 5 $wb['faq_edit_txt'] = 'Editar';
2ab1e5 6 $wb['faq_sections_txt'] = 'Sección';
d7be27 7 $wb['faq_faq_questions_txt'] = 'Preguntas frecuentes';
2ab1e5 8 $wb['faq_new_question_txt'] = 'Añadir una pregunta & respuesta pareada';
fcde05 9 ?>