2017-03-02 11:48:52 -05:00
OC . L10N . register (
"comments" ,
{
2019-02-26 20:12:05 -05:00
"Comments" : "Kommentarer" ,
"You commented" : "Du kommenterte" ,
"{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" ,
2024-08-01 20:19:37 -04:00
"Files" : "Filer" ,
2024-02-14 19:20:01 -05:00
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Du ble nevnt på \"{file}\", i en kommentar av en konto som siden har blitt slettet" ,
2023-02-21 21:26:32 -05:00
"{user} mentioned you in a comment on \"{file}\"" : "{user} nevnte deg i en kommentar til \"{file}\"" ,
2019-02-26 20:12:05 -05:00
"Files app plugin to add comments to files" : "Tillegg for å legge til kommentarer til filer" ,
2018-04-11 20:19:20 -04:00
"Edit comment" : "Rediger kommentar" ,
2017-03-02 11:48:52 -05:00
"Delete comment" : "Slett kommentar" ,
2022-08-12 22:25:00 -04:00
"Cancel edit" : "Avbryt endring" ,
2024-02-14 19:20:01 -05:00
"New comment" : "Ny kommentar" ,
2022-08-12 22:25:00 -04:00
"Post comment" : "Send kommentar" ,
2024-02-14 19:20:01 -05:00
"@ for mentions, : for emoji, / for smart picker" : "@ for nevner, : for emoji, / for smartvelger" ,
"Could not reload comments" : "Kunne ikke laste inn kommentarene på nytt" ,
2025-02-26 19:22:16 -05:00
"Failed to mark comments as read" : "Markering av kommentarer som lest feilet" ,
"Unable to load the comments list" : "Kan ikke laste inn kommentarlisten" ,
2020-10-20 22:18:44 -04:00
"No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!" ,
2022-08-12 22:25:00 -04:00
"No more messages" : "Ingen flere meldinger" ,
2020-10-20 22:18:44 -04:00
"Retry" : "Prøv igjen" ,
2024-09-11 20:20:20 -04:00
"_1 new comment_::_{unread} new comments_" : [ "[uleste] nye kommentarer" , "{unread} nye kommentarer" ] ,
2020-10-20 22:18:44 -04:00
"Comment" : "Kommentar" ,
2023-02-21 21:26:32 -05:00
"An error occurred while trying to edit the comment" : "Det oppsto en feil under forsøk på å redigere kommentaren" ,
2022-08-12 22:25:00 -04:00
"Comment deleted" : "Kommentar slettet" ,
2023-02-21 21:26:32 -05:00
"An error occurred while trying to delete the comment" : "Det oppsto en feil under forsøk på å slette kommentaren" ,
2025-10-02 20:14:33 -04:00
"An error occurred while trying to create the comment" : "Det oppsto en feil under forsøket på å opprette kommentaren" ,
"Write a comment …" : "Skriv en kommentar..."
2017-03-02 11:48:52 -05:00
} ,
"nplurals=2; plural=(n != 1);" ) ;