diff --git a/l10n/uk.js b/l10n/uk.js index bc250ecfb3..8ae3c5ae39 100644 --- a/l10n/uk.js +++ b/l10n/uk.js @@ -16,6 +16,7 @@ OC.L10N.register( "text document" : "текстовий документ", "{user} has mentioned you in the text document {node}" : "{user} згадав вас у текстовому документі {node}", "This file cannot be displayed as download is disabled by the share" : "Файл неможливо показати, оскільки звантаження заборонено для цього спільного ресурсу", + "No permission to access this file." : "Відсутній дозвіл на доступ до цього файлу.", "Readme" : "Readme", "Text" : "Текст", "📝 Collaborative document editing" : "Спільне редагування документів", diff --git a/l10n/uk.json b/l10n/uk.json index 90099cddcc..bf37cd488e 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -14,6 +14,7 @@ "text document" : "текстовий документ", "{user} has mentioned you in the text document {node}" : "{user} згадав вас у текстовому документі {node}", "This file cannot be displayed as download is disabled by the share" : "Файл неможливо показати, оскільки звантаження заборонено для цього спільного ресурсу", + "No permission to access this file." : "Відсутній дозвіл на доступ до цього файлу.", "Readme" : "Readme", "Text" : "Текст", "📝 Collaborative document editing" : "Спільне редагування документів",