diff options
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/lt_LT.js | 3 | ||||
-rw-r--r-- | apps/oauth2/l10n/lt_LT.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/lt_LT.js b/apps/oauth2/l10n/lt_LT.js index dcf3d1a1fd6..7812186744c 100644 --- a/apps/oauth2/l10n/lt_LT.js +++ b/apps/oauth2/l10n/lt_LT.js @@ -3,8 +3,9 @@ OC.L10N.register( { "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}.", "Name" : "Pavadinimas", - "Redirection URI" : "Nukreipimo adresas", + "Redirection URI" : "Peradresavimo URI", "Client Identifier" : "Kliento identifikatorius", "Secret" : "Paslaptis", "Add client" : "Pridėti klientą", diff --git a/apps/oauth2/l10n/lt_LT.json b/apps/oauth2/l10n/lt_LT.json index 2bf0d59e414..0cdc9325c1e 100644 --- a/apps/oauth2/l10n/lt_LT.json +++ b/apps/oauth2/l10n/lt_LT.json @@ -1,8 +1,9 @@ { "translations": { "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}.", "Name" : "Pavadinimas", - "Redirection URI" : "Nukreipimo adresas", + "Redirection URI" : "Peradresavimo URI", "Client Identifier" : "Kliento identifikatorius", "Secret" : "Paslaptis", "Add client" : "Pridėti klientą", |