From 25a7b3855d7aa36a6cf2ab9444826520b5b895b2 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Mon, 11 May 2015 00:50:09 +1000 Subject: [PATCH] * LDV::I18N::ru --- lib/LDV/I18N/ru.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/LDV/I18N/ru.pm b/lib/LDV/I18N/ru.pm index 557604e..bf32946 100644 --- a/lib/LDV/I18N/ru.pm +++ b/lib/LDV/I18N/ru.pm @@ -51,6 +51,10 @@ our %Lexicon = 'View image' => 'Просмотр изображения', 'Upload' => 'Загрузить', 'Upload more' => 'Загрузить ещё', + 'Width' => 'Ширина', + 'Height' => 'Высота', + 'Size' => 'Размер', + 'Name' => 'Имя', ); 1;