1/*
2 * jquery.socialshareprivacy.js | 2 Klicks fuer mehr Datenschutz
3 *
4 * Copyright (c) 2012 Mathias Panzenböck
5 *
6 * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 *
8 * Spread the word, link to us if you can.
9 */
10
11(function ($, undefined) {
12	"use strict";
13
14	$.extend($.fn.socialSharePrivacy.settings.services.tumblr, {
15		'txt_info'   : 'Diesen Inhalt auf Tumblr posten.',
16		'txt_button' : 'Auf Tumblr teilen'
17	});
18})(jQuery);
19