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) 2012 Mathias Panzenböck
  11. * Polish translation (c) 2013 Simon Zelazny
  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/',
  18. 'txt_settings' : 'Ustawienia',
  19. 'txt_help' : 'Klinięcie w poszczególne przyciski aktywuje daną usługę. Oznacza to wysłanie Twoich danych na serwery Facebooka, Google\'a, Twittera, itp., oraz ich archiwizację. Kliknij <em>i</em>, aby dowiedzieć się więcej.',
  20. 'settings_perma' : 'Aktywuj na stałe następujące przyciski:',
  21. 'language' : 'pl'
  22. });