diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:36 +0000 |
commit | b37ab132f799b3783d6d80d85f7c899f71be38c0 (patch) | |
tree | 2af142cfabeefbc349f4e1795357104700b29c8b /apps/files/l10n/nb.js | |
parent | 8bfc7fcc64e84ab8feea4d5808f61f762f84f054 (diff) | |
download | nextcloud-server-b37ab132f799b3783d6d80d85f7c899f71be38c0.tar.gz nextcloud-server-b37ab132f799b3783d6d80d85f7c899f71be38c0.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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js index 2617685c638..925702f7103 100644 --- a/apps/files/l10n/nb.js +++ b/apps/files/l10n/nb.js @@ -88,9 +88,6 @@ OC.L10N.register( "Another entry with the same name already exists." : "En annen oppføring med samme navnet finnes allerede.", "Invalid filename." : "Ugyldig filnavn.", "Renamed \"{oldName}\" to \"{newName}\"" : "Omdøpte \"{oldName}\" tl \"{newName}\"", - "Could not rename \"{oldName}\", it does not exist any more" : "Kunne ikke omdøpe \"{oldName}\", den finnes ikke lenger", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Navnet \"{newName}\" er allerede brukt i mappen \"{dir}\". Velg et annet navn.", - "Could not rename \"{oldName}\"" : "Kunne ikke omdøpe \"{oldName}\"", "Pending" : "Venter", "Clear filter" : "Tøm filter", "Modified" : "Endret", @@ -386,12 +383,13 @@ OC.L10N.register( "Filenames must not end with \"{segment}\"." : "Filnavn må ikke slutte med \"{segment}\".", "Name cannot be empty" : "Navn kan ikke være tom", "Another entry with the same name already exists" : "En annen oppføring med samme navnet finnes allerede", + "Could not rename \"{oldName}\", it does not exist any more" : "Kunne ikke omdøpe \"{oldName}\", den finnes ikke lenger", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Navnet \"{newName}\" er allerede brukt i mappen \"{dir}\". Velg et annet navn.", + "Could not rename \"{oldName}\"" : "Kunne ikke omdøpe \"{oldName}\"", "Storage informations" : "Informasjon om lagring", "Choose file" : "Velg fil", "Open the files app settings" : "Åpne Filer-appens innstillinger", "You might not have have permissions to view it, ask the sender to share it" : "Du har kanskje ikke tillatelse til å se den, be avsenderen om å dele den", - "Destination is not a folder" : "Målplassering er ikke en mappe", - "This file/folder is already in that directory" : "Denne filen/mappen er allerede i den katalogen", "The files is locked" : "Filene er låst", "Create new templates folder" : "Opprett ny malermappe", "List of favorites files and folders." : "Liste over favorittfiler og -mapper.", @@ -402,6 +400,8 @@ OC.L10N.register( "Copy direct link (only works for people who have access to this file/folder)" : "Kopier direkte lenke (fungerer bare for personer som har tilgang til denne filen / mappen)", "Favored" : "Favorittlagt", "Favor" : "Favoritt", - "Not favored" : "Ikke favorittlagt" + "Not favored" : "Ikke favorittlagt", + "Destination is not a folder" : "Målplassering er ikke en mappe", + "This file/folder is already in that directory" : "Denne filen/mappen er allerede i den katalogen" }, "nplurals=2; plural=(n != 1);"); |