From 3e40feca326e58d938cb4ab4b8f72f47a7866067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Perello=CC=81=20Rowley?= Date: Wed, 16 Mar 2016 12:23:15 +0100 Subject: [PATCH] Added translation to spanish --- src/resources/lang/es/global.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/resources/lang/es/global.php diff --git a/src/resources/lang/es/global.php b/src/resources/lang/es/global.php new file mode 100644 index 0000000..d8507dc --- /dev/null +++ b/src/resources/lang/es/global.php @@ -0,0 +1,10 @@ + 'Noticias', + 'news' => 'noticias|noticia', + 'New' => 'Nueva noticia', + 'Edit' => 'Editar noticia', + 'Back' => 'Volver a las noticias', + 'Published on' => 'Publicada en', +];