summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/sv.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/sv.js')
-rw-r--r--apps/comments/l10n/sv.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/comments/l10n/sv.js b/apps/comments/l10n/sv.js
index b64ad9e8173..e22528090c0 100644
--- a/apps/comments/l10n/sv.js
+++ b/apps/comments/l10n/sv.js
@@ -1,22 +1,22 @@
OC.L10N.register(
"comments",
{
- "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",
- "Comments" : "Kommentarer",
"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"
+ "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);");