~ubuntu-branches/ubuntu/trusty/fusionforge/trusty

« back to all changes in this revision

Viewing changes to plugins/fckeditor/www/_samples/_plugins/findreplace/lang/it.js

  • Committer: Bazaar Package Importer
  • Author(s): Roland Mas
  • Date: 2011-04-15 14:55:34 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110415145534-mvn1nochufjmw177
Tags: 5.0.3-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 * Italian language file for the sample plugin.
 
22
 */
 
23
 
 
24
FCKLang['DlgMyReplaceTitle']            = 'Plugin - Sostituisci' ;
 
25
FCKLang['DlgMyReplaceFindLbl']          = 'Trova:' ;
 
26
FCKLang['DlgMyReplaceReplaceLbl']       = 'Sostituisci con:' ;
 
27
FCKLang['DlgMyReplaceCaseChk']          = 'Maiuscole/minuscole' ;
 
28
FCKLang['DlgMyReplaceReplaceBtn']       = 'Sostituisci' ;
 
29
FCKLang['DlgMyReplaceReplAllBtn']       = 'Sostituisci tutto' ;
 
30
FCKLang['DlgMyReplaceWordChk']          = 'Parola intera' ;
 
31
 
 
32
FCKLang['DlgMyFindTitle']                       = 'Plugin - Cerca' ;
 
33
FCKLang['DlgMyFindFindBtn']                     = 'Cerca' ;