egroupware/phpgwapi/js/tiny_mce/plugins/insertdatetime/langs/ru_UTF-8.js
2006-08-21 19:26:21 +00:00

13 lines
920 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// RU lang variables UTF-8
tinyMCE.addToLang('',{
insertdate_def_fmt : '%d %m %Y',
inserttime_def_fmt : '%H:%M:%S',
insertdate_desc : 'Вставить дату',
inserttime_desc : 'Вставить время',
inserttime_months_long : new Array("января", "февраля", "марта", "апреля", "мая", "июня", "июля", "августа", "сентября", "октября", "ноября", "декабря"),
inserttime_months_short : new Array("янв", "фев", "март", "апр", "май", "июнь", "июль", "авг", "сент", "окт", "нбр", "дек"),
inserttime_day_long : new Array("воскресенье", "понедельник", "вторник", "среда", "четверг", "пятница", "суббота", "воскресенье"),
inserttime_day_short : new Array("вск", "пн", "вт", "ср", "чтв", "птн", "сб", "вск")
});