diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-08-22 00:08:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-08-22 00:08:20 +0000 |
commit | ae0789ef433adad73bdf77c57b8ead5616ed99fe (patch) | |
tree | 07f59ebd831e111e6ba30b7720e1a12e85efce99 /apps/files_external/l10n/lt_LT.js | |
parent | e881e016208c2dcbf0d8f725cc29aad6247852b2 (diff) | |
download | nextcloud-server-ae0789ef433adad73bdf77c57b8ead5616ed99fe.tar.gz nextcloud-server-ae0789ef433adad73bdf77c57b8ead5616ed99fe.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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_external/l10n/lt_LT.js b/apps/files_external/l10n/lt_LT.js index e44cb58660a..33004ff5787 100644 --- a/apps/files_external/l10n/lt_LT.js +++ b/apps/files_external/l10n/lt_LT.js @@ -1,10 +1,7 @@ OC.L10N.register( "files_external", { - "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", - "Google Drive App Configuration" : "Google disko programėlės konfigūracija", "Personal" : "Asmeniniai", "System" : "Sistema", "Grant access" : "Suteikti prieigą", @@ -83,7 +80,6 @@ OC.L10N.register( "FTP" : "FTP", "Host" : "Domenas", "Secure ftps://" : "Saugus ftps://", - "Google Drive" : "Google diskas", "Local" : "Vietinis", "Location" : "Vieta", "Nextcloud" : "Nextcloud", @@ -124,9 +120,13 @@ OC.L10N.register( "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.", + "Step 1 failed. Exception: %s" : "Žingsnis 1 nepavyko. Išimtis: %s", + "Step 2 failed. Exception: %s" : "Žingsnis 2 nepavyko. Išimtis: %s", "Dropbox App Configuration" : "Dropbox programinės įrangos konfigūravimas", + "Google Drive App Configuration" : "Google disko programėlės konfigūracija", "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\"", - "Dropbox" : "Dropbox" + "Dropbox" : "Dropbox", + "Google Drive" : "Google diskas" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); |