|
@@ -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';
|