From f882fe2824744a5ba03ec879207d5d66f0be315d Mon Sep 17 00:00:00 2001 From: Piwigo-TranslationTeam Date: Fri, 25 Jan 2013 17:44:34 +0000 Subject: [PATCH] [social_buttons] Update es_ES, thanks to : petaqui git-svn-id: http://piwigo.org/svn/extensions/SocialButtons@20393 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/es_ES/description.txt | 1 + language/es_ES/plugin.lang.php | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 language/es_ES/description.txt diff --git a/language/es_ES/description.txt b/language/es_ES/description.txt new file mode 100755 index 0000000..cfdd245 --- /dev/null +++ b/language/es_ES/description.txt @@ -0,0 +1 @@ +Funciones para compartir en Facebook, Twitter, Google+ y Tumblr \ No newline at end of file diff --git a/language/es_ES/plugin.lang.php b/language/es_ES/plugin.lang.php index 671f094..dae6efb 100644 --- a/language/es_ES/plugin.lang.php +++ b/language/es_ES/plugin.lang.php @@ -8,4 +8,7 @@ $lang['Annotation'] = 'Anotación'; $lang['Bubble'] = 'Burbuja'; $lang['Inline text'] = 'Texto en linea.'; $lang['Via'] = 'Via'; +$lang['Button type'] = 'Tipo de botón'; +$lang['Right bubble'] = 'Burbuja derecha'; +$lang['Top bubble'] = 'Burbuja superior'; ?> \ No newline at end of file