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