summaryrefslogtreecommitdiffstats
path: root/lib/l10n/nb.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-12-05 02:30:14 +0000
committerNextcloud bot <bot@nextcloud.com>2021-12-05 02:30:14 +0000
commitf210a6a0e5852175dac0cebc24495355529bdb65 (patch)
treeafb38e013763a9ff68d44dca8838d98d9fab60ff /lib/l10n/nb.js
parent6804ba0143bcf6d08ea33cb37c977bb1dc74b8dd (diff)
downloadnextcloud-server-f210a6a0e5852175dac0cebc24495355529bdb65.tar.gz
nextcloud-server-f210a6a0e5852175dac0cebc24495355529bdb65.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/nb.js')
-rw-r--r--lib/l10n/nb.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js
index dcd6bec55bc..491ff811fc0 100644
--- a/lib/l10n/nb.js
+++ b/lib/l10n/nb.js
@@ -153,7 +153,6 @@ OC.L10N.register(
"Cannot write into \"config\" directory" : "Kan ikke skrive i \"config\"-mappen",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Dette kan vanligvis ordnes ved å gi webserveren skrivetilgang til config-mappen. Se %s",
"Cannot write into \"apps\" directory" : "Kan ikke skrive i \"apps\"-mappen",
- "Cannot create \"data\" directory" : "Kan ikke opprette \"data\"-mappe",
"This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Dette kan vanligvis ordnes ved å gi webserveren skrivetilgang til rotmappen. Se %s",
"Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Tillatelser kan vanligvis ordnes ved å gi webserveren skrivetilgang til rotmappen. Se %s.",
"Setting locale to %s failed" : "Setting av nasjonale innstillinger til %s mislyktes.",
@@ -191,6 +190,7 @@ OC.L10N.register(
"Files can’t be shared with delete permissions" : "Filer kan ikke deles med tilgang til sletting",
"Files can’t be shared with create permissions" : "Filer kan ikke deles med tilgang til opprettelse",
"Can’t set expiration date more than %s days in the future" : "Kan ikke sette utløpsdato mer enn %s dager i fremtiden",
- "Can't read file" : "Kan ikke lese fil"
+ "Can't read file" : "Kan ikke lese fil",
+ "Cannot create \"data\" directory" : "Kan ikke opprette \"data\"-mappe"
},
"nplurals=2; plural=(n != 1);");