123456789101112131415161718192021222324 |
- /*
- * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
- *
- * http://www.heise.de/extras/socialshareprivacy/
- * http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
- *
- * Copyright (c) 2011 Hilko Holweg, Sebastian Hilbig, Nicolas Heiringhoff, Juergen Schmidt,
- * Heise Zeitschriften Verlag GmbH & Co. KG, http://www.heise.de
- *
- * Copyright (c) 2012 Mathias Panzenböck
- * Polish translation (c) 2013 Simon Zelazny
- * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
- *
- * Spread the word, link to us if you can.
- */
- jQuery.extend(jQuery.fn.socialSharePrivacy.settings, {
- 'info_link' : 'http://panzi.github.io/SocialSharePrivacy/',
- 'txt_settings' : 'Ustawienia',
- '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.',
- 'settings_perma' : 'Aktywuj na stałe następujące przyciski:',
- 'language' : 'pl'
- });
|