socialshareprivacy.js 1.1 KB

123456789101112131415161718192021222324
  1. /*
  2. * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
  3. *
  4. * http://www.heise.de/extras/socialshareprivacy/
  5. * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
  6. *
  7. * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
  8. * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
  9. *
  10. * Copyright (c) 2013 Michael Pratt
  11. *
  12. * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
  13. *
  14. * Spread the word, link to us if you can.
  15. */
  16. jQuery.extend(jQuery.fn.socialSharePrivacy.settings, {
  17. 'info_link' : 'http://panzi.github.io/SocialSharePrivacy/index.html',
  18. 'txt_settings' : 'Ajustes',
  19. 'txt_help' : 'Al dar Clic en alguno de estos campos o al activar algún bot&oacute;n, informaci&oacute;n ser&aacute; enviada a Facebook, Twitter, Google+, etc y probablemente ser&aacute; guardada en alg&uacute;n servidor en estados unidos. Para mayor informaci&oacute;n (en Ingl&eacute;s) haga clic en el bot&oacute;n <em>i</em>.',
  20. 'settings_perma' : 'Activar permanentemente y aceptar el envio de datos a terceros:',
  21. 'language' : 'es'
  22. });