From 3faede46c80f95b2e42e5eef25896180dec0ae4c Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Mon, 18 Jun 2018 07:21:43 +0100 Subject: [PATCH] New translations cachet.php (Greek) --- resources/lang/el-GR/cachet.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/lang/el-GR/cachet.php b/resources/lang/el-GR/cachet.php index ce52bf2a..a33fdfa7 100644 --- a/resources/lang/el-GR/cachet.php +++ b/resources/lang/el-GR/cachet.php @@ -75,10 +75,11 @@ return [ // Subscriber 'subscriber' => [ - 'subscribe' => 'Εγγραφείτε για να λάβετε τις τελευταίες ενημερώσεις', - 'unsubscribe' => 'Unsubscribe at :link', - 'button' => 'Εγγραφή', - 'manage' => [ + 'subscribe' => 'Εγγραφείτε για να λάβετε τις τελευταίες ενημερώσεις', + 'unsubscribe' => 'Unsubscribe', + 'button' => 'Εγγραφή', + 'manage_subscription' => 'Manage subscription', + 'manage' => [ 'no_subscriptions' => 'You\'re currently subscribed to all updates.', 'my_subscriptions' => 'You\'re currently subscribed to the following updates.', 'manage_at_link' => 'Manage your subscriptions at :link',