1234567891011121314151617 |
- /*
- * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
- *
- * 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.services.pinterest, {
- 'txt_info' : 'Dwa kliknięcia – więcej prywatności: Kliknięcie tutaj uruchomi przycisk "Pin it!". Samo uchuchomienie przycisku powoduje wysłanie Twoich danych do Pinterestu. Kliknij w <em>i</em>, aby dowiedzieć się więcej.',
- 'txt_off' : 'brak połączenia z Pinterestem',
- 'txt_on' : 'połączono z Pinterestem'
- });
|