Merge pull request #276 from antulik/master

Added russian translation for tiny_mce image uploader
This commit is contained in:
Mario Visic 2012-01-14 02:38:01 -08:00
commit 7eccb97b44
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.
});