From 65ee3af0845f20cd3ae4a3d0c2ee3ce865f7fc7c Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Mon, 27 Jun 2016 11:52:02 -0400
Subject: [PATCH] Change file mode of backups that are made available for download to 0600.

---
 interface/web/help/lib/lang/es_faq_manage_questions_list.lng |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/interface/web/help/lib/lang/es_faq_manage_questions_list.lng b/interface/web/help/lib/lang/es_faq_manage_questions_list.lng
old mode 100644
new mode 100755
index 040f4dc..0979451
--- a/interface/web/help/lib/lang/es_faq_manage_questions_list.lng
+++ b/interface/web/help/lib/lang/es_faq_manage_questions_list.lng
@@ -1,9 +1,9 @@
 <?php
-$wb['faq_question_txt'] = 'Pregunta';
-$wb['faq_section_name_txt'] = 'Sección';
-$wb['faq_delete_txt'] = 'Eliminar';
+$wb['faq_delete_txt'] = 'Borrar';
 $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';
+$wb['faq_new_question_txt'] = 'Añadir una pareja de: Pregunta y Respuesta';
+$wb['faq_question_txt'] = 'Pregunta';
+$wb['faq_section_name_txt'] = 'Nombre de la Sección';
+$wb['faq_sections_txt'] = 'Sección';
 ?>

--
Gitblit v1.9.1