From 789cfbd162f2f7d3dc81220f28a2534952ceacad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Freddy=20Mor=C3=A1n=20Jr?= Date: Wed, 3 Feb 2016 10:20:07 -0600 Subject: [PATCH] Create es.lang.php --- plugins/blog/languages/es.lang.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/blog/languages/es.lang.php diff --git a/plugins/blog/languages/es.lang.php b/plugins/blog/languages/es.lang.php new file mode 100644 index 0000000..3d6fecd --- /dev/null +++ b/plugins/blog/languages/es.lang.php @@ -0,0 +1,12 @@ + array( + 'Blog' => 'Blog', + 'Blog plugin for Monstra' => 'Blog plugin for Monstra', + 'begin' => 'comienzo', + 'end' => 'final', + 'prev' => 'anterior', + 'next' => 'siguiente', + ) + );