Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/socialsharing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-10-16 06:14:52 +0300
committerNextcloud bot <bot@nextcloud.com>2022-10-16 06:14:52 +0300
commitd9d2f1f6774f3b398d9fd4ac8f3ca66ebd8381b0 (patch)
tree31c33261413bc95998badd3b7e8da1dc7e3cd43f
parent681a714f996bfa312c925c3fb8777f6db61d6f48 (diff)
[tx-robot] Update transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--socialsharing_facebook/l10n/fr.js3
-rw-r--r--socialsharing_facebook/l10n/fr.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/socialsharing_facebook/l10n/fr.js b/socialsharing_facebook/l10n/fr.js
index ac41b42..023dd6d 100644
--- a/socialsharing_facebook/l10n/fr.js
+++ b/socialsharing_facebook/l10n/fr.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"socialsharing_facebook",
{
- "Share to Facebook" : "Partager sur Facebook"
+ "Share to Facebook" : "Partager sur Facebook",
+ "Social sharing via Facebook" : "Partage social via Facebook"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/socialsharing_facebook/l10n/fr.json b/socialsharing_facebook/l10n/fr.json
index 1283e33..80ce423 100644
--- a/socialsharing_facebook/l10n/fr.json
+++ b/socialsharing_facebook/l10n/fr.json
@@ -1,4 +1,5 @@
{ "translations": {
- "Share to Facebook" : "Partager sur Facebook"
+ "Share to Facebook" : "Partager sur Facebook",
+ "Social sharing via Facebook" : "Partage social via Facebook"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file