gplus.js 725 B

1234567891011121314
  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. jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.gplus, {
  9. 'txt_info' : 'Два клика для большей конфедициальности: Кнопка Google+ активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах Google &ndash; для подробной информации нажмите <em>i</em>.',
  10. 'txt_off' : 'Не соединяться с Google+',
  11. 'txt_on' : 'Соединиться с Google+'
  12. });