nextcloud/apps/comments/l10n/nb.js

35 lines
2.0 KiB
JavaScript
Raw Normal View History

2017-03-02 19:48:52 +03:00
OC.L10N.register(
"comments",
{
2019-02-27 04:12:05 +03:00
"Comments" : "Kommentarer",
"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",
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"{file}\", i en kommentar av en bruker som siden har blitt slettet",
"{user} mentioned you in a comment on “{file}”" : "{user} nevnte deg i en kommentar på “{file}”",
"Files app plugin to add comments to files" : "Tillegg for å legge til kommentarer til filer",
2018-04-12 03:19:20 +03:00
"Edit comment" : "Rediger kommentar",
2017-03-02 19:48:52 +03:00
"Delete comment" : "Slett kommentar",
2020-10-21 05:18:44 +03:00
"No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!",
"Retry" : "Prøv igjen",
"_%n unread comment_::_%n unread comments_" : ["%n ulest kommentar","%n uleste kommentarer"],
"_1 new comment_::_{unread} new comments_" : ["[uleste] nye kommentarer","{uleste} nye kommentarer"],
"Comment" : "Kommentar",
2018-04-12 03:19:20 +03:00
"New comment …" : "Ny kommentar",
2017-03-02 19:48:52 +03:00
"Post" : "Send",
"Cancel" : "Avbryt",
"[Deleted user]" : "[Slettet bruker]",
2018-06-03 03:12:47 +03:00
"More comments …" : "Flere kommentarer …",
2017-03-02 19:48:52 +03:00
"Save" : "Lagre",
"Allowed characters {count} of {max}" : "Antall tegn tillatt {count} av {max}",
2018-03-04 04:12:42 +03:00
"Error occurred while retrieving comment with ID {id}" : "En feil oppstod under henting av kommentar med ID {id}",
2017-03-02 19:48:52 +03:00
"Error occurred while updating comment with id {id}" : "En feil oppstod under oppdatering av kommentar med id {id}",
2020-10-21 05:18:44 +03:00
"Error occurred while posting comment" : "En feil oppstod under posting av kommentar"
2017-03-02 19:48:52 +03:00
},
"nplurals=2; plural=(n != 1);");