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-11-02 06:16:54 +0300
committerNextcloud bot <bot@nextcloud.com>2022-11-02 06:16:54 +0300
commit85fe369db92e767808b4f791715fbdd98c3507de (patch)
tree08f94272044b5acfce002a90077963f85a3894fb
parenta09287c6ba8e76781485a60361fc31cd12e06b8d (diff)
[tx-robot] Update transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--socialsharing_telegram/l10n/pl.js8
-rw-r--r--socialsharing_telegram/l10n/pl.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/socialsharing_telegram/l10n/pl.js b/socialsharing_telegram/l10n/pl.js
new file mode 100644
index 0000000..dbc4e51
--- /dev/null
+++ b/socialsharing_telegram/l10n/pl.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "socialsharing_telegram",
+ {
+ "Share to Telegram" : "Udostępnij w Telegramie",
+ "Social sharing via Telegram" : "Udostępnianie społecznościowe przez Telegram",
+ "Enable direct sharing of files via Telegram, using shared links." : "Włącz bezpośrednie udostępnianie plików przez Telegram za pomocą linków udostępniania."
+},
+"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/socialsharing_telegram/l10n/pl.json b/socialsharing_telegram/l10n/pl.json
new file mode 100644
index 0000000..996aca7
--- /dev/null
+++ b/socialsharing_telegram/l10n/pl.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Share to Telegram" : "Udostępnij w Telegramie",
+ "Social sharing via Telegram" : "Udostępnianie społecznościowe przez Telegram",
+ "Enable direct sharing of files via Telegram, using shared links." : "Włącz bezpośrednie udostępnianie plików przez Telegram za pomocą linków udostępniania."
+},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
+} \ No newline at end of file