diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/sv.js | 7 | ||||
-rw-r--r-- | apps/comments/l10n/sv.json | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/comments/l10n/sv.js b/apps/comments/l10n/sv.js index 05584dd5cee..ecb75a30b0d 100644 --- a/apps/comments/l10n/sv.js +++ b/apps/comments/l10n/sv.js @@ -15,12 +15,19 @@ OC.L10N.register( "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", "New comment …" : "Ny kommentar ...", "Post" : "Skicka", "Cancel" : "Avbryt", diff --git a/apps/comments/l10n/sv.json b/apps/comments/l10n/sv.json index 462c5287f43..1ad4f5fc697 100644 --- a/apps/comments/l10n/sv.json +++ b/apps/comments/l10n/sv.json @@ -13,12 +13,19 @@ "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", "New comment …" : "Ny kommentar ...", "Post" : "Skicka", "Cancel" : "Avbryt", |