diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-07-18 00:12:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-07-18 00:12:04 +0000 |
commit | ad9b458c7437e20be7d5a93ce383effe354bfeba (patch) | |
tree | 1084a3e75df8e9309ec2fc2f69d651c86fe4cd92 /apps/files/l10n/lt_LT.js | |
parent | 81148e64f85a912a18929d222d96543f92bcaa75 (diff) | |
download | nextcloud-server-ad9b458c7437e20be7d5a93ce383effe354bfeba.tar.gz nextcloud-server-ad9b458c7437e20be7d5a93ce383effe354bfeba.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/lt_LT.js')
-rw-r--r-- | apps/files/l10n/lt_LT.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index 58c5b2b49bc..857ce7467fb 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -6,13 +6,13 @@ OC.L10N.register( "Unknown error" : "Nežinoma klaida", "All files" : "Visi", "Recent" : "Naujausi", + "Favorites" : "Svarbūs", "File could not be found" : "Nepavyko rasti rinkmenos", "Move or copy" : "Kopijuoti/Perkelti", "Download" : "Atsisiųsti", "Delete" : "Ištrinti", "Home" : "Pagrindinis", "Close" : "Užverti", - "Favorites" : "Svarbūs", "Could not create folder \"{dir}\"" : "Nepavyko sukurti aplanko \"{dir}\"", "Upload cancelled." : "Įkėlimo atsisakyta.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nepavyksta įkelti {filename}, nes tai yra katalogas arba šio failo dydis yra 0 baitų", @@ -132,13 +132,13 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Bandomų įkelti failų dydis viršija maksimalų, šiame serveryje leidžiamų įkelti failų dydį.", "No favorites yet" : "Aplankas tuščias", "Files and folders you mark as favorite will show up here" : "Čia rodomi svarbūs duomenys", - "Shared with you" : "Gauti", - "Shared with others" : "Išsiųsti", - "Shared by link" : "Išsiųsti per nuorodą", "Tags" : "Žymės", "Deleted files" : "Ištrinti", "Text file" : "Tekstinis failas", "New text file.txt" : "Naujas tekstinis failas.txt", - "Move" : "Perkelti" + "Move" : "Perkelti", + "Shared with you" : "Gauti", + "Shared with others" : "Išsiųsti", + "Shared by link" : "Išsiųsti per nuorodą" }, "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);"); |