diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-04 00:06:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-04 00:06:56 +0000 |
commit | 14d226dc33d5ad6965f1d01197832abf83a0eeed (patch) | |
tree | cfc46d8bede2f9ef74ce586220f0b238ebdbd6c8 /apps/files/l10n/lt_LT.js | |
parent | 657c8da81121b272deb29a25f920280a1dc521bc (diff) | |
download | nextcloud-server-14d226dc33d5ad6965f1d01197832abf83a0eeed.tar.gz nextcloud-server-14d226dc33d5ad6965f1d01197832abf83a0eeed.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/lt_LT.js')
-rw-r--r-- | apps/files/l10n/lt_LT.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index 492c0f5cacc..c60217022cf 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -77,7 +77,6 @@ OC.L10N.register( "Favorite" : "Mėgiamas", "Folder" : "Katalogas", "New folder" : "Naujas aplankas", - "{newname} already exists" : "{newname} jau egzistuoja", "Upload" : "Įkelti", "An error occurred while trying to update the tags" : "Bandant atnaujinti žymes įvyko klaida", "A new file or folder has been <strong>created</strong>" : "Naujas failas ar aplankas buvo <strong>sukurtas</strong>", @@ -115,6 +114,7 @@ OC.L10N.register( "No favorites" : "Nėra mėgstamiausių", "Files and folders you mark as favorite will show up here" : "Failai ir aplankai, kuriuos pažymite mėgstamais, atsiras čia", "Text file" : "Teksto failas", - "New text file.txt" : "Naujas tekstas file.txt" + "New text file.txt" : "Naujas tekstas file.txt", + "{newname} already exists" : "{newname} jau egzistuoja" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); |