From d86f880cf0b5a10acc090c73882c3552c7408d0f Mon Sep 17 00:00:00 2001 From: mpattman Date: Thu, 6 Nov 2014 12:51:25 +0000 Subject: [PATCH] Update es_ES.lang.php --- src/lang/es_ES.lang.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/lang/es_ES.lang.php b/src/lang/es_ES.lang.php index a2691d0b..f215f808 100644 --- a/src/lang/es_ES.lang.php +++ b/src/lang/es_ES.lang.php @@ -59,6 +59,18 @@ $sm_lang = array( 'a_minute_ago' => 'Hace aproximadamente un minuto', 'seconds_ago' => 'Hace %d segundos', 'a_second_ago' => 'Hace aproximadamente un segundo', + 'year' => 'year', + 'years' => 'years', + 'month' => 'month', + 'months' => 'months', + 'day' => 'day', + 'days' => 'days', + 'hour' => 'hour', + 'hours' => 'hours', + 'minute' => 'minute', + 'minutes' => 'minutes', + 'second' => 'second', + 'seconds' => 'seconds', ), 'menu' => array( 'config' => 'Configurar',