Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-02-01 05:26:49 +0300
committerNextcloud bot <bot@nextcloud.com>2022-02-01 05:26:49 +0300
commit16521e9f7c23f255043fac8457fa104ea42b31d0 (patch)
tree57a4e2dc1920bf436642891c1d8864c27c7b0426 /apps/oauth2/l10n/pl.js
parentb47a42f9352bf423e23768cc90e81ff082fe65ad (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2/l10n/pl.js')
-rw-r--r--apps/oauth2/l10n/pl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/pl.js b/apps/oauth2/l10n/pl.js
index 3478cd5fc43..049fff0a3cb 100644
--- a/apps/oauth2/l10n/pl.js
+++ b/apps/oauth2/l10n/pl.js
@@ -13,8 +13,8 @@ OC.L10N.register(
"Redirection URI" : "URI przekierowania",
"Add" : "Dodaj",
"Client Identifier" : "Identyfikator Klienta",
- "Secret" : "Sekretny klucz",
- "Show client secret" : "Pokaż sekretny klucz klienta",
+ "Secret" : "Tajny klucz",
+ "Show client secret" : "Pokaż tajny klucz klienta",
"Delete" : "Usuń"
},
"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);");