diff options
Diffstat (limited to 'apps/comments/l10n/mk.js')
-rw-r--r-- | apps/comments/l10n/mk.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/mk.js b/apps/comments/l10n/mk.js index 3d8f14294f2..8c7e7e8fcb7 100644 --- a/apps/comments/l10n/mk.js +++ b/apps/comments/l10n/mk.js @@ -10,8 +10,6 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s коментираше на %2$s", "{author} commented on {file}" : "{author} коментираше на {file}", "<strong>Comments</strong> for files" : "<strong>Коментари</strong> за датотеки", - "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Бевте спомнати на коментар на “{file}”, од корисник кој сега е избришан", - "{user} mentioned you in a comment on “{file}”" : "{user} те спомна во коментар на датотеката “{file}”", "Files app plugin to add comments to files" : "Додади додаток за коментирање на датотеки", "Edit comment" : "Измени го коментарот", "Delete comment" : "Избриши коментар", @@ -28,6 +26,8 @@ OC.L10N.register( "Comment deleted" : "Коментарот е избришан", "An error occurred while trying to delete the comment" : "Настана грешка при обидот за бришење на коментар", "An error occurred while trying to create the comment" : "Настана грешка при обидот за креирање на коментар", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Бевте спомнати на коментар на “{file}”, од корисник кој сега е избришан", + "{user} mentioned you in a comment on “{file}”" : "{user} те спомна во коментар на датотеката “{file}”", "New comment …" : "Нов коментар ...", "Post" : "Испрати", "Cancel" : "Откажи", |