You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.3 KiB
PHP
28 lines
1.3 KiB
PHP
<?php
|
|
|
|
/*
|
|
+-----------------------------------------------------------------------+
|
|
| localization/it_IT/labels.inc |
|
|
| |
|
|
| Language file of the Roundcube Webmail client |
|
|
| Copyright (C) 2012, The Roundcube Dev Team |
|
|
| Licensed under the GNU General Public License |
|
|
| |
|
|
+-----------------------------------------------------------------------+
|
|
| Author: emilio brambilla <Unknown> |
|
|
+-----------------------------------------------------------------------+
|
|
@version $Id$
|
|
*/
|
|
|
|
$labels = array();
|
|
$labels['basic'] = 'visualizza notifica nel browser per nuovi messaggi';
|
|
$labels['desktop'] = 'visualizza notifiche sul desktop per nuovi messaggi';
|
|
$labels['sound'] = 'riproduci il suono per nuovi messaggi';
|
|
$labels['test'] = 'Prova';
|
|
$labels['title'] = 'nuovo messaggio';
|
|
$labels['body'] = 'hai ricevuto un nuovo messaggio';
|
|
$labels['testbody'] = 'notifica di prova';
|
|
$labels['desktopdisabled'] = 'le notifiche sul desktop sono disabilitate nel tuo browser';
|
|
$labels['desktopunsupported'] = 'il tuo browser non supporta le notifiche sul desktop';
|
|
|