diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-04-04 00:13:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-04-04 00:13:21 +0000 |
commit | 845fd2dd5a8700131494de8c7ebc66ebef097821 (patch) | |
tree | 22215f0d59bba059482a409eaaded25ae810620a /apps/comments/l10n/sv.js | |
parent | 3dde4b014cd51f03e9566ede9c208fb518ccb8e8 (diff) | |
download | nextcloud-server-845fd2dd5a8700131494de8c7ebc66ebef097821.tar.gz nextcloud-server-845fd2dd5a8700131494de8c7ebc66ebef097821.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/sv.js')
-rw-r--r-- | apps/comments/l10n/sv.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/comments/l10n/sv.js b/apps/comments/l10n/sv.js index 45159653f23..8b23944007e 100644 --- a/apps/comments/l10n/sv.js +++ b/apps/comments/l10n/sv.js @@ -12,6 +12,7 @@ OC.L10N.register( "<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 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}\"", + "Files app plugin to add comments to files" : "Filapp-plugin för att lägga till kommentarer till filer", "Edit comment" : "Redigera kommentar", "Delete comment" : "Radera kommentar", "New comment …" : "Ny kommentar ...", @@ -26,6 +27,7 @@ OC.L10N.register( "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"], + "_1 new comment_::_{unread} new comments_" : ["1 ny kommentar","{unread} nya kommentarer"], "Comment" : "Kommentar", "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s nämnde dig i en kommentar på “%2$s”" |