aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/templates/lang/ro.js
blob: 14e691be0670d9bf04d5c385c62a6221c8b2312b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'templates', 'ro', {
	button: 'Template-uri (şabloane)',
	emptyListMsg: '(Niciun template (şablon) definit)',
	insertOption: 'Înlocuieşte cuprinsul actual',
	options: 'Opțiuni șabloane',
	selectPromptMsg: 'Vă rugăm selectaţi template-ul (şablonul) ce se va deschide în editor<br>(conţinutul actual va fi pierdut):',
	title: 'Template-uri (şabloane) de conţinut'
} );