aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/about/lang/ro.js
blob: 770146a13c8990c12df0c7a393ee17d1942fdda9 (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( 'about', 'ro', {
	copy: 'Copyright © $1. Toate drepturile rezervate.',
	dlgTitle: 'Despre CKEeditor',
	help: 'Citește  $1 pentru ajutor.',
	moreInfo: 'Pentru informații despre licență, vă rugăm vizitați web site-ul nostru:',
	title: 'Despre CKEditor',
	userGuide: 'CKEditor Ghid Utilizator'
} );