source: github/plugins/newmail_notifier/localization/es_ES.inc @ 3983f50

HEADdev-browser-capabilitiespdo
Last change on this file since 3983f50 was 3983f50, checked in by Thomas Bruederli <thomas@…>, 12 months ago

New plugin translations from launchpad

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[3983f50]1<?php
2
3/*
4 +-----------------------------------------------------------------------+
5 | localization/es_ES/labels.inc                                         |
6 |                                                                       |
7 | Language file of the Roundcube Webmail client                         |
8 | Copyright (C) 2012, The Roundcube Dev Team                            |
9 | Licensed under the GNU General Public License                         |
10 |                                                                       |
11 +-----------------------------------------------------------------------+
12 | Author: Emi Bcn <Unknown>                                             |
13 +-----------------------------------------------------------------------+
14 @version $Id$
15*/
16
17$labels = array();
18$labels['basic'] = 'Mostrar notificaciones del navegador cuando llegue un nuevo mensaje';
19$labels['desktop'] = 'Mostrar notificaciones del escritorio cuando llegue un nuevo mensaje';
20$labels['sound'] = 'Reproducir sonido cuando llegue un nuevo mensaje';
21$labels['test'] = 'Prueba';
22$labels['title'] = 'Mensaje nuevo!';
23$labels['body'] = 'Has recibido un mensaje nuevo.';
24$labels['testbody'] = 'Esta es una notificación de pruebas.';
25$labels['desktopdisabled'] = 'Las notificaciones de escritorio están deshabilitadas en tu navegador.';
26$labels['desktopunsupported'] = 'Tu navegador no soporta notificaciones de escritorio.';
27
Note: See TracBrowser for help on using the repository browser.