diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 7f04eeaf..b4aaa3bf 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -123,8 +123,12 @@ OC.L10N.register( "The account is already a member of this circle" : "The account is already a member of this circle", "The account has already been invited into this circle" : "The account has already been invited into this circle", "%s (Team owned by %s)" : "%s (Team owned by %s)", + "You are now a member of the Team \"%2$s\"" : "You are now a member of the Team \"%2$s\"", + "You have been invited by %1$s into the Team \"%2$s\"" : "You have been invited by %1$s into the Team \"%2$s\"", + "%1$s sent a request to be a member of the Team \"%2$s\"" : "%1$s sent a request to be a member of the Team \"%2$s\"", "Accept" : "Accept", "Refuse" : "Refuse", + "Leave the team" : "Leave the team", "%s" : "%s", "Personal team" : "Personal team", "%s owned by %s" : "%s owned by %s", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 3c7ca482..51fb12e1 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -121,8 +121,12 @@ "The account is already a member of this circle" : "The account is already a member of this circle", "The account has already been invited into this circle" : "The account has already been invited into this circle", "%s (Team owned by %s)" : "%s (Team owned by %s)", + "You are now a member of the Team \"%2$s\"" : "You are now a member of the Team \"%2$s\"", + "You have been invited by %1$s into the Team \"%2$s\"" : "You have been invited by %1$s into the Team \"%2$s\"", + "%1$s sent a request to be a member of the Team \"%2$s\"" : "%1$s sent a request to be a member of the Team \"%2$s\"", "Accept" : "Accept", "Refuse" : "Refuse", + "Leave the team" : "Leave the team", "%s" : "%s", "Personal team" : "Personal team", "%s owned by %s" : "%s owned by %s",