roundcubemail/plugins/newmail_notifier/localization/es_ES.inc
Aleksander Machniak f0d63004d6 Localization update
2025-11-29 13:57:20 +01:00

25 lines
1.3 KiB
PHP

<?php
/*
+-----------------------------------------------------------------------+
| Localization file of the Roundcube Webmail New Mail Notifier plugin |
| |
| Copyright (C) The Roundcube Dev Team |
| |
| Licensed under the GNU General Public License version 3 or |
| any later version with exceptions for skins & plugins. |
| See the README file for a full license statement. |
+-----------------------------------------------------------------------+
*/
$labels['basic'] = 'Mostrar notificaciones del navegador al recibir un nuevo mensaje';
$labels['desktop'] = 'Mostrar notificaciones de escritorio al recibir un nuevo mensaje';
$labels['sound'] = 'Reproducir sonido al recibir un nuevo mensaje';
$labels['test'] = 'Prueba';
$labels['title'] = '¡Mensaje nuevo!';
$labels['body'] = 'Ha recibido un mensaje nuevo.';
$labels['testbody'] = 'Esta es una notificación de prueba.';
$labels['desktopdisabled'] = 'Las notificaciones de escritorio están deshabilitadas en su navegador.';
$labels['desktopunsupported'] = 'Su navegador no soporta notificaciones de escritorio.';
$labels['desktoptimeout'] = 'Cerrar notificación de escritorio';