summaryrefslogtreecommitdiff
path: root/_source/plugins/placeholder/lang/eo.js
blob: 1cafa604e34eefdce821a1b294d4660eeca7cd64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

CKEDITOR.plugins.setLang( 'placeholder', 'eo',
{
	placeholder :
	{
		title		: 'Atributoj de la rezervita spaco',
		toolbar		: 'Krei la rezervitan spacon',
		text		: 'Texto de la rezervita spaco',
		edit		: 'Modifi la rezervitan spacon',
		textMissing	: 'La rezervita spaco devas enteni tekston.'
	}
});