12345678910111213141516 |
- /*
- * 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.
- */
- jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.mail, {
- 'txt_info' : 'Per E-Mail an einen Freund senden.',
- 'txt_button' : 'Sende E-Mail'
- });
|