We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0476771 commit 3fad905Copy full SHA for 3fad905
public/javascripts/admin/plugins/tiny_mce/plugins/locomedia/langs/ru_dlg.js
@@ -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