diff options
Diffstat (limited to 'plugins/clipboard/lang/ca.js')
| -rw-r--r-- | plugins/clipboard/lang/ca.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/clipboard/lang/ca.js b/plugins/clipboard/lang/ca.js new file mode 100644 index 0000000..11c38ff --- /dev/null +++ b/plugins/clipboard/lang/ca.js @@ -0,0 +1,15 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'clipboard', 'ca', {
+ copy: 'Copiar',
+ copyError: 'La configuració de seguretat del vostre navegador no permet executar automàticament les operacions de copiar. Si us plau, utilitzeu el teclat (Ctrl/Cmd+C).',
+ cut: 'Retallar',
+ cutError: 'La configuració de seguretat del vostre navegador no permet executar automàticament les operacions de retallar. Si us plau, utilitzeu el teclat (Ctrl/Cmd+X).',
+ paste: 'Enganxar',
+ pasteArea: 'Àrea d\'enganxat',
+ pasteMsg: 'Si us plau, enganxi dins del següent camp utilitzant el teclat (<strong>Ctrl/Cmd+V</strong>) i premi OK.',
+ securityMsg: 'A causa de la configuració de seguretat del vostre navegador, l\'editor no pot accedir a les dades del porta-retalls directament. Enganxeu-ho un altre cop en aquesta finestra.',
+ title: 'Enganxar'
+});
|
