diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:21 +0000 |
commit | ff9c3b0ee2140e7b2d0866acd7a86339c26670bb (patch) | |
tree | e2578c758d2ca9b0ad4015265b2df653d989c251 /apps/files/l10n/nb.js | |
parent | be98ea3e63d1a70615f251abfabe281c7788986d (diff) | |
download | nextcloud-server-ff9c3b0ee2140e7b2d0866acd7a86339c26670bb.tar.gz nextcloud-server-ff9c3b0ee2140e7b2d0866acd7a86339c26670bb.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/nb.js')
-rw-r--r-- | apps/files/l10n/nb.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js index a31196a7aa8..d74befbd0e5 100644 --- a/apps/files/l10n/nb.js +++ b/apps/files/l10n/nb.js @@ -274,7 +274,6 @@ OC.L10N.register( "(copy %n)" : "(kopier %n)", "Move cancelled" : "Flytt avbrutt", "A file or folder with that name already exists in this folder" : "En fil eller mappe med det navnet finnes allerede i denne mappen", - "The files is locked" : "Filene er låst", "The file does not exist anymore" : "Filen finnes ikke lenger", "Choose destination" : "Velg målplassering", "Copy to {target}" : "Copy to {target}", @@ -345,6 +344,7 @@ OC.L10N.register( "Search for an account" : "Søk etter en konto", "Choose" : "Velg", "No files or folders have been deleted yet" : "Ingen filer eller mapper er slettet enda", - "Add" : "Legg til" + "Add" : "Legg til", + "The files is locked" : "Filene er låst" }, "nplurals=2; plural=(n != 1);"); |