File: es_ES.inc

package info (click to toggle)
roundcube-plugin-html5-notifier 0.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: php: 344; javascript: 127; makefile: 37
file content (23 lines) | stat: -rw-r--r-- 1,196 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
//Thanks to David Perez www.closemarketing.es
$labels = array();
$labels['shownotifies'] = 'Notificaciones Escritorio';
$labels['onlynew'] = 'Mostrar sólo los mensajes nuevos';
$labels['conf_browser'] = 'Configurar Navegador';
$labels['test_browser'] = 'Test';
$labels['excluded_directories'] = 'Directorios notificaciones Excluidos';
$labels['check_ok'] = 'La configuración de tu Navegador es correcta.';
$labels['check_fail'] = 'No fue posible mostrar la notificación, por favor haz clic en "Configurar Navegador"!';
$labels['check_fail_blocked'] = 'Your browser blocked the notification, please set the permission in the browser settings!';
$labels['no_notifications'] = 'Su Navegador no permite nofitificaciones!';
$labels['ok_notifications'] = 'Esta web ya tiene permiso. Las notificaciones por Escritorio deberían de estar funcionando.';
$labels['notification_title'] = 'Nuevo Email de [from]';

$labels['seconds'] = 'segundos';
$labels['off'] = 'desactivado';
$labels['durable'] = 'durable';

$labels['no_mailbox'] = 'no mostrar bandeja';
$labels['short_mailbox'] = 'mostrar un extracto de bandeja';
$labels['full_mailbox'] = 'mostrar toda la bandeja';
?>