1<?php
2$lang['href'] = 'Sets the URL to +1. Set this attribute when you have a +1 button next to an item description for another page and want the button to +1 the referenced page and not the current page.';
3$lang['size'] = 'Sets the +1 button size to render.';
4$lang['annotation'] = 'Sets the annotation to display next to the button.';
5$lang['width'] = 'If annotation is set to "inline", this parameter sets the width in pixels to use for the button and its inline annotation. If the width is omitted, a button and its inline annotation use 450px.';
6$lang['align'] = 'Sets the horizontal alignment of the button assets within its frame.';
7$lang['expandTo'] = 'Sets the preferred positions to display hover and confirmation bubbles, which are relative to the button.';
8$lang['callback'] = 'If specified, this function is called after the user clicks the +1 button.';
9$lang['onstartinteraction'] = 'If specified, this function is called either when a hover bubble displays.';
10$lang['onendinteraction'] = 'If specified, this function is called when either a hover or confirmation bubble disappears.';
11$lang['recommendations'] = 'To disable showing recommendations within the +1 hover bubble, set recommendations to false.';
12$lang['gplusone_editor'] = 'Goole +1';
13?>