diff options
Diffstat (limited to 'apps/comments/l10n/sv.js')
-rw-r--r-- | apps/comments/l10n/sv.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/comments/l10n/sv.js b/apps/comments/l10n/sv.js index 8f85040ad7f..b46ebf005fe 100644 --- a/apps/comments/l10n/sv.js +++ b/apps/comments/l10n/sv.js @@ -32,6 +32,7 @@ OC.L10N.register( "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 har nämnts i \"{file}\", i en kommentar av en användare som sedan har blivit borttagen", - "_%n unread comment_::_%n unread comments_" : ["%n oläst kommentar","%n olästa kommentarer"] + "_%n unread comment_::_%n unread comments_" : ["%n oläst kommentar","%n olästa kommentarer"], + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" för omnämnanden, \":\" för emoji, \"/\" för smart picker" }, "nplurals=2; plural=(n != 1);"); |