aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/html5audio/lang/ru.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:12:37 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:12:37 +0100
commitd1844275460a3e3a32e199326f6b36938a329091 (patch)
tree2f32bc1c5a5db42aeaadc3733ffe1b3377c0d84a /sources/plugins/html5audio/lang/ru.js
parenteaa9271590ab73b6eef3fa88bc74a9553eefd857 (diff)
downloadludivine-ckeditor-component-d1844275460a3e3a32e199326f6b36938a329091.tar.gz
ludivine-ckeditor-component-d1844275460a3e3a32e199326f6b36938a329091.tar.zst
ludivine-ckeditor-component-d1844275460a3e3a32e199326f6b36938a329091.zip
Change html5 audio player4.6.2.4
Diffstat (limited to 'sources/plugins/html5audio/lang/ru.js')
-rw-r--r--sources/plugins/html5audio/lang/ru.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/sources/plugins/html5audio/lang/ru.js b/sources/plugins/html5audio/lang/ru.js
new file mode 100644
index 0000000..94be193
--- /dev/null
+++ b/sources/plugins/html5audio/lang/ru.js
@@ -0,0 +1,13 @@
1CKEDITOR.plugins.setLang( 'html5audio', 'ru', {
2 button: 'Вставить HTML5 аудио',
3 title: 'HTML5 аудио',
4 infoLabel: 'Аудио',
5 urlMissing: 'Не выбран источник аудио',
6 audioProperties: 'Свойства аудио',
7 upload: 'Загрузить',
8 btnUpload: 'Загрузить на сервер',
9 advanced: 'Дополнительно',
10 autoplay: 'Автовоспроизведение',
11 yes: 'Да',
12 no: 'Нет'
13} );