diff options
Diffstat (limited to 'app/i18n/ru/conf.php')
| -rw-r--r-- | app/i18n/ru/conf.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php index e113fd44b..b4bbd658a 100644 --- a/app/i18n/ru/conf.php +++ b/app/i18n/ru/conf.php @@ -25,6 +25,7 @@ return array( '_' => 'Отображение', 'icon' => array( 'bottom_line' => 'Нижняя линия', + 'summary' => 'Summary', // TODO - Translation 'display_authors' => 'Авторы', 'entry' => 'Иконки статей', 'publication_date' => 'Дата публикации', @@ -47,6 +48,13 @@ return array( 'no_limit' => 'Во всю ширину', 'thin' => 'Узкое', ), + 'thumbnail' => array( + 'label' => 'Thumbnail', // TODO - Translation + 'none' => 'None', // TODO - Translation + 'portrait' => 'Portrait', // TODO - Translation + 'square' => 'Square', // TODO - Translation + 'landscape' => 'Landscape', // TODO - Translation + ), ), 'profile' => array( '_' => 'Настройки профиля', |
