1/*
2 * jquery.socialshareprivacy.mail.js
3 *
4 * Copyright (c) 2013 m0fx64
5 *
6 * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
7 */
8
9
10jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.mail, {
11	'txt_info'   : 'Отправить по электронной почте другу.',
12	'txt_button' : 'Отправить E-Mail'
13});
14