mail.js 375 B

1234567891011121314
  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. jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.mail, {
  9. 'txt_info' : 'Отправить по электронной почте другу.',
  10. 'txt_button' : 'Отправить E-Mail'
  11. });