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:
-rw-r--r--socialsharing_telegram/l10n/bg.js8
-rw-r--r--socialsharing_telegram/l10n/bg.json6
-rw-r--r--socialsharing_telegram/l10n/da.js8
-rw-r--r--socialsharing_telegram/l10n/da.json6
4 files changed, 28 insertions, 0 deletions
diff --git a/socialsharing_telegram/l10n/bg.js b/socialsharing_telegram/l10n/bg.js
new file mode 100644
index 0000000..6f0400b
--- /dev/null
+++ b/socialsharing_telegram/l10n/bg.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "socialsharing_telegram",
+ {
+ "Share to Telegram" : "Споделяне във Телеграм",
+ "Social sharing via Telegram" : "Споделяне в социалните мрежи чрез Телеграм",
+ "Enable direct sharing of files via Telegram, using shared links." : "Разрешаване на директно споделяне на файлове чрез Телеграм, като се използват споделени връзки."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/socialsharing_telegram/l10n/bg.json b/socialsharing_telegram/l10n/bg.json
new file mode 100644
index 0000000..74b9422
--- /dev/null
+++ b/socialsharing_telegram/l10n/bg.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Share to Telegram" : "Споделяне във Телеграм",
+ "Social sharing via Telegram" : "Споделяне в социалните мрежи чрез Телеграм",
+ "Enable direct sharing of files via Telegram, using shared links." : "Разрешаване на директно споделяне на файлове чрез Телеграм, като се използват споделени връзки."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/socialsharing_telegram/l10n/da.js b/socialsharing_telegram/l10n/da.js
new file mode 100644
index 0000000..dff8fba
--- /dev/null
+++ b/socialsharing_telegram/l10n/da.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "socialsharing_telegram",
+ {
+ "Share to Telegram" : "Del via Telegram",
+ "Social sharing via Telegram" : "Social deling via Telegram",
+ "Enable direct sharing of files via Telegram, using shared links." : "Aktiver direkte deling af filer via Telegram ved hjælp af delte links."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/socialsharing_telegram/l10n/da.json b/socialsharing_telegram/l10n/da.json
new file mode 100644
index 0000000..e9a4445
--- /dev/null
+++ b/socialsharing_telegram/l10n/da.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Share to Telegram" : "Del via Telegram",
+ "Social sharing via Telegram" : "Social deling via Telegram",
+ "Enable direct sharing of files via Telegram, using shared links." : "Aktiver direkte deling af filer via Telegram ved hjælp af delte links."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file