From 8d36bd5539702ee0216f84aee7d5ad4ddfb3557d Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Tue, 9 Oct 2018 11:12:53 +0100 Subject: [PATCH] New translations cachet.php (French) --- resources/lang/fr-FR/cachet.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/resources/lang/fr-FR/cachet.php b/resources/lang/fr-FR/cachet.php index 360f46b3..52e7a9e9 100644 --- a/resources/lang/fr-FR/cachet.php +++ b/resources/lang/fr-FR/cachet.php @@ -23,6 +23,8 @@ return [ 'group' => [ 'other' => 'Autres composants', ], + 'select_all' => 'Select All', + 'deselect_all' => 'Deselect All', ], // Incidents @@ -80,9 +82,12 @@ return [ 'button' => 'S\'abonner', 'manage_subscription' => 'Manage subscription', 'manage' => [ - 'no_subscriptions' => 'Vous êtes actuellement abonné à toutes les mises à jour.', - 'my_subscriptions' => 'Vous êtes actuellement abonné aux mises à jour suivantes.', - 'manage_at_link' => 'Manage your subscriptions at :link', + 'notifications' => 'Notifications', + 'notifications_for' => 'Manage notifications for', + 'no_subscriptions' => 'Vous êtes actuellement abonné à toutes les mises à jour.', + 'update_subscription' => 'Update Subscription', + 'my_subscriptions' => 'Vous êtes actuellement abonné aux mises à jour suivantes.', + 'manage_at_link' => 'Manage your subscriptions at :link', ], 'email' => [ 'subscribe' => 'S\'abonner aux notifications par email.',