Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/sv.js')
-rw-r--r--apps/comments/l10n/sv.js22
1 files changed, 11 insertions, 11 deletions
diff --git a/apps/comments/l10n/sv.js b/apps/comments/l10n/sv.js
index 632b423de6d..45159653f23 100644
--- a/apps/comments/l10n/sv.js
+++ b/apps/comments/l10n/sv.js
@@ -1,13 +1,23 @@
OC.L10N.register(
"comments",
{
+ "Comments" : "Kommentarer",
+ "You commented" : "Du kommenterade",
+ "%1$s commented" : "%1$s kommenterade",
+ "{author} commented" : "{author} kommenterade",
+ "You commented on %1$s" : "Du kommenterade på %1$s",
+ "You commented on {file}" : "Du kommenterade på {file}",
+ "%1$s commented on %2$s" : "%1$s kommenterade på %2$s",
+ "{author} commented on {file}" : "{author} kommenterade på {file}",
+ "<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}\"",
"Edit comment" : "Redigera kommentar",
"Delete comment" : "Radera kommentar",
"New comment …" : "Ny kommentar ...",
"Post" : "Skicka",
"Cancel" : "Avbryt",
"[Deleted user]" : "[Raderad användare]",
- "Comments" : "Kommentarer",
"No comments yet, start the conversation!" : "Inga kommentarer ännu.",
"More comments …" : "Fler kommentarer ...",
"Save" : "Spara",
@@ -17,16 +27,6 @@ OC.L10N.register(
"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"],
"Comment" : "Kommentar",
- "You commented" : "Du kommenterade",
- "%1$s commented" : "%1$s kommenterade",
- "{author} commented" : "{author} kommenterade",
- "You commented on %1$s" : "Du kommenterade på %1$s",
- "You commented on {file}" : "Du kommenterade på {file}",
- "%1$s commented on %2$s" : "%1$s kommenterade på %2$s",
- "{author} commented on {file}" : "{author} kommenterade på {file}",
- "<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}\"",
"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”"
},