diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-05-20 02:16:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-05-20 02:16:28 +0000 |
commit | 74e577876c2498701e61a64f63d6bed257892aac (patch) | |
tree | 8d09897234e88dee9ec2d52c291c9e764499eb46 /apps/oauth2 | |
parent | e4c9acd4ed9e095777212a741dbbe278aabc26ec (diff) | |
download | nextcloud-server-74e577876c2498701e61a64f63d6bed257892aac.tar.gz nextcloud-server-74e577876c2498701e61a64f63d6bed257892aac.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/pl.js | 4 | ||||
-rw-r--r-- | apps/oauth2/l10n/pl.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/oauth2/l10n/pl.js b/apps/oauth2/l10n/pl.js index 21a47551a82..17b53326dcd 100644 --- a/apps/oauth2/l10n/pl.js +++ b/apps/oauth2/l10n/pl.js @@ -11,10 +11,10 @@ OC.L10N.register( "Name" : "Nazwa", "Redirection URI" : "URI przekierowania", "Client Identifier" : "Identyfikator Klienta", - "Secret" : "Tajny klucz", + "Secret" : "Sekretny klucz", "Add client" : "Dodaj klienta", "Add" : "Dodaj", - "Show client secret" : "Pokaż tajny klucz klienta", + "Show client secret" : "Pokaż sekretny 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);"); diff --git a/apps/oauth2/l10n/pl.json b/apps/oauth2/l10n/pl.json index a08ec4e0fa3..539b5468c39 100644 --- a/apps/oauth2/l10n/pl.json +++ b/apps/oauth2/l10n/pl.json @@ -9,10 +9,10 @@ "Name" : "Nazwa", "Redirection URI" : "URI przekierowania", "Client Identifier" : "Identyfikator Klienta", - "Secret" : "Tajny klucz", + "Secret" : "Sekretny klucz", "Add client" : "Dodaj klienta", "Add" : "Dodaj", - "Show client secret" : "Pokaż tajny klucz klienta", + "Show client secret" : "Pokaż sekretny klucz klienta", "Delete" : "Usuń" },"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 |