aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/nb_NO.js
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2022-01-09 22:01:52 +0100
committerrakekniven <2069590+rakekniven@users.noreply.github.com>2022-01-09 22:01:52 +0100
commita47d23c1e4b1493b9867878e27a2a3c40562be77 (patch)
treed254de61838583629e0b101bae5dcfda893c87d4 /apps/comments/l10n/nb_NO.js
parent9824104de5532fc2f1b71f7afdc1efd827bd1117 (diff)
downloadnextcloud-server-a47d23c1e4b1493b9867878e27a2a3c40562be77.tar.gz
nextcloud-server-a47d23c1e4b1493b9867878e27a2a3c40562be77.zip
Removed obselete language files
Those files are remnants of old languages after renaming, mapping or deleting. Fix for #30501 Related to https://github.com/nextcloud/docker-ci/issues/341
Diffstat (limited to 'apps/comments/l10n/nb_NO.js')
-rw-r--r--apps/comments/l10n/nb_NO.js39
1 files changed, 0 insertions, 39 deletions
diff --git a/apps/comments/l10n/nb_NO.js b/apps/comments/l10n/nb_NO.js
deleted file mode 100644
index d6ac9a2b7b6..00000000000
--- a/apps/comments/l10n/nb_NO.js
+++ /dev/null
@@ -1,39 +0,0 @@
-OC.L10N.register(
- "comments",
- {
- "Comments" : "Kommentarer",
- "Unknown user" : "Ukjent bruker",
- "New comment …" : "Ny kommentar",
- "Delete comment" : "Slett kommentar",
- "Post" : "Send",
- "Cancel" : "Avbryt",
- "Edit comment" : "Rediger kommentar",
- "[Deleted user]" : "[Slettet bruker]",
- "No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!",
- "More comments …" : "Flere kommentarer..",
- "Save" : "Lagre",
- "Allowed characters {count} of {max}" : "Antall tegn tillatt {count} av {max}",
- "Error occurred while retrieving comment with id {id}" : "En feil oppstod under henting av kommentar med id {id}",
- "Error occurred while updating comment with id {id}" : "En feil oppstod under oppdatering av kommentar med id {id}",
- "Error occurred while posting comment" : "En feil oppstod under posting av kommentar",
- "_%n unread comment_::_%n unread comments_" : ["%n ulest kommentar","%n uleste kommentarer"],
- "Comment" : "Kommentar",
- "You commented" : "Du kommenterte",
- "%1$s commented" : "%1$s kommentert",
- "{author} commented" : "{author} kommenterte",
- "You commented on %1$s" : "Du kommenterte på %1$s",
- "You commented on {file}" : "Du kommenterte på {file}",
- "%1$s commented on %2$s" : "%1$s kommenterte %2$s",
- "{author} commented on {file}" : "{author} kommenterte på {file}",
- "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer",
- "A (now) deleted user mentioned you in a comment on “%s”" : "En (now) slettet bruker nevnte deg i en kommentar til “%s”",
- "A (now) deleted user mentioned you in a comment on “{file}”" : "A (now) slettet bruker nevnte deg i en kommentar til “{file}”",
- "%1$s mentioned you in a comment on “%2$s”" : "%1$s nevnte deg i en kommentar på “%2$s”",
- "{user} mentioned you in a comment on “{file}”" : "{user} nevnte deg i en kommentar på “{file}”",
- "Type in a new comment..." : "Skriv inn en ny kommentar...",
- "No other comments available" : "Ingen andre kommentarer tilgjengelig",
- "More comments..." : "Flere kommentarer..",
- "{count} unread comments" : "{count} uleste kommentarer",
- "You commented on %2$s" : "Du kommenterte til %2$s"
-},
-"nplurals=2; plural=(n != 1);");