diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-02-01 02:26:49 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-02-01 02:26:49 +0000 |
commit | 16521e9f7c23f255043fac8457fa104ea42b31d0 (patch) | |
tree | 57a4e2dc1920bf436642891c1d8864c27c7b0426 /apps/oauth2/l10n | |
parent | b47a42f9352bf423e23768cc90e81ff082fe65ad (diff) | |
download | nextcloud-server-16521e9f7c23f255043fac8457fa104ea42b31d0.tar.gz nextcloud-server-16521e9f7c23f255043fac8457fa104ea42b31d0.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2/l10n')
-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 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);"); diff --git a/apps/oauth2/l10n/pl.json b/apps/oauth2/l10n/pl.json index a7468d739a6..f8e2ffa58bf 100644 --- a/apps/oauth2/l10n/pl.json +++ b/apps/oauth2/l10n/pl.json @@ -11,8 +11,8 @@ "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ń" },"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 |