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:15:05 +0300
committerNextcloud bot <bot@nextcloud.com>2022-10-16 06:15:05 +0300
commitfd6b7b913a7c5125b436fef35c63a77aee4471c7 (patch)
tree29a3e946224c9e0c40250568c9b7123f53b01d48
parent49269af9296dccd3d31e4c1f7add0b4d0604e738 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--socialsharing_twitter/l10n/fr.js3
-rw-r--r--socialsharing_twitter/l10n/fr.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/socialsharing_twitter/l10n/fr.js b/socialsharing_twitter/l10n/fr.js
index 9a81a50..d6c2994 100644
--- a/socialsharing_twitter/l10n/fr.js
+++ b/socialsharing_twitter/l10n/fr.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"socialsharing_twitter",
{
- "Share to Twitter" : "Partager sur Twitter"
+ "Share to Twitter" : "Partager sur Twitter",
+ "Social sharing via Twitter" : "Partage social via Twitter"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/socialsharing_twitter/l10n/fr.json b/socialsharing_twitter/l10n/fr.json
index 132ddfa..9204b70 100644
--- a/socialsharing_twitter/l10n/fr.json
+++ b/socialsharing_twitter/l10n/fr.json
@@ -1,4 +1,5 @@
{ "translations": {
- "Share to Twitter" : "Partager sur Twitter"
+ "Share to Twitter" : "Partager sur Twitter",
+ "Social sharing via Twitter" : "Partage social via Twitter"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file