From 2965a981b7ec22866fbdf2d567d87e2d068d3617 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 31 Jul 2015 16:04:08 -0400 Subject: [PATCH] Allow to search and import missing PGP pubkeys from keyservers using Publickey.js --- plugins/newmail_notifier/localization/fr_FR.inc | 39 ++++++++++++++++++++------------------- 1 files changed, 20 insertions(+), 19 deletions(-) diff --git a/plugins/newmail_notifier/localization/fr_FR.inc b/plugins/newmail_notifier/localization/fr_FR.inc index d1c71d3..f493420 100644 --- a/plugins/newmail_notifier/localization/fr_FR.inc +++ b/plugins/newmail_notifier/localization/fr_FR.inc @@ -2,26 +2,27 @@ /* +-----------------------------------------------------------------------+ - | localization/fr_FR/labels.inc | + | plugins/newmail_notifier/localization/<lang>.inc | | | - | Language file of the Roundcube Webmail client | - | Copyright (C) 2012, The Roundcube Dev Team | - | Licensed under the GNU General Public License | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, 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. | | | +-----------------------------------------------------------------------+ - | Author: Edouard Moreau <Unknown> | - +-----------------------------------------------------------------------+ - @version $Id$ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ - -$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'; - +$labels['basic'] = 'Afficher les notifications du navigateur pour les nouveaux courriels'; +$labels['desktop'] = 'Afficher les notifications du navigateur pour les nouveaux courriels'; +$labels['sound'] = 'Jouer le son pour les nouveaux courriels'; +$labels['test'] = 'Test'; +$labels['title'] = 'Nouveau courriel'; +$labels['body'] = 'Vous avez reçu un nouveau courriel.'; +$labels['testbody'] = 'Ceci est une notification de test.'; +$labels['desktopdisabled'] = 'Les notifications du bureau sont désactivées dans votre navigateur.'; +$labels['desktopunsupported'] = 'Votre navigateur ne prend pas en charge les notifications du bureau.'; +$labels['desktoptimeout'] = 'Fermer la notification du bureau'; +?> -- Gitblit v1.9.1