Skip to content

Commit 3fad905

Browse files
committed
Added russian translation for tiny_mce image uploader
1 parent 0476771 commit 3fad905

File tree

1 file changed

+9
-0
lines changed
  • public/javascripts/admin/plugins/tiny_mce/plugins/locomedia/langs

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
tinyMCE.addI18n('ru.locomedia_dlg',{
2+
dialog_title: 'Вставить изображение', // Insert media
3+
upload: 'Загрузить изображение', // Upload media
4+
loading: 'Идет загрузка...', // Loading...
5+
uploading: 'Идет загрузка...', // Uploading...
6+
destroying: 'Идет удаление...', // Destroying...
7+
confirm: 'Вы уверены?', // Are you sure ?
8+
no_items: 'Список изображений пуск.' // There are no media for now.
9+
});

0 commit comments

Comments
 (0)