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.tumblr, {
- 'txt_info' : 'Opublikuj to na Tumblrze.',
- 'txt_button' : 'Podziel się na Tumblrze'
- });
|