~ubuntu-branches/ubuntu/precise/moin/precise-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/plugins/placeholder/lang/it.js

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-11-13 16:45:52 UTC
  • mfrom: (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20081113164552-49t6zf2t2o5bqigh
Tags: 1.8.0-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop recommendation of python-xml, the packages isn't anymore in
    sys.path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * FCKeditor - The text editor for internet
3
 
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
4
 
 * 
5
 
 * Licensed under the terms of the GNU Lesser General Public License:
6
 
 *              http://www.opensource.org/licenses/lgpl-license.php
7
 
 * 
8
 
 * For further information visit:
9
 
 *              http://www.fckeditor.net/
10
 
 * 
11
 
 * "Support Open Source software. What about a donation today?"
12
 
 * 
13
 
 * File Name: it.js
14
 
 *      Placholder Italian language file.
15
 
 * 
16
 
 * File Authors:
17
 
 *              Frederico Caldeira Knabben (fredck@fckeditor.net)
18
 
 */
19
 
FCKLang.PlaceholderBtn                  = 'Aggiungi/Modifica Placeholder' ;
20
 
FCKLang.PlaceholderDlgTitle             = 'Proprietà del Placeholder' ;
21
 
FCKLang.PlaceholderDlgName              = 'Nome del Placeholder' ;
22
 
FCKLang.PlaceholderErrNoName    = 'Digitare il nome del placeholder' ;
23
 
FCKLang.PlaceholderErrNameInUse = 'Il nome inserito è già in uso' ;
 
1
/*
 
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 
3
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
 
4
 *
 
5
 * == BEGIN LICENSE ==
 
6
 *
 
7
 * Licensed under the terms of any of the following licenses at your
 
8
 * choice:
 
9
 *
 
10
 *  - GNU General Public License Version 2 or later (the "GPL")
 
11
 *    http://www.gnu.org/licenses/gpl.html
 
12
 *
 
13
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 
14
 *    http://www.gnu.org/licenses/lgpl.html
 
15
 *
 
16
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 
17
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 
18
 *
 
19
 * == END LICENSE ==
 
20
 *
 
21
 * Placholder Italian language file.
 
22
 */
 
23
FCKLang.PlaceholderBtn                  = 'Aggiungi/Modifica Placeholder' ;
 
24
FCKLang.PlaceholderDlgTitle             = 'Proprietà del Placeholder' ;
 
25
FCKLang.PlaceholderDlgName              = 'Nome del Placeholder' ;
 
26
FCKLang.PlaceholderErrNoName    = 'Digitare il nome del placeholder' ;
 
27
FCKLang.PlaceholderErrNameInUse = 'Il nome inserito è già in uso' ;