aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/html5audio/lang/el.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 18:46:08 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 18:46:08 +0100
commit9946db9daaa76448d0e43247472cdedd2a5ea22a (patch)
treec9de3eba90b0fa47a4c567681deb7f0a6ab5b383 /sources/plugins/html5audio/lang/el.js
parent317f8f8f0651488f226b5280a8f036c7c135c639 (diff)
downloadpiedsjaloux-ckeditor-component-9946db9daaa76448d0e43247472cdedd2a5ea22a.tar.gz
piedsjaloux-ckeditor-component-9946db9daaa76448d0e43247472cdedd2a5ea22a.tar.zst
piedsjaloux-ckeditor-component-9946db9daaa76448d0e43247472cdedd2a5ea22a.zip
Change audio pluginHEAD4.7.3.2master
Diffstat (limited to 'sources/plugins/html5audio/lang/el.js')
-rw-r--r--sources/plugins/html5audio/lang/el.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/sources/plugins/html5audio/lang/el.js b/sources/plugins/html5audio/lang/el.js
new file mode 100644
index 0000000..a7d2f84
--- /dev/null
+++ b/sources/plugins/html5audio/lang/el.js
@@ -0,0 +1,14 @@
1CKEDITOR.plugins.setLang( 'html5audio', 'el', {
2 button: 'Προσθέστε HTML5 ήχο',
3 title: 'HTML5 ήχος',
4 infoLabel: 'Πληροφορίες ήχου',
5 urlMissing: 'Η πηγή URL ήχου απουσιάζει.',
6 audioProperties: 'Ιδιότητες ήχου',
7 upload: 'Upload',
8 btnUpload: 'Αποστολή στον διακομιστή',
9 advanced: 'Προχωρημένα',
10 autoplay: 'Αυτόματη αναπαραγωγή;',
11 allowdownload: 'Επιτρέψτε τη λήψη;',
12 yes: 'Ναι',
13 no: 'Όχι'
14} );