diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-17 00:19:49 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-17 00:19:49 +0000 |
commit | aa2cd0fdf4aeed948ca958cf5aa6b90a2e8b95e6 (patch) | |
tree | 56ec9269d7cdf5adefeb4b6640cecede9d57d545 /apps/files/l10n/lt_LT.js | |
parent | 666aa63b66431d47ea53ff603a1673448603deb3 (diff) | |
download | nextcloud-server-aa2cd0fdf4aeed948ca958cf5aa6b90a2e8b95e6.tar.gz nextcloud-server-aa2cd0fdf4aeed948ca958cf5aa6b90a2e8b95e6.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/lt_LT.js')
-rw-r--r-- | apps/files/l10n/lt_LT.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index 694f687289c..4f88d0b18b1 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -230,7 +230,6 @@ OC.L10N.register( "Deleted shares" : "Ištrinti viešiniai", "Pending shares" : "Laukiantys viešiniai", "This file has the tag {tag}" : "Šis failas turi žymą {tag}", - "Choose" : "Pasirinkite", - "Add" : "Pridėti" + "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);"); |