Skip to content

Commit fcde055

Browse files
author
latham
committed
Add Spanish FAQ translations
1 parent 8c6219b commit fcde055

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

interface/web/help/lib/lang/es.lng

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
?>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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+
?>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
$wb['faq_section_name_txt'] = "Nombre de la sección";
3+
?>

0 commit comments

Comments
 (0)