diff options
Diffstat (limited to 'apps/comments/l10n/uk.js')
-rw-r--r-- | apps/comments/l10n/uk.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/uk.js b/apps/comments/l10n/uk.js index 8695d12715e..16afe2b9115 100644 --- a/apps/comments/l10n/uk.js +++ b/apps/comments/l10n/uk.js @@ -3,11 +3,11 @@ OC.L10N.register( { "Comments" : "Коментарі", "You commented" : "Ви прокоментували", - "{author} commented" : "{author} прокоментував", + "{author} commented" : "{author} прокоментував(-ла)", "You commented on %1$s" : "Ви прокоментували на %1$s", "You commented on {file}" : "Ви прокоментували {file}", "%1$s commented on %2$s" : "%1$s прокоментовано у %2$s", - "{author} commented on {file}" : "{author} прокоментував {file}", + "{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}\"", |