From 2730a57580718fafc0ceb2678f7be68bd259bcc7 Mon Sep 17 00:00:00 2001
From: Nextcloud bot <bot@nextcloud.com>
Date: Sun, 5 Nov 2017 01:08:56 +0000
Subject: [PATCH] [tx-robot] updated from transifex

---
 apps/files/l10n/fr.js   | 1 +
 apps/files/l10n/fr.json | 1 +
 core/l10n/en_GB.js      | 3 +++
 core/l10n/en_GB.json    | 3 +++
 4 files changed, 8 insertions(+)

diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js
index 9574a557cd3..ee0e05e70fd 100644
--- a/apps/files/l10n/fr.js
+++ b/apps/files/l10n/fr.js
@@ -77,6 +77,7 @@ OC.L10N.register(
     "Favorite" : "Favoris",
     "New folder" : "Nouveau dossier",
     "Upload file" : "Téléverser un fichier",
+    "Not favorited" : "Non marqué comme favori",
     "Remove from favorites" : "Retirer des favoris",
     "Add to favorites" : "Ajouter aux favoris",
     "An error occurred while trying to update the tags" : "Une erreur est survenue lors de la mise à jour des étiquettes",
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json
index 21074489eec..990624b07f6 100644
--- a/apps/files/l10n/fr.json
+++ b/apps/files/l10n/fr.json
@@ -75,6 +75,7 @@
     "Favorite" : "Favoris",
     "New folder" : "Nouveau dossier",
     "Upload file" : "Téléverser un fichier",
+    "Not favorited" : "Non marqué comme favori",
     "Remove from favorites" : "Retirer des favoris",
     "Add to favorites" : "Ajouter aux favoris",
     "An error occurred while trying to update the tags" : "Une erreur est survenue lors de la mise à jour des étiquettes",
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js
index 8b9312e4284..7d236551b7c 100644
--- a/core/l10n/en_GB.js
+++ b/core/l10n/en_GB.js
@@ -125,6 +125,8 @@ OC.L10N.register(
     "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>.",
     "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>.",
     "Shared" : "Shared",
+    "Shared with" : "Shared with",
+    "Shared by" : "Shared by",
     "Error setting expiration date" : "Error setting expiration date",
     "The public link will expire no later than {days} days after it is created" : "The public link will expire no later than {days} days after it is created",
     "Set expiration date" : "Set expiration date",
@@ -275,6 +277,7 @@ OC.L10N.register(
     "Alternative Logins" : "Alternative Logins",
     "Account access" : "Account access",
     "You are about to grant %s access to your %s account." : "You are about to grant %s access to your %s account.",
+    "Grant access" : "Grant access",
     "App token" : "App token",
     "Alternative login using app token" : "Alternative login using app token",
     "Redirecting …" : "Redirecting …",
diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json
index 66bbbc67fe3..df3ea44e215 100644
--- a/core/l10n/en_GB.json
+++ b/core/l10n/en_GB.json
@@ -123,6 +123,8 @@
     "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>.",
     "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>.",
     "Shared" : "Shared",
+    "Shared with" : "Shared with",
+    "Shared by" : "Shared by",
     "Error setting expiration date" : "Error setting expiration date",
     "The public link will expire no later than {days} days after it is created" : "The public link will expire no later than {days} days after it is created",
     "Set expiration date" : "Set expiration date",
@@ -273,6 +275,7 @@
     "Alternative Logins" : "Alternative Logins",
     "Account access" : "Account access",
     "You are about to grant %s access to your %s account." : "You are about to grant %s access to your %s account.",
+    "Grant access" : "Grant access",
     "App token" : "App token",
     "Alternative login using app token" : "Alternative login using app token",
     "Redirecting …" : "Redirecting …",
-- 
GitLab