12345678910111213141516171819 |
- /*
- * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
- *
- * Copyright (c) 2012 Mathias Panzenböck
- *
- * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
- *
- * Spread the word, link to us if you can.
- */
- (function ($, undefined) {
- "use strict";
- $.extend($.fn.socialSharePrivacy.settings.services.tumblr, {
- 'txt_info' : 'Diesen Inhalt auf Tumblr posten.',
- 'txt_button' : 'Auf Tumblr teilen'
- });
- })(jQuery);
|