From 9cda8c8bcff731b318cd3fe74a77b7ecc3a93544 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 17 Aug 2017 20:10:13 +0200 Subject: [PATCH] New translations csv.php (Spanish) --- resources/lang/es_ES/csv.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/es_ES/csv.php b/resources/lang/es_ES/csv.php index b518776e5f..ffdf32c5eb 100644 --- a/resources/lang/es_ES/csv.php +++ b/resources/lang/es_ES/csv.php @@ -15,10 +15,10 @@ return [ // initial config 'initial_title' => 'Import setup (1/3) - Basic CSV import setup', - 'initial_text' => 'To be able to import your file correctly, please validate the options below.', + 'initial_text' => 'Para poder importar correctamente el archivo, por favor comprueba las opciones a continuación.', 'initial_box' => 'Basic CSV import setup', 'initial_box_title' => 'Basic CSV import setup options', - 'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.', + 'initial_header_help' => 'Marque aquí si el CSV contiene títulos de columna en la primera fila.', 'initial_date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', 'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', 'initial_import_account_help' => 'If your CSV file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the CSV belong to.',