diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-11-17 01:13:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-11-17 01:13:08 +0000 |
commit | a6c58d74dd6eb1cb8e93db56717b89aa12d81aa3 (patch) | |
tree | a6da26985f03bec388168059d2ac3af28b1eb1c8 /apps/oauth2/l10n/lt_LT.js | |
parent | 24a04fae3dbded2e190ca3089fc4b67763fab9f3 (diff) | |
download | nextcloud-server-a6c58d74dd6eb1cb8e93db56717b89aa12d81aa3.tar.gz nextcloud-server-a6c58d74dd6eb1cb8e93db56717b89aa12d81aa3.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n/lt_LT.js')
-rw-r--r-- | apps/oauth2/l10n/lt_LT.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/oauth2/l10n/lt_LT.js b/apps/oauth2/l10n/lt_LT.js index 5b775f81e74..2ae37aadf86 100644 --- a/apps/oauth2/l10n/lt_LT.js +++ b/apps/oauth2/l10n/lt_LT.js @@ -3,12 +3,12 @@ OC.L10N.register( { "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 klientai", - "Name" : "Pavadinimas", - "Client Identifier" : "Kliento identifikatorius", - "Add client" : "Pridėti klientą", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 protokolas leidžia trečiųjų šalių programinei įrangai pasiekti šiuos jūsų duomenis: %s.", + "Name" : "Pavadinimas", "Redirection URI" : "Nukreipimo adresas", + "Client Identifier" : "Kliento identifikatorius", "Secret" : "Paslaptis", + "Add client" : "Pridėti klientą", "Add" : "Pridėti" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); |