Subversion Repositories Applications.papyrus

Rev

Rev 1925 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1925 Rev 2048
Line 1... Line 1...
1
/*
1
/*
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
3
 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
4
 *
4
 *
5
 * == BEGIN LICENSE ==
5
 * == BEGIN LICENSE ==
6
 *
6
 *
7
 * Licensed under the terms of any of the following licenses at your
7
 * Licensed under the terms of any of the following licenses at your
8
 * choice:
8
 * choice:
Line 19... Line 19...
19
 * == END LICENSE ==
19
 * == END LICENSE ==
20
 *
20
 *
21
 * Placholder Italian language file.
21
 * Placholder Italian language file.
22
 */
22
 */
23
FCKLang.PlaceholderBtn			= 'Aggiungi/Modifica Placeholder' ;
23
FCKLang.PlaceholderBtn			= 'Aggiungi/Modifica Placeholder' ;
24
FCKLang.PlaceholderDlgTitle		= 'Proprietà del Placeholder' ;
24
FCKLang.PlaceholderDlgTitle		= 'Proprietà del Placeholder' ;
25
FCKLang.PlaceholderDlgName		= 'Nome del Placeholder' ;
25
FCKLang.PlaceholderDlgName		= 'Nome del Placeholder' ;
26
FCKLang.PlaceholderErrNoName	= 'Digitare il nome del placeholder' ;
26
FCKLang.PlaceholderErrNoName	= 'Digitare il nome del placeholder' ;
27
FCKLang.PlaceholderErrNameInUse	= 'Il nome inserito è già in uso' ;
27
FCKLang.PlaceholderErrNameInUse	= 'Il nome inserito è già in uso' ;