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:45 +0300
committerNextcloud bot <bot@nextcloud.com>2022-10-16 06:14:45 +0300
commit681a714f996bfa312c925c3fb8777f6db61d6f48 (patch)
tree7d0bea9126f709289069aa0e7960c373e6ffcd92
parentc0f625e804b494b2878076bc893f28dfec164bf2 (diff)
[tx-robot] Update transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--socialsharing_email/l10n/fr.js3
-rw-r--r--socialsharing_email/l10n/fr.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/socialsharing_email/l10n/fr.js b/socialsharing_email/l10n/fr.js
index ead9fa4..40dc010 100644
--- a/socialsharing_email/l10n/fr.js
+++ b/socialsharing_email/l10n/fr.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"socialsharing_email",
{
"I shared a file with you" : "J'ai partagé un fichier avec vous",
- "Share via email" : "Partager via e-mail"
+ "Share via email" : "Partager via e-mail",
+ "Social sharing via email" : "Partage social via e-mail"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/socialsharing_email/l10n/fr.json b/socialsharing_email/l10n/fr.json
index 49fa275..939132b 100644
--- a/socialsharing_email/l10n/fr.json
+++ b/socialsharing_email/l10n/fr.json
@@ -1,5 +1,6 @@
{ "translations": {
"I shared a file with you" : "J'ai partagé un fichier avec vous",
- "Share via email" : "Partager via e-mail"
+ "Share via email" : "Partager via e-mail",
+ "Social sharing via email" : "Partage social via e-mail"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file