summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/sv.js
blob: e22528090c069849efd90639e52fe80e82329b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Skriv en ny kommentar",
    "Delete comment" : "Radera kommentar",
    "Post" : "Skicka",
    "Cancel" : "Avbryt",
    "Edit comment" : "Redigera kommentar",
    "[Deleted user]" : "[Raderad användare]",
    "Comments" : "Kommentarer",
    "No other comments available" : "Inga andra kommentarer tillgängliga",
    "More comments..." : "Fler kommentarter,,,",
    "Save" : "Spara",
    "Allowed characters {count} of {max}" : "Tillåtet antal tecken {count} av {max}",
    "{count} unread comments" : "{count} olästa kommentarer",
    "Comment" : "Kommentar",
    "You commented" : "Du kommenterade",
    "%1$s commented" : "%1$s har kommenterat",
    "You commented on %2$s" : "Du kommenterade %2$s",
    "%1$s commented on %2$s" : "%1$s kommenterade på %2$s"
},
"nplurals=2; plural=(n != 1);");