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:
85
source/web/scripts/tiny_mce/plugins/fullpage/langs/it_dlg.js
vendored
Normal file
85
source/web/scripts/tiny_mce/plugins/fullpage/langs/it_dlg.js
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
tinyMCE.addI18n('it.fullpage_dlg',{
|
||||
title:"Propriet\u00E0 Documento",
|
||||
meta_tab:"Generale",
|
||||
appearance_tab:"Aspetto",
|
||||
advanced_tab:"Avanzate",
|
||||
meta_props:"Informazioni Metatag",
|
||||
langprops:"Lingua e codifica",
|
||||
meta_title:"Titolo",
|
||||
meta_keywords:"Parole chiave",
|
||||
meta_description:"Descrizione",
|
||||
meta_robots:"Robots",
|
||||
doctypes:"Doctype",
|
||||
langcode:"Codice lingua",
|
||||
langdir:"Direzione testo",
|
||||
ltr:"Sinistra verso destra",
|
||||
rtl:"Destra verso sinistra",
|
||||
xml_pi:"Dichiarazione XML",
|
||||
encoding:"Codifica carattere",
|
||||
appearance_bgprops:"Propriet\u00E0 sfondo",
|
||||
appearance_marginprops:"Margini body",
|
||||
appearance_linkprops:"Colori collegamenti",
|
||||
appearance_textprops:"Propriet\u00E0 testo",
|
||||
bgcolor:"Colore sfondo",
|
||||
bgimage:"Immagine sfondo",
|
||||
left_margin:"Margine sinistro",
|
||||
right_margin:"Margine destro",
|
||||
top_margin:"Margine superiore",
|
||||
bottom_margin:"Margine inferiore",
|
||||
text_color:"Colore testo",
|
||||
font_size:"Dimensione carattere",
|
||||
font_face:"Tipo carattere",
|
||||
link_color:"Colore collegamento",
|
||||
hover_color:"Colore \'Hover\'",
|
||||
visited_color:"Colore \'Visited\'",
|
||||
active_color:"Colore \'Active\'",
|
||||
textcolor:"Colore",
|
||||
fontsize:"Dimensione carattere",
|
||||
fontface:"Famiglia carattere",
|
||||
meta_index_follow:"Indicizzare e seguire collegamenti",
|
||||
meta_index_nofollow:"Indicizzare e non segure collegamenti",
|
||||
meta_noindex_follow:"Non indicizzare ma seguire collegamenti",
|
||||
meta_noindex_nofollow:"Non indicizzare e non seguire collegamenti",
|
||||
appearance_style:"Propriet\u00E0 stili e fogli di stile",
|
||||
stylesheet:"Fogli di stile",
|
||||
style:"Stile",
|
||||
author:"Autore",
|
||||
copyright:"Copyright",
|
||||
add:"Aggiungi nuovo elemento",
|
||||
remove:"Rimuovi elemento selezionato",
|
||||
moveup:"Sposta elemento selezionato in alto",
|
||||
movedown:"Sposta elemento selezionato in basso",
|
||||
head_elements:"Elementi Head",
|
||||
info:"Informazioni",
|
||||
add_title:"Elemento Titolo",
|
||||
add_meta:"Elemento Meta",
|
||||
add_script:"Elemento Script",
|
||||
add_style:"Elemento Style",
|
||||
add_link:"Elemento Link",
|
||||
add_base:"Elemento Base",
|
||||
add_comment:"Nodo Commento",
|
||||
title_element:"Elemento Titolo",
|
||||
script_element:"Elemento Script",
|
||||
style_element:"Elemento Style",
|
||||
base_element:"Elemento Base",
|
||||
link_element:"Elemento Link",
|
||||
meta_element:"Elemento Meta",
|
||||
comment_element:"Commento",
|
||||
src:"Sorgente",
|
||||
language:"Linguaggio",
|
||||
href:"Href",
|
||||
target:"Target",
|
||||
type:"Tipo",
|
||||
charset:"Set caratteri",
|
||||
defer:"Defer",
|
||||
media:"Media",
|
||||
properties:"Propriet\u00E0",
|
||||
name:"Nome",
|
||||
value:"Valore",
|
||||
content:"Contenuto",
|
||||
rel:"Rel",
|
||||
rev:"Rev",
|
||||
hreflang:"Href lang",
|
||||
general_props:"Generale",
|
||||
advanced_props:"Avanzate"
|
||||
});
|
Reference in New Issue
Block a user