diff --git a/l10n/ru.js b/l10n/ru.js index 2945a40..1e9a4af 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -4,6 +4,7 @@ OC.L10N.register( "Forms" : "Формы", "A forms app, similar to Google Forms." : "Приложени форм, похожее на Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Приложение форм, похожее на Google Forms с возможностью ограничения доступа.", + "New form" : "Новая форма", "Delete form" : "Удалить форму", "Cannot copy, please copy the link manually" : "Не удалось скопировать, выполните копирование вручную", "Copy to clipboard" : "Копировать в буфер обмена", diff --git a/l10n/ru.json b/l10n/ru.json index 6f2226b..d934078 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -2,6 +2,7 @@ "Forms" : "Формы", "A forms app, similar to Google Forms." : "Приложени форм, похожее на Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Приложение форм, похожее на Google Forms с возможностью ограничения доступа.", + "New form" : "Новая форма", "Delete form" : "Удалить форму", "Cannot copy, please copy the link manually" : "Не удалось скопировать, выполните копирование вручную", "Copy to clipboard" : "Копировать в буфер обмена",