From c6f2d4a0c48bccf9d785688af65b905fd8ab4f8c Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 28 Aug 2017 18:30:08 +0200 Subject: [PATCH] New translations list.php (Spanish) --- resources/lang/es_ES/list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/es_ES/list.php b/resources/lang/es_ES/list.php index b26fb4f2ad..f18389fe7f 100644 --- a/resources/lang/es_ES/list.php +++ b/resources/lang/es_ES/list.php @@ -88,7 +88,7 @@ return [ 'budget_count' => 'Número de presupuestos', 'rule_and_groups_count' => 'Número de reglas y grupos de reglas', 'tags_count' => 'Número de etiquetas', - 'inward' => 'Inward description', - 'outward' => 'Outward description', - 'number_of_transactions' => 'Number of transactions', + 'inward' => 'Descripción interna', + 'outward' => 'Descripción externa', + 'number_of_transactions' => 'Número de transacciones', ]; \ No newline at end of file