aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/toolbar/lang/oc.js
blob: bfd804433ece73c2fff5a1e8e5d45edc6a351c64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'toolbar', 'oc', {
	toolbarCollapse: 'Enrotlar la barra d\'aisinas',
	toolbarExpand: 'Desenrotlar la barra d\'aisinas',
	toolbarGroups: {
		document: 'Document',
		clipboard: 'Quichapapièr/Desfar',
		editing: 'Edicion',
		forms: 'Formularis',
		basicstyles: 'Estils de basa',
		paragraph: 'Paragraf',
		links: 'Ligams',
		insert: 'Inserir',
		styles: 'Estils',
		colors: 'Colors',
		tools: 'Aisinas'
	},
	toolbars: 'Barras d\'aisinas de l\'editor'
} );