Browse Source

add spanish translation

Fernando Ribeiro 9 years ago
parent
commit
17ea3504df
2 changed files with 34 additions and 0 deletions
  1. 20 0
      lang/es/lang.php
  2. 14 0
      lang/es/settings.php

+ 20 - 0
lang/es/lang.php

@@ -0,0 +1,20 @@
+<?php
+/**
+ * Spanish language file for lsb plugin
+ *
+ * @author Fernando Ribeiro <pinguim.ribeiro@gmail.com>
+ */
+
+// menu entry for admin plugins
+// $lang['menu'] = 'Your menu entry';
+
+// custom language strings for the plugin
+// $lang['fixme'] = 'FIXME';
+
+$lang['twitter_text']    = 'Twitter';
+$lang['facebook_text']   = 'Facebook';
+$lang['googleplus_text'] = 'Google+';
+$lang['linkedin_text']   = 'LinkedIn';
+$lang['pinterest_text']  = 'Pinterest';
+$lang['tumblr_text']     = 'Tumblr';
+$lang['reddit_text']     = 'Reddit';

+ 14 - 0
lang/es/settings.php

@@ -0,0 +1,14 @@
+<?php
+/**
+ * Spanish language file for lsb plugin
+ *
+ * @author Fernando Ribeiro <pinguim.ribeiro@gmail.com>
+ */
+
+// keys need to match the config setting name
+// $lang['fixme'] = 'FIXME';
+
+$lang['networks']   = 'Lista de tus butones sociales favoritos, separados por espacio y en orden de aparición.';
+$lang['networks']  .= ' Son nombre válidos: twitter facebook googleplus linkedin pinterest tumblr reddit';
+
+$lang['display']    = 'Opciones de visualización: muestra texto o solamente el icono.';