diff options
Diffstat (limited to 'apps/comments/l10n/bg.js')
-rw-r--r-- | apps/comments/l10n/bg.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/l10n/bg.js b/apps/comments/l10n/bg.js index 4105c7c2399..e4191d21293 100644 --- a/apps/comments/l10n/bg.js +++ b/apps/comments/l10n/bg.js @@ -9,7 +9,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" : "Редактирай коментра", @@ -26,6 +25,7 @@ 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}”, в коментар от потребител, който вече е изтрит", "_%n unread comment_::_%n unread comments_" : ["%n непрочетен коментар","%n непрочетени коментари"] }, "nplurals=2; plural=(n != 1);"); |