From 34ee37756be6cb72c2cf463f657b9a808e6a8baf Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Tue, 10 Feb 2015 16:38:07 +1000 Subject: [PATCH] * LDV::I18N::ru : add sentence --- lib/LDV/I18N/ru.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/LDV/I18N/ru.pm b/lib/LDV/I18N/ru.pm index 6558430..26680eb 100644 --- a/lib/LDV/I18N/ru.pm +++ b/lib/LDV/I18N/ru.pm @@ -46,6 +46,7 @@ our %Lexicon = 'Paste expired' => 'Текст устарел', 'Paste not found' => 'Текст не найден', 'Internal error' => 'Внутренняя ошибка', + 'Paste your text here' => 'Вставьте текст сюда', ); 1;