Added russian translation for tiny_mce image uploader

This commit is contained in:
Anton Katunin 2012-01-14 21:05:41 +10:30
parent 0476771ee4
commit 3fad905314
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
tinyMCE.addI18n('ru.locomedia_dlg',{
dialog_title: 'Вставить изображение', // Insert media
upload: 'Загрузить изображение', // Upload media
loading: 'Идет загрузка...', // Loading...
uploading: 'Идет загрузка...', // Uploading...
destroying: 'Идет удаление...', // Destroying...
confirm: 'Вы уверены?', // Are you sure ?
no_items: 'Список изображений пуск.' // There are no media for now.
});