aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/button/lang
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-04-04 23:55:13 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-04-06 00:23:49 +0200
commit1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c (patch)
tree3be7d730ccdc6783d67321625c2bcc69933a7d99 /sources/plugins/button/lang
parent3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5 (diff)
downloadpiedsjaloux-ckeditor-component-1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c.tar.gz
piedsjaloux-ckeditor-component-1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c.tar.zst
piedsjaloux-ckeditor-component-1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c.zip
Upgrade to 4.5.84.5.8
Diffstat (limited to 'sources/plugins/button/lang')
-rw-r--r--sources/plugins/button/lang/ast.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/sources/plugins/button/lang/ast.js b/sources/plugins/button/lang/ast.js
new file mode 100644
index 0000000..5ab7bf6
--- /dev/null
+++ b/sources/plugins/button/lang/ast.js
@@ -0,0 +1,8 @@
1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6CKEDITOR.plugins.setLang( 'button', 'ast', {
7 selectedLabel: '%1 (Seleicionáu)'
8} );