diff options
Diffstat (limited to 'apps/files/l10n/nb.json')
-rw-r--r-- | apps/files/l10n/nb.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json index 666811f9832..6a95107f1e6 100644 --- a/apps/files/l10n/nb.json +++ b/apps/files/l10n/nb.json @@ -295,9 +295,18 @@ "In folder" : "I mappen", "Search in folder: {folder}" : "Søk i mappen: {folder}", "One of the dropped files could not be processed" : "En av de slupne filene kunne ikke behandles", + "Your browser does not support the Filesystem API. Directories will not be uploaded" : "Nettleseren din støtter ikke Filesystem API. Kataloger vil ikke bli lastet opp.", + "No files to upload" : "Ingen filer å laste opp", + "Unable to create the directory {directory}" : "Kan ikke opprette katalogen {directory}", "Some files could not be uploaded" : "Noen filer kunne ikke lastes opp", "Files uploaded successfully" : "Filer opplastet", + "No files to process" : "Ingen filer å behandle", + "Some files could not be copied" : "Noen filer kunne ikke kopieres", "Some files could not be moved" : "Noen filer kunne ikke flyttes", + "Files copied successfully" : "Filer ble kopiert", + "Files moved successfully" : "Filer ble flyttet", + "Conflicts resolution skipped" : "Konfliktløsning hoppet over", + "Upload cancelled" : "Opplasting avbrutt", "_{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"], |