mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
43
source/web/scripts/tiny_mce/plugins/advimage/langs/it_dlg.js
vendored
Normal file
43
source/web/scripts/tiny_mce/plugins/advimage/langs/it_dlg.js
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
tinyMCE.addI18n('it.advimage_dlg',{
|
||||
tab_general:"Generale",
|
||||
tab_appearance:"Aspetto",
|
||||
tab_advanced:"Avanzate",
|
||||
general:"Generale",
|
||||
title:"Titolo",
|
||||
preview:"Anteprima",
|
||||
constrain_proportions:"Mantieni proporzioni",
|
||||
langdir:"Direzione testo",
|
||||
langcode:"codice lingua",
|
||||
long_desc:"Descrizione del collegamento",
|
||||
style:"Stile",
|
||||
classes:"Classe",
|
||||
ltr:"Sinistra verso destra",
|
||||
rtl:"Destra verso sinistraa",
|
||||
id:"Id",
|
||||
map:"Immagine come mappa",
|
||||
swap_image:"Sostituisci immagine",
|
||||
alt_image:"Immagine alternativa",
|
||||
mouseover:"quando mouse sopra",
|
||||
mouseout:"quando mouse fuori",
|
||||
misc:"Impostazioni varie",
|
||||
example_img:"Anteprima aspetto immagine",
|
||||
missing_alt:"Sicuro di continuare senza includere una descrizione dell'immagine? Senza di essa l'immagine pu\u00F2 non essere accessibile ad alcuni utenti con disabilit\u00E0, o per coloro che usano un browser testuale oppure che hanno disabilitato la visualizzazione delle immagini nel loro browser.",
|
||||
dialog_title:"Inserisci/modifica immagine",
|
||||
src:"URL immagine",
|
||||
alt:"Descrizione immagine",
|
||||
list:"Lista immagini",
|
||||
border:"Bordo",
|
||||
dimensions:"Dimensioni",
|
||||
vspace:"Spaziatura verticale",
|
||||
hspace:"Spaziatura orizzontale",
|
||||
align:"Allineamento",
|
||||
align_baseline:"Alla base",
|
||||
align_top:"In alto",
|
||||
align_middle:"In mezzo",
|
||||
align_bottom:"In basso",
|
||||
align_texttop:"In alto al testo",
|
||||
align_textbottom:"In basso al testo",
|
||||
align_left:"A sinistra",
|
||||
align_right:"A destra",
|
||||
image_list:"Lista immagini"
|
||||
});
|
Reference in New Issue
Block a user