socialshareprivacy.js 570 B

12345678910111213141516
  1. /**
  2. * Copyright (c) 2012 Mathias Panzenböck
  3. *
  4. * Italian translation (c) 2014 Fabrizio Tarizzo
  5. *
  6. * released under the MIT License http://www.opensource.org/licenses/mit-license.php
  7. */
  8. jQuery.extend(jQuery.fn.socialSharePrivacy.settings, {
  9. 'txt_settings' : 'Impostazioni',
  10. 'txt_help' : 'Attivando questi campi, saranno inviati dati a terze parti (Facebook, Twitter, Google, ...). Per maggiori informazioni fare clic su <em>i</em>.',
  11. 'settings_perma' : 'Attivare in modo permanente i pulsanti di condivisione:',
  12. 'language' : 'it'
  13. });