diff options
Diffstat (limited to 'apps/files/l10n/lt_LT.js')
-rw-r--r-- | apps/files/l10n/lt_LT.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index 28cec080831..311a76d5de8 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -101,7 +101,6 @@ OC.L10N.register( "Create new folder" : "Sukurti naują aplanką", "Upload file" : "Įkelti failą", "Recent" : "Paskiausiai naudoti", - "This file has the tag {tag}" : "Šis failas turi žymą {tag}", "Not favorited" : "Nepažymėtas mėgstamu", "Remove from favorites" : "Šalinti iš mėgstamų", "Add to favorites" : "Pridėti į mėgstamus", @@ -223,6 +222,7 @@ OC.L10N.register( "Shared with you" : "Bendrinama su jumis", "Deleted shares" : "Ištrinti viešiniai", "Pending shares" : "Laukiantys viešiniai", + "This file has the tag {tag}" : "Šis failas turi žymą {tag}", "Choose" : "Pasirinkite" }, "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);"); |