Added russian translation for tiny_mce image uploader
This commit is contained in:
parent
0476771ee4
commit
3fad905314
9
public/javascripts/admin/plugins/tiny_mce/plugins/locomedia/langs/ru_dlg.js
vendored
Normal file
9
public/javascripts/admin/plugins/tiny_mce/plugins/locomedia/langs/ru_dlg.js
vendored
Normal 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.
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user