1234567891011121314 |
- /*
- * jquery.socialshareprivacy.mail.js
- *
- * Copyright (c) 2013 m0fx64
- *
- * is released under the MIT License http://www.opensource.org/licenses/mit-license.php
- */
- jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.mail, {
- 'txt_info' : 'Отправить по электронной почте другу.',
- 'txt_button' : 'Отправить E-Mail'
- });
|