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.4 KiB
PHP
28 lines
1.4 KiB
PHP
<?php
|
|
|
|
/*
|
|
+-----------------------------------------------------------------------+
|
|
| localization/fr_FR/labels.inc |
|
|
| |
|
|
| Language file of the Roundcube Webmail client |
|
|
| Copyright (C) 2012, The Roundcube Dev Team |
|
|
| Licensed under the GNU General Public License |
|
|
| |
|
|
+-----------------------------------------------------------------------+
|
|
| Author: Edouard Moreau <Unknown> |
|
|
+-----------------------------------------------------------------------+
|
|
@version $Id$
|
|
*/
|
|
|
|
$labels = array();
|
|
$labels['basic'] = 'Afficher une notification dans le navigateur à réception d\'un nouveau message';
|
|
$labels['desktop'] = 'Afficher une notification sur le bureau à réception d\'un nouveau message';
|
|
$labels['sound'] = 'Jouer un son à réception d\'un nouveau message';
|
|
$labels['test'] = 'Tester';
|
|
$labels['title'] = 'Nouveau message !';
|
|
$labels['body'] = 'Vous avez reçu un nouveau message';
|
|
$labels['testbody'] = 'Test de notification';
|
|
$labels['desktopdisabled'] = 'Les notifications sur le bureau sont désactivées dans votre navigateur';
|
|
$labels['desktopunsupported'] = 'Votre navigateur ne supporte pas les notifications sur le bureau';
|
|
|