root / branches / new-dialogs / lang / it.js

Revision 856, 2.0 kB (checked in by wymsy, 5 years ago)

Change namespace from HTMLArea to Xinha in all the plugins - ref ticket #916

  • Property svn:eol-style set to native
  • Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
Line 
1// I18N constants
2
3// LANG: "it", ENCODING: UTF-8
4// Author: Mattia Landoni, http://www.webpresident.org/
5
6{
7  "Bold": "Grassetto",
8  "Italic": "Corsivo",
9  "Underline": "Sottolineato",
10  "Strikethrough": "Barrato",
11  "Subscript": "Pedice",
12  "Superscript": "Apice",
13  "Justify Left": "Sinistra",
14  "Justify Center": "Centrato",
15  "Justify Right": "Destra",
16  "Justify Full": "Giustificato",
17  "Ordered List": "Lista numerata",
18  "Bulleted List": "Lista non numerata",
19  "Decrease Indent": "Diminuisci indentazione",
20  "Increase Indent": "Aumenta indentazione",
21  "Font Color": "Colore font",
22  "Background Color": "Colore sfondo",
23  "Horizontal Rule": "Righello orizzontale",
24  "Insert Web Link": "Inserisci link",
25  "Insert/Modify Image": "Inserisci/modifica Immagine",
26  "Insert Table": "Inserisci tabella",
27  "Toggle HTML Source": "Visualizza/nascondi sorgente HTML",
28  "Enlarge Editor": "Allarga editor",
29  "About this editor": "Informazioni su Xinha",
30  "Help using editor": "Aiuto",
31  "Current style": "Stile corrente",
32  "Undoes your last action": "Annulla ultima azione",
33  "Redoes your last action": "Ripeti ultima azione",
34  "Cut selection": "Taglia",
35  "Copy selection": "Copia",
36  "Paste from clipboard": "Incolla",
37  "Direction left to right": "Testo da sx a dx",
38  "Direction right to left": "Testo da dx a sx",
39  "OK": "OK",
40  "Cancel": "Annulla",
41  "Path": "Percorso",
42  "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWYG.": "Sei in MODALITA",
43  "The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren": "E",
44  "Cancel": "Annulla",
45  "Insert/Modify Link": "Inserisci/modifica link",
46  "New window (_blank)": "Nuova finestra (_blank)",
47  "None (use implicit)": "Niente (usa implicito)",
48  "Other": "Altro",
49  "Same frame (_self)": "Stessa frame (_self)",
50  "Target:": "Target:",
51  "Title (tooltip):": "Title (suggerimento):",
52  "Top frame (_top)": "Pagina intera (_top)",
53  "URL:": "URL:",
54  "You must enter the URL where this link points to": "Devi inserire l'indirizzo a cui punta il link"
55}
Note: See TracBrowser for help on using the browser.