diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:39 +0000 |
commit | 45a20b61790eeb181aec382dc22c6711ca90624b (patch) | |
tree | ecacee40a7ee4fe264afaf59d8df7d5c1b6d7be0 /apps/files/l10n/is.js | |
parent | def0b05c449119d29664bf9c9e319de3ac341840 (diff) | |
download | nextcloud-server-45a20b61790eeb181aec382dc22c6711ca90624b.tar.gz nextcloud-server-45a20b61790eeb181aec382dc22c6711ca90624b.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/is.js')
-rw-r--r-- | apps/files/l10n/is.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js index aa69acbdbc0..b0c28570fe1 100644 --- a/apps/files/l10n/is.js +++ b/apps/files/l10n/is.js @@ -250,7 +250,6 @@ OC.L10N.register( "This file/folder is already in that directory" : "Þessi skrá/mappa er þegar í þessari möppu", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Þú getur ekki flutt skrá/möppu inn í sjálfa sig eða inni í undirmöppu af sjálfri sér", "A file or folder with that name already exists in this folder" : "Skrá eða mappa með þessu heiti er þegar til staðar í þessari möppu", - "The files is locked" : "Skráin er læst", "The file does not exist anymore" : "Skráin er ekki lengur til", "Copy to {target}" : "Afrita í {target}", "Move to {target}" : "Færa í {target}", @@ -313,6 +312,7 @@ OC.L10N.register( "Search for an account" : "Leita að notandaaðgangi", "Choose" : "Velja", "No files or folders have been deleted yet" : "Engum skrám eða möppum hefur enn verið eytt", - "Add" : "Bæta við" + "Add" : "Bæta við", + "The files is locked" : "Skráin er læst" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); |