diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-08-04 02:26:38 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-08-04 02:26:38 +0000 |
commit | 386fa2e807af7a401651a8df2e920b1a055d82ee (patch) | |
tree | 87a27655d9968d01f67f7d4bdb7f9d4798c8f205 /apps/oauth2/l10n | |
parent | f01289f8d7a76fb7a0cddf79d9270ceb43ff9237 (diff) | |
download | nextcloud-server-386fa2e807af7a401651a8df2e920b1a055d82ee.tar.gz nextcloud-server-386fa2e807af7a401651a8df2e920b1a055d82ee.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/lt_LT.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/lt_LT.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/lt_LT.js b/apps/oauth2/l10n/lt_LT.js index c042b7ede04..152bf3dd4f2 100644 --- a/apps/oauth2/l10n/lt_LT.js +++ b/apps/oauth2/l10n/lt_LT.js @@ -1,6 +1,7 @@ OC.L10N.register( "oauth2", { + "Your client is not authorized to connect. Please inform the administrator of your client." : "Jūsų kliento programa nėra įgaliota prisijungti. Informuokite administratorių apie savo kliento programą.", "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 klientai", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 leidžia išorinėms tarnyboms užklausti prieigą prie {instanceName}.", diff --git a/apps/oauth2/l10n/lt_LT.json b/apps/oauth2/l10n/lt_LT.json index c104c9de6b2..418c0e3b5fa 100644 --- a/apps/oauth2/l10n/lt_LT.json +++ b/apps/oauth2/l10n/lt_LT.json @@ -1,4 +1,5 @@ { "translations": { + "Your client is not authorized to connect. Please inform the administrator of your client." : "Jūsų kliento programa nėra įgaliota prisijungti. Informuokite administratorių apie savo kliento programą.", "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 klientai", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 leidžia išorinėms tarnyboms užklausti prieigą prie {instanceName}.", |