Actualización
This commit is contained in:
9
plugin/surveyexportcsv/lang/english.php
Normal file
9
plugin/surveyexportcsv/lang/english.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
$strings['plugin_title'] = "Survey Export CSV";
|
||||
$strings['plugin_comment'] = "Export surveys results to CSV file";
|
||||
|
||||
$strings['enabled'] = 'Enabled';
|
||||
$strings['export_incomplete'] = 'Export incomplete';
|
||||
$strings['export_incomplete_help'] = 'Allow export incomplete surveys. Disabled by default.';
|
||||
9
plugin/surveyexportcsv/lang/spanish.php
Normal file
9
plugin/surveyexportcsv/lang/spanish.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
$strings['plugin_title'] = "Survey Export CSV";
|
||||
$strings['plugin_comment'] = "Exportar resultados de encuestas en archivo CSV.";
|
||||
|
||||
$strings['enabled'] = 'Habilitado';
|
||||
$strings['export_incomplete'] = 'Exportar incompletos';
|
||||
$strings['export_incomplete_help'] = 'Permitir exportar encuestas incompletas. Deshabilitado por defecto.';
|
||||
Reference in New Issue
Block a user