From: Dan Brown Date: Fri, 27 Dec 2019 16:40:13 +0000 (+0000) Subject: New translations common.php (Russian) X-Git-Tag: v0.28.0~1^2~18^2~17 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/b44c27ba811806d035bf9a5b7b6f7bfad3d52250 New translations common.php (Russian) --- diff --git a/resources/lang/ru/common.php b/resources/lang/ru/common.php index 9ead2736a..cd6661d57 100644 --- a/resources/lang/ru/common.php +++ b/resources/lang/ru/common.php @@ -38,6 +38,7 @@ return [ 'reset' => 'Сбросить', 'remove' => 'Удалить', 'add' => 'Добавить', + 'fullscreen' => 'Fullscreen', // Sort Options 'sort_options' => 'Параметры сортировки', @@ -72,5 +73,5 @@ return [ // Email Content 'email_action_help' => 'Если у вас возникли проблемы с нажатием кнопки \':actionText\', то скопируйте и вставьте указанный URL-адрес в свой веб-браузер:', - 'email_rights' => 'Все права зарезервированы', + 'email_rights' => 'Все права защищены', ];