Merged V3.1 to HEAD

13409: Fix for ETHREEOH-1337 - to escape query characters in Site/People service filter methods.
   13410: Fix for ETHREEOH-1272 - another missing pager control.
   13425: Italian lang pack for TinyMCE editors. Fixes ETHREEOH-1491.
   13430: Fix for ETHREEOH-1488.
          Also IDs added to a couple of pagers - not causing a bug, but completes the pager fixes.
   13464: Fix for ETHREEOH-1474 - now possible to use NTLM auth with Alfresco and SURF apps hosted in same app-server with same user browser session in different tabs.
          Added additional NTLM filter debugging info for Session ID.
   13483: Fix for ETHREEOH-1547 - System error happens when trying to create any Web Project.
          Also fixes issue where webproject FormImpl objects did not deserialize correctly due to unsafe service call usage in constructor.
   13501: Fix for ETHREEOH-965 - disallow guest login until explicit Guest support is added to Share.
   13507: Fix for ETHREEOH-1586 - language selectable at login working again.
   13512: Fix for ETHREEOH-1522 - wiki RSS feed template variable named incorrectly.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13598 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2009-03-12 12:18:25 +00:00
parent c172eba346
commit 3531bb88e5
29 changed files with 844 additions and 39 deletions

View File

@@ -0,0 +1,63 @@
tinyMCE.addI18n('it.style_dlg',{
title:"Modifica stile CSS",
apply:"Applica",
text_tab:"Testo",
background_tab:"Sfondo",
block_tab:"Blocco",
box_tab:"Contenitore",
border_tab:"Bordi",
list_tab:"Liste",
positioning_tab:"Posizionamento",
text_props:"Testo",
text_font:"Carattere",
text_size:"Dimensione",
text_weight:"Spessore",
text_style:"Stile",
text_variant:"Variante",
text_lineheight:"Altezza linea",
text_case:"Tipo",
text_color:"Colore",
text_decoration:"Decorazione",
text_overline:"sopralineato",
text_underline:"sottolineato",
text_striketrough:"barrato",
text_blink:"lampeggiante",
text_none:"nessuna",
background_color:"Colore sfondo",
background_image:"Immagine sfondo",
background_repeat:"Repetizione",
background_attachment:"Allegato",
background_hpos:"Posizione orizzontale",
background_vpos:"Posizione verticale",
block_wordspacing:"Spaziatura parole",
block_letterspacing:"Spaziatura caratteri",
block_vertical_alignment:"Allineamento verticale",
block_text_align:"Allineamento testo",
block_text_indent:"Indentazione testo",
block_whitespace:"Whitespace",
block_display:"Visualizzazione",
box_width:"Larghezza",
box_height:"Altezza",
box_float:"Float",
box_clear:"Clear",
padding:"Spazio dal bordo",
same:"Uguale per tutti",
top:"Superiore",
right:"Destro",
bottom:"Inferiore",
left:"Sinistro",
margin:"Margine",
style:"Stile",
width:"Larghezza",
height:"Altezza",
color:"Colore",
list_type:"Tipo",
bullet_image:"Immagine bullet",
position:"Posizione",
positioning_type:"Tipo",
visibility:"Visibilit\u00E0",
zindex:"Z-index",
overflow:"Overflow",
placement:"Piazzamento",
clip:"Clip"
});