2016-02-17 09:56:11 +03:00
OC . L10N . register (
"comments" ,
{
2016-12-28 04:07:41 +03:00
"Comments" : "Kommentarer" ,
"New comment …" : "Ny kommentar ..." ,
2016-02-25 09:58:06 +03:00
"Delete comment" : "Radera kommentar" ,
"Post" : "Skicka" ,
2016-02-17 09:56:11 +03:00
"Cancel" : "Avbryt" ,
2016-02-25 09:58:06 +03:00
"Edit comment" : "Redigera kommentar" ,
"[Deleted user]" : "[Raderad användare]" ,
2017-01-09 11:24:58 +03:00
"No comments yet, start the conversation!" : "Inga kommentarer ännu." ,
2016-12-28 04:07:41 +03:00
"More comments …" : "Fler kommentarer ..." ,
2016-02-17 09:56:11 +03:00
"Save" : "Spara" ,
2017-01-09 11:24:58 +03:00
"Allowed characters {count} of {max}" : "Antal tillåtna tecken, {count} av {max}" ,
2016-12-28 04:07:41 +03:00
"Error occurred while updating comment with id {id}" : "Fel inträffade vid uppdatering av kommentar med id {id}" ,
"Error occurred while posting comment" : "Fel inträffade vid publicering av kommentar" ,
"_%n unread comment_::_%n unread comments_" : [ "%n oläst kommentar" , "%n olästa kommentarer" ] ,
2016-05-10 10:30:51 +03:00
"Comment" : "Kommentar" ,
"You commented" : "Du kommenterade" ,
2017-01-09 11:24:58 +03:00
"%1$s commented" : "%1$s kommenterade" ,
2016-12-28 04:07:41 +03:00
"{author} commented" : "{author} kommenterade" ,
"You commented on %1$s" : "Du kommenterade på %1$s" ,
"You commented on {file}" : "Du kommenterade på {file}" ,
"%1$s commented on %2$s" : "%1$s kommenterade på %2$s" ,
"{author} commented on {file}" : "{author} kommenterade på {file}" ,
"<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> för filer" ,
2018-02-05 04:10:41 +03:00
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du nämndes på “%s” i en kommentar av en användare som nu har tagits bort" ,
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du nämndes på “{file}” i en kommentar av en användare som nu har tagits bort" ,
2016-12-28 04:07:41 +03:00
"%1$s mentioned you in a comment on “%2$s”" : "%1$s nämnde dig i en kommentar på “%2$s”" ,
2017-11-28 04:10:05 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} nämnde dig i en kommentar på \"{file}\"" ,
2018-01-04 12:48:45 +03:00
"Unknown user" : "Okänd användare" ,
2017-11-28 04:10:05 +03:00
"A (now) deleted user mentioned you in a comment on “%s”" : "En (nu) raderad användare nämnde dig i en kommentar på \"%s\"" ,
"A (now) deleted user mentioned you in a comment on “{file}”" : "En (nu) raderad användare nämnde dig i en kommentar på \"{file}\""
2016-02-17 09:56:11 +03:00
} ,
"nplurals=2; plural=(n != 1);" ) ;