twitter.js 735 B

123456789101112131415
  1. /*
  2. * jquery.socialshareprivacy.twitter.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.twitter, {
  9. 'txt_info' : 'Два клика для большей конфедициальности: Кнопка Tweet активируется если клините по ней мышкой. Активация кнопки отправляет и хранит данные на серверах Twitter &ndash; для подробной информации нажмите <em>i</em>.',
  10. 'txt_off' : 'Не соединяться с Twitter',
  11. 'txt_on' : 'Соединиться с Twitter'
  12. });