aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/about/lang/ro.js
blob: 872dd8ac47d3bdc032419299b89c449fb63553a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2003-2016, 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'
} );