stumbleupon.js 539 B

123456789101112131415
  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.services.stumbleupon, {
  9. 'txt_info' : 'Due click per più privacy: il pulsante Stumble! sarà attivato facendo clic qui. L\'attivazione del pulsante invia già dati a Stumbleupon &ndash; vedere <em>i</em>.',
  10. 'txt_off' : 'non connesso a StumbleUpon',
  11. 'txt_on' : 'connesso a StumbleUpon'
  12. });