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/files_external/l10n/lt_LT.js | |
parent | fff192f78fa9672648ffb1226b682e685f784c5a (diff) | |
download | nextcloud-server-0ceb06fde5d9052285f636d5d9d4329e68d04a0a.tar.gz nextcloud-server-0ceb06fde5d9052285f636d5d9d4329e68d04a0a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/lt_LT.js')
-rw-r--r-- | apps/files_external/l10n/lt_LT.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_external/l10n/lt_LT.js b/apps/files_external/l10n/lt_LT.js index ce701ba8d6d..e44cb58660a 100644 --- a/apps/files_external/l10n/lt_LT.js +++ b/apps/files_external/l10n/lt_LT.js @@ -1,18 +1,15 @@ OC.L10N.register( "files_external", { - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Užklausos prieigos raktų gavimas nepavyko. Įsitikinkite, kad jūsų programėlės raktas ir paslaptis yra teisingi.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Prieigos raktas negautas. Patikrinkite ar trečiųjų šalių programinės įrangos identifikacijos numeris ir slaptažodis yra teisingi.", - "Please provide a valid app key and secret." : "Prašome naudoti teisingus trečiųjų šalių programinės įrangos identifikacijos numerį ir slaptažodį.", "Step 1 failed. Exception: %s" : "Žingsnis 1 nepavyko. Išimtis: %s", "Step 2 failed. Exception: %s" : "Žingsnis 2 nepavyko. Išimtis: %s", "External storages" : "Išorinės saugyklos", - "Dropbox App Configuration" : "Dropbox programinės įrangos konfigūravimas", "Google Drive App Configuration" : "Google disko programėlės konfigūracija", "Personal" : "Asmeniniai", "System" : "Sistema", "Grant access" : "Suteikti prieigą", "Error configuring OAuth1" : "Klaida, konfigūruojant OAuth1", + "Please provide a valid app key and secret." : "Prašome naudoti teisingus trečiųjų šalių programinės įrangos identifikacijos numerį ir slaptažodį.", "Error configuring OAuth2" : "Klaida, konfigūruojant OAuth2", "Generate keys" : "Sukurti raktus", "Error generating key pair" : "Klaida kuriant raktus", @@ -83,7 +80,6 @@ OC.L10N.register( "URL" : "URL", "Remote subfolder" : "Nuotolinis poaplankis", "Secure https://" : "Saugus https://", - "Dropbox" : "Dropbox", "FTP" : "FTP", "Host" : "Domenas", "Secure ftps://" : "Saugus ftps://", @@ -126,7 +122,11 @@ OC.L10N.register( "Delete" : "Ištrinti", "Allow users to mount external storage" : "Leisti naudotojams prijungti išorines saugyklas", "Allow users to mount the following external storage" : "Leisti naudotojams prijungti šias išorines saugyklas", + "Fetching request tokens failed. Verify that your app key and secret are correct." : "Užklausos prieigos raktų gavimas nepavyko. Įsitikinkite, kad jūsų programėlės raktas ir paslaptis yra teisingi.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Prieigos raktas negautas. Patikrinkite ar trečiųjų šalių programinės įrangos identifikacijos numeris ir slaptažodis yra teisingi.", + "Dropbox App Configuration" : "Dropbox programinės įrangos konfigūravimas", "Storage with id \"%i\" not found" : "Nerasta saugykla su identifikacijos numeriu \"%i\"", - "Storage with id \"%i\" is not user editable" : "Naudotojai negali redaguoti saugyklos identifikuotos kaip \"%i\"" + "Storage with id \"%i\" is not user editable" : "Naudotojai negali redaguoti saugyklos identifikuotos kaip \"%i\"", + "Dropbox" : "Dropbox" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); |