From e0a0f99dc78cde24e44a76c003a256c38c6fbcc2 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Mon, 18 Jun 2018 07:20:16 +0100 Subject: [PATCH] New translations cachet.php (Afrikaans) --- resources/lang/af-ZA/cachet.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/lang/af-ZA/cachet.php b/resources/lang/af-ZA/cachet.php index ae1b500b..497ea4a1 100644 --- a/resources/lang/af-ZA/cachet.php +++ b/resources/lang/af-ZA/cachet.php @@ -75,10 +75,11 @@ return [ // Subscriber 'subscriber' => [ - 'subscribe' => 'Teken in om opdaterings te kry', - 'unsubscribe' => 'Unsubscribe at :link', - 'button' => 'Teken aan', - 'manage' => [ + 'subscribe' => 'Teken in om opdaterings te kry', + 'unsubscribe' => 'Unsubscribe', + 'button' => 'Teken aan', + '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',