File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed
interface/web/help/lib/lang Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,9 @@ $wb['View messages'] = 'Ver mensajes';
66$wb['Support'] = 'Soporte';
77$wb['About ISPConfig'] = 'About ISPConfig';
88$wb['Version'] = 'Version';
9+ $wb['Frequently Asked Questions'] = 'Frequently Asked Questions';
10+ $wb['FAQ Sections'] = 'FAQ Sections';
11+ $wb['Manage Sections'] = 'Manage Sections';
12+ $wb['Add a Question & Answer Pair'] = 'Add a Question & Answer Pair';
13+ $wb['Manage Questions'] = 'Manage Questions';
914?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb['faq_faq_txt'] = "Preguntas frecuentes";
3+ $wb['faq_question_txt'] = "Pregunta";
4+ $wb['faq_answer_txt'] = "Respuesta";
5+ $wb['faq_section_txt'] = "Sección";
6+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb['faq_question_txt'] = "Pregunta";
3+ $wb['faq_section_name_txt'] = "Sección";
4+ $wb['faq_delete_txt'] = "Eliminar";
5+ $wb['faq_edit_txt'] = "Editar";
6+ $wb['faq_sections_txt'] = "Secciones";
7+ $wb['faq_faq_questions_txt'] = "Preguntas frecuentes";
8+ $wb['faq_new_question_txt'] = "Agregar un nueva par pregunta y respuesta";
9+ ?>
10+
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb['faq_section_name_txt'] = "Nombre de la sección";
3+ ?>
You can’t perform that action at this time.
0 commit comments