diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-08-17 00:08:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-08-17 00:08:14 +0000 |
commit | 0ceb06fde5d9052285f636d5d9d4329e68d04a0a (patch) | |
tree | 394b7df245c33615e224ae5f6c213062370174a3 /apps/oauth2 | |
parent | fff192f78fa9672648ffb1226b682e685f784c5a (diff) | |
download | nextcloud-server-0ceb06fde5d9052285f636d5d9d4329e68d04a0a.tar.gz nextcloud-server-0ceb06fde5d9052285f636d5d9d4329e68d04a0a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/pl.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/pl.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/pl.js b/apps/oauth2/l10n/pl.js index 8688b756204..0b6be713379 100644 --- a/apps/oauth2/l10n/pl.js +++ b/apps/oauth2/l10n/pl.js @@ -2,6 +2,7 @@ OC.L10N.register( "oauth2", { "OAuth 2.0 clients" : "Klienci OAuth 2.0", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umożliwia usługom zewnętrznym żądanie dostępu do %s.", "Name" : "Nazwa", "Redirection URI" : "URI przekierowania", "Client Identifier" : "Identyfikator Klienta", diff --git a/apps/oauth2/l10n/pl.json b/apps/oauth2/l10n/pl.json index 5527b984f52..84825a96358 100644 --- a/apps/oauth2/l10n/pl.json +++ b/apps/oauth2/l10n/pl.json @@ -1,5 +1,6 @@ { "translations": { "OAuth 2.0 clients" : "Klienci OAuth 2.0", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umożliwia usługom zewnętrznym żądanie dostępu do %s.", "Name" : "Nazwa", "Redirection URI" : "URI przekierowania", "Client Identifier" : "Identyfikator Klienta", |