aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/templates/lang/ca.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/templates/lang/ca.js')
-rw-r--r--sources/plugins/templates/lang/ca.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/sources/plugins/templates/lang/ca.js b/sources/plugins/templates/lang/ca.js
new file mode 100644
index 00000000..e41831a2
--- /dev/null
+++ b/sources/plugins/templates/lang/ca.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'templates', 'ca', {
6 button: 'Plantilles',
7 emptyListMsg: '(No hi ha plantilles definides)',
8 insertOption: 'Reemplaça el contingut actual',
9 options: 'Opcions de plantilla',
10 selectPromptMsg: 'Seleccioneu una plantilla per usar a l\'editor<br>(per defecte s\'elimina el contingut actual):',
11 title: 'Plantilles de contingut'
12} );