Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sv.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8283124943aec66603bca99940a10affd770c967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
OC.L10N.register(
    "comments",
    {
    "Comments" : "Kommentarer",
    "You commented" : "Du kommenterade",
    "%1$s commented" : "%1$s kommenterade",
    "{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",
    "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Du har nämnts i  \"{file}\", i en kommentar av en användare som sedan har blivit borttagen",
    "{user} mentioned you in a comment on \"{file}\"" : "{user} nämnde dig i kommentar för \"{file}\"",
    "Files app plugin to add comments to files" : "Filer-appinsticksmodul för att lägga till kommentarer till filer",
    "Edit comment" : "Redigera kommentar",
    "Delete comment" : "Ta bort kommentar",
    "Cancel edit" : "Avbryt redigering",
    "Post comment" : "Publicera kommentar",
    "No comments yet, start the conversation!" : "Inga kommentarer ännu.",
    "No more messages" : "Inga fler meddelanden",
    "Retry" : "Försök igen",
    "Unable to load the comments list" : "Det gick inte att ladda kommentarlistan",
    "_%n unread comment_::_%n unread comments_" : ["%n oläst kommentar","%n olästa kommentarer"],
    "_1 new comment_::_{unread} new comments_" : ["1 ny kommentar","{unread} nya kommentarer"],
    "Comment" : "Kommentar",
    "An error occurred while trying to edit the comment" : "Ett fel uppstod när du försökte redigera kommentaren",
    "Comment deleted" : "Kommentar borttagen",
    "An error occurred while trying to delete the comment" : "Ett fel uppstod när du försökte ta bort kommentaren",
    "An error occurred while trying to create the comment" : "Ett fel uppstod när du försökte skapa kommentaren",
    "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",
    "{user} mentioned you in a comment on “{file}”" : "{user} nämnde dig i en kommentar på \"{file}\""
},
"nplurals=2; plural=(n != 1);");