1/*
2 * jquery.socialshareprivacy.js
3 *
4 * Copyright (c) 2013 m0fx64
5 *
6 * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 */
8
9jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.gplus, {
10	'txt_info' : 'Два клика для большей конфедициальности: Кнопка Google+ активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах Google &ndash; для подробной информации нажмите <em>i</em>.',
11	'txt_off'  : 'Не соединяться с Google+',
12	'txt_on'   : 'Соединиться с Google+'
13});
14