summaryrefslogtreecommitdiff
path: root/plugins/iframe/lang/gl.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/iframe/lang/gl.js')
-rw-r--r--plugins/iframe/lang/gl.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/iframe/lang/gl.js b/plugins/iframe/lang/gl.js
new file mode 100644
index 0000000..64e571d
--- /dev/null
+++ b/plugins/iframe/lang/gl.js
@@ -0,0 +1,11 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'gl', {
+ border: 'Amosar o bordo do marco',
+ noUrl: 'Escriba o enderezo do iframe',
+ scrolling: 'Activar as barras de desprazamento',
+ title: 'Propiedades do iFrame',
+ toolbar: 'IFrame'
+});