reddit.js 694 B

1234567891011121314151617
  1. /*
  2. * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
  3. *
  4. * Copyright (c) 2012 Mathias Panzenböck
  5. * Polish translation (c) 2013 Simon Zelazny
  6. *
  7. * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
  8. *
  9. * Spread the word, link to us if you can.
  10. */
  11. jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.reddit, {
  12. 'txt_info' : 'Dwa kliknięcia &ndash; więcej prywatności: Kliknięcie tutaj uruchomi przycisk Reddit. Samo uchuchomienie przycisku powoduje wysłanie Twoich danych do Reddita. Kliknij w <em>i</em>, aby dowiedzieć się więcej.',
  13. 'txt_off' : 'brak połączenia z Redditem',
  14. 'txt_on' : 'połączono z Redditem'
  15. });