blob: 4143f0859c5e2506826a644bd3a3a15d65ebdaac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'about', 'eu', {
copy: 'Copyright © $1. Eskubide guztiak erreserbaturik.',
dlgTitle: 'CKEditor(r)i buruz',
help: '$1 aztertu laguntza jasotzeko.',
moreInfo: 'Lizentziari buruzko informazioa gure webgunean:',
title: 'CKEditor(r)i buruz',
userGuide: 'CKEditor User\'s Guide'
});
|