diff options
Diffstat (limited to 'apps/files/l10n/nb.js')
-rw-r--r-- | apps/files/l10n/nb.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js index cd928970711..401ed587b87 100644 --- a/apps/files/l10n/nb.js +++ b/apps/files/l10n/nb.js @@ -174,15 +174,13 @@ OC.L10N.register( "Personal files" : "Personlige filer", "Sort favorites first" : "Sorter favoritter først", "Sort folders before files" : "Sorter mapper før filer", + "Enable folder tree" : "Aktiver mappetre", "Show hidden files" : "Vis skjulte filer", "Crop image previews" : "Beskjær forhåndsvisninger av bilder", - "Enable folder tree" : "Aktiver mappetre", "Additional settings" : "Flere innstillinger", "WebDAV" : "WebDAV", "WebDAV URL" : "WebDAV URL", "Copy to clipboard" : "Kopiert til utklippstavlen", - "Use this address to access your Files via WebDAV" : "Bruk denne adressen for tilgang til filene dine via WebDAV", - "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Hvis du har aktivert 2FA, må du opprette og bruke et nytt app-passord ved å klikke her.", "Keyboard shortcuts" : "Tastatursnarveier", "Speed up your Files experience with these quick shortcuts." : "Jobb raskere med filer ved å bruke disse hurtigtastene.", "Open the actions menu for a file" : "Åpner handlingsmenyen for en fil", @@ -313,7 +311,6 @@ OC.L10N.register( "No favorites yet" : "Ingen favoritter enda", "Files and folders you mark as favorite will show up here" : "Filer og mapper som du gjør til favoritter vises her", "List of your files and folders." : "Liste over dine filer og mapper.", - "All folders" : "Alle mapper", "List of your files and folders that are not shared." : "Liste over dine filer og mapper som ikke er delt.", "No personal files found" : "Ingen personlige filer funnet", "Files that are not shared will show up here." : "Filer som ikke er delt vil vises her.", @@ -407,11 +404,14 @@ OC.L10N.register( "Submitting fields…" : "Sender inn felt...", "Filter filenames…" : "Filtrer filnavn...", "Enable the grid view" : "Aktiver rutenettvisningen", + "Use this address to access your Files via WebDAV" : "Bruk denne adressen for tilgang til filene dine via WebDAV", + "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Hvis du har aktivert 2FA, må du opprette og bruke et nytt app-passord ved å klikke her.", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappe","{folderCount} mapper"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil og {folderCount} mappe","1 fil og {folderCount} mapper"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fil og 1 mappe","{fileCount} filer og 1 mappe"], "{fileCount} files and {folderCount} folders" : "{fileCount} filer og {folderCount} mapper", + "All folders" : "Alle mapper", "Personal Files" : "Personlige filer", "Text file" : "Tekstfil", "New text file.txt" : "Ny tekstfil.txt" |