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:58 +0300
committerNextcloud bot <bot@nextcloud.com>2022-10-16 06:14:58 +0300
commit49269af9296dccd3d31e4c1f7add0b4d0604e738 (patch)
tree8c593746c67e5989c0cf21839346c034c9857b6d
parentd9d2f1f6774f3b398d9fd4ac8f3ca66ebd8381b0 (diff)
[tx-robot] Update transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--socialsharing_telegram/l10n/fr.js3
-rw-r--r--socialsharing_telegram/l10n/fr.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/socialsharing_telegram/l10n/fr.js b/socialsharing_telegram/l10n/fr.js
index 44360a6..c987088 100644
--- a/socialsharing_telegram/l10n/fr.js
+++ b/socialsharing_telegram/l10n/fr.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"socialsharing_telegram",
{
- "Share to Telegram" : "Partager sur Telegram"
+ "Share to Telegram" : "Partager sur Telegram",
+ "Social sharing via Telegram" : "Partage social via Telegram"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/socialsharing_telegram/l10n/fr.json b/socialsharing_telegram/l10n/fr.json
index b1b95ff..f121878 100644
--- a/socialsharing_telegram/l10n/fr.json
+++ b/socialsharing_telegram/l10n/fr.json
@@ -1,4 +1,5 @@
{ "translations": {
- "Share to Telegram" : "Partager sur Telegram"
+ "Share to Telegram" : "Partager sur Telegram",
+ "Social sharing via Telegram" : "Partage social via Telegram"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file