You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

es_ES.inc 1.2KB

1234567891011121314151617181920212223
  1. <?php
  2. //Thanks to David Perez www.closemarketing.es
  3. $labels = array();
  4. $labels['shownotifies'] = 'Notificaciones Escritorio';
  5. $labels['onlynew'] = 'Mostrar sólo los mensajes nuevos';
  6. $labels['conf_browser'] = 'Configurar Navegador';
  7. $labels['test_browser'] = 'Test';
  8. $labels['excluded_directories'] = 'Directorios notificaciones Excluidos';
  9. $labels['check_ok'] = 'La configuración de tu Navegador es correcta.';
  10. $labels['check_fail'] = 'No fue posible mostrar la notificación, por favor haz clic en "Configurar Navegador"!';
  11. $labels['check_fail_blocked'] = 'Your browser blocked the notification, please set the permission in the browser settings!';
  12. $labels['no_notifications'] = 'Su Navegador no permite nofitificaciones!';
  13. $labels['ok_notifications'] = 'Esta web ya tiene permiso. Las notificaciones por Escritorio deberían de estar funcionando.';
  14. $labels['notification_title'] = 'Nuevo Email de [from]';
  15. $labels['seconds'] = 'segundos';
  16. $labels['off'] = 'desactivado';
  17. $labels['durable'] = 'durable';
  18. $labels['no_mailbox'] = 'no mostrar bandeja';
  19. $labels['short_mailbox'] = 'mostrar un extracto de bandeja';
  20. $labels['full_mailbox'] = 'mostrar toda la bandeja';
  21. ?>