diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/uk.js | 4 | ||||
-rw-r--r-- | apps/comments/l10n/uk.json | 4 |
2 files changed, 4 insertions, 4 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}\"", diff --git a/apps/comments/l10n/uk.json b/apps/comments/l10n/uk.json index 48deb434490..17b5710be00 100644 --- a/apps/comments/l10n/uk.json +++ b/apps/comments/l10n/uk.json @@ -1,11 +1,11 @@ { "translations": { "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}\"", |