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:35 +0300
committerNextcloud bot <bot@nextcloud.com>2022-11-02 06:16:35 +0300
commit0986eec88bf2757f643eadfcbaf7d61764854edf (patch)
tree627863fc06cfb60b5ad01d7d13c55667f37e3aa1
parent7e82203187f9a5dfd864676bd6985c555c1db64d (diff)
[tx-robot] Update transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--socialsharing_diaspora/l10n/pl.js8
-rw-r--r--socialsharing_diaspora/l10n/pl.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/socialsharing_diaspora/l10n/pl.js b/socialsharing_diaspora/l10n/pl.js
new file mode 100644
index 0000000..252d605
--- /dev/null
+++ b/socialsharing_diaspora/l10n/pl.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "socialsharing_diaspora",
+ {
+ "Share to Diaspora" : "Udostępnij w Diasporze",
+ "Social sharing via Diaspora" : "Udostępnianie społecznościowe przez Diaspora",
+ "Enable direct sharing of files via Diaspora, using shared links." : "Włącz bezpośrednie udostępnianie plików przez Diaspora 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_diaspora/l10n/pl.json b/socialsharing_diaspora/l10n/pl.json
new file mode 100644
index 0000000..c263e2e
--- /dev/null
+++ b/socialsharing_diaspora/l10n/pl.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Share to Diaspora" : "Udostępnij w Diasporze",
+ "Social sharing via Diaspora" : "Udostępnianie społecznościowe przez Diaspora",
+ "Enable direct sharing of files via Diaspora, using shared links." : "Włącz bezpośrednie udostępnianie plików przez Diaspora 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