aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/nb.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/nb.js')
-rw-r--r--apps/files/l10n/nb.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js
index c80af3781ce..ad344dee0b2 100644
--- a/apps/files/l10n/nb.js
+++ b/apps/files/l10n/nb.js
@@ -294,11 +294,8 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Denne mappen er utilgjengelig. Sjekk loggene eller kontakt administrator",
"Storage is temporarily not available" : "Lagring er midlertidig utilgjengelig",
"Unexpected error: {error}" : "Uventet feil: {error}",
- "_{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",
+ "_%n file_::_%n files_" : ["%n fil","%n filer"],
+ "_%n folder_::_%n folders_" : ["%n mappe","%n mapper"],
"Filename must not be empty." : "Filnavn kan ikke være tomt.",
"\"{char}\" is not allowed inside a filename." : "\"{char}\" er ikke tillatt i et filnavn.",
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" er et reservert navn og ikke tillatt for filnavn.",
@@ -372,8 +369,6 @@ OC.L10N.register(
"Error deleting file \"{fileName}\"." : "Feil ved sletting av fil \"{fileName}\".",
"No search results in other folders for {tag}{filter}{endtag}" : "Ingen søkeresultater i andre mapper etter {tag}{filter}{endtag}",
"Enter more than two characters to search in other folders" : "Tast inn mer enn to tegn for å lete i andre mapper",
- "_%n folder_::_%n folders_" : ["%n mappe","%n mapper"],
- "_%n file_::_%n files_" : ["%n fil","%n filer"],
"{dirs} and {files}" : "{dirs} og {files}",
"_including %n hidden_::_including %n hidden_" : ["Inkludert %n skjult","Inkludert %n skjulte"],
"You do not have permission to upload or create files here" : "Du har ikke tilgang til å laste opp eller opprette filer her",
@@ -412,6 +407,11 @@ OC.L10N.register(
"Edit file locally" : "Rediger fil lokalt",
"Edit online" : "Rediger på nett",
"Create new templates folder" : "Opprett ny malermappe",
+ "_{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",
"List of favorites files and folders." : "Liste over favorittfiler og -mapper.",
"Personal Files" : "Personlige filer",
"Text file" : "Tekstfil",