latham
2011-05-23 fcde0552f4c749ad6d3d0078c53901efbb0c9e78
Add Spanish FAQ translations

1 files modified
3 files added
24 ■■■■■ changed files
interface/web/help/lib/lang/es.lng 5 ●●●●● patch | view | raw | blame | history
interface/web/help/lib/lang/es_faq_form.lng 6 ●●●●● patch | view | raw | blame | history
interface/web/help/lib/lang/es_faq_manage_questions_list.lng 10 ●●●●● patch | view | raw | blame | history
interface/web/help/lib/lang/es_faq_sections_form.lng 3 ●●●●● patch | view | raw | blame | history
interface/web/help/lib/lang/es.lng
@@ -6,4 +6,9 @@
$wb['Support'] = 'Soporte';
$wb['About ISPConfig'] = 'About ISPConfig';
$wb['Version'] = 'Version';
$wb['Frequently Asked Questions'] = 'Frequently Asked Questions';
$wb['FAQ Sections'] = 'FAQ Sections';
$wb['Manage Sections'] = 'Manage Sections';
$wb['Add a Question & Answer Pair'] = 'Add a Question & Answer Pair';
$wb['Manage Questions'] = 'Manage Questions';
?>
interface/web/help/lib/lang/es_faq_form.lng
New file
@@ -0,0 +1,6 @@
<?php
$wb['faq_faq_txt'] = "Preguntas frecuentes";
$wb['faq_question_txt'] = "Pregunta";
$wb['faq_answer_txt'] = "Respuesta";
$wb['faq_section_txt'] = "Sección";
?>
interface/web/help/lib/lang/es_faq_manage_questions_list.lng
New file
@@ -0,0 +1,10 @@
<?php
$wb['faq_question_txt'] = "Pregunta";
$wb['faq_section_name_txt'] = "Sección";
$wb['faq_delete_txt'] = "Eliminar";
$wb['faq_edit_txt'] = "Editar";
$wb['faq_sections_txt'] = "Secciones";
$wb['faq_faq_questions_txt'] = "Preguntas frecuentes";
$wb['faq_new_question_txt'] = "Agregar un nueva par pregunta y respuesta";
?>
interface/web/help/lib/lang/es_faq_sections_form.lng
New file
@@ -0,0 +1,3 @@
<?php
$wb['faq_section_name_txt'] = "Nombre de la sección";
?>