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,103 @@
tinyMCE.addI18n('it.media_dlg',{
title:"Inserisci/modifica file multimediale",
general:"Generale",
advanced:"Avanzate",
file:"File/URL",
list:"Lista",
size:"Dimensioni",
preview:"Anteprima",
constrain_proportions:"Mantieni proporzioni",
type:"Tipo",
id:"Id",
name:"Nome",
class_name:"Classe",
vspace:"V-Space",
hspace:"H-Space",
play:"Esecuzione automatica",
loop:"Riproduzione ciclica",
menu:"Mostra menu",
quality:"Qualit\u00E0",
scale:"Scala",
align:"Allineamento",
salign:"SAlign",
wmode:"WMode",
bgcolor:"Sfondo",
base:"Base",
flashvars:"Flashvars",
liveconnect:"SWLiveConnect",
autohref:"AutoHREF",
cache:"Cache",
hidden:"Nascosto",
controller:"Controller",
kioskmode:"Modalit\u00E0 Kiosk",
playeveryframe:"Esegui ogni frame",
targetcache:"Cache del target",
correction:"Nessuna correzione",
enablejavascript:"Abilita JavaScript",
starttime:"Ora inizio",
endtime:"Ora fine",
href:"Href",
qtsrcchokespeed:"Velocit\u00E0 cursore",
target:"Target",
volume:"Volume",
autostart:"Avvio automatico",
enabled:"Abilitato",
fullscreen:"Tutto schermo",
invokeurls:"Invoca URLs",
mute:"Muto",
stretchtofit:"Adatta dimensioni",
windowlessvideo:"Video senza finestra",
balance:"Bilanciamento",
baseurl:"URL base",
captioningid:"Didascalia dell'Id",
currentmarker:"Indicatore corrente",
currentposition:"Posizione corrente",
defaultframe:"frame predefinito",
playcount:"Conteggio esecuzione",
rate:"Qualit\u00E0",
uimode:"Modalit\u00E0 Interfaccia Utente",
flash_options:"Opzioni Flash",
qt_options:"Opzioni Quicktime",
wmp_options:"Opzioni Windows media player",
rmp_options:"Opzioni Real media player",
shockwave_options:"Opzioni Shockwave",
autogotourl:"Vai a URL automatico",
center:"Centra",
imagestatus:"Stato immagine",
maintainaspect:"Mantieni aspetto",
nojava:"No java",
prefetch:"Precaricamento",
shuffle:"Shuffle",
console:"Console",
numloop:"Numero cicli",
controls:"Controlli",
scriptcallbacks:"Script callbacks",
swstretchstyle:"Stretch style",
swstretchhalign:"Stretch H-Align",
swstretchvalign:"Stretch V-Align",
sound:"Suono",
progress:"Avanzamento",
qtsrc:"Sorgente QT",
qt_stream_warn:"Le risorse rstp 'streamed' devono essere aggiunte al campo Sorgente QT nella tabella Avanzate.\nSi dovrebbe inserire anche una versione non 'streamed' al campo Sorgente..",
align_top:"Alto",
align_right:"Destra",
align_bottom:"Basso",
align_left:"Sinistra",
align_center:"Centro",
align_top_left:"Alto a sinistra",
align_top_right:"Alto a destra",
align_bottom_left:"Basso a sinistra",
align_bottom_right:"Basso a destra",
flv_options:"Opzioni video Flash",
flv_scalemode:"Scale mode",
flv_buffer:"Buffer",
flv_startimage:"Immagine avvio",
flv_starttime:"Tempo avvio",
flv_defaultvolume:"Volume predefinito",
flv_hiddengui:"GUI nascosta",
flv_autostart:"Avvio automatico",
flv_loop:"Riproduzione ciclica",
flv_showscalemodes:"Mostra scale modes",
flv_smoothvideo:"Smooth video",
flv_jscallback:"JS Callback"
});