diff --git a/l10n/ru.js b/l10n/ru.js index 8d2ae4d..834d94b 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -10,6 +10,7 @@ OC.L10N.register( "You can not write to a folder" : "Вы не можете записать в каталог", "Could not write to file." : "Не удалось записать в файл.", "Insufficient permissions" : "Недостаточно прав доступа", + "The required folder was not found" : "Нужная папка не найдена", "Saving..." : "Сохранение…", "Auto" : "Автоматически", "Dark" : "Тёмное", diff --git a/l10n/ru.json b/l10n/ru.json index 4b61e4e..8d3da78 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -8,6 +8,7 @@ "You can not write to a folder" : "Вы не можете записать в каталог", "Could not write to file." : "Не удалось записать в файл.", "Insufficient permissions" : "Недостаточно прав доступа", + "The required folder was not found" : "Нужная папка не найдена", "Saving..." : "Сохранение…", "Auto" : "Автоматически", "Dark" : "Тёмное",