Locale_Mage_community_it_IT - Version 1.9.1.0.01

Version Notes

- Aggiornata la traduzione con le stringhe di Magento 1.9.1

- Tradotti i template email della 1.9.1; i template email precedenti sono stati conservati e mantenuti nella cartella it_IT/template_1901_e_inferiori/

Download this release

Release Info

Developer Antonio Carboni
Extension Locale_Mage_community_it_IT
Version 1.9.1.0.01
Comparing to
See all releases


Code changes from version 1.9.0.1.0 to 1.9.1.0.01

Files changed (108) hide show
  1. app/code/community/ItalianLocale/.DS_Store +0 -0
  2. app/code/community/ItalianLocale/Info/.DS_Store +0 -0
  3. app/code/community/ItalianLocale/Info/Block/Adminhtml/Info.php +1 -1
  4. app/design/{adminhtml → Adminhtml}/default/default/template/italianlocale/info.phtml +0 -0
  5. app/etc/modules/Italian_locale.xml +1 -1
  6. app/locale/it_IT/.DS_Store +0 -0
  7. app/locale/it_IT/Mage_Adminhtml.csv +4 -0
  8. app/locale/it_IT/Mage_Bundle.csv +1 -0
  9. app/locale/it_IT/Mage_Catalog.csv +14 -0
  10. app/locale/it_IT/Mage_CatalogInventory.csv +3 -0
  11. app/locale/it_IT/Mage_Checkout.csv +30 -1
  12. app/locale/it_IT/Mage_Core.csv +9 -0
  13. app/locale/it_IT/Mage_Customer.csv +3 -0
  14. app/locale/it_IT/Mage_Directory.csv +2 -0
  15. app/locale/it_IT/Mage_Downloadable.csv +4 -0
  16. app/locale/it_IT/Mage_GoogleAnalytics.csv +2 -0
  17. app/locale/it_IT/Mage_Oauth.csv +1 -0
  18. app/locale/it_IT/Mage_Page.csv +7 -0
  19. app/locale/it_IT/Mage_Payment.csv +1 -0
  20. app/locale/it_IT/Mage_Paypal.csv +48 -1
  21. app/locale/it_IT/Mage_Persistent.csv +13 -1
  22. app/locale/it_IT/Mage_Review.csv +8 -0
  23. app/locale/it_IT/Mage_Sales.csv +3 -0
  24. app/locale/it_IT/Mage_SalesRule.csv +1 -0
  25. app/locale/it_IT/Mage_Tax.csv +2 -0
  26. app/locale/it_IT/Mage_Usa.csv +2 -0
  27. app/locale/it_IT/Mage_Wishlist.csv +4 -0
  28. app/locale/it_IT/template/.DS_Store +0 -0
  29. app/locale/it_IT/template/email/account_new.html +32 -42
  30. app/locale/it_IT/template/email/account_new_confirmation.html +38 -36
  31. app/locale/it_IT/template/email/account_new_confirmed.html +27 -39
  32. app/locale/it_IT/template/email/account_password_reset_confirmation.html +22 -31
  33. app/locale/it_IT/template/email/admin_password_new.html +11 -27
  34. app/locale/it_IT/template/email/admin_password_reset_confirmation.html +24 -32
  35. app/locale/it_IT/template/email/contact_form.html +2 -2
  36. app/locale/it_IT/template/email/currency_update_warning.html +3 -4
  37. app/locale/it_IT/template/email/html/footer.html +12 -0
  38. app/locale/it_IT/template/email/html/header.html +45 -0
  39. app/locale/it_IT/template/email/log_clean_warning.html +7 -3
  40. app/locale/it_IT/template/email/moneybookers_activateemail.html +3 -3
  41. app/locale/it_IT/template/email/newsletter_subscr_confirm.html +13 -23
  42. app/locale/it_IT/template/email/newsletter_subscr_success.html +14 -2
  43. app/locale/it_IT/template/email/newsletter_unsub_success.html +14 -2
  44. app/locale/it_IT/template/email/password_new.html +10 -26
  45. app/locale/it_IT/template/email/payment_failed.html +49 -49
  46. app/locale/it_IT/template/email/product_alert_cron_error.html +3 -3
  47. app/locale/it_IT/template/email/product_price_alert.html +14 -3
  48. app/locale/it_IT/template/email/product_share.html +23 -2
  49. app/locale/it_IT/template/email/product_stock_alert.html +14 -3
  50. app/locale/it_IT/template/email/sales/creditmemo_new.html +76 -86
  51. app/locale/it_IT/template/email/sales/creditmemo_new_guest.html +74 -85
  52. app/locale/it_IT/template/email/sales/creditmemo_update.html +32 -37
  53. app/locale/it_IT/template/email/sales/creditmemo_update_guest.html +31 -36
  54. app/locale/it_IT/template/email/sales/invoice_new.html +77 -85
  55. app/locale/it_IT/template/email/sales/invoice_new_guest.html +79 -86
  56. app/locale/it_IT/template/email/sales/invoice_update.html +33 -37
  57. app/locale/it_IT/template/email/sales/invoice_update_guest.html +32 -35
  58. app/locale/it_IT/template/email/sales/order_new.html +76 -87
  59. app/locale/it_IT/template/email/sales/order_new_guest.html +78 -88
  60. app/locale/it_IT/template/email/sales/order_update.html +32 -37
  61. app/locale/it_IT/template/email/sales/order_update_guest.html +31 -36
  62. app/locale/it_IT/template/email/sales/shipment_new.html +78 -89
  63. app/locale/it_IT/template/email/sales/shipment_new_guest.html +77 -88
  64. app/locale/it_IT/template/email/sales/shipment_update.html +33 -37
  65. app/locale/it_IT/template/email/sales/shipment_update_guest.html +31 -36
  66. app/locale/it_IT/template/email/sitemap_generate_warning.html +2 -3
  67. app/locale/it_IT/template/email/token.html +13 -3
  68. app/locale/it_IT/template/email/wishlist_share.html +20 -24
  69. app/locale/it_IT/template_1901_e_inferiori/.DS_Store +0 -0
  70. app/locale/it_IT/template_1901_e_inferiori/email/account_new.html +55 -0
  71. app/locale/it_IT/template_1901_e_inferiori/email/account_new_confirmation.html +50 -0
  72. app/locale/it_IT/template_1901_e_inferiori/email/account_new_confirmed.html +51 -0
  73. app/locale/it_IT/template_1901_e_inferiori/email/account_password_reset_confirmation.html +43 -0
  74. app/locale/it_IT/template_1901_e_inferiori/email/admin_password_new.html +43 -0
  75. app/locale/it_IT/template_1901_e_inferiori/email/admin_password_reset_confirmation.html +44 -0
  76. app/locale/it_IT/template_1901_e_inferiori/email/contact_form.html +12 -0
  77. app/locale/it_IT/template_1901_e_inferiori/email/currency_update_warning.html +8 -0
  78. app/locale/it_IT/template_1901_e_inferiori/email/log_clean_warning.html +7 -0
  79. app/locale/it_IT/template_1901_e_inferiori/email/moneybookers_activateemail.html +6 -0
  80. app/locale/it_IT/template_1901_e_inferiori/email/newsletter_subscr_confirm.html +41 -0
  81. app/locale/it_IT/template_1901_e_inferiori/email/newsletter_subscr_success.html +2 -0
  82. app/locale/it_IT/template_1901_e_inferiori/email/newsletter_unsub_success.html +2 -0
  83. app/locale/it_IT/template_1901_e_inferiori/email/password_new.html +42 -0
  84. app/locale/it_IT/template_1901_e_inferiori/email/payment_failed.html +68 -0
  85. app/locale/it_IT/template_1901_e_inferiori/email/product_alert_cron_error.html +7 -0
  86. app/locale/it_IT/template_1901_e_inferiori/email/product_price_alert.html +8 -0
  87. app/locale/it_IT/template_1901_e_inferiori/email/product_share.html +9 -0
  88. app/locale/it_IT/template_1901_e_inferiori/email/product_stock_alert.html +8 -0
  89. app/locale/it_IT/template_1901_e_inferiori/email/sales/creditmemo_new.html +108 -0
  90. app/locale/it_IT/template_1901_e_inferiori/email/sales/creditmemo_new_guest.html +106 -0
  91. app/locale/it_IT/template_1901_e_inferiori/email/sales/creditmemo_update.html +52 -0
  92. app/locale/it_IT/template_1901_e_inferiori/email/sales/creditmemo_update_guest.html +51 -0
  93. app/locale/it_IT/template_1901_e_inferiori/email/sales/invoice_new.html +107 -0
  94. app/locale/it_IT/template_1901_e_inferiori/email/sales/invoice_new_guest.html +106 -0
  95. app/locale/it_IT/template_1901_e_inferiori/email/sales/invoice_update.html +52 -0
  96. app/locale/it_IT/template_1901_e_inferiori/email/sales/invoice_update_guest.html +49 -0
  97. app/locale/it_IT/template_1901_e_inferiori/email/sales/order_new.html +109 -0
  98. app/locale/it_IT/template_1901_e_inferiori/email/sales/order_new_guest.html +108 -0
  99. app/locale/it_IT/template_1901_e_inferiori/email/sales/order_update.html +52 -0
  100. app/locale/it_IT/template_1901_e_inferiori/email/sales/order_update_guest.html +50 -0
  101. app/locale/it_IT/template_1901_e_inferiori/email/sales/shipment_new.html +111 -0
  102. app/locale/it_IT/template_1901_e_inferiori/email/sales/shipment_new_guest.html +109 -0
  103. app/locale/it_IT/template_1901_e_inferiori/email/sales/shipment_update.html +52 -0
  104. app/locale/it_IT/template_1901_e_inferiori/email/sales/shipment_update_guest.html +50 -0
  105. app/locale/it_IT/template_1901_e_inferiori/email/sitemap_generate_warning.html +8 -0
  106. app/locale/it_IT/template_1901_e_inferiori/email/token.html +9 -0
  107. app/locale/it_IT/template_1901_e_inferiori/email/wishlist_share.html +43 -0
  108. package.xml +13 -12
app/code/community/ItalianLocale/.DS_Store ADDED
Binary file
app/code/community/ItalianLocale/Info/.DS_Store ADDED
Binary file
app/code/community/ItalianLocale/Info/Block/Adminhtml/Info.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- /* @copyright Copyright (c) 2013 Black Cat - Antonio Carboni - http://antoniocarboni.com */
3
  class ItalianLocale_Info_Block_Adminhtml_Info
4
  extends Mage_Adminhtml_Block_Abstract
5
  implements Varien_Data_Form_Element_Renderer_Interface
1
  <?php
2
+ /* @copyright Copyright (c) 2014 Black Cat - Antonio Carboni - http://antoniocarboni.com */
3
  class ItalianLocale_Info_Block_Adminhtml_Info
4
  extends Mage_Adminhtml_Block_Abstract
5
  implements Varien_Data_Form_Element_Renderer_Interface
app/design/{adminhtml → Adminhtml}/default/default/template/italianlocale/info.phtml RENAMED
File without changes
app/etc/modules/Italian_locale.xml CHANGED
@@ -1,5 +1,5 @@
1
  <?xml version="1.0" encoding="UTF-8" ?>
2
- <!-- @copyright Copyright (c) 2013 Black Cat - Antonio Carboni - http://antoniocarboni.com -->
3
  <!-- Per segnalare problemi, bug o altro per favore contattatemi sul forum o sul form contatti che trovate nel mio sito. -->
4
  <config>
5
  <modules>
1
  <?xml version="1.0" encoding="UTF-8" ?>
2
+ <!-- @copyright Copyright (c) 2014 Black Cat - Antonio Carboni - http://antoniocarboni.com -->
3
  <!-- Per segnalare problemi, bug o altro per favore contattatemi sul forum o sul form contatti che trovate nel mio sito. -->
4
  <config>
5
  <modules>
app/locale/it_IT/.DS_Store ADDED
Binary file
app/locale/it_IT/Mage_Adminhtml.csv CHANGED
@@ -101,6 +101,7 @@
101
  "An error has occured while syncronizing media storages.","Si è verificato un errore durante la sincronizzazione dei media storages."
102
  "An error occurred while clearing the JavaScript/CSS cache.","Si è verificato un errore durante la pulizia della cache JavaScript/CSS."
103
  "An error occurred while clearing the image cache.","Si è verificato un errore durante la pulizia della cache delle immagini."
 
104
  "An error occurred while deleting URL Rewrite.","Si è verificato in errore durante l\'eliminazione dell\'URL Rewrite."
105
  "An error occurred while deleting email template data. Please review log and try again.","Si è verificato un errore durante l\'elimazione dell\'email template data. Esamina i log e riprova."
106
  "An error occurred while deleting record(s).","Si è verificato un errore durante l\'eliminazione dei record."
@@ -251,6 +252,7 @@
251
  "Currency Information","Informazioni valuta"
252
  "Currency Setup Section","Organizzazione sezione valuta"
253
  "Current Configuration Scope:","Configurazione attuale campo di applicazione:"
 
254
  "Current Month","Mese corrente"
255
  "Custom","Personalizzato"
256
  "Custom Variables","Variabili personalizzate"
@@ -740,6 +742,7 @@
740
  "Popular","Popolare"
741
  "Position","Posizione"
742
  "Position of Watermark for %s","Posizione del Watermark per %s"
 
743
  "Pregenerated product images files.","File immagini pregenerate dei prodotti."
744
  "Prev. month (hold for menu)","Prev. mese (tener premuto per il menu)"
745
  "Prev. year (hold for menu)","Prev. anno (tener premuto per il menu)"
@@ -975,6 +978,7 @@
975
  "The carrier needs to be specified.","Il corriere deve essere specificato."
976
  "The catalog index has been rebuilt.","L'\'indice del catalogo è stato ricostruito."
977
  "The catalog rewrites have been ricaricate.","Le rewrites del catalogo sono state aggiornate."
 
978
  "The configuration has been saved.","La configurazione è stata salvata."
979
  "The credit memo has been canceled.","La nota di credito è stata cancellata."
980
  "The credit memo has been created.","La nota di credito è stata creata."
101
  "An error has occured while syncronizing media storages.","Si è verificato un errore durante la sincronizzazione dei media storages."
102
  "An error occurred while clearing the JavaScript/CSS cache.","Si è verificato un errore durante la pulizia della cache JavaScript/CSS."
103
  "An error occurred while clearing the image cache.","Si è verificato un errore durante la pulizia della cache delle immagini."
104
+ "An error occurred while clearing the configurable swatches image cache.","Si è verificato un errore durante la pulizia della cache delle immagini dei campioni configurabili."
105
  "An error occurred while deleting URL Rewrite.","Si è verificato in errore durante l\'eliminazione dell\'URL Rewrite."
106
  "An error occurred while deleting email template data. Please review log and try again.","Si è verificato un errore durante l\'elimazione dell\'email template data. Esamina i log e riprova."
107
  "An error occurred while deleting record(s).","Si è verificato un errore durante l\'eliminazione dei record."
252
  "Currency Information","Informazioni valuta"
253
  "Currency Setup Section","Organizzazione sezione valuta"
254
  "Current Configuration Scope:","Configurazione attuale campo di applicazione:"
255
+ "Current Admin Password","Password Admin Corrente"
256
  "Current Month","Mese corrente"
257
  "Custom","Personalizzato"
258
  "Custom Variables","Variabili personalizzate"
742
  "Popular","Popolare"
743
  "Position","Posizione"
744
  "Position of Watermark for %s","Posizione del Watermark per %s"
745
+ "Pregenerated configurable swatches image files.","File immagini pregenerati dei campioni configurabili."
746
  "Pregenerated product images files.","File immagini pregenerate dei prodotti."
747
  "Prev. month (hold for menu)","Prev. mese (tener premuto per il menu)"
748
  "Prev. year (hold for menu)","Prev. anno (tener premuto per il menu)"
978
  "The carrier needs to be specified.","Il corriere deve essere specificato."
979
  "The catalog index has been rebuilt.","L'\'indice del catalogo è stato ricostruito."
980
  "The catalog rewrites have been ricaricate.","Le rewrites del catalogo sono state aggiornate."
981
+ "The configurable swatches image cache was cleaned.","La cache delle immagini dei campioni configurabili è stata svuotata."
982
  "The configuration has been saved.","La configurazione è stata salvata."
983
  "The credit memo has been canceled.","La nota di credito è stata cancellata."
984
  "The credit memo has been created.","La nota di credito è stata creata."
app/locale/it_IT/Mage_Bundle.csv CHANGED
@@ -57,6 +57,7 @@
57
  "Separately","Separatamente"
58
  "Ship Bundle Items","Spedizione prodotti Bundle"
59
  "Shipment","Spedizione"
 
60
  "Store View Title","Vista titolo negozio"
61
  "There is no defined renderer for ""%s"" option type.","Non è definito il render per il tipo di opzione ""%s""."
62
  "This product is also part of bundle(s)","Questo prodotto è anche parte dei bundle(s)"
57
  "Separately","Separatamente"
58
  "Ship Bundle Items","Spedizione prodotti Bundle"
59
  "Shipment","Spedizione"
60
+ "SKU","SKU"
61
  "Store View Title","Vista titolo negozio"
62
  "There is no defined renderer for ""%s"" option type.","Non è definito il render per il tipo di opzione ""%s""."
63
  "This product is also part of bundle(s)","Questo prodotto è anche parte dei bundle(s)"
app/locale/it_IT/Mage_Catalog.csv CHANGED
@@ -3,6 +3,7 @@
3
  "%s - %s","%s - %s"
4
  "%s Item(s)","%s Prodotti/o"
5
  "%s and above","%s e oltre"
 
6
  "(%d)","(%d)"
7
  "(Copy data from: %s)","(Copia dati da: %s)"
8
  "* Required Fields","* Campi obbligatori"
@@ -114,6 +115,7 @@
114
  "Backend Table","Tabella Backend "
115
  "Backend Table Title","Titolo tabella Backend"
116
  "Backorders","Backorders"
 
117
  "Based On","Basato su"
118
  "Before Order Confirmation","Prima della conferma dell'ordine"
119
  "Best Value","Valore migliore"
@@ -252,6 +254,7 @@
252
  "Delete category","Elimina categoria"
253
  "Delete product","Elimina prodotto"
254
  "Depends on design theme","Dipende dal design del tema"
 
255
  "Design","Design"
256
  "Details","Dettagli"
257
  "Disabled","Disabilitato"
@@ -296,6 +299,7 @@
296
  "Field is not complete","Il campo non è completo"
297
  "File options format is not valid.","Il formato del file opzioni non è valido."
298
  "File upload failed","Caricamento file non riuscito"
 
299
  "Filter model name must be declared.","Il nome del modello del filtro deve essere dichiarato."
300
  "Filter must be an object. Please set correct filter.","Il filtro deve essere un oggetto. Impostare filtro corretto."
301
  "Filterable (no results)","Filtrabile (nessun risultato)"
@@ -404,6 +408,8 @@
404
  "Maximum image width","Larghezza massima immagine"
405
  "Maximum number of characters:","Massimo numero di caratteri:"
406
  "Maximum number of price intervals is 100","Il numero massimo di intervalli di prezzo è 100"
 
 
407
  "Media Image","Immagine Media"
408
  "Minimum Advertised Price","Prezzo minimo pubblicizzato"
409
  "Minimum Lines per Page","Righe minime per pagina"
@@ -414,6 +420,7 @@
414
  "Move","Sposta"
415
  "Move category in tree","Sposta in albero categoria"
416
  "Must be in the allowed values list.","Deve essere nella lista dei valori permessi."
 
417
  "Multi update product","Multi aggiornamento prodotto "
418
  "N/A","N/A"
419
  "Name","Nome"
@@ -509,6 +516,7 @@
509
  "Product Extra Info","Info extra prodotto"
510
  "Product Flat Data","Dati prodotto Flat"
511
  "Product ID","ID prodotto"
 
512
  "Product Image Placeholders","Segnaposti immagine prodotto"
513
  "Product Image Watermarks","Watermarks immagine prodotto"
514
  "Product Images","Immagini prodotto"
@@ -577,6 +585,7 @@
577
  "Reorganize EAV product structure to flat structure","Reorganize EAV product structure to flat structure"
578
  "Reset","Reset"
579
  "Results","Risultati"
 
580
  "Retrieve attribute data","Recupera dati attributo"
581
  "Retrieve attribute list","Recupera lista attributo"
582
  "Retrieve attribute options","Recupera opzioni attributi"
@@ -638,6 +647,9 @@
638
  "Set special price","Imposta prezzo speciale"
639
  "Set/Get current store view","Imposta/Ottieni vista corrente negozio"
640
  "Settings","Impostazioni"
 
 
 
641
  "Shop By","Acquista per"
642
  "Shopping Options","Opzioni acquisto"
643
  "Show","Mostra"
@@ -653,6 +665,7 @@
653
  "Skipping import row, required field ""%s"" is not defined.","Salta riga importata, il campo richiesto ""%s"" non è definito."
654
  "Skipping import row, store ""%s"" field does not exist.","Salta riga importata, il campo negozio ""%s"" non esiste."
655
  "Skipping import row, the value ""%s"" is not valid for the ""%s"" field.","Salta riga importata, il valore ""%s"" non è valido per il campo ""%s""."
 
656
  "Some of the processed products have no SKU value defined. Please fill it prior to performing operations on these products.","Alcuni dei prodotti elaborati non hanno un valore SKU definito. Inserirlo prima di eseguire operazioni su questi prodotti."
657
  "Some of the selected item options are not currently available.","Alcune delle opzioni prodotto selezionate non sono al momento disponibili."
658
  "Sort By","Ordina per"
@@ -792,6 +805,7 @@
792
  "Value for ""%s"" is invalid.","Il valore di ""%s"" non è valido."
793
  "Value for ""%s"" is invalid: %s","Il valore di ""%s"" non è valido: %s"
794
  "Varchar","Varchar"
 
795
  "View as","Vedi come"
796
  "Virtual Product","Prodotto virtuale"
797
  "Visibility","Visibilità"
3
  "%s - %s","%s - %s"
4
  "%s Item(s)","%s Prodotti/o"
5
  "%s and above","%s e oltre"
6
+ "%s-%s of %s","%s-%s di %s"
7
  "(%d)","(%d)"
8
  "(Copy data from: %s)","(Copia dati da: %s)"
9
  "* Required Fields","* Campi obbligatori"
115
  "Backend Table","Tabella Backend "
116
  "Backend Table Title","Titolo tabella Backend"
117
  "Backorders","Backorders"
118
+ "Base Image Width","Larghezza Base Image"
119
  "Based On","Basato su"
120
  "Before Order Confirmation","Prima della conferma dell'ordine"
121
  "Best Value","Valore migliore"
254
  "Delete category","Elimina categoria"
255
  "Delete product","Elimina prodotto"
256
  "Depends on design theme","Dipende dal design del tema"
257
+ "Description","Descrizione"
258
  "Design","Design"
259
  "Details","Dettagli"
260
  "Disabled","Disabilitato"
299
  "Field is not complete","Il campo non è completo"
300
  "File options format is not valid.","Il formato del file opzioni non è valido."
301
  "File upload failed","Caricamento file non riuscito"
302
+ "Filter","Filtro"
303
  "Filter model name must be declared.","Il nome del modello del filtro deve essere dichiarato."
304
  "Filter must be an object. Please set correct filter.","Il filtro deve essere un oggetto. Impostare filtro corretto."
305
  "Filterable (no results)","Filtrabile (nessun risultato)"
408
  "Maximum image width","Larghezza massima immagine"
409
  "Maximum number of characters:","Massimo numero di caratteri:"
410
  "Maximum number of price intervals is 100","Il numero massimo di intervalli di prezzo è 100"
411
+ "Maximum width base product image will be scaled down to in pixels","La larghezza massima della immagine principale sarà scalata in pixel"
412
+ "Maximum width small product image will be scaled down to in pixels","La larghezza massima della immagine small sarà scalata in pixel"
413
  "Media Image","Immagine Media"
414
  "Minimum Advertised Price","Prezzo minimo pubblicizzato"
415
  "Minimum Lines per Page","Righe minime per pagina"
420
  "Move","Sposta"
421
  "Move category in tree","Sposta in albero categoria"
422
  "Must be in the allowed values list.","Deve essere nella lista dei valori permessi."
423
+ "My Account","Il mio Account"
424
  "Multi update product","Multi aggiornamento prodotto "
425
  "N/A","N/A"
426
  "Name","Nome"
516
  "Product Extra Info","Info extra prodotto"
517
  "Product Flat Data","Dati prodotto Flat"
518
  "Product ID","ID prodotto"
519
+ "Product Image","Immagine Prodotto"
520
  "Product Image Placeholders","Segnaposti immagine prodotto"
521
  "Product Image Watermarks","Watermarks immagine prodotto"
522
  "Product Images","Immagini prodotto"
585
  "Reorganize EAV product structure to flat structure","Reorganize EAV product structure to flat structure"
586
  "Reset","Reset"
587
  "Results","Risultati"
588
+ "Results per page","Risultati per pagina"
589
  "Retrieve attribute data","Recupera dati attributo"
590
  "Retrieve attribute list","Recupera lista attributo"
591
  "Retrieve attribute options","Recupera opzioni attributi"
647
  "Set special price","Imposta prezzo speciale"
648
  "Set/Get current store view","Imposta/Ottieni vista corrente negozio"
649
  "Settings","Impostazioni"
650
+ "Share Facebook","Condividi su Facebook"
651
+ "Share on Facebook","Condividi su Facebook"
652
+ "Share on Twitter","Condividi su Twitter"
653
  "Shop By","Acquista per"
654
  "Shopping Options","Opzioni acquisto"
655
  "Show","Mostra"
665
  "Skipping import row, required field ""%s"" is not defined.","Salta riga importata, il campo richiesto ""%s"" non è definito."
666
  "Skipping import row, store ""%s"" field does not exist.","Salta riga importata, il campo negozio ""%s"" non esiste."
667
  "Skipping import row, the value ""%s"" is not valid for the ""%s"" field.","Salta riga importata, il valore ""%s"" non è valido per il campo ""%s""."
668
+ "Small Image Width","Larghezza Immagine Small"
669
  "Some of the processed products have no SKU value defined. Please fill it prior to performing operations on these products.","Alcuni dei prodotti elaborati non hanno un valore SKU definito. Inserirlo prima di eseguire operazioni su questi prodotti."
670
  "Some of the selected item options are not currently available.","Alcune delle opzioni prodotto selezionate non sono al momento disponibili."
671
  "Sort By","Ordina per"
805
  "Value for ""%s"" is invalid.","Il valore di ""%s"" non è valido."
806
  "Value for ""%s"" is invalid: %s","Il valore di ""%s"" non è valido: %s"
807
  "Varchar","Varchar"
808
+ "View Details","Mostra Dettagli"
809
  "View as","Vedi come"
810
  "Virtual Product","Prodotto virtuale"
811
  "Visibility","Visibilità"
app/locale/it_IT/Mage_CatalogInventory.csv CHANGED
@@ -28,10 +28,13 @@
28
  "No Backorders","Nessun Backorders"
29
  "Not all products are available in the requested quantity","Non tutti i prodotti non sono disponibili nella quantità richiesta"
30
  "Notify for Quantity Below","Avvisa per quantità inferiore"
 
31
  "Only X left Threshold","Solo X soglia sinistra"
32
  "Out of Stock","Non disponibile"
 
33
  "Product Stock Options","Opzioni scorte prodotto"
34
  "Products will still be shown by direct product URLs.","I prodotti verranno ancora mostrati dagli URL prodotto diretti."
 
35
  "Qty Increments","Incrementi Qtà"
36
  "Qty for Item's Status to Become Out of Stock","Qtà stato degli articoli per diventare non disponibili"
37
  "Retrieve stock data","Recuperare dati scorte"
28
  "No Backorders","Nessun Backorders"
29
  "Not all products are available in the requested quantity","Non tutti i prodotti non sono disponibili nella quantità richiesta"
30
  "Notify for Quantity Below","Avvisa per quantità inferiore"
31
+ "Only %s left","Solo %s rimasti"
32
  "Only X left Threshold","Solo X soglia sinistra"
33
  "Out of Stock","Non disponibile"
34
+ "Product Name","Nome Prodotto"
35
  "Product Stock Options","Opzioni scorte prodotto"
36
  "Products will still be shown by direct product URLs.","I prodotti verranno ancora mostrati dagli URL prodotto diretti."
37
+ "Qty","Qtà"
38
  "Qty Increments","Incrementi Qtà"
39
  "Qty for Item's Status to Become Out of Stock","Qtà stato degli articoli per diventare non disponibili"
40
  "Retrieve stock data","Recuperare dati scorte"
app/locale/it_IT/Mage_Checkout.csv CHANGED
@@ -1,4 +1,7 @@
1
  "%s was added to your shopping cart.","%s è stato aggiunto al tuo carrello."
 
 
 
2
  "* Required Fields","* Campi obbligatori"
3
  "%s was updated in your shopping cart.","%s è stato aggiornato nel tuo carrello."
4
  "Add coupon code for shopping cart","Aggiungi codice coupon per il carrello."
@@ -19,8 +22,10 @@
19
  "An error occurred in the process of payment","Si è verificato un errore nel processo di pagamento"
20
  "An error occurred while deleting this condition.","Si è verificato un errore durante la cancellazione di questa condizione."
21
  "An error occurred while saving this condition.","Si è verificato un errore durante il salvataggio di questa condizione."
 
22
  "Apply Coupon","Applica Coupon"
23
  "Are you sure you would like to remove this item from the shopping cart?","Sei sicuro di voler rimuovere questo articolo dal carrello?"
 
24
  "Back","Indietro"
25
  "Back to Billing Information","Torna alle informazioni di fatturazione"
26
  "Back to Select Addresses","Torna agli indirizzi selezionati"
@@ -30,6 +35,9 @@
30
  "Billing Address","Indirizzo di fatturazione"
31
  "Billing Information","Informazioni fatturazione"
32
  "Billing Information - %s","Informazioni di fatturazione - %s"
 
 
 
33
  "Cancel Coupon","Cancella Coupon"
34
  "Cannot add item to the shopping cart.","Impossibile aggiungere l\'articolo al carrello."
35
  "Cannot add the item to shopping cart","Impossibile aggiungere l\'articolo al carrello."
@@ -42,6 +50,7 @@
42
  "Cannot update shopping cart.","Impossibile aggiornare il carrello."
43
  "Cannot update the item.","Impossibile aggiornare l\'articolo."
44
  "Card Verification Number Visual Reference","Numero di verifica carta riferimento visivo"
 
45
  "Cart Product API","API carrello prodotto"
46
  "Cart Subtotal:","Subtotale carrello:"
47
  "Change","Modifica"
@@ -51,6 +60,7 @@
51
  "Checkout as a Guest or Register","Checkout come ospite o registrati"
52
  "Checkout as Guest","Checkout come ospite"
53
  "Checkout Conditions","Condizioni Checkout"
 
54
  "Checkout Method","Metodo di Checkout"
55
  "Checkout Options","Opzioni di Checkout"
56
  "Checkout Progress Wrapper","Progresso wrapper Checkout"
@@ -110,12 +120,15 @@
110
  "Edit item","Modifica articolo"
111
  "Edit item parameters","Modifica parametri articolo"
112
  "Email Address","Indirizzo email"
 
 
113
  "Enable Onepage Checkout","Abilita Onepage Checkout"
114
  "Enable Terms and Conditions","Abilita termini e condizioni"
115
  "Enabled","Abilitato"
116
  "Enter a New Address","Inserisci un nuovo indirizzo"
117
  "Enter your coupon code if you have one.","Inserisci il tuo codice coupon se ne hai uno."
118
  "Enter your destination to get a shipping estimate.","Inserisci la destinazione per avere una stima dei costi di spedizione."
 
119
  "Estimate Shipping and Tax","Stima dei costi di spedizione e delle tasse"
120
  "Excl. Tax","Escl. Tasse"
121
  "Fast and easy check out","Check out facile e veloce"
@@ -140,6 +153,8 @@
140
  "Invalid method: %s","Metodo non valido: %s"
141
  "Invalid shipping method.","Metodo di spedizione non valido."
142
  "Item not found or already ordered","Articolo non trovato o già ordinato"
 
 
143
  "Items","Articoli"
144
  "Items After","Articoli seguenti"
145
  "Items Before","Articoli precedenti"
@@ -150,9 +165,11 @@
150
  "Manage Terms and Conditions","Gestisci termini e condizioni"
151
  "Maximum Display Recently Added Item(s)","Visualizzazione massima articoli aggiunti di recente"
152
  "Maximum qty allowed for Shipping to multiple addresses is %s","La qtà massima consentita per la spedizione a diversi indirizzi è %s"
 
153
  "Minimum order amount is %s","L\'importo minimo per l\'ordine è %s"
154
  "Move","Sposta"
155
  "Move to Wishlist","Sposta nella Wishlist"
 
156
  "Multishipping Checkout","Checkout con spedizioni multiple"
157
  "Multishipping Checkout Address (Any) Form","Modulo Checkout spedizioni multiple indirizzo (qualsiasi)"
158
  "Multishipping Checkout Billing Address Creation","Creazione indirizzo fatturazione Checkout con spedizioni multiple"
@@ -195,6 +212,8 @@
195
  "Payment Failed Template","Template pagamento non riuscito"
196
  "Payment Information","Informazioni di pagamento"
197
  "Payment Method","Metodo di pagamento"
 
 
198
  "Payment Methods After Checkout Button","Metodi di pagamento dopo il pulsante di Checkout"
199
  "Payment Methods Before Checkout Button","Metodi di pagamento prima del pulsante di Checkout"
200
  "Payment method information","Informazioni metodo di pagamento"
@@ -224,6 +243,7 @@
224
  "Products","Prodotti"
225
  "Qty","Qtà"
226
  "Qty:","Qtà:"
 
227
  "Quantity was recalculated from %d to %d","La quantità è stata ricalcolata da %d a %d"
228
  "Quote Lifetime (days)","Durata dichiarata (giorni)"
229
  "Quote item does not exist.","L\'articolo dichiarato non esiste."
@@ -243,6 +263,7 @@
243
  "Retrieve information about shopping cart","Recupera informazioni sul carrello"
244
  "Review Order","Rivedi ordine"
245
  "Review Order - %s","Rivedi ordine - %s"
 
246
  "Sales","Vendite"
247
  "Save Condition","Salva condizione"
248
  "Save in address book","Salva nella rubrica"
@@ -274,6 +295,8 @@
274
  "Shipping methods in shopping cart","Metodi di spedizione nel carrello"
275
  "Shipping selection is not applicable.","Selezione spedizione non applicabile"
276
  "Shopping Cart","Carrello"
 
 
277
  "Shopping Cart Form Before","Modulo precedente carrello"
278
  "Shopping Cart Sidebar","Sidebar carrello"
279
  "Shopping Cart Sidebar Extra Actions","Azioni extra barra laterale carrello"
@@ -313,6 +336,7 @@
313
  "Total for this address","Totale per questo indirizzo"
314
  "Unable to set Payment Method.","Impossibile impostare il metodo di pagamento."
315
  "Unit Price","Prezzo unitario"
 
316
  "Update Cart","Aggiorna il carrello"
317
  "Update Qty &amp; Addresses","Aggiorna Qtà &amp; indirizzi"
318
  "Update Shopping Cart","Aggiorna carrello"
@@ -321,8 +345,10 @@
321
  "Update product(s) quantities in shopping cart","Aggiorna quantità prodotto/i nel carrello"
322
  "Use Billing Address","Utilizza indirizzo di fatturazione"
323
  "VAT Number","Numero partita IVA"
 
324
  "We are processing your order and you will soon receive an email with details of the order. Once the order has shipped you will receive another email with a link to track its progress.","Stiamo elaborando il tuo ordine a breve riceverai un email con i dettagli dell\'ordine. Una volta che l\'ordine sarà spedito riceverai un altra email con il link per seguirne i progressi."
325
  "What's this?","Che cos'è questo?"
 
326
  "You have no items in your shopping cart.","Non hai articoli nel carrello."
327
  "You will receive an order confirmation email with details of your order and a link to track its progress.","Riceverai una conferma dell'ordine via email con i dettagli del tuo ordine e il link per seguirne i progressi."
328
  "Your Checkout Progress","Stato Checkout"
@@ -334,4 +360,7 @@
334
  "Your order number is ","Il tuo numero d\'ordine è"
335
  "Your recurring payment profiles:","I tuoi profili di pagamento ricorrenti:"
336
  "Zip/Postal Code","CAP"
337
- "The Checkout Mode is Offline","La modalità checkout è offline"
 
 
 
1
  "%s was added to your shopping cart.","%s è stato aggiunto al tuo carrello."
2
+ "%s was updated in your shopping cart.","%s è stato aggiornato nel tuo Carrello."
3
+ "(Excl. Tax)","(Escl. Tasse)"
4
+ "(Incl. Tax)","(Incl. Tasse)"
5
  "* Required Fields","* Campi obbligatori"
6
  "%s was updated in your shopping cart.","%s è stato aggiornato nel tuo carrello."
7
  "Add coupon code for shopping cart","Aggiungi codice coupon per il carrello."
22
  "An error occurred in the process of payment","Si è verificato un errore nel processo di pagamento"
23
  "An error occurred while deleting this condition.","Si è verificato un errore durante la cancellazione di questa condizione."
24
  "An error occurred while saving this condition.","Si è verificato un errore durante il salvataggio di questa condizione."
25
+ "Apply","Applica"
26
  "Apply Coupon","Applica Coupon"
27
  "Are you sure you would like to remove this item from the shopping cart?","Sei sicuro di voler rimuovere questo articolo dal carrello?"
28
+ "Are you sure you want to leave this page? You will need to go through the checkout steps again.","Sei sicuro di voler lasciare questa pagina? Dovrai ripercorrere nuovamente gli step del checkout."
29
  "Back","Indietro"
30
  "Back to Billing Information","Torna alle informazioni di fatturazione"
31
  "Back to Select Addresses","Torna agli indirizzi selezionati"
35
  "Billing Address","Indirizzo di fatturazione"
36
  "Billing Information","Informazioni fatturazione"
37
  "Billing Information - %s","Informazioni di fatturazione - %s"
38
+ "Can not remove the item.","Non è possibile rimuovere questo oggetto."
39
+ "Can not save item.","Non è possibile salvare l'oggetto."
40
+ "Cancel","Cancella"
41
  "Cancel Coupon","Cancella Coupon"
42
  "Cannot add item to the shopping cart.","Impossibile aggiungere l\'articolo al carrello."
43
  "Cannot add the item to shopping cart","Impossibile aggiungere l\'articolo al carrello."
50
  "Cannot update shopping cart.","Impossibile aggiornare il carrello."
51
  "Cannot update the item.","Impossibile aggiornare l\'articolo."
52
  "Card Verification Number Visual Reference","Numero di verifica carta riferimento visivo"
53
+ "Cart","Carrello"
54
  "Cart Product API","API carrello prodotto"
55
  "Cart Subtotal:","Subtotale carrello:"
56
  "Change","Modifica"
60
  "Checkout as a Guest or Register","Checkout come ospite o registrati"
61
  "Checkout as Guest","Checkout come ospite"
62
  "Checkout Conditions","Condizioni Checkout"
63
+ "Checkout Forms Extra","Forms Extra Checkout"
64
  "Checkout Method","Metodo di Checkout"
65
  "Checkout Options","Opzioni di Checkout"
66
  "Checkout Progress Wrapper","Progresso wrapper Checkout"
120
  "Edit item","Modifica articolo"
121
  "Edit item parameters","Modifica parametri articolo"
122
  "Email Address","Indirizzo email"
123
+ "Empty Cart","Carrello vuoto"
124
+ "Empty Shopping Cart Content Before","Before Content Carrello Vuoto"
125
  "Enable Onepage Checkout","Abilita Onepage Checkout"
126
  "Enable Terms and Conditions","Abilita termini e condizioni"
127
  "Enabled","Abilitato"
128
  "Enter a New Address","Inserisci un nuovo indirizzo"
129
  "Enter your coupon code if you have one.","Inserisci il tuo codice coupon se ne hai uno."
130
  "Enter your destination to get a shipping estimate.","Inserisci la destinazione per avere una stima dei costi di spedizione."
131
+ "Estimate","Stima dei costi"
132
  "Estimate Shipping and Tax","Stima dei costi di spedizione e delle tasse"
133
  "Excl. Tax","Escl. Tasse"
134
  "Fast and easy check out","Check out facile e veloce"
153
  "Invalid method: %s","Metodo non valido: %s"
154
  "Invalid shipping method.","Metodo di spedizione non valido."
155
  "Item not found or already ordered","Articolo non trovato o già ordinato"
156
+ "Item was removed successfully.","L'oggetto è stato rimosso correttamente."
157
+ "Item was updated successfully.","L'oggetto è stato aggiornato correttamente."
158
  "Items","Articoli"
159
  "Items After","Articoli seguenti"
160
  "Items Before","Articoli precedenti"
165
  "Manage Terms and Conditions","Gestisci termini e condizioni"
166
  "Maximum Display Recently Added Item(s)","Visualizzazione massima articoli aggiunti di recente"
167
  "Maximum qty allowed for Shipping to multiple addresses is %s","La qtà massima consentita per la spedizione a diversi indirizzi è %s"
168
+ "Mini-cart promotion block","Blocco promozioni mini carrello"
169
  "Minimum order amount is %s","L\'importo minimo per l\'ordine è %s"
170
  "Move","Sposta"
171
  "Move to Wishlist","Sposta nella Wishlist"
172
+ "Move to wishlist","Sposta nella Wishlist"
173
  "Multishipping Checkout","Checkout con spedizioni multiple"
174
  "Multishipping Checkout Address (Any) Form","Modulo Checkout spedizioni multiple indirizzo (qualsiasi)"
175
  "Multishipping Checkout Billing Address Creation","Creazione indirizzo fatturazione Checkout con spedizioni multiple"
212
  "Payment Failed Template","Template pagamento non riuscito"
213
  "Payment Information","Informazioni di pagamento"
214
  "Payment Method","Metodo di pagamento"
215
+ "Payment Methods After","Dopo i metodi di Pagamento"
216
+ "Payment Methods Before","Prima dei metodi di Pagamento"
217
  "Payment Methods After Checkout Button","Metodi di pagamento dopo il pulsante di Checkout"
218
  "Payment Methods Before Checkout Button","Metodi di pagamento prima del pulsante di Checkout"
219
  "Payment method information","Informazioni metodo di pagamento"
243
  "Products","Prodotti"
244
  "Qty","Qtà"
245
  "Qty:","Qtà:"
246
+ "Quantity","Quantità"
247
  "Quantity was recalculated from %d to %d","La quantità è stata ricalcolata da %d a %d"
248
  "Quote Lifetime (days)","Durata dichiarata (giorni)"
249
  "Quote item does not exist.","L\'articolo dichiarato non esiste."
263
  "Retrieve information about shopping cart","Recupera informazioni sul carrello"
264
  "Review Order","Rivedi ordine"
265
  "Review Order - %s","Rivedi ordine - %s"
266
+ "SKU","SKU"
267
  "Sales","Vendite"
268
  "Save Condition","Salva condizione"
269
  "Save in address book","Salva nella rubrica"
295
  "Shipping methods in shopping cart","Metodi di spedizione nel carrello"
296
  "Shipping selection is not applicable.","Selezione spedizione non applicabile"
297
  "Shopping Cart","Carrello"
298
+ "Shopping Cart Items After","Dopo oggetti del Carrello"
299
+ "Shopping Cart Items Before","Prima degli oggetti del Carrello"
300
  "Shopping Cart Form Before","Modulo precedente carrello"
301
  "Shopping Cart Sidebar","Sidebar carrello"
302
  "Shopping Cart Sidebar Extra Actions","Azioni extra barra laterale carrello"
336
  "Total for this address","Totale per questo indirizzo"
337
  "Unable to set Payment Method.","Impossibile impostare il metodo di pagamento."
338
  "Unit Price","Prezzo unitario"
339
+ "Update","Aggiorna"
340
  "Update Cart","Aggiorna il carrello"
341
  "Update Qty &amp; Addresses","Aggiorna Qtà &amp; indirizzi"
342
  "Update Shopping Cart","Aggiorna carrello"
345
  "Update product(s) quantities in shopping cart","Aggiorna quantità prodotto/i nel carrello"
346
  "Use Billing Address","Utilizza indirizzo di fatturazione"
347
  "VAT Number","Numero partita IVA"
348
+ "View Shopping Cart","Mostra Carrello"
349
  "We are processing your order and you will soon receive an email with details of the order. Once the order has shipped you will receive another email with a link to track its progress.","Stiamo elaborando il tuo ordine a breve riceverai un email con i dettagli dell\'ordine. Una volta che l\'ordine sarà spedito riceverai un altra email con il link per seguirne i progressi."
350
  "What's this?","Che cos'è questo?"
351
+ "What&#39;s this?","Che cos&#39;è questo?"
352
  "You have no items in your shopping cart.","Non hai articoli nel carrello."
353
  "You will receive an order confirmation email with details of your order and a link to track its progress.","Riceverai una conferma dell'ordine via email con i dettagli del tuo ordine e il link per seguirne i progressi."
354
  "Your Checkout Progress","Stato Checkout"
360
  "Your order number is ","Il tuo numero d\'ordine è"
361
  "Your recurring payment profiles:","I tuoi profili di pagamento ricorrenti:"
362
  "Zip/Postal Code","CAP"
363
+ "The Checkout Mode is Offline","La modalità checkout è offline"
364
+ "Zip","CAP"
365
+ "ok","ok"
366
+ "or","o"
app/locale/it_IT/Mage_Core.csv CHANGED
@@ -18,6 +18,8 @@
18
  per trasferire tutti i media nella nuova posizione. Essi non saranno disponibili nella nuova
19
  Posizione finchè il processo di sincronizzazione non sarà  completato."
20
  "Allow Countries","Paesi consentiti"
 
 
21
  "Allow Symlinks","Permetti Symlinks"
22
  "Allowed IPs (comma separated)","IP permessi (separati da virgola)"
23
  "Allowed file types: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Not all browsers support all these formats!","Tipo di file consentiti: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Non tutti i browser supportano tutti questi formati!"
@@ -112,6 +114,10 @@
112
  "Edit Store","Modifica negozio"
113
  "Edit Store View","Modifica vista negozio"
114
  "Edit Website","Modifica sito web"
 
 
 
 
115
  "Empty identifier field name","Nome Indentificativo campo vuoto"
116
  "Empty main table name","Nome tabella principale vuoto"
117
  "Enable Charts","Abilita grafici"
@@ -184,6 +190,7 @@
184
  "Media Storage","Media Storage"
185
  "Merge CSS Files","Unisci file CSS"
186
  "Merge JavaScript Files","Unisci file JavaScript"
 
187
  "Miscellaneous HTML","HTML Vario"
188
  "Miscellaneous Scripts","Script vari"
189
  "Model collection resource name is not defined.","Il nome della raccolta risorse modello non è definito."
@@ -288,6 +295,7 @@
288
  "Set Return-Path","Imposta ritorno-percorso"
289
  "Set as Default","Imposta come predefinito"
290
  "Skin (Images / CSS)","Skin (Immagini / CSS)"
 
291
  "Sort Order",Ordinamento
292
  "Specified date/time ""%1$s"" do not match format ""%2$s"".","Data/ora indicate ""%1$s"" non corrispondono con il formato ""%2$s""."
293
  "Start date cannot be greater than end date.","La data di inzio non può essere maggiore della data finale."
@@ -300,6 +308,7 @@
300
  "Store Contact Information","Informazioni di contatto negozio"
301
  "Store Contact Telephone","Numero di telefono contatto negozio"
302
  "Store Email Addresses","Indirizzi email negozio"
 
303
  "Store Information","Informazioni negozio"
304
  "Store Name","Nome negozio"
305
  "Store View","Vista negozio"
18
  per trasferire tutti i media nella nuova posizione. Essi non saranno disponibili nella nuova
19
  Posizione finchè il processo di sincronizzazione non sarà  completato."
20
  "Allow Countries","Paesi consentiti"
21
+ "Allow Magento Backend to run in frame","Permetti al Backend di Magento di aprirsi in frame"
22
+ "Allow Magento Frontend to run in frame",""Permetti al Frontend di Magento di aprirsi in frame"
23
  "Allow Symlinks","Permetti Symlinks"
24
  "Allowed IPs (comma separated)","IP permessi (separati da virgola)"
25
  "Allowed file types: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Not all browsers support all these formats!","Tipo di file consentiti: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Non tutti i browser supportano tutti questi formati!"
114
  "Edit Store","Modifica negozio"
115
  "Edit Store View","Modifica vista negozio"
116
  "Edit Website","Modifica sito web"
117
+ "Email - Footer","Email - Footer"
118
+ "Email - Header","Email - Header"
119
+ "Email Footer Template","Template Footer Email"
120
+ "Email Header Template","Template Header Email"
121
  "Empty identifier field name","Nome Indentificativo campo vuoto"
122
  "Empty main table name","Nome tabella principale vuoto"
123
  "Enable Charts","Abilita grafici"
190
  "Media Storage","Media Storage"
191
  "Merge CSS Files","Unisci file CSS"
192
  "Merge JavaScript Files","Unisci file JavaScript"
193
+ "Message recipients data must be set.","I dati dei destinatari del messaggio devono essere impostati."
194
  "Miscellaneous HTML","HTML Vario"
195
  "Miscellaneous Scripts","Script vari"
196
  "Model collection resource name is not defined.","Il nome della raccolta risorse modello non è definito."
295
  "Set Return-Path","Imposta ritorno-percorso"
296
  "Set as Default","Imposta come predefinito"
297
  "Skin (Images / CSS)","Skin (Immagini / CSS)"
298
+ "Small Logo Image Src","Percorso Immagine Logo Small"
299
  "Sort Order",Ordinamento
300
  "Specified date/time ""%1$s"" do not match format ""%2$s"".","Data/ora indicate ""%1$s"" non corrispondono con il formato ""%2$s""."
301
  "Start date cannot be greater than end date.","La data di inzio non può essere maggiore della data finale."
308
  "Store Contact Information","Informazioni di contatto negozio"
309
  "Store Contact Telephone","Numero di telefono contatto negozio"
310
  "Store Email Addresses","Indirizzi email negozio"
311
+ "Store Hours of Operation","Orari di apertura Negozio"
312
  "Store Information","Informazioni negozio"
313
  "Store Name","Nome negozio"
314
  "Store View","Vista negozio"
app/locale/it_IT/Mage_Customer.csv CHANGED
@@ -80,6 +80,7 @@
80
  "Create customer","Crea cliente"
81
  "Create customer address","Crea indirizzo cliente"
82
  "Created From","Creato da"
 
83
  "Current Password","Password corrente"
84
  "Customer","Cliente"
85
  "Customer API","API cliente"
@@ -301,11 +302,13 @@
301
  "Recovery Link Expiration Period (days)","Periodo di scadenza del link di recupero (giorni)"
302
  "Redirect Customer to Account Dashboard after Logging in","Reindirizza i clienti alla bacheca dell'account dopo l'accesso"
303
  "Refunded","Rimborsati"
 
304
  "Registered Customers","Clienti registrati"
305
  "Remind Email Template","Ricorda Template email"
306
  "Remind Password","Ricorda password"
307
  "Remove","Rimuovi"
308
  "Require Emails Confirmation","Conferma email richiesta"
 
309
  "Reset a Password","Reset a Password"
310
  "Retrieve address data","Recupera indirizzo dati"
311
  "Retrieve address info","Recupera informazioni indirizzo"
80
  "Create customer","Crea cliente"
81
  "Create customer address","Crea indirizzo cliente"
82
  "Created From","Creato da"
83
+ "Current Admin Password","Password Admin Corrente"
84
  "Current Password","Password corrente"
85
  "Customer","Cliente"
86
  "Customer API","API cliente"
302
  "Recovery Link Expiration Period (days)","Periodo di scadenza del link di recupero (giorni)"
303
  "Redirect Customer to Account Dashboard after Logging in","Reindirizza i clienti alla bacheca dell'account dopo l'accesso"
304
  "Refunded","Rimborsati"
305
+ "Register","Registrati"
306
  "Registered Customers","Clienti registrati"
307
  "Remind Email Template","Ricorda Template email"
308
  "Remind Password","Ricorda password"
309
  "Remove","Rimuovi"
310
  "Require Emails Confirmation","Conferma email richiesta"
311
+ "Require admin user to change user password","E richiesto un utente admin per cambiare la password utente"
312
  "Reset a Password","Reset a Password"
313
  "Retrieve address data","Recupera indirizzo dati"
314
  "Retrieve address info","Recupera informazioni indirizzo"
app/locale/it_IT/Mage_Directory.csv CHANGED
@@ -44,4 +44,6 @@
44
  "Undefined rate from ""%s-%s"".","Tasso non definito da ""%s-%s""."
45
  "WARNING:","ATTENZIONE:"
46
  "Webservicex","Webservicex"
 
 
47
  "Your current currency is: %s","La tua valuta corrente è: %s"
44
  "Undefined rate from ""%s-%s"".","Tasso non definito da ""%s-%s""."
45
  "WARNING:","ATTENZIONE:"
46
  "Webservicex","Webservicex"
47
+ "Your Currency","La tua Valuta"
48
+ "Your Currency:","La tua Valuta:"
49
  "Your current currency is: %s","La tua valuta corrente è: %s"
app/locale/it_IT/Mage_Downloadable.csv CHANGED
@@ -41,6 +41,7 @@
41
  "Max. Downloads","Max. Downloads"
42
  "Message:","Messaggio:"
43
  "Move","Sposta"
 
44
  "My Downloadable Products","I miei prodotti scaricabili"
45
  "Open Links in New Window","Apri link in una nuova finistra"
46
  "Order #","Ordine #"
@@ -64,6 +65,7 @@
64
  "Remove links and samples from downloadable product","Rimuovi link ed esempi dal prodotto scaricabile."
65
  "Requested link does not exist.","Link richiesto non esistente"
66
  "Retrieve links and samples list from downloadable product","Recupera la lista dei link e degli esempi dal prodotto scaricabile"
 
67
  "Sample","Esempio"
68
  "See price before order confirmation.","Vedi il prezzo prima della conferma dell\'ordine."
69
  "Shareable","Condivisibile"
@@ -72,6 +74,7 @@
72
  "Sort Order","Ordina"
73
  "Start Download","Inizia download"
74
  "Status","Status"
 
75
  "The file does not exist.","Il file non esiste"
76
  "The link has expired.","Link scaduto"
77
  "The link is not available.","Link non disponibile"
@@ -80,6 +83,7 @@
80
  "To:","A:"
81
  "U","U"
82
  "Unlimited","Illimitato"
 
83
  "Use Content-Disposition","Usa contenuto-disposizione"
84
  "Use Default Value","Usa valore di default"
85
  "View Order","Visualizza ordine"
41
  "Max. Downloads","Max. Downloads"
42
  "Message:","Messaggio:"
43
  "Move","Sposta"
44
+ "Move to wishlist","Sposta nella wishlist"
45
  "My Downloadable Products","I miei prodotti scaricabili"
46
  "Open Links in New Window","Apri link in una nuova finistra"
47
  "Order #","Ordine #"
65
  "Remove links and samples from downloadable product","Rimuovi link ed esempi dal prodotto scaricabile."
66
  "Requested link does not exist.","Link richiesto non esistente"
67
  "Retrieve links and samples list from downloadable product","Recupera la lista dei link e degli esempi dal prodotto scaricabile"
68
+ "SKU","SKU"
69
  "Sample","Esempio"
70
  "See price before order confirmation.","Vedi il prezzo prima della conferma dell\'ordine."
71
  "Shareable","Condivisibile"
74
  "Sort Order","Ordina"
75
  "Start Download","Inizia download"
76
  "Status","Status"
77
+ "Subtotal","Subtotale"
78
  "The file does not exist.","Il file non esiste"
79
  "The link has expired.","Link scaduto"
80
  "The link is not available.","Link non disponibile"
83
  "To:","A:"
84
  "U","U"
85
  "Unlimited","Illimitato"
86
+ "Update","Aggiorna"
87
  "Use Content-Disposition","Usa contenuto-disposizione"
88
  "Use Default Value","Usa valore di default"
89
  "View Order","Visualizza ordine"
app/locale/it_IT/Mage_GoogleAnalytics.csv CHANGED
@@ -3,3 +3,5 @@
3
  "Enable IP anonymization","Abilita anonimizzazione IP"
4
  "Google API","Google API"
5
  "Google Analytics","Google Analytics"
 
 
3
  "Enable IP anonymization","Abilita anonimizzazione IP"
4
  "Google API","Google API"
5
  "Google Analytics","Google Analytics"
6
+ "Type","Tipo"
7
+ "Universal Analytics","Universal Analytics"
app/locale/it_IT/Mage_Oauth.csv CHANGED
@@ -39,6 +39,7 @@
39
  "Consumer Name","Nome utente"
40
  "Consumers","Utenti"
41
  "Created At","Creato in"
 
42
  "Customer","Cliente"
43
  "Customer My Account My OAuth Applications","Cliente Il mio account Le mie Applicazioni Oauth "
44
  "Delete","Cancella"
39
  "Consumer Name","Nome utente"
40
  "Consumers","Utenti"
41
  "Created At","Creato in"
42
+ "Current Admin Password","Password Admin corrente"
43
  "Customer","Cliente"
44
  "Customer My Account My OAuth Applications","Cliente Il mio account Le mie Applicazioni Oauth "
45
  "Delete","Cancella"
app/locale/it_IT/Mage_Page.csv CHANGED
@@ -1,4 +1,5 @@
1
  "%s Item(s)","%s oggetto(i)"
 
2
  "&copy; 2012 Magento Demo Store. All Rights Reserved.","&copy; 2012 Negozio Magento Demo. Tutti I diritti riservati."
3
  "&copy; 2013 Magento Demo Store. All Rights Reserved.","&copy; 2013 Negozio Magento Demo. Tutti I diritti riservati."
4
  "(Shift-)Click or drag to change value","(Shift-)Click o trascina per cambiare il valore"
@@ -15,6 +16,7 @@
15
  "2 columns with right bar","2 colonne con barra laterale destra"
16
  "3 columns","3 colonne"
17
  "About the calendar","Riguardo il calendario"
 
18
  "All Empty Layout Pages","Tutte le pagine vuote del Layout"
19
  "All One-Column Layout Pages","Tutte le pagine ad una colonna del Layout"
20
  "All Pages","Tutte le pagine"
@@ -43,7 +45,9 @@
43
  "Items %s to %s of %s total","Oggetti %s a %s di %s totali"
44
  "JavaScript seems to be disabled in your browser.","JavaScript sembra essere disabilitato nel tuo browser."
45
  "Left Column","Colonna sinistra"
 
46
  "Main Content Area","Area del contnuto principale"
 
47
  "Navigation Bar","Barra di navigazione"
48
  "Next","prossimo"
49
  "Next month (hold for menu)","Prossimo mese (tenere premuto per il menu)"
@@ -58,7 +62,9 @@
58
  "Previous","Precedente"
59
  "Redirecting...","Riindirizzamento..."
60
  "Report All Bugs","Segnala gli errori</strong></a> e <a href=""http://ecommerce-italiano.it/traduzione-italiana-magento/traduzione-italiana-magento-segnalazioni-e-bug/"" title=""segnalazione bug traduzione italiana""><strong>i bug di traduzione"
 
61
  "Right Column","Colonna destra"
 
62
  "Select Store","Seleziona Negozio"
63
  "Select Store:","Seleziona Negozio:"
64
  "Select date","Seleziona data"
@@ -67,6 +73,7 @@
67
  "This website requires cookies to provide all of its features. For more information on what data is contained in the cookies, please see our <a href=""%s"">Privacy Policy page</a>. To accept cookies from this site, please click the Allow button below.","Questo sito web necessita dei cookies per offrire tutte le sue funzionalità. Per maggiori informazioni su quali dati sono contenuti nei cookies consulta la nostra pagina<a href=""%s"">Privacy Policy</a>. Per accettare i cookies da questo sito puoi premere il pulsante Consenti qui sotto."
68
  "Time selection:","Selezione Ora:"
69
  "Time:","Ora:"
 
70
  "Welcome, %s!","Benvenuto, %s!"
71
  "You must have JavaScript enabled in your browser to utilize the functionality of this website.","Devi abilitare JavaScript nel tuo browser per utlizzare le funzioni di questo sito."
72
  "Your Language","La tua Lingua"
1
  "%s Item(s)","%s oggetto(i)"
2
+ "%s-%s of %s","%s-%s di %s"
3
  "&copy; 2012 Magento Demo Store. All Rights Reserved.","&copy; 2012 Negozio Magento Demo. Tutti I diritti riservati."
4
  "&copy; 2013 Magento Demo Store. All Rights Reserved.","&copy; 2013 Negozio Magento Demo. Tutti I diritti riservati."
5
  "(Shift-)Click or drag to change value","(Shift-)Click o trascina per cambiare il valore"
16
  "2 columns with right bar","2 colonne con barra laterale destra"
17
  "3 columns","3 colonne"
18
  "About the calendar","Riguardo il calendario"
19
+ "Account","Account"
20
  "All Empty Layout Pages","Tutte le pagine vuote del Layout"
21
  "All One-Column Layout Pages","Tutte le pagine ad una colonna del Layout"
22
  "All Pages","Tutte le pagine"
45
  "Items %s to %s of %s total","Oggetti %s a %s di %s totali"
46
  "JavaScript seems to be disabled in your browser.","JavaScript sembra essere disabilitato nel tuo browser."
47
  "Left Column","Colonna sinistra"
48
+ "Left Column First (shows above main column on smaller screens)","Prima Colonna sinistra (mostra sopra la colonna principale negli schermi piccoli)"
49
  "Main Content Area","Area del contnuto principale"
50
+ "Menu","Menu"
51
  "Navigation Bar","Barra di navigazione"
52
  "Next","prossimo"
53
  "Next month (hold for menu)","Prossimo mese (tenere premuto per il menu)"
62
  "Previous","Precedente"
63
  "Redirecting...","Riindirizzamento..."
64
  "Report All Bugs","Segnala gli errori</strong></a> e <a href=""http://ecommerce-italiano.it/traduzione-italiana-magento/traduzione-italiana-magento-segnalazioni-e-bug/"" title=""segnalazione bug traduzione italiana""><strong>i bug di traduzione"
65
+ "Results per page","Risultati per pagina"
66
  "Right Column","Colonna destra"
67
+ "Search","Cerca"
68
  "Select Store","Seleziona Negozio"
69
  "Select Store:","Seleziona Negozio:"
70
  "Select date","Seleziona data"
73
  "This website requires cookies to provide all of its features. For more information on what data is contained in the cookies, please see our <a href=""%s"">Privacy Policy page</a>. To accept cookies from this site, please click the Allow button below.","Questo sito web necessita dei cookies per offrire tutte le sue funzionalità. Per maggiori informazioni su quali dati sono contenuti nei cookies consulta la nostra pagina<a href=""%s"">Privacy Policy</a>. Per accettare i cookies da questo sito puoi premere il pulsante Consenti qui sotto."
74
  "Time selection:","Selezione Ora:"
75
  "Time:","Ora:"
76
+ "View All","Mostra tutti"
77
  "Welcome, %s!","Benvenuto, %s!"
78
  "You must have JavaScript enabled in your browser to utilize the functionality of this website.","Devi abilitare JavaScript nel tuo browser per utlizzare le funzioni di questo sito."
79
  "Your Language","La tua Lingua"
app/locale/it_IT/Mage_Payment.csv CHANGED
@@ -1,4 +1,5 @@
1
  "%s %s cycle.","%s %s ciclo."
 
2
  "--Please Select--",--Selezionare--
3
  "3D Secure Card Validation","3D Secure Validazione Carta"
4
  "3D Secure Credit Card Validation","3D Secure Validazione Carta di Credito"
1
  "%s %s cycle.","%s %s ciclo."
2
+ "* Required Fields","* Campi obbligatori"
3
  "--Please Select--",--Selezionare--
4
  "3D Secure Card Validation","3D Secure Validazione Carta"
5
  "3D Secure Credit Card Validation","3D Secure Validazione Carta di Credito"
app/locale/it_IT/Mage_Paypal.csv CHANGED
@@ -1,8 +1,19 @@
1
  "-OR-","-Oppure-"
 
 
 
 
2
  "2-pixel perimeter around the header space.","Perimetro attorno allo spazio dell\'header di 2-pixel."
 
 
 
 
3
  "3D Secure","3D Secure"
4
  "3D Secure Card Validation","3D Secure Validazione Carta"
5
  "3D Secure validation is required for Maestro cards. Supporting of American Express cards require additional agreement. Learn more at <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>.","Validazione 3D Secure è richiesta per carte Maestro. Il supporto per carte American Express richiede un accordo addizionale. Per saperne di più vedere <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>."
 
 
 
6
  "<a href=""http://www.magentocommerce.com/paypal"">Start accepting payments via PayPal!</a>","<a href=""http://www.magentocommerce.com/paypal"">Inizio accettazione pagamento via PayPal!</a>"
7
  "A case that has been resolved and close requires a reimbursement.","Un caso è stato risolto e chiudo richiede un rimborso."
8
  "A reversal has occurred on this transaction because of a customer dispute suspecting unauthorized spoof.","È stato eseguito per questa transazione una inversione a causa di una controversia con il cliente di sospetto imbroglio non autorizzato."
@@ -39,6 +50,7 @@
39
  "Address","Indirizzo"
40
  "Address Verification System Response","Risposta Sistema Verifica Indirizzo"
41
  "Advanced Settings","Impostazioni Avanzate"
 
42
  "All the address information matched","Tutte le informazioni di indirizzo combaciano"
43
  "Allow in Billing Agreement Wizard","Consenti Wizard Accordo in Fatturazione"
44
  "Allowable values: ""paypal"", ""primary"" (default), your_custom_value (a custom payment page style from your merchant account profile).","Valori consentiti: ""paypal"", ""primario"" (predefinito), tuo_valore_custom (una pagina stile pagamento custom dal tuo account profilo venditore)."
@@ -78,6 +90,7 @@
78
  "Basic Settings - PayPal Website Payments Standard","Basic Settings - PayPal Website Payments Standard"
79
  "Billing Address","Indirizzo di Fatturazione"
80
  "Billing Agreement Signup ","Iscrizione Accordo di Fatturazione"
 
81
  "Bonus for first ACH Use","Bonus per primo uso ACH"
82
  "Both section above must be complete. ","Entrambe le sezioni sopra devono essere complete."
83
  "Buyer Credit Payment","Pagamento Credito Compratore"
@@ -95,11 +108,15 @@
95
  "CVV2 Check Result by PayPal","CVV2 Risultato verifica di PayPal"
96
  "Can not send new order email.","Impossibile inviare nuovo ordine email."
97
  "Cannot create target file for reading reports.","Impossibile creare il file target per leggere I resoconti."
 
 
98
  "Centinel API URL","Centinel API URL"
99
  "Centinel Custom Api URL","Centinel Api URL predefinita"
100
  "Charge-off","Charge-off"
101
  "Chargeback","Chargeback"
102
- "Checkout with PayPal","Completa l\'acquisto con PayPal"
 
 
103
  "Choose a secure bundled payment solution for your business.","Scegli una soluzione sicura per i pagamenti per il tuo business"
104
  "City","Città"
105
  "Click here if you are not redirected within 10 seconds...","Clicca qui se non vieni reindirizzato entro 10 secondi..."
@@ -133,12 +150,17 @@
133
  "Debug Mode","Modalità Debug"
134
  "Direct Payment API","Pagamento Diretto API"
135
  "Discount","Sconto"
 
136
  "Display Express Checkout in the Payment Information step","Mostra Express Checkout nel passo informazioni di pagamento"
 
 
137
  "Displays on catalog pages and homepage.","Mostra su pagine catalogo ed hompage"
138
  "Dispute","Disputa"
139
  "Don't have a PayPal account? Simply enter your email address.","Non hai un account PayPal? Inserite semplicemente il vostro indirizzo email."
140
  "Dynamic","Dinamico"
141
  "EFT Funding (German banking)","EFT Funding (German banking)"
 
 
142
  "Edit Shopping Cart","Modifica Carrello della spesa"
143
  "Email Address","Indirizzo email"
144
  "Email Associated with PayPal Merchant Account","Email associata con l'account venditore PayPal"
@@ -146,6 +168,7 @@
146
  "Enable Automatic Fetching","Abilita recupero Automatico"
147
  "Enable Express Checkout","Abilita Express Checkout"
148
  "Enable PayPal Guest Checkout","Abilita acquisto ospite PayPal "
 
149
  "Enable Payflow Link","Abilita Payflow Link"
150
  "Enable SSL verification","Abilita verifica SSL"
151
  "Enable this Solution","Abilita questa Soluzione"
@@ -201,15 +224,20 @@
201
  "General: reversal of a type not belonging to the other T11xx categories","Generale: inversione a tipo non appartenente alle altre categorie T11xx categories"
202
  "General: temporary hold of a type not belonging to the other T15xx categories","Generale: trattenuta temporanea a tipo non appartenente alle altre categorie T15xx categories"
203
  "Get Credentials from PayPal","reperisci credenziali da PayPal"
 
204
  "Gift Certificate Payment: purchase of Gift Certificate","Pagamento di Certificato Omaggio: acquisto di Certificato Omaggio"
205
  "Gift Certificate Redemption","Recupero Pagamento di Certificato"
206
  "Gross Amount","Totale Lordo"
 
207
  "Header Background Color","Colore di sfondo dell\'Header"
208
  "Header Border Color","Colore del bordo dell\'Header"
209
  "Header Image URL","Immagine URL dell\'Header"
210
  "Help","Aiuto"
211
  "Hidden Virtual PayPal Debit Card Transaction","Transazione Carta Virtuale Nascosta PayPal Debit"
212
  "Hold for Dispute Investigation","Attendi per indagine controversia"
 
 
 
213
  "IPN ""%s"".","IPN ""%s""."
214
  "IPN ""%s"". %s Transaction amount %s. Transaction ID: ""%s""","IPN ""%s"". %s Importo transazione %s. ID Transazione: ""%s"""
215
  "IPN ""%s"". A dispute has been resolved and closed. %s Transaction amount %s.","IPN ""%s"". Una controversia è stata risolta e chiusa. %s Importo transazione %s."
@@ -253,6 +281,7 @@
253
  "Merchant reference ID format is not supported.","Formato dell\'ID di riferimento del Venditore non supportato."
254
  "Merchant must upgrade account to Business or Premier status.","Merchant must upgrade account to Business or Premier status."
255
  "Merchants need to apply to PayPal for enabling billing agreements feature. Do not enable this option until PayPal confirms that billing agreements are enabled for your merchant account.","I Venditori devono richiedere PayPal di abilitare le funzioni di accordo fatturazione. Non abilitare questa opzione finché PayPal non conferma che gli accordi di fatturazione sono abilitati sul tuo account."
 
256
  "Mobile Payment (made via a mobile phone)","Pagamento Mobile (effettuato attraverso telefono cellulare)"
257
  "Multi-currency issue. Merchant must manually accept or deny this payment from PayPal Account Overview.","Multi-currency issue. Merchant must manually accept or deny this payment from PayPal Account Overview."
258
  "N/A","N/A"
@@ -270,6 +299,7 @@
270
  "N/A. The merchant did not provide AVS information","N/A. Il venditore non ha fornito informazioni AVS"
271
  "N/A. The merchant has not implemented CVV2 code handling","N/A. Il venditore non ha attivato la gestione del codice CVV2"
272
  "N/A. Unavailable","N/A. Non disponibile"
 
273
  "Negative Balance","Bilancio Negativo"
274
  "Never","Mai"
275
  "No","No"
@@ -322,6 +352,7 @@
322
  "PayPal Reference ID","PayPal ID di riferimento"
323
  "PayPal Reference ID Type","PayPal tipo ID di riferimento"
324
  "PayPal Settlement Reports","PayPal Resoconto impostazioni"
 
325
  "PayPal certificate does not exist.","PayPal il certificato non esiste"
326
  "PayPal certificate file is empty.","PayPal il file del certificato è vuoto"
327
  "PayPal does not support processing orders with zero amount. To complete your purchase, proceed to the standard checkout process.","PayPal non supporta elaborazione di ordini per un valore totale pari a zero. Per completare l\'acquisto, procedere con il processo di pagamento standard."
@@ -351,12 +382,14 @@
351
  "Payment is being reviewed by PayPal for risk.","Payment is being reviewed by PayPal for risk."
352
  "Payment transactions disallow storing objects.","Payment transactions disallow storing objects."
353
  "Payment was made to an email address that is not yet registered or confirmed.","Payment was made to an email address that is not yet registered or confirmed."
 
354
  "Payments Advanced","Pagamenti Avanzati"
355
  "Payments Advanced (Includes Express Checkout)","Payments Advanced (Include Express Checkout)"
356
  "Payments Pro (Includes Express Checkout)","Payments Pro (Include Express Checkout)"
357
  "Payments Pro Hosted Solution","Payments Pro Hosted Solution"
358
  "Payments Pro and Express Checkout","Payments Pro e Express Checkout"
359
  "Payments Standard","Pagamenti Standard"
 
360
  "Payments by PayPal (150 X 40)","Pagamenti da PayPal (150 X 40)"
361
  "Payments by PayPal (150 X 60)","Pagamenti da PayPal (150 X 60)"
362
  "Pending PayPal","PayPal In attesa"
@@ -369,18 +402,22 @@
369
  "Please select region, state or province","Selezionare regione, stato o provincia."
370
  "Please update order data to get shipping methods and rates","Aggiornare i dati dell\'ordine per ricevere i metodi di spedizione e i tassi"
371
  "Points Incentive Redemption","Rimborso punti incentivo"
 
372
  "Postage Payment to either USPS or UPS","Pagamento postale a USPS o UPS"
373
  "Preapproved Payment (BillUser API), either sent or received","Pagamento pre approvato (BillUser API), in spedizione o ricezione"
374
  "Preapproved Payment ID","ID Pagamento Preapprovato"
375
  "Price","Prezzo"
376
  "Pro","Pro"
377
  "Process payments using your own internet merchant account.","Elabora pagamenti utilizzando il tuo account venditore."
 
378
  "Product Name","Nome Prodotto"
379
  "Proxy Host","Proxy Host"
380
  "Proxy Port","Porta Proxy"
 
381
  "Qty","Qtà"
382
  "Reauthorization","Riautorizzazione"
383
  "Reference Information","Informazione di riferimento"
 
384
  "Reimbursement for a chargeback.","Rimborso per chargeback."
385
  "Reimbursement of Chargeback","Rimborso di Chargeback"
386
  "Report Date","Data resoconto"
@@ -390,6 +427,7 @@
390
  "Require Customer's Billing Address","Richiede indirizzo di fatturazione del cliente"
391
  "Required PayPal Settings","Impostazioni PayPal obbligatorie"
392
  "Required Settings","Impostazioni richieste"
 
393
  "Reversal","Inversione"
394
  "Reversal of General Account Hold","Reversal of General Account Hold"
395
  "Reversal of Points Usage","Inversione di Utilizzo Punti"
@@ -418,13 +456,17 @@
418
  "Shipping","Spedizione"
419
  "Shipping Address","Indirizzo Spedizione"
420
  "Shipping Method","Metodo Spedizione"
 
421
  "Shop now using (150 X 40)","Compra ora usando (150 X 40)"
422
  "Shop now using (150 X 60)","Compra ora usando (150 X 60)"
423
  "Shortcut","Shortcut"
424
  "Shortcut Buttons Flavor","Gusto Bottone Shortcut"
425
  "Shortcut on Product View","Shortcut per vista Prodotto"
426
  "Shortcut on Shopping Cart","Shortcut per Carrello Spesa"
 
427
  "Sign a billing agreement to streamline further purchases with PayPal.","Firma un accordo di fatturazione per facilitare futuri acquisti con PayPal."
 
 
428
  "Solo","Solo"
429
  "Some PayPal solutions conflict.","Conflitto tra varie soluzioni PayPal."
430
  "Sorry, no quotes are available for this order at this time.","Spiacenti, nessuna quotazione è disponibile per questo ordine al momento."
@@ -464,8 +506,10 @@
464
  "This operation requires an existing transaction object.","Questa operazione richiede un oggetto transazione esistente."
465
  "Time of Day","Ora del Giorno"
466
  "Title","Titolo"
 
467
  "Transaction ID","ID Transazione"
468
  "Transaction ID must not be empty.","ID transazione non può essere vuoto."
 
469
  "Transaction Information","Informazione Transazione"
470
  "Transaction reversal by PayPal administrators.","Transazione rimborsata dagli amministratori di PayPal"
471
  "Transaction reversal due to fraud detected by PayPal administrators.","Transazione rimborsata dagli amministratori di PayPal per sospetta frode."
@@ -486,6 +530,7 @@
486
  "Unknown Error. Please try again later.","Errore sconosciuto. Riprovare più tardi."
487
  "Unknown reason. Please contact PayPal customer service.","Motivo sconosciuto. Si prega di contattare il servizio clienti PayPal."
488
  "Update Order Data","Aggiorna i dati dell\'ordine"
 
489
  "Use Proxy","Usa Proxy"
490
  "Use colon to specify port. For example: ""test.example.com:5224"".","Usa I due punti per specificare la porta. Per esempio: ""test.esempio.com:5224""."
491
  "User","Utente"
@@ -512,6 +557,7 @@
512
  "Website Payments Pro Payflow Edition and Express Checkout","Sito Pagamenti Pro Payflow Edition e Express Checkout"
513
  "Website Payments Pro and Express Checkout","Sito Pagamenti Pro e Express Checkout"
514
  "Website Payments Standard","Sito Pagamenti Standard"
 
515
  "Website Payments Standard Payment","Sito Pagamenti Standard pagamento"
516
  "What is PayPal?","Cos'è PayPal?"
517
  "Whether to create a billing agreement, if there are no active billing agreements available.","Se creare un accordo di fatturazione, in caso non ce ne fossero disponibili."
@@ -521,6 +567,7 @@
521
  "Would you like to sign a billing agreement to streamline further purchases with PayPal?","Vuole sottoscrivere un accordo di fatturazione per agevolare acquisti futuri con PayPal?"
522
  "Wrong PayPal Express Checkout Token specified.","PayPal Express Checkout Token specificato errato"
523
  "Yes","Si"
 
524
  "Yes. Matched Address and five-didgit ZIP","Si. Indirizzo e codice ZIP a cinque cifre corrispondono."
525
  "You cannot void a verification transaction","Non puoi annullare la verifica di una transazione"
526
  "You will be redirected to the PayPal website in a few seconds.","Sarai reindirizzato al sito PayPal in pochi secondi."
1
  "-OR-","-Oppure-"
2
+ "120 x 240","120 x 240"
3
+ "120 x 600","120 x 600"
4
+ "120 x 90","120 x 90"
5
+ "190 x 100","190 x 100"
6
  "2-pixel perimeter around the header space.","Perimetro attorno allo spazio dell\'header di 2-pixel."
7
+ "234 x 400","234 x 400"
8
+ "234 x 60","234 x 60"
9
+ "250 x 250","250 x 250"
10
+ "300 x 50","300 x 50"
11
  "3D Secure","3D Secure"
12
  "3D Secure Card Validation","3D Secure Validazione Carta"
13
  "3D Secure validation is required for Maestro cards. Supporting of American Express cards require additional agreement. Learn more at <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>.","Validazione 3D Secure è richiesta per carte Maestro. Il supporto per carte American Express richiede un accordo addizionale. Per saperne di più vedere <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>."
14
+ "468 x 60","468 x 60"
15
+ "728 x 90","728 x 90"
16
+ "800 x 66","800 x 66"
17
  "<a href=""http://www.magentocommerce.com/paypal"">Start accepting payments via PayPal!</a>","<a href=""http://www.magentocommerce.com/paypal"">Inizio accettazione pagamento via PayPal!</a>"
18
  "A case that has been resolved and close requires a reimbursement.","Un caso è stato risolto e chiudo richiede un rimborso."
19
  "A reversal has occurred on this transaction because of a customer dispute suspecting unauthorized spoof.","È stato eseguito per questa transazione una inversione a causa di una controversia con il cliente di sospetto imbroglio non autorizzato."
50
  "Address","Indirizzo"
51
  "Address Verification System Response","Risposta Sistema Verifica Indirizzo"
52
  "Advanced Settings","Impostazioni Avanzate"
53
+ "Advertise Paypal Credit","Credito Paypal pubblicitario"
54
  "All the address information matched","Tutte le informazioni di indirizzo combaciano"
55
  "Allow in Billing Agreement Wizard","Consenti Wizard Accordo in Fatturazione"
56
  "Allowable values: ""paypal"", ""primary"" (default), your_custom_value (a custom payment page style from your merchant account profile).","Valori consentiti: ""paypal"", ""primario"" (predefinito), tuo_valore_custom (una pagina stile pagamento custom dal tuo account profilo venditore)."
90
  "Basic Settings - PayPal Website Payments Standard","Basic Settings - PayPal Website Payments Standard"
91
  "Billing Address","Indirizzo di Fatturazione"
92
  "Billing Agreement Signup ","Iscrizione Accordo di Fatturazione"
93
+ "Billing Information","Informazioni Fatturazione"
94
  "Bonus for first ACH Use","Bonus per primo uso ACH"
95
  "Both section above must be complete. ","Entrambe le sezioni sopra devono essere complete."
96
  "Buyer Credit Payment","Pagamento Credito Compratore"
108
  "CVV2 Check Result by PayPal","CVV2 Risultato verifica di PayPal"
109
  "Can not send new order email.","Impossibile inviare nuovo ordine email."
110
  "Cannot create target file for reading reports.","Impossibile creare il file target per leggere I resoconti."
111
+ "Catalog Category Page","Pagina Categoria"
112
+ "Catalog Product Page","Pagina Prodotto"
113
  "Centinel API URL","Centinel API URL"
114
  "Centinel Custom Api URL","Centinel Api URL predefinita"
115
  "Charge-off","Charge-off"
116
  "Chargeback","Chargeback"
117
+ "Checkout Cart Page","Pagina Carrello"
118
+ "Checkout with PayPal Paypal Credit","Checkout con Credito Paypal"
119
+ "Checkout with PayPal","Completa l'acquisto con PayPal"
120
  "Choose a secure bundled payment solution for your business.","Scegli una soluzione sicura per i pagamenti per il tuo business"
121
  "City","Città"
122
  "Click here if you are not redirected within 10 seconds...","Clicca qui se non vieni reindirizzato entro 10 secondi..."
150
  "Debug Mode","Modalità Debug"
151
  "Direct Payment API","Pagamento Diretto API"
152
  "Discount","Sconto"
153
+ "Display","Mostra"
154
  "Display Express Checkout in the Payment Information step","Mostra Express Checkout nel passo informazioni di pagamento"
155
+ "Display on Product Details Page","Mostra nel dettaglio della pagina prodotto"
156
+ "Display on Shopping Cart","Mostra nel Carrello"
157
  "Displays on catalog pages and homepage.","Mostra su pagine catalogo ed hompage"
158
  "Dispute","Disputa"
159
  "Don't have a PayPal account? Simply enter your email address.","Non hai un account PayPal? Inserite semplicemente il vostro indirizzo email."
160
  "Dynamic","Dinamico"
161
  "EFT Funding (German banking)","EFT Funding (German banking)"
162
+ "Edit","Modifica"
163
+ "Edit Payment Information","Modifica Informazioni Pagamento"
164
  "Edit Shopping Cart","Modifica Carrello della spesa"
165
  "Email Address","Indirizzo email"
166
  "Email Associated with PayPal Merchant Account","Email associata con l'account venditore PayPal"
168
  "Enable Automatic Fetching","Abilita recupero Automatico"
169
  "Enable Express Checkout","Abilita Express Checkout"
170
  "Enable PayPal Guest Checkout","Abilita acquisto ospite PayPal "
171
+ "Enable Paypal Credit","Abilita Credito Paypal"
172
  "Enable Payflow Link","Abilita Payflow Link"
173
  "Enable SSL verification","Abilita verifica SSL"
174
  "Enable this Solution","Abilita questa Soluzione"
224
  "General: reversal of a type not belonging to the other T11xx categories","Generale: inversione a tipo non appartenente alle altre categorie T11xx categories"
225
  "General: temporary hold of a type not belonging to the other T15xx categories","Generale: trattenuta temporanea a tipo non appartenente alle altre categorie T15xx categories"
226
  "Get Credentials from PayPal","reperisci credenziali da PayPal"
227
+ "Get Publisher ID from PayPal","Ottieni Publisher ID da Paypal"
228
  "Gift Certificate Payment: purchase of Gift Certificate","Pagamento di Certificato Omaggio: acquisto di Certificato Omaggio"
229
  "Gift Certificate Redemption","Recupero Pagamento di Certificato"
230
  "Gross Amount","Totale Lordo"
231
+ "Header (center)","Header (centro)"
232
  "Header Background Color","Colore di sfondo dell\'Header"
233
  "Header Border Color","Colore del bordo dell\'Header"
234
  "Header Image URL","Immagine URL dell\'Header"
235
  "Help","Aiuto"
236
  "Hidden Virtual PayPal Debit Card Transaction","Transazione Carta Virtuale Nascosta PayPal Debit"
237
  "Hold for Dispute Investigation","Attendi per indagine controversia"
238
+ "Home Page","Home Page"
239
+ "I'm sorry - but we are not able to complete your transaction. Please contact us so we can assist you.","Ci dispiace ma noi possiamo abilitare questa transazione. Contattaci per avere supporto."
240
+ "I'm sorry - but we were not able to process your payment. Please try another payment method or contact us so we can assist you.","Ci dispiace ma non possiamo abilitare questo pagamento. Riprova con un metodo di pagamento oppure contattaci per avere supporto."
241
  "IPN ""%s"".","IPN ""%s""."
242
  "IPN ""%s"". %s Transaction amount %s. Transaction ID: ""%s""","IPN ""%s"". %s Importo transazione %s. ID Transazione: ""%s"""
243
  "IPN ""%s"". A dispute has been resolved and closed. %s Transaction amount %s.","IPN ""%s"". Una controversia è stata risolta e chiusa. %s Importo transazione %s."
281
  "Merchant reference ID format is not supported.","Formato dell\'ID di riferimento del Venditore non supportato."
282
  "Merchant must upgrade account to Business or Premier status.","Merchant must upgrade account to Business or Premier status."
283
  "Merchants need to apply to PayPal for enabling billing agreements feature. Do not enable this option until PayPal confirms that billing agreements are enabled for your merchant account.","I Venditori devono richiedere PayPal di abilitare le funzioni di accordo fatturazione. Non abilitare questa opzione finché PayPal non conferma che gli accordi di fatturazione sono abilitati sul tuo account."
284
+ "Mobile Optimized","Ottimizzato Mobile"
285
  "Mobile Payment (made via a mobile phone)","Pagamento Mobile (effettuato attraverso telefono cellulare)"
286
  "Multi-currency issue. Merchant must manually accept or deny this payment from PayPal Account Overview.","Multi-currency issue. Merchant must manually accept or deny this payment from PayPal Account Overview."
287
  "N/A","N/A"
299
  "N/A. The merchant did not provide AVS information","N/A. Il venditore non ha fornito informazioni AVS"
300
  "N/A. The merchant has not implemented CVV2 code handling","N/A. Il venditore non ha attivato la gestione del codice CVV2"
301
  "N/A. Unavailable","N/A. Non disponibile"
302
+ "Near Paypal Credit checkout button","Vicino al pulsante del checkout Credito Paypal"
303
  "Negative Balance","Bilancio Negativo"
304
  "Never","Mai"
305
  "No","No"
352
  "PayPal Reference ID","PayPal ID di riferimento"
353
  "PayPal Reference ID Type","PayPal tipo ID di riferimento"
354
  "PayPal Settlement Reports","PayPal Resoconto impostazioni"
355
+ "PayPal Website Payments Standard","Pagamenti Paypal Standard"
356
  "PayPal certificate does not exist.","PayPal il certificato non esiste"
357
  "PayPal certificate file is empty.","PayPal il file del certificato è vuoto"
358
  "PayPal does not support processing orders with zero amount. To complete your purchase, proceed to the standard checkout process.","PayPal non supporta elaborazione di ordini per un valore totale pari a zero. Per completare l\'acquisto, procedere con il processo di pagamento standard."
382
  "Payment is being reviewed by PayPal for risk.","Payment is being reviewed by PayPal for risk."
383
  "Payment transactions disallow storing objects.","Payment transactions disallow storing objects."
384
  "Payment was made to an email address that is not yet registered or confirmed.","Payment was made to an email address that is not yet registered or confirmed."
385
+ "Payment Method","Metodo di Pagamento"
386
  "Payments Advanced","Pagamenti Avanzati"
387
  "Payments Advanced (Includes Express Checkout)","Payments Advanced (Include Express Checkout)"
388
  "Payments Pro (Includes Express Checkout)","Payments Pro (Include Express Checkout)"
389
  "Payments Pro Hosted Solution","Payments Pro Hosted Solution"
390
  "Payments Pro and Express Checkout","Payments Pro e Express Checkout"
391
  "Payments Standard","Pagamenti Standard"
392
+ "Payments Standard (Includes Express Checkout)","Pagamenti Standard (Inclusi Checkout Express)"
393
  "Payments by PayPal (150 X 40)","Pagamenti da PayPal (150 X 40)"
394
  "Payments by PayPal (150 X 60)","Pagamenti da PayPal (150 X 60)"
395
  "Pending PayPal","PayPal In attesa"
402
  "Please select region, state or province","Selezionare regione, stato o provincia."
403
  "Please update order data to get shipping methods and rates","Aggiornare i dati dell\'ordine per ricevere i metodi di spedizione e i tassi"
404
  "Points Incentive Redemption","Rimborso punti incentivo"
405
+ "Position","Posizione"
406
  "Postage Payment to either USPS or UPS","Pagamento postale a USPS o UPS"
407
  "Preapproved Payment (BillUser API), either sent or received","Pagamento pre approvato (BillUser API), in spedizione o ricezione"
408
  "Preapproved Payment ID","ID Pagamento Preapprovato"
409
  "Price","Prezzo"
410
  "Pro","Pro"
411
  "Process payments using your own internet merchant account.","Elabora pagamenti utilizzando il tuo account venditore."
412
+ "Product","Prodotto"
413
  "Product Name","Nome Prodotto"
414
  "Proxy Host","Proxy Host"
415
  "Proxy Port","Porta Proxy"
416
+ "Publisher ID","Publisher ID"
417
  "Qty","Qtà"
418
  "Reauthorization","Riautorizzazione"
419
  "Reference Information","Informazione di riferimento"
420
+ "Refunded amount of %s. Transaction ID: ""%s""","Rimborsato importo di %s. ID Transazione: ""%s"""
421
  "Reimbursement for a chargeback.","Rimborso per chargeback."
422
  "Reimbursement of Chargeback","Rimborso di Chargeback"
423
  "Report Date","Data resoconto"
427
  "Require Customer's Billing Address","Richiede indirizzo di fatturazione del cliente"
428
  "Required PayPal Settings","Impostazioni PayPal obbligatorie"
429
  "Required Settings","Impostazioni richieste"
430
+ "Required to display a banner","Richiesto mostrare un banner"
431
  "Reversal","Inversione"
432
  "Reversal of General Account Hold","Reversal of General Account Hold"
433
  "Reversal of Points Usage","Inversione di Utilizzo Punti"
456
  "Shipping","Spedizione"
457
  "Shipping Address","Indirizzo Spedizione"
458
  "Shipping Method","Metodo Spedizione"
459
+ "Shipping Information","Informazione Spedizione"
460
  "Shop now using (150 X 40)","Compra ora usando (150 X 40)"
461
  "Shop now using (150 X 60)","Compra ora usando (150 X 60)"
462
  "Shortcut","Shortcut"
463
  "Shortcut Buttons Flavor","Gusto Bottone Shortcut"
464
  "Shortcut on Product View","Shortcut per vista Prodotto"
465
  "Shortcut on Shopping Cart","Shortcut per Carrello Spesa"
466
+ "Sidebar (right)","Sidebar (destra)"
467
  "Sign a billing agreement to streamline further purchases with PayPal.","Firma un accordo di fatturazione per facilitare futuri acquisti con PayPal."
468
+ "Size","Dimensione"
469
+ "Skip Order Review Step","Salta Step Rivedi Ordine"
470
  "Solo","Solo"
471
  "Some PayPal solutions conflict.","Conflitto tra varie soluzioni PayPal."
472
  "Sorry, no quotes are available for this order at this time.","Spiacenti, nessuna quotazione è disponibile per questo ordine al momento."
506
  "This operation requires an existing transaction object.","Questa operazione richiede un oggetto transazione esistente."
507
  "Time of Day","Ora del Giorno"
508
  "Title","Titolo"
509
+ "To proceed to Checkout, please log in using your email address.","Per procedere con il Checkout esegui il login usando il tuo indirizzo email."
510
  "Transaction ID","ID Transazione"
511
  "Transaction ID must not be empty.","ID transazione non può essere vuoto."
512
+ "Transaction ID: ""%s""","ID Transazione: ""%s"""
513
  "Transaction Information","Informazione Transazione"
514
  "Transaction reversal by PayPal administrators.","Transazione rimborsata dagli amministratori di PayPal"
515
  "Transaction reversal due to fraud detected by PayPal administrators.","Transazione rimborsata dagli amministratori di PayPal per sospetta frode."
530
  "Unknown Error. Please try again later.","Errore sconosciuto. Riprovare più tardi."
531
  "Unknown reason. Please contact PayPal customer service.","Motivo sconosciuto. Si prega di contattare il servizio clienti PayPal."
532
  "Update Order Data","Aggiorna i dati dell\'ordine"
533
+ "Update Shipping Method","Aggiorna Metodi di Spedizione"
534
  "Use Proxy","Usa Proxy"
535
  "Use colon to specify port. For example: ""test.example.com:5224"".","Usa I due punti per specificare la porta. Per esempio: ""test.esempio.com:5224""."
536
  "User","Utente"
557
  "Website Payments Pro Payflow Edition and Express Checkout","Sito Pagamenti Pro Payflow Edition e Express Checkout"
558
  "Website Payments Pro and Express Checkout","Sito Pagamenti Pro e Express Checkout"
559
  "Website Payments Standard","Sito Pagamenti Standard"
560
+ "Website Payments Standard (Includes Express Checkout)","Pagamenti Standard Sito (Inclusi Express Checkout)"
561
  "Website Payments Standard Payment","Sito Pagamenti Standard pagamento"
562
  "What is PayPal?","Cos'è PayPal?"
563
  "Whether to create a billing agreement, if there are no active billing agreements available.","Se creare un accordo di fatturazione, in caso non ce ne fossero disponibili."
567
  "Would you like to sign a billing agreement to streamline further purchases with PayPal?","Vuole sottoscrivere un accordo di fatturazione per agevolare acquisti futuri con PayPal?"
568
  "Wrong PayPal Express Checkout Token specified.","PayPal Express Checkout Token specificato errato"
569
  "Yes","Si"
570
+ "Yes (PayPal recommends this option)","Si (PayPal raccomanda di selezionare questa opzione)"
571
  "Yes. Matched Address and five-didgit ZIP","Si. Indirizzo e codice ZIP a cinque cifre corrispondono."
572
  "You cannot void a verification transaction","Non puoi annullare la verifica di una transazione"
573
  "You will be redirected to the PayPal website in a few seconds.","Sarai reindirizzato al sito PayPal in pochi secondi."
app/locale/it_IT/Mage_Persistent.csv CHANGED
@@ -7,7 +7,9 @@
7
  "Back","Indietro"
8
  "By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.","Creando un account con il nostro negozio, sarai in grado di muoverti velocemente attravarso il processo di checkout, salvare indirizzi multipli di spedizione, visualizzare e tracciare i tuoi ordini nel tuo account e altro ancora."
9
  "Cannot load configuration from file %s.","Impossibile caricare la configurazione dal file %s."
 
10
  "Checkout as Guest","Checkout come ospite"
 
11
  "Checkout as a Guest or Register","Checkout come ospite o registrati"
12
  "City","Città"
13
  "Clear Persistence on Log Out","Cancella persistenza sul Log Out"
@@ -22,6 +24,7 @@
22
  "Enable ""Remember Me""","Abilita ""Ricordami"""
23
  "Enable Persistence","Abilita persistenza"
24
  "Fast and easy check out","Check out facile e veloce"
 
25
  "Fax","Fax"
26
  "Forgot Your Password?","Hai dimenticato la password?"
27
  "Forgot your password?","Hai dimenticato la password?"
@@ -32,26 +35,33 @@
32
  "Login Information","Informazioni di login"
33
  "Login or Create an Account","Accedi o crea un account"
34
  "New Customers","Nuovo cliente"
 
35
  "Password","Password"
36
  "Persist Shopping Cart","Carrello persistente"
37
  "Persistence Lifetime (seconds)","Durata persistenza (secondi)"
38
  "Persistent Shopping Cart","Carrello persistente"
39
  "Personal Information","Informazioni personali"
 
40
  "Please log in below:","Accedi di seguito:"
41
  "Please select region, state or province","Selezionare la regione, lo stato o la provincia"
42
  "Register","Registrati"
 
43
  "Register and save time!","Registrati e risparmia tempo!"
44
  "Register to Create an Account","Registrati per creare un account"
45
  "Register with us for future convenience:","Registrati per una convenienza futura:"
46
  "Registered Customers","Clienti registrati"
47
- "Remember Me",Ricordami
 
 
48
  "Save in address book","Salva nella rubrica"
 
49
  "Select State/Province...","Seleziona stato/Provincia..."
50
  "Select a billing address from your address book or enter a new address.","Seleziona un indirizzo di fatturazione dalla tua rubrica o inserisci un nuovo indirizzo."
51
  "Ship to different address","Spedisci ad un indirizzo diverso"
52
  "Ship to this address","Spedisci a questo indirizzo"
53
  "Shopping cart has been updated with appropriate prices","Il carrello è stato aggiornato con i prezzi adeguati"
54
  "Sign Up for Newsletter","Iscriviti alla newsletter"
 
55
  "State/Province","Stato/Provincia"
56
  "Street Address","Numero civico"
57
  "Street Address %s","Numero civico %s"
@@ -59,6 +69,8 @@
59
  "Telephone","Telefono"
60
  "To proceed to Checkout, please log in using your email address.","Per procedere al checkout, accedi utilizzando il tuo indirizzo email."
61
  "VAT Number","Numero partita IVA"
 
62
  "Welcome, %s!","Benvenuto, %s!"
63
  "What\'s this?","Cos\'è questo?"
 
64
  "Zip/Postal Code","Zip/Codice postale"
7
  "Back","Indietro"
8
  "By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.","Creando un account con il nostro negozio, sarai in grado di muoverti velocemente attravarso il processo di checkout, salvare indirizzi multipli di spedizione, visualizzare e tracciare i tuoi ordini nel tuo account e altro ancora."
9
  "Cannot load configuration from file %s.","Impossibile caricare la configurazione dal file %s."
10
+ "Checking &quot;Remember Me&quot; will let you access your shopping cart on this computer when you are logged out","Contrassegna &quot;Ricordami&quot; ti permetterà di accedere al tuo carrello in questo computer quando hai effettuato il logout"
11
  "Checkout as Guest","Checkout come ospite"
12
+ "Checkout as a Guest","Checkout come Ospite"
13
  "Checkout as a Guest or Register","Checkout come ospite o registrati"
14
  "City","Città"
15
  "Clear Persistence on Log Out","Cancella persistenza sul Log Out"
24
  "Enable ""Remember Me""","Abilita ""Ricordami"""
25
  "Enable Persistence","Abilita persistenza"
26
  "Fast and easy check out","Check out facile e veloce"
27
+ "Faster checkout","Checkout veloce"
28
  "Fax","Fax"
29
  "Forgot Your Password?","Hai dimenticato la password?"
30
  "Forgot your password?","Hai dimenticato la password?"
35
  "Login Information","Informazioni di login"
36
  "Login or Create an Account","Accedi o crea un account"
37
  "New Customers","Nuovo cliente"
38
+ "New Here?","Sei nuovo di qui?"
39
  "Password","Password"
40
  "Persist Shopping Cart","Carrello persistente"
41
  "Persistence Lifetime (seconds)","Durata persistenza (secondi)"
42
  "Persistent Shopping Cart","Carrello persistente"
43
  "Personal Information","Informazioni personali"
44
+ "Please enter the following information to create your account.","Completa le informazioni sottostanti per creare un account."
45
  "Please log in below:","Accedi di seguito:"
46
  "Please select region, state or province","Selezionare la regione, lo stato o la provincia"
47
  "Register","Registrati"
48
+ "Register and Checkout","Registrati e fai il Checkout"
49
  "Register and save time!","Registrati e risparmia tempo!"
50
  "Register to Create an Account","Registrati per creare un account"
51
  "Register with us for future convenience:","Registrati per una convenienza futura:"
52
  "Registered Customers","Clienti registrati"
53
+ "Registration is free and easy!","La registrazione è semplice e gratuita!"
54
+ "Remember Me","Ricordami"
55
+ "Returning Customers","Clienti Tornati"
56
  "Save in address book","Salva nella rubrica"
57
+ "Save multiple shipping addresses","Salva indirizzi di spedizione multipli"
58
  "Select State/Province...","Seleziona stato/Provincia..."
59
  "Select a billing address from your address book or enter a new address.","Seleziona un indirizzo di fatturazione dalla tua rubrica o inserisci un nuovo indirizzo."
60
  "Ship to different address","Spedisci ad un indirizzo diverso"
61
  "Ship to this address","Spedisci a questo indirizzo"
62
  "Shopping cart has been updated with appropriate prices","Il carrello è stato aggiornato con i prezzi adeguati"
63
  "Sign Up for Newsletter","Iscriviti alla newsletter"
64
+ "Sign in to speed up your checkout process","Accedi per velocizzare la tua procedura di Checkout"
65
  "State/Province","Stato/Provincia"
66
  "Street Address","Numero civico"
67
  "Street Address %s","Numero civico %s"
69
  "Telephone","Telefono"
70
  "To proceed to Checkout, please log in using your email address.","Per procedere al checkout, accedi utilizzando il tuo indirizzo email."
71
  "VAT Number","Numero partita IVA"
72
+ "View and track orders and more","Vedi e traccia i tuoi ordini e altro ancora"
73
  "Welcome, %s!","Benvenuto, %s!"
74
  "What\'s this?","Cos\'è questo?"
75
+ "What's this?","What's this?"
76
  "Zip/Postal Code","Zip/Codice postale"
app/locale/it_IT/Mage_Review.csv CHANGED
@@ -2,9 +2,13 @@
2
  "%s Review(s)","%s Recensione(i)"
3
  "(Posted on %s)","(pubblicato il %s)"
4
  "1 star","1 stella"
 
5
  "2 stars","2 stelle"
 
6
  "3 stars","3 stelle"
 
7
  "4 stars","4 stelle"
 
8
  "5 stars","5 stelle"
9
  "<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>","<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>"
10
  "Add New Review","Aggiungi nuova recensione"
@@ -39,6 +43,7 @@
39
  "Guest","Ospite"
40
  "How do you rate this product?","Come consideri questo prodotto?"
41
  "ID","ID"
 
42
  "Manage Ratings","Gestisci valutazioni"
43
  "My Product Reviews","Le mie recensioni ai prodotti"
44
  "My Recent Reviews","Le mie recensioni recenti"
@@ -70,10 +75,12 @@
70
  "Review (submitted on %s):","Recensione (inviato su %s):"
71
  "Review Details","Dettagli recensione"
72
  "Review Form Fields Before","Recensione campi modulo prima "
 
73
  "Review by <span>%s</span>","Recensito da <span>%s</span>"
74
  "Review can\'t be empty","La recensione non può essere vuota"
75
  "Review summary can\'t be empty","Il riepilogo della recensione non può essere vuoto"
76
  "Reviews and Ratings","Recensioni e Valutazioni"
 
77
  "SKU","SKU"
78
  "Save Review","Salva recensione"
79
  "Status","Stato"
@@ -89,6 +96,7 @@
89
  "View Details","Visualizza dettagli"
90
  "Visible In","Visibile su"
91
  "Websites","Siti"
 
92
  "Write Your Own Review","Scrivi la tua recensione"
93
  "You have submitted no reviews.","Non hai inviato nessuna recensione."
94
  "You're reviewing:","La tua recensione:"
2
  "%s Review(s)","%s Recensione(i)"
3
  "(Posted on %s)","(pubblicato il %s)"
4
  "1 star","1 stella"
5
+ "2 star","2 stella"
6
  "2 stars","2 stelle"
7
+ "3 star","3 stelle"
8
  "3 stars","3 stelle"
9
+ "4 star","4 stelle"
10
  "4 stars","4 stelle"
11
+ "5 star","5 stelle"
12
  "5 stars","5 stelle"
13
  "<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>","<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>"
14
  "Add New Review","Aggiungi nuova recensione"
43
  "Guest","Ospite"
44
  "How do you rate this product?","Come consideri questo prodotto?"
45
  "ID","ID"
46
+ "Let us know your thoughts","Fateci sapere le vostre opinioni"
47
  "Manage Ratings","Gestisci valutazioni"
48
  "My Product Reviews","Le mie recensioni ai prodotti"
49
  "My Recent Reviews","Le mie recensioni recenti"
75
  "Review (submitted on %s):","Recensione (inviato su %s):"
76
  "Review Details","Dettagli recensione"
77
  "Review Form Fields Before","Recensione campi modulo prima "
78
+ "Review by %s","Recensito da %s"
79
  "Review by <span>%s</span>","Recensito da <span>%s</span>"
80
  "Review can\'t be empty","La recensione non può essere vuota"
81
  "Review summary can\'t be empty","Il riepilogo della recensione non può essere vuoto"
82
  "Reviews and Ratings","Recensioni e Valutazioni"
83
+ "Reviews","Recensioni"
84
  "SKU","SKU"
85
  "Save Review","Salva recensione"
86
  "Status","Stato"
96
  "View Details","Visualizza dettagli"
97
  "Visible In","Visibile su"
98
  "Websites","Siti"
99
+ "What's your nickname?","Qual'è il tuo nickname?"
100
  "Write Your Own Review","Scrivi la tua recensione"
101
  "You have submitted no reviews.","Non hai inviato nessuna recensione."
102
  "You're reviewing:","La tua recensione:"
app/locale/it_IT/Mage_Sales.csv CHANGED
@@ -319,6 +319,7 @@
319
  "Invoice void problem","Problema fattura nulla"
320
  "Invoice will be created without communication with payment gateway.","La fattura non può essere create senza la comunicazione di pagamento al gateway."
321
  "Invoiced","Fatturato"
 
322
  "Invoices","Fatture"
323
  "Is Closed","Chiuso"
324
  "Item","Oggetto"
@@ -418,6 +419,7 @@
418
  "Online Refunded","Restituzione online"
419
  "Order","Ordine"
420
  "Order #","Ordine # "
 
421
  "Order # ","Ordine # "
422
  "Order # %s","Ordine # %s"
423
  "Order # %s %s | %s","Ordine # %s %s | %s"
@@ -866,6 +868,7 @@
866
  "You will be redirected to the payment system website.","Verrai reindirizzato nel sistema di pagamento del sito"
867
  "Your credit card will be charged for","La tua carta di credito è addebitata per"
868
  "ZIP/Post Code","CAP"
 
869
  "Zip/Postal Code","CAP"
870
  "cm","cm"
871
  "in","in"
319
  "Invoice void problem","Problema fattura nulla"
320
  "Invoice will be created without communication with payment gateway.","La fattura non può essere create senza la comunicazione di pagamento al gateway."
321
  "Invoiced","Fatturato"
322
+ "Invoiced:","Fatturato:"
323
  "Invoices","Fatture"
324
  "Is Closed","Chiuso"
325
  "Item","Oggetto"
419
  "Online Refunded","Restituzione online"
420
  "Order","Ordine"
421
  "Order #","Ordine # "
422
+ "Order #","Ordine #"
423
  "Order # ","Ordine # "
424
  "Order # %s","Ordine # %s"
425
  "Order # %s %s | %s","Ordine # %s %s | %s"
868
  "You will be redirected to the payment system website.","Verrai reindirizzato nel sistema di pagamento del sito"
869
  "Your credit card will be charged for","La tua carta di credito è addebitata per"
870
  "ZIP/Post Code","CAP"
871
+ "ZIP Code","CAP"
872
  "Zip/Postal Code","CAP"
873
  "cm","cm"
874
  "in","in"
app/locale/it_IT/Mage_SalesRule.csv CHANGED
@@ -120,6 +120,7 @@
120
  "Update prices using the following information","Aggiornamento prezzi usando le seguenti informazioni"
121
  "Update product's %s %s: %s","Aggiornamento prodotti %s %s: %s"
122
  "Update the Product","Aggiornamento prodotti"
 
123
  "Use Auto Generation","Usa Generazione Automatica"
124
  "Used","Usato"
125
  "Uses per Coupon","Usi per coupon"
120
  "Update prices using the following information","Aggiornamento prezzi usando le seguenti informazioni"
121
  "Update product's %s %s: %s","Aggiornamento prodotti %s %s: %s"
122
  "Update the Product","Aggiornamento prodotti"
123
+ "Usage limit enforced for logged in customers only","Limite di utilizzo forzato per i soli clienti loggati"
124
  "Use Auto Generation","Usa Generazione Automatica"
125
  "Used","Usato"
126
  "Uses per Coupon","Usi per coupon"
app/locale/it_IT/Mage_Tax.csv CHANGED
@@ -47,6 +47,7 @@
47
  "Edit Class '%s'","Modifica classe '%s'"
48
  "Edit Rule","Modifica regola"
49
  "Edit Tax Rate","Modifica Aliquota Fiscale"
 
50
  "Excel XML","Excel XML"
51
  "Excl. Tax","Tasse escluse"
52
  "Excl. Tax:","Tasse escluse:"
@@ -149,6 +150,7 @@
149
  "Warning tax configuration can result in rounding errors","Avviso Configurazione Tasse può risultate in errore di arrotondamento"
150
  "Warning tax configuration can result in unexpected FPT prices on applicable devices","Avviso Configurazione Tasse può risultare con un FTP prezzi inaspettato ai device applicabili"
151
  "Warning tax discount configuration might result in different discounts than a customer might expect","Attenzione configurazione tassa sconto potrebbe comportare diversi sconti che un cliente si aspetta"
 
152
  "Whether catalog prices entered by admin include tax.","Indica se i prezzi sono comprensivi di tasse o meno"
153
  "Whether shipping amounts entered by admin or obtained from gateways include tax.","Se i costi di spedizione introdotto dall\'amministratore sono ottenenuti dal gateways includono le tasse."
154
  "Yes","Sì"
47
  "Edit Class '%s'","Modifica classe '%s'"
48
  "Edit Rule","Modifica regola"
49
  "Edit Tax Rate","Modifica Aliquota Fiscale"
50
+ "Enable Cross Border Trade","Abilita Cross Border Trade"
51
  "Excel XML","Excel XML"
52
  "Excl. Tax","Tasse escluse"
53
  "Excl. Tax:","Tasse escluse:"
150
  "Warning tax configuration can result in rounding errors","Avviso Configurazione Tasse può risultate in errore di arrotondamento"
151
  "Warning tax configuration can result in unexpected FPT prices on applicable devices","Avviso Configurazione Tasse può risultare con un FTP prezzi inaspettato ai device applicabili"
152
  "Warning tax discount configuration might result in different discounts than a customer might expect","Attenzione configurazione tassa sconto potrebbe comportare diversi sconti che un cliente si aspetta"
153
+ "When catalog price includes tax, enable this setting will fix the price no matter what the customer's tax rate is.","Quando il prezzo del catalogo include le tasse, abilita questa impostazione fissando il prezzo a prescindere dall'aliquota fiscale del cliente."
154
  "Whether catalog prices entered by admin include tax.","Indica se i prezzi sono comprensivi di tasse o meno"
155
  "Whether shipping amounts entered by admin or obtained from gateways include tax.","Se i costi di spedizione introdotto dall\'amministratore sono ottenenuti dal gateways includono le tasse."
156
  "Yes","Sì"
app/locale/it_IT/Mage_Usa.csv CHANGED
@@ -152,9 +152,11 @@
152
  "Letter","Carattere"
153
  "Library","Libreria"
154
  "Library Mail","Libreria Mail"
 
155
  "Live","Live"
156
  "Machinable","Lavorabile"
157
  "Maximum Package Weight (Please consult your shipping carrier for maximum supported shipping weight)","Peso massimo del pacco (Consultare il supporto della spedizione per sapere il peso massimo consentito)"
 
158
  "Media Mail","Media Mail"
159
  "Medical express","Corriere Medico"
160
  "Medium Express Box","Pacco Espresso Medio"
152
  "Letter","Carattere"
153
  "Library","Libreria"
154
  "Library Mail","Libreria Mail"
155
+ "Library Mail Parcel","Library Mail Parcel"
156
  "Live","Live"
157
  "Machinable","Lavorabile"
158
  "Maximum Package Weight (Please consult your shipping carrier for maximum supported shipping weight)","Peso massimo del pacco (Consultare il supporto della spedizione per sapere il peso massimo consentito)"
159
+ "Media Mail Parcel","Media Mail Parcel"
160
  "Media Mail","Media Mail"
161
  "Medical express","Corriere Medico"
162
  "Medium Express Box","Pacco Espresso Medio"
app/locale/it_IT/Mage_Wishlist.csv CHANGED
@@ -21,6 +21,7 @@
21
  "Can\'t save description %s","Impossibile salvare descrizione %s"
22
  "Can\'t update wishlist","Impossibile aggiornare wishlist"
23
  "Cannot add item to shopping cart","Impossibile aggiungere oggetto alla wishlist"
 
24
  "Cannot add the following product(s) to shopping cart: %s.","Non è possibile aggiungere i seguenti prodotti al carrello: %s."
25
  "Cannot add the item to shopping cart.","Impossibile aggiungere oggetto al carrello"
26
  "Cannot configure product","Impossibile configurare prodotto"
@@ -66,10 +67,12 @@
66
  "Please enter a valid email addresses, separated by commas. For example johndoe@domain.com, johnsmith@domain.com.","Inserire emails valide separate da virgole. Per esempio johndoe@domain.com, johnsmith@domain.com."
67
  "Please input a valid email address.","Inserire email valida."
68
  "Please, enter your comments...","Inserisci i tuoi commenti"
 
69
  "Product","Prodotti"
70
  "Product Details and Comment","Dettagli Prodotto e Commenti"
71
  "Product(s) %s have required options. Each of them can be added to cart separately only."," %s prodotti richiedono opzioni. Qualcuno di essi può essere aggiunto al carrello soltanto separatamente."
72
  "Product(s) %s have required options. Each product can only be added individually.","I prodotti %s richiedono opzioni. Ciascun prodotto può essere solo aggiunto singolarmente."
 
73
  "RSS Feed","RSS Feed"
74
  "RSS link to %s's wishlist","RSS link a %s's wishlist"
75
  "Remove Item","Rimuovi oggetto"
@@ -77,6 +80,7 @@
77
  "Remove item","Rimuovi oggetto"
78
  "Requested cart item doesn't exist","Oggetto del carrello richiesto non esiste"
79
  "Requested wishlist doesn't exist","La wishlist richiesta non esiste"
 
80
  "Share Options","Condividi opzioni"
81
  "Share Wishlist","Condividi wishlist"
82
  "Share Your Wishlist","Condividi la tua wishlist"
21
  "Can\'t save description %s","Impossibile salvare descrizione %s"
22
  "Can\'t update wishlist","Impossibile aggiornare wishlist"
23
  "Cannot add item to shopping cart","Impossibile aggiungere oggetto alla wishlist"
24
+ "Cannot add the selected product to shopping cart because the product was removed from the wishlist","Non è possibile aggiungere il prodotto selezionato al carrello perchè il prodotto è stato rimosso dalla wishlist"
25
  "Cannot add the following product(s) to shopping cart: %s.","Non è possibile aggiungere i seguenti prodotti al carrello: %s."
26
  "Cannot add the item to shopping cart.","Impossibile aggiungere oggetto al carrello"
27
  "Cannot configure product","Impossibile configurare prodotto"
67
  "Please enter a valid email addresses, separated by commas. For example johndoe@domain.com, johnsmith@domain.com.","Inserire emails valide separate da virgole. Per esempio johndoe@domain.com, johnsmith@domain.com."
68
  "Please input a valid email address.","Inserire email valida."
69
  "Please, enter your comments...","Inserisci i tuoi commenti"
70
+ "Price","Prezzo"
71
  "Product","Prodotti"
72
  "Product Details and Comment","Dettagli Prodotto e Commenti"
73
  "Product(s) %s have required options. Each of them can be added to cart separately only."," %s prodotti richiedono opzioni. Qualcuno di essi può essere aggiunto al carrello soltanto separatamente."
74
  "Product(s) %s have required options. Each product can only be added individually.","I prodotti %s richiedono opzioni. Ciascun prodotto può essere solo aggiunto singolarmente."
75
+ "Qty","Qtà"
76
  "RSS Feed","RSS Feed"
77
  "RSS link to %s's wishlist","RSS link a %s's wishlist"
78
  "Remove Item","Rimuovi oggetto"
80
  "Remove item","Rimuovi oggetto"
81
  "Requested cart item doesn't exist","Oggetto del carrello richiesto non esiste"
82
  "Requested wishlist doesn't exist","La wishlist richiesta non esiste"
83
+ "SKU","SKU"
84
  "Share Options","Condividi opzioni"
85
  "Share Wishlist","Condividi wishlist"
86
  "Share Your Wishlist","Condividi la tua wishlist"
app/locale/it_IT/template/.DS_Store ADDED
Binary file
app/locale/it_IT/template/email/account_new.html CHANGED
@@ -9,47 +9,37 @@
9
  @-->
10
 
11
  <!--@styles
12
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
13
  @-->
14
 
15
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
18
- <tr>
19
- <td align="center" valign="top" style="padding:20px 0 20px 0">
20
- <!-- [ header starts here] -->
21
- <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
22
- <tr>
23
- <td valign="top">
24
- <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
- </tr>
26
- <!-- [ middle starts here] -->
27
- <tr>
28
- <td valign="top">
29
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Gentile {{htmlescape var=$customer.name}},</h1>
30
- <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Benvenuto su {{var store.getFrontendName()}}. Per accedere, quando visiti il nostro sito, basta cliccare su <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Login</a> o <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Il mio Account</a> in alto in ogni pagina, poi inserire il tuo indirizzo e-mail e la tua password.</p>
31
- <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0; padding:13px 18px; background:#f9f9f9;">
32
- Utilizza i parametri seguenti quando devi effettuare l'accesso:<br/>
33
- <strong>E-mail</strong>: {{var customer.email}}<br/>
34
- <strong>Password</strong>: {{htmlescape var=$customer.password}}<p>
35
- <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Quando avrai effettuato l'accesso al tuo account, sarai in grado di svolgere le seguenti azioni:</p>
36
- <ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;">
37
- <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Passare attraverso checkout pi&ugrave; veloci quando effettui un acquisto</li>
38
- <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Verificare lo stato degli ordini</li>
39
- <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Visualizzare gli ordini precedenti</li>
40
- <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Modificare le informazioni relative al tuo account</li>
41
- <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Cambiare la tua password</li>
42
- <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Memorizzare indirizzi alternativi (per spedire a pi&ugrave; membri della famiglia ed agli amici!)</li>
43
- </ul>
44
- <p style="font-size:12px; line-height:16px; margin:0;">Se hai qualche domanda riguardante il tuo account o su un qualsiasi altro argomento, non esitare a contattarci al <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o telefonicamente al numero {{config path='general/store_information/phone'}}.</p>
45
- </td>
46
- </tr>
47
- <tr>
48
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
49
- </tr>
50
- </table>
51
- </td>
52
- </tr>
53
- </table>
54
- </div>
55
- </body>
9
  @-->
10
 
11
  <!--@styles
 
12
  @-->
13
 
14
+ {{template config_path="design/email/header"}}
15
+ {{inlinecss file="email-inline.css"}}
16
+
17
+ <table cellpadding="0" cellspacing="0" border="0">
18
+ <tr>
19
+ <td class="action-content">
20
+ <h1>Benvenuto su {{var store.getFrontendName()}}.</h1>
21
+ <p>Per accedere, quando visiti il nostro sito, basta cliccare su <a href="{{store url="customer/account/"}}">Login</a> o <a href="{{store url="customer/account/"}}">Il mio Account</a> in alto in ogni pagina, poi inserire il tuo indirizzo e-mail e la tua password.</p>
22
+ <p class="highlighted-text">
23
+ Usa i seguenti dati per fare il login:<br/>
24
+ <strong>Email</strong>: {{var customer.email}}<br/>
25
+ <strong>Password</strong>: {{htmlescape var=$customer.password}}
26
+ </p>
27
+ <p>Quando avrai effettuato l'accesso al tuo account, sarai ini grado di:</p>
28
+ <ul>
29
+ <li>Passare attraverso checkout pi&ugrave; veloci quando effettui un acquisto</li>
30
+ <li>Verificare lo stato degli ordini</li>
31
+ <li>Visualizzare gli ordini precedenti</li>
32
+ <li>Modificare le informazioni relative al tuo account</li>
33
+ <li>Cambiare la tua password</li>
34
+ <li>Memorizzare indirizzi alternativi (per spedire a pi&ugrave; membri della famiglia ed agli amici!)</li>
35
+ </ul>
36
+ <p>
37
+ Se hai qualche domanda contattaci al nostro indirizzo email
38
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
39
+ {{depend store_phone}} oppure al nostro numero <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ </table>
44
+
45
+ {{template config_path="design/email/footer"}}
 
 
 
 
 
 
 
 
 
app/locale/it_IT/template/email/account_new_confirmation.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject Conferma account per {{var customer.name}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -11,40 +11,42 @@
11
  @-->
12
 
13
  <!--@styles
14
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
  @-->
16
 
17
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
- <tr>
21
- <td align="center" valign="top" style="padding:20px 0 20px 0">
22
- <!-- [ header starts here] -->
23
- <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
- <tr>
25
- <td valign="top">
26
- <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a>
27
- </td>
28
- </tr>
29
- <!-- [ middle starts here] -->
30
- <tr>
31
- <td valign="top">
32
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Gentile {{htmlescape var=$customer.name}},</h1>
33
- <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">La tua e-mail {{var customer.email}} deve essere confermata prima di essere utilizzata per l'accesso al nostro negozio.</p>
34
- <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Per confermanre l'indirizzo e-mail ed effettuare subito l'accesso, utilizza <a href="{{store url="customer/account/confirm/" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url}}" style="color:#1E7EC8;">questo link di conferma</a>. Questo link è valido una sola volta.</p>
35
- <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0 0 16px 0; padding:13px 18px; background:#f9f9f9;">
36
- Utilizza i parametri seguenti quando devi effettuare l'accesso:<br/>
37
- <strong>E-mail:</strong> {{var customer.email}}<br/>
38
- <strong>Password:</strong> {{htmlescape var=$customer.password}}<p>
39
- <p style="font-size:12px; line-height:16px; margin:0;">Se hai qualche domanda riguardante il tuo account o su un qualsiasi altro argomento, non esitare a contattarci al <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o telefonicamente al numero {{config path='general/store_information/phone'}}.</p>
40
- </td>
41
- </tr>
42
- <tr>
43
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
- </tr>
45
- </table>
46
- </td>
47
- </tr>
48
- </table>
49
- </div>
50
- </body>
 
 
 
1
+ <!--@subject Conferma Account per {{var customer.name}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
11
  @-->
12
 
13
  <!--@styles
 
14
  @-->
15
 
16
+ {{template config_path="design/email/header"}}
17
+ {{inlinecss file="email-inline.css"}}
18
+
19
+ <table cellpadding="0" cellspacing="0" border="0">
20
+ <tr>
21
+ <td>
22
+ <table cellpadding="0" cellspacing="0" border="0">
23
+ <tr>
24
+ <td class="action-content">
25
+ <h1>{{htmlescape var=$customer.name}},</h1>
26
+ <p>La tua email {{var customer.email}} deve essere confermata prima di essere utilizzata per l'accesso al nostro negozio.</p>
27
+ <p class="highlighted-text">
28
+ Utilizza i seguenti parametri quando devi effettuare l'accesso::<br/>
29
+ <strong>Email:</strong> {{var customer.email}}<br/>
30
+ <strong>Password:</strong> {{htmlescape var=$customer.password}}
31
+ </p>
32
+ <p>Clicca qui per confermare l'account e fare subito il login (il link sar&agrave; valido una sola volta):</p>
33
+ <table cellspacing="0" cellpadding="0" class="action-button" >
34
+ <tr>
35
+ <td>
36
+ <a href="{{store url="customer/account/confirm/" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url}}"><span>Conferma Account</span></a>
37
+ </td>
38
+ </tr>
39
+ </table>
40
+ <p>
41
+ Se hai qualche domanda contattaci al nostro indirizzo email
42
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
43
+ {{depend store_phone}} oppure al nostro numero <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
44
+ </p>
45
+ </td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+
52
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/account_new_confirmed.html CHANGED
@@ -8,44 +8,32 @@
8
  @-->
9
 
10
  <!--@styles
11
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
  @-->
13
 
14
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
17
- <tr>
18
- <td align="center" valign="top" style="padding:20px 0 20px 0">
19
- <!-- [ header starts here] -->
20
- <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
- <tr>
22
- <td valign="top">
23
- <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a>
24
- </td>
25
- </tr>
26
- <!-- [ middle starts here] -->
27
- <tr>
28
- <td valign="top">
29
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Gentile {{htmlescape var=$customer.name}},</h1>
30
- <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Benvenuto su {{var store.getFrontendName()}}. Per accedere, quando visiti il nostro sito, basta cliccare su <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Login</a> oo <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Il mio Account</a> in alto in ogni pagina, poi inserire il tuo indirizzo e-mail e la tua password.</p>
31
- <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Quando avrai effettuato l'accesso al tuo account, sarai ini grado di svolgere le seguenti azioni:</p>
32
- <ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;">
33
- <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Passare attraverso checkout pi&ugrave; veloci quando effettui un acquisto</li>
34
- <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Verificare lo stato degli ordini</li>
35
- <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Visualizzare gli ordini precedenti</li>
36
- <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Modificare le informazioni relative al tuo account</li>
37
- <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Cambiare la tua password</li>
38
- <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Memorizzare indirizzi alternativi (per spedire a pi&ugrave; membri della famiglia ed agli amici!)</li>
39
- </ul>
40
- <p style="font-size:12px; line-height:16px; margin:0;">Se hai qualche domanda riguardante il tuo account o su un qualsiasi altro argomento, non esitare a contattarci al <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o telefonicamente al numero {{config path='general/store_information/phone'}}.</p>
41
- </td>
42
- </tr>
43
- <tr>
44
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
45
- </tr>
46
- </table>
47
- </td>
48
- </tr>
49
- </table>
50
- </div>
51
- </body>
8
  @-->
9
 
10
  <!--@styles
 
11
  @-->
12
 
13
+ {{template config_path="design/email/header"}}
14
+ {{inlinecss file="email-inline.css"}}
15
+
16
+ <table cellpadding="0" cellspacing="0" border="0">
17
+ <tr>
18
+ <td class="action-content">
19
+ <h1>{{htmlescape var=$customer.name}},</h1>
20
+ <p>Per accedere, quando visiti il nostro sito, basta cliccare su <a href="{{store url="customer/account/"}}">Login</a> o <a href="{{store url="customer/account/"}}">Il mio Account</a> in alto in ogni pagina, poi inserire il tuo indirizzo e-mail e la tua password.</p>
21
+ <p>Quando avrai effettuato l'accesso al tuo account, sarai ini grado di:</p>
22
+ <ul>
23
+ <li>Passare attraverso checkout pi&ugrave; veloci quando effettui un acquisto</li>
24
+ <li>Verificare lo stato degli ordini</li>
25
+ <li>Visualizzare gli ordini precedenti</li>
26
+ <li>Modificare le informazioni relative al tuo account</li>
27
+ <li>Cambiare la tua password</li>
28
+ <li>Memorizzare indirizzi alternativi (per spedire a pi&ugrave; membri della famiglia ed agli amici!)</li>
29
+ </ul>
30
+ <p>
31
+ Se hai qualche domanda contattaci al nostro indirizzo email
32
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
33
+ {{depend store_phone}} oppure al nostro numero <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
34
+ </p>
35
+ </td>
36
+ </tr>
37
+ </table>
38
+
39
+ {{template config_path="design/email/footer"}}
 
 
 
 
 
 
 
 
 
 
 
app/locale/it_IT/template/email/account_password_reset_confirmation.html CHANGED
@@ -8,36 +8,27 @@
8
  @-->
9
 
10
  <!--@styles
11
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
  @-->
13
 
14
- <body style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
15
- <div style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
16
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
17
- <tr>
18
- <td align="center" valign="top" style="padding: 20px 0 20px 0">
19
- <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
20
- <tr>
21
- <td valign="top">
22
- <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
23
- </td>
24
- </tr>
25
- <tr>
26
- <td valign="top">
27
- <h1 style="font-size: 22px; font-weight: normal; line-height: 22px; margin: 0 0 11px 0;">Gentile {{htmlescape var=$customer.name}},</h1>
28
- <p style="font-size: 12px; line-height: 16px; margin: 0 0 8px 0;">Recentemente abbiamo ricevuto una richiesta di modifica della password per il tuo account.</p>
29
- <p style="font-size: 12px; line-height: 16px; margin: 0;">Se sei stato tu a richiedere questa modifica, premi sul link seguente per fare il reset della password: <a href="{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}" style="color:#1E7EC8;">{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}</a></p>
30
- <p style="font-size: 12px; line-height: 16px; margin: 0;">Se premere sul link non dovesse funzionare, copia e incolla l'URL nella barra degli indirizzi del tuo browser.</p>
31
- <br />
32
- <p style="font-size:12px; line-height:16px; margin:0;">Se non hai fatto tu questa richiesta, puoi ignorare questo messaggio e la tua password rimarr&agrave; invariata.</p>
33
- </td>
34
- </tr>
35
- <tr>
36
- <td style="background-color: #EAEAEA; text-align: center;"><p style="font-size:12px; margin:0; text-align: center;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></td>
37
- </tr>
38
- </table>
39
- </td>
40
- </tr>
41
- </table>
42
- </div>
43
- </body>
8
  @-->
9
 
10
  <!--@styles
 
11
  @-->
12
 
13
+ {{template config_path="design/email/header"}}
14
+ {{inlinecss file="email-inline.css"}}
15
+
16
+ <table cellpadding="0" cellspacing="0" border="0">
17
+ <tr>
18
+ <td class="action-content">
19
+ <h1>{{htmlescape var=$customer.name}},</h1>
20
+ <p>Recentemente abbiamo ricevuto una richiesta di modifica della password per il tuo account.</p>
21
+ <p>Se sei stato tu a richiedere questa modifica, premi sul link seguente per fare il reset della password:</p>
22
+ <table cellspacing="0" cellpadding="0" class="action-button" >
23
+ <tr>
24
+ <td>
25
+ <a href="{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}"><span>Resetta Password</span></a>
26
+ </td>
27
+ </tr>
28
+ </table>
29
+ <p>Se non hai fatto tu questa richiesta, puoi ignorare questo messaggio e la tua password rimarr&agrave; invariata.</p>
30
+ </td>
31
+ </tr>
32
+ </table>
33
+
34
+ {{template config_path="design/email/footer"}}
 
 
 
 
 
 
 
 
app/locale/it_IT/template/email/admin_password_new.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject Nuova password per {{var user.name}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -9,35 +9,19 @@
9
  @-->
10
 
11
  <!--@styles
12
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
13
  @-->
14
 
15
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
 
18
  <tr>
19
- <td align="center" valign="top" style="padding:20px 0 20px 0">
20
- <!-- [ header starts here] -->
21
- <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
22
- <tr>
23
- <td valign="top">
24
- <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
25
- </td>
26
- </tr>
27
- <!-- [ middle starts here] -->
28
- <tr>
29
- <td valign="top">
30
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Gentile {{htmlescape var=$user.name}},</h1>
31
- <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong>La tua nuova password &egrave;:</strong> {{htmlescape var=$password}}</p>
32
- <p style="font-size:12px; line-height:16px; margin:0;">Puoi cambiare la tua password in qualsiasi momento accedendo al <a href="{{store url="adminhtml/system_account/"}}" style="color:#1E7EC8;">tuo account</a>.<p>
33
- </td>
34
- </tr>
35
- <tr>
36
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
37
- </tr>
38
- </table>
39
  </td>
40
  </tr>
41
  </table>
42
- </div>
43
- </body>
1
+ <!--@subject Nuova Password per {{var user.name}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
9
  @-->
10
 
11
  <!--@styles
 
12
  @-->
13
 
14
+ {{template config_path="design/email/header"}}
15
+ {{inlinecss file="email-inline.css"}}
16
+
17
+ <table cellpadding="0" cellspacing="0" border="0">
18
  <tr>
19
+ <td class="action-content">
20
+ <h1>{{htmlescape var=$user.name}},</h1>
21
+ <p><strong>La tua nuova password &egrave;:</strong> {{htmlescape var=$password}}</p>
22
+ <p>Puoi cambiare la tua password in qualsiasi momento accedendo al <a href="{{store url="adminhtml/system_account/"}}">tuo account</a>.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  </td>
24
  </tr>
25
  </table>
26
+
27
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/admin_password_reset_confirmation.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject Conferma reset password per {{var user.name}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -9,36 +9,28 @@
9
  @-->
10
 
11
  <!--@styles
12
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
13
  @-->
14
 
15
- <body style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
16
- <div style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
17
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
18
- <tr>
19
- <td align="center" valign="top" style="padding: 20px 0 20px 0">
20
- <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
- <tr>
22
- <td valign="top">
23
- <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
24
- </td>
25
- </tr>
26
- <tr>
27
- <td valign="top">
28
- <h1 style="font-size: 22px; font-weight: normal; line-height: 22px; margin: 0 0 11px 0;">Gentile {{htmlescape var=$user.name}},</h1>
29
- <p style="font-size: 12px; line-height: 16px; margin: 0 0 8px 0;">Recentemente abbiamo ricevuto una richiesta di modifica della password per il tuo account.</p>
30
- <p style="font-size: 12px; line-height: 16px; margin: 0;">Se sei stato tu a richiedere questa modifica, premi sul link seguente per fare il reset della password: <a href="{{store url="adminhtml/index/resetpassword/" _query_id=$user.id _query_token=$user.rp_token}}" style="color:#1E7EC8;">{{store url="adminhtml/index/resetpassword/" _query_id=$user.id _query_token=$user.rp_token}}</a></p>
31
- <p style="font-size: 12px; line-height: 16px; margin: 0;">Se premere sul link non dovesse funzionare, copia e incolla l'URL nella barra degli indirizzi del tuo browser.</p>
32
- <br />
33
- <p style="font-size:12px; line-height:16px; margin:0;">>Se non hai fatto tu questa richiesta, puoi ignorare questo messaggio e la tua password rimarr&agrave; invariata.</p>
34
- </td>
35
- </tr>
36
- <tr>
37
- <td style="background-color: #EAEAEA; text-align: center;"><p style="font-size:12px; margin:0; text-align: center;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></td>
38
- </tr>
39
- </table>
40
- </td>
41
- </tr>
42
- </table>
43
- </div>
44
- </body>
1
+ <!--@subject Conferma Reset Password per {{var user.name}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
9
  @-->
10
 
11
  <!--@styles
 
12
  @-->
13
 
14
+ {{template config_path="design/email/header"}}
15
+ {{inlinecss file="email-inline.css"}}
16
+
17
+ <table cellpadding="0" cellspacing="0" border="0">
18
+ <tr>
19
+ <td class="action-content">
20
+ <h1>{{htmlescape var=$user.name}},</h1>
21
+ <p>Recentemente abbiamo ricevuto una richiesta di modifica della password per il tuo account.</p>
22
+ <p>Puoi cambiare la password in qualsiasi momento effettuando il login nel <a href="{{store url="adminhtml/system_account/"}}">tup account</a>.</p>
23
+ <p>Se sei stato tu a richiedere questa modifica, premi sul link seguente per fare il reset della password:</p>
24
+ <table cellspacing="0" cellpadding="0" class="action-button">
25
+ <tr>
26
+ <td>
27
+ <a href="{{store url="adminhtml/index/resetpassword/" _query_id=$user.id _query_token=$user.rp_token}}"><span>Reset Password</span></a>
28
+ </td>
29
+ </tr>
30
+ </table>
31
+ <p>Se non hai fatto tu questa richiesta, puoi ignorare questo messaggio e la tua password rimarr&agrave; invariata.</p>
32
+ </td>
33
+ </tr>
34
+ </table>
35
+
36
+ {{template config_path="design/email/footer"}}
 
 
 
 
 
 
 
app/locale/it_IT/template/email/contact_form.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject Modulo di contatto@-->
2
  <!--@vars
3
  {"var data.name":"Sender Name",
4
  "var data.email":"Sender Email",
@@ -6,7 +6,7 @@
6
  "var data.comment":"Comment"}
7
  @-->
8
  Nome: {{var data.name}}
9
- E-mail: {{var data.email}}
10
  Telefono: {{var data.telephone}}
11
 
12
  Commento: {{var data.comment}}
1
+ <!--@subject Contatto dal Form@-->
2
  <!--@vars
3
  {"var data.name":"Sender Name",
4
  "var data.email":"Sender Email",
6
  "var data.comment":"Comment"}
7
  @-->
8
  Nome: {{var data.name}}
9
+ Email: {{var data.email}}
10
  Telefono: {{var data.telephone}}
11
 
12
  Commento: {{var data.comment}}
app/locale/it_IT/template/email/currency_update_warning.html CHANGED
@@ -1,8 +1,7 @@
1
- <!--@subject Avvisi aggiornamenti valuta @-->
2
  <!--@vars
3
  {"var warnings":"Currency Update Warnings"}
4
  @-->
5
- Avvisi aggiornamenti valuta:
6
 
7
-
8
- {{var warnings}}
1
+ <!--@subject Avviso aggiornamento Valuta @-->
2
  <!--@vars
3
  {"var warnings":"Currency Update Warnings"}
4
  @-->
 
5
 
6
+ Avviso aggiornamento Valuta:
7
+ {{var warnings}}
app/locale/it_IT/template/email/html/footer.html ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Email - Footer @-->
2
+ <!-- End Content -->
3
+ </td>
4
+ </tr>
5
+ </table>
6
+ <h5 class="closing-text">Grazie, {{var store.getFrontendName()}}!</h5>
7
+ </td>
8
+ </tr>
9
+ </table>
10
+ <!-- End wrapper table -->
11
+ </body>
12
+ <!-- Tradotto dai Maintainer Ufficiali della traduzione Italiana ver 1.9.1 -->
app/locale/it_IT/template/email/html/header.html ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Email - Header @-->
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <meta name="viewport" content="initial-scale=1.0, width=device-width" />
7
+ </head>
8
+ <body>
9
+ {{var non_inline_styles}}
10
+ <!-- Begin wrapper table -->
11
+ <table width="100%" cellpadding="0" cellspacing="0" border="0" id="background-table">
12
+ <tr>
13
+ <td valign="top" class="container-td" align="center">
14
+ <table cellpadding="0" cellspacing="0" border="0" align="center" class="container-table">
15
+ <tr>
16
+ <td>
17
+ <table cellpadding="0" cellspacing="0" border="0" class="logo-container">
18
+ <tr>
19
+ <td class="logo">
20
+ <a href="{{store url=""}}">
21
+ <img
22
+ {{if logo_width}}
23
+ width="{{var logo_width}}"
24
+ {{else}}
25
+ width="165"
26
+ {{/if}}
27
+
28
+ {{if logo_height}}
29
+ height="{{var logo_height}}"
30
+ {{else}}
31
+ height="48"
32
+ {{/if}}
33
+
34
+ src="{{var logo_url}}"
35
+ alt="{{var logo_alt}}"
36
+ border="0"/>
37
+ </a>
38
+ </td>
39
+ </tr>
40
+ </table>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td valign="top" class="top-content">
45
+ <!-- Begin Content -->
app/locale/it_IT/template/email/log_clean_warning.html CHANGED
@@ -1,7 +1,11 @@
1
- <!--@subject Avvisi pulizia log @-->
2
  <!--@vars
3
  {"var warnings":"Log Cleanup Warnings"}
4
  @-->
5
- Avvisi pulizia log:
6
 
7
- {{var warnings}}
 
 
 
 
1
+ <!--@subject Avvisi Pulizia Log @-->
2
  <!--@vars
3
  {"var warnings":"Log Cleanup Warnings"}
4
  @-->
5
+ Avvisi Pulizia Log:
6
 
7
+ {{var warnings}}
8
+
9
+
10
+
11
+ <!-- Tradotto dai Maintainer Ufficiali della traduzione Italiana ver 1.9.1 -->
app/locale/it_IT/template/email/moneybookers_activateemail.html CHANGED
@@ -1,6 +1,6 @@
1
  <!--@subject {{var subject}} @-->
2
  {{var store.getFrontendName()}}<br>
3
- Indirizzo email Moneybookers: {{var email_addr}}<br>
4
- ID cliente Moneybookers: {{var customer_id}}<br>
5
  URL: {{var url}}<br>
6
- Lingua: {{var language}}<br>
1
  <!--@subject {{var subject}} @-->
2
  {{var store.getFrontendName()}}<br>
3
+ Indirizzo Email Moneybookers: {{var email_addr}}<br>
4
+ ID Cliente Moneybookers : {{var customer_id}}<br>
5
  URL: {{var url}}<br>
6
+ Lingua: {{var language}}<br>
app/locale/it_IT/template/email/newsletter_subscr_confirm.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject Conferma @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -7,35 +7,25 @@
7
  "var subscriber.getConfirmationLink()":"Subscriber Confirmation Url"}
8
  @-->
9
  <!--@styles
10
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
11
  @-->
12
 
13
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
14
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
 
16
  <tr>
17
- <td align="center" valign="top" style="padding:20px 0 20px 0">
18
- <!-- [ header starts here] -->
19
- <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
20
- <tr>
21
- <td valign="top">
22
- <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
23
- </td>
24
- </tr>
25
- <!-- [ middle starts here] -->
26
  <tr>
27
- <td valign="top">
28
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Grazie per esserti iscritto alla nostra newsletter.</h1>
29
- <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0; padding:13px 18px; background:#F9F9F9;">Per iniziare a ricevere le newsletter, per prima cosa conferma l'iscrizione cliccando sul link seguente<br />
30
- <a href="{{var subscriber.getConfirmationLink()}}" style="color:#1E7EC8;">{{var subscriber.getConfirmationLink()}}</a><p>
31
  </td>
32
  </tr>
33
- <tr>
34
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
35
- </tr>
36
  </table>
37
  </td>
38
  </tr>
39
  </table>
40
- </div>
41
- </body>
1
+ <!--@subject Conferma Iscrizione Newsletter @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
7
  "var subscriber.getConfirmationLink()":"Subscriber Confirmation Url"}
8
  @-->
9
  <!--@styles
 
10
  @-->
11
 
12
+ {{template config_path="design/email/header"}}
13
+ {{inlinecss file="email-inline.css"}}
14
+
15
+ <table cellpadding="0" cellspacing="0" border="0">
16
  <tr>
17
+ <td class="action-content">
18
+ <h1>Grazie per esserti iscritto.</h1>
19
+ <p>Per iniziare a ricevere le newsletter, devi confermare la tua iscrizione:</p>
20
+ <table cellspacing="0" cellpadding="0" class="action-button" >
 
 
 
 
 
21
  <tr>
22
+ <td>
23
+ <a href="{{var subscriber.getConfirmationLink()}}"><span>Conferma Iscrizione</span></a>
 
 
24
  </td>
25
  </tr>
 
 
 
26
  </table>
27
  </td>
28
  </tr>
29
  </table>
30
+
31
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/newsletter_subscr_success.html CHANGED
@@ -1,2 +1,14 @@
1
- <!--@subject Iscrizione alla newsletter avvenuta con successo @-->
2
- Iscrizione alla newsletter avvenuta con successo
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Iscrizione alla newsletter confermata @-->
2
+
3
+ {{template config_path="design/email/header"}}
4
+ {{inlinecss file="email-inline.css"}}
5
+
6
+ <table cellpadding="0" cellspacing="0" border="0">
7
+ <tr>
8
+ <td class="action-content">
9
+ <h4>Ti sei correttamente iscritto alla newsletter.</h4>
10
+ </td>
11
+ </tr>
12
+ </table>
13
+
14
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/newsletter_unsub_success.html CHANGED
@@ -1,2 +1,14 @@
1
- <!--@subject Cancellazione iscrizione alla newsletter avvenuta con successo @-->
2
- Cancellazione iscrizione alla newsletter avvenuta con successo
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Disiscrizione Newsletter avvenuta correttamente @-->
2
+
3
+ {{template config_path="design/email/header"}}
4
+ {{inlinecss file="email-inline.css"}}
5
+
6
+ <table cellpadding="0" cellspacing="0" border="0">
7
+ <tr>
8
+ <td class="action-content">
9
+ <h1>Ti sei disiscritto correttamente dalla newsletter.</h1>
10
+ </td>
11
+ </tr>
12
+ </table>
13
+
14
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/password_new.html CHANGED
@@ -8,35 +8,19 @@
8
  "htmlescape var=$customer.password":"Customer New Password"}
9
  @-->
10
  <!--@styles
11
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
  @-->
13
 
14
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
 
17
  <tr>
18
- <td align="center" valign="top" style="padding:20px 0 20px 0">
19
- <!-- [ header starts here] -->
20
- <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
- <tr>
22
- <td valign="top">
23
- <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
24
- </td>
25
- </tr>
26
- <!-- [ middle starts here] -->
27
- <tr>
28
- <td valign="top">
29
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Gentile {{htmlescape var=$customer.name}},</h1>
30
- <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong>La tua nuova password &egrave;:</strong> {{htmlescape var=$customer.password}}</p>
31
- <p style="font-size:12px; line-height:16px; margin:0;">Puoi cambiare la tua password in qualsiasi momento accedendo al <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">tuo account</a>.<p>
32
- </td>
33
- </tr>
34
- <tr>
35
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
36
- </tr>
37
- </table>
38
  </td>
39
  </tr>
40
  </table>
41
- </div>
42
- </body>
8
  "htmlescape var=$customer.password":"Customer New Password"}
9
  @-->
10
  <!--@styles
 
11
  @-->
12
 
13
+ {{template config_path="design/email/header"}}
14
+ {{inlinecss file="email-inline.css"}}
15
+
16
+ <table cellpadding="0" cellspacing="0" border="0">
17
  <tr>
18
+ <td class="action-content">
19
+ <h1>{{htmlescape var=$customer.name}},</h1>
20
+ <p><strong>La tua nuova password:</strong> {{htmlescape var=$customer.password}}</p>
21
+ <p>Puoi cambiare la tua password in qualsiasi momento dal <a href="{{store url="customer/account/"}}">tuo account</a>.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  </td>
23
  </tr>
24
  </table>
25
+
26
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/payment_failed.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject Promemoria operazione di pagamento non riuscita @-->
2
  <!--@vars
3
  {"var reason":"Transaction Failed Reason",
4
  "var checkoutType":"Checkout Type",
@@ -15,54 +15,54 @@
15
 
16
  <table>
17
  <thead>
18
- <tr>
19
- <th>Operazione di pagamento non riuscita.</th>
20
- </tr>
21
  </thead>
22
  <tbody>
23
- <tr>
24
- <td>
25
- <p>
26
- <b>Motivo</b><br />
27
- {{var reason}}
28
- </p>
29
- <p>
30
- <b>Tipo di Checkout</b><br />
31
- {{var checkoutType}}
32
- </p>
33
- <p>
34
- <b>Cliente:</b><br />
35
- <a href="mailto:{{var customerEmail}}">{{var customer}}</a> &lt;{{var customerEmail}}&gt;
36
- </p>
37
- <p>
38
- <b>Articoli</b><br />
39
- {{var items}}
40
- </p>
41
- <p>
42
- <b>Totale:</b><br />
43
- {{var total}}
44
- </p>
45
- <p>
46
- <b>Indirizzo di fatturazione:</b><br />
47
- {{var billingAddress.format('html')}}
48
- </p>
49
- <p>
50
- <b>Indirizzo di spedizione:</b><br />
51
- {{var shippingAddress.format('html')}}
52
- </p>
53
- <p>
54
- <b>Metodo di spedizione:</b><br />
55
- {{var shippingMethod}}
56
- </p>
57
- <p>
58
- <b>Metodo di pagamento:</b><br />
59
- {{var paymentMethod}}
60
- </p>
61
- <p>
62
- <b>Data & Ora:</b><br />
63
- {{var dateAndTime}}
64
- </p>
65
- </td>
66
- </tr>
67
  </tbody>
68
- </table>
1
+ <!--@subject Promemoria Transazione Pagamento Fallito @-->
2
  <!--@vars
3
  {"var reason":"Transaction Failed Reason",
4
  "var checkoutType":"Checkout Type",
15
 
16
  <table>
17
  <thead>
18
+ <tr>
19
+ <th>Transazione Pagamento Fallito.</th>
20
+ </tr>
21
  </thead>
22
  <tbody>
23
+ <tr>
24
+ <td>
25
+ <p>
26
+ <b>Motivo</b><br />
27
+ {{var reason}}
28
+ </p>
29
+ <p>
30
+ <b>Tipo Checkout</b><br />
31
+ {{var checkoutType}}
32
+ </p>
33
+ <p>
34
+ <b>Cliente:</b><br />
35
+ <a href="mailto:{{var customerEmail}}">{{var customer}}</a> &lt;{{var customerEmail}}&gt;
36
+ </p>
37
+ <p>
38
+ <b>Prodotti</b><br />
39
+ {{var items}}
40
+ </p>
41
+ <p>
42
+ <b>Totale:</b><br />
43
+ {{var total}}
44
+ </p>
45
+ <p>
46
+ <b>Indirizzo di fatturazione:</b><br />
47
+ {{var billingAddress.format('html')}}
48
+ </p>
49
+ <p>
50
+ <b>Indirizzo di spedizione:</b><br />
51
+ {{var shippingAddress.format('html')}}
52
+ </p>
53
+ <p>
54
+ <b>Metodo di spedizione:</b><br />
55
+ {{var shippingMethod}}
56
+ </p>
57
+ <p>
58
+ <b>Metodo di Pagamento:</b><br />
59
+ {{var paymentMethod}}
60
+ </p>
61
+ <p>
62
+ <b>Data e ora:</b><br />
63
+ {{var dateAndTime}}
64
+ </p>
65
+ </td>
66
+ </tr>
67
  </tbody>
68
+ </table>
app/locale/it_IT/template/email/product_alert_cron_error.html CHANGED
@@ -1,7 +1,7 @@
1
- <!--@subject Segnalazioni prodotti avvisi Cron @-->
2
  <!--@vars
3
  {"var warnings":"Warnings"}
4
  @-->
5
- Segnalazioni prodotti avvisi Cron:
6
 
7
- {{var warnings}}
1
+ <!--@subject Errori Cron Avvisi Prodotti @-->
2
  <!--@vars
3
  {"var warnings":"Warnings"}
4
  @-->
5
+ Cron Segnalazioni Avvisi Prodotti:
6
 
7
+ {{var warnings}}
app/locale/it_IT/template/email/product_price_alert.html CHANGED
@@ -1,8 +1,19 @@
1
- <!--@subject Avviso cambio prezzo prodotti @-->
2
  <!--@vars
3
  {"var customerName":"Customer Name",
4
  "var alertGrid":"Alert Data Grid"}
5
  @-->
6
- Salve {{var customerName}},
 
7
 
8
- {{var alertGrid}}
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Il prezzo dei prodotti è cambiato alert @-->
2
  <!--@vars
3
  {"var customerName":"Customer Name",
4
  "var alertGrid":"Alert Data Grid"}
5
  @-->
6
+ {{template config_path="design/email/header"}}
7
+ {{inlinecss file="email-inline.css"}}
8
 
9
+ <table cellpadding="0" cellspacing="0" border="0">
10
+ <tr>
11
+ <td class="action-content">
12
+ <h1>{{var customerName}},</h1>
13
+
14
+ {{var alertGrid}}
15
+ </td>
16
+ </tr>
17
+ </table>
18
+
19
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/product_share.html CHANGED
@@ -1,9 +1,30 @@
1
- <!--@subject Benvenuto, {{var name}} @-->
2
  <!--@vars
3
  {"htmlescape var=$name":"Recipient Name",
 
4
  "var product_url":"Url for Product",
5
  "var product_name":"Product Name",
 
 
 
6
  "var message":"Sender Message"}
7
  @-->
8
 
9
- Benvenuto, {{htmlescape var=$name}}<br /><br />Guarda qui <a href="{{var product_url}}">{{var product_name}}</a><br /><br />c'&egrave; un messaggio: <br />{{var message}}<br /><br />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Salve, {{var name}} @-->
2
  <!--@vars
3
  {"htmlescape var=$name":"Recipient Name",
4
+ "var email":"Recipient Email address",
5
  "var product_url":"Url for Product",
6
  "var product_name":"Product Name",
7
+ "var product_image":"Url for product small image (75 px)",
8
+ "var sender_name":"Sender name",
9
+ "var sender_email":"Sender email",
10
  "var message":"Sender Message"}
11
  @-->
12
 
13
+ {{template config_path="design/email/header"}}
14
+ {{inlinecss file="email-inline.css"}}
15
+
16
+ <table cellpadding="0" cellspacing="0" border="0">
17
+ <tr>
18
+ <td class="action-content">
19
+ <h1>{{htmlescape var=$name}},</h1>
20
+ <p>Un tuo amico vuole condividere questo prodotto con te: <a href="{{var product_url}}">{{var product_name}}</a></p>
21
+ <table cellspacing="0" cellpadding="0" class="message-container">
22
+ <tr>
23
+ <td><strong>Messaggio:</strong> {{var message}}</td>
24
+ </tr>
25
+ </table>
26
+ </td>
27
+ </tr>
28
+ </table>
29
+
30
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/product_stock_alert.html CHANGED
@@ -1,8 +1,19 @@
1
- <!--@subject Avviso prodotto nuovamente disponibile @-->
2
  <!--@vars
3
  {"var customerName":"Customer Name",
4
  "var alertGrid":"Alert Data Grid"}
5
  @-->
6
- Salve {{var customerName}},
 
7
 
8
- {{var alertGrid}}
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Avviso Prodotto ritornato disponibile @-->
2
  <!--@vars
3
  {"var customerName":"Customer Name",
4
  "var alertGrid":"Alert Data Grid"}
5
  @-->
6
+ {{template config_path="design/email/header"}}
7
+ {{inlinecss file="email-inline.css"}}
8
 
9
+ <table cellpadding="0" cellspacing="0" border="0">
10
+ <tr>
11
+ <td class="action-content">
12
+ <h1>{{var customerName}},</h1>
13
+
14
+ {{var alertGrid}}
15
+ </td>
16
+ </tr>
17
+ </table>
18
+
19
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/creditmemo_new.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject {{var store.getFrontendName()}}: Nota di credito # {{var creditmemo.increment_id}} per l'ordine # {{var order.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -16,93 +16,83 @@
16
  "var comment":"Credit Memo Comment"}
17
  @-->
18
  <!--@styles
19
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
  @-->
21
 
22
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
- <table cellspacing="0" cellpadding="0" border="0" width="100%">
25
- <tr>
26
- <td align="center" valign="top" style="padding:20px 0 20px 0">
27
- <!-- [ header starts here] -->
28
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
29
- <tr>
30
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
- </tr>
32
- <!-- [ middle starts here] -->
33
- <tr>
34
- <td valign="top">
35
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Salve, {{htmlescape var=$order.getCustomerName()}}</h1>
36
- <p>
37
- Grazie per il tuo ordine da {{var store.getFrontendName()}}.
38
- Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.
39
- Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamaci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
40
- </p>
41
- </td>
42
- </tr>
43
- <tr>
44
- <td>
45
- <h2 style="font-size:18px; font-weight:normal; margin:0;">La tua nota di credito #{{var creditmemo.increment_id}} per l'ordine #{{var order.increment_id}}</h2>
46
- </td>
47
- </tr>
48
- <tr>
49
- <td>
50
- <table cellspacing="0" cellpadding="0" border="0" width="650">
51
- <thead>
52
- <tr>
53
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
54
- <th width="10"></th>
55
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
56
- </tr>
57
- </thead>
58
- <tbody>
59
- <tr>
60
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
61
- {{var order.billing_address.format('html')}}
62
- </td>
63
- <td>&nbsp;</td>
64
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
- {{var payment_html}}
66
- </td>
67
- </tr>
68
- </tbody>
69
- </table>
70
- <br/>
 
 
 
 
 
 
 
 
 
 
 
 
71
  {{depend order.getIsNotVirtual()}}
72
- <table cellspacing="0" cellpadding="0" border="0" width="650">
73
- <thead>
74
- <tr>
75
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
76
- <th width="10"></th>
77
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
78
- </tr>
79
- </thead>
80
- <tbody>
81
- <tr>
82
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
83
- {{var order.shipping_address.format('html')}}
84
- &nbsp;
85
- </td>
86
- <td>&nbsp;</td>
87
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
88
- {{var order.shipping_description}}
89
- &nbsp;
90
- </td>
91
- </tr>
92
- </tbody>
93
- </table>
94
- <br/>
95
  {{/depend}}
96
- {{layout handle="sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order}}
97
- <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
98
- </td>
99
- </tr>
100
- <tr>
101
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
102
- </tr>
103
- </table>
104
- </td>
105
- </tr>
106
  </table>
107
- </div>
108
- </body>
1
+ <!--@subject {{var store.getFrontendName()}}: Nota di Credito # {{var creditmemo.increment_id}} per l'ordine # {{var order.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
16
  "var comment":"Credit Memo Comment"}
17
  @-->
18
  <!--@styles
 
19
  @-->
20
 
21
+ {{template config_path="design/email/header"}}
22
+ {{inlinecss file="email-inline.css"}}
23
+
24
+ <table cellpadding="0" cellspacing="0" border="0">
25
+ <tr>
26
+ <td>
27
+ <table cellpadding="0" cellspacing="0" border="0">
28
+ <tr>
29
+ <td class="email-heading">
30
+ <h1>Grazie per il tuo ordine su {{var store.getFrontendName()}}.</h1>
31
+ <p>Puoi controllare lo stato del tuo ordine <a href="{{store url="customer/account/"}}">loggandoti nel tuo account</a>.</p>
32
+ </td>
33
+ <td class="store-info">
34
+ <h4>Hai domande sul tuo ordine?</h4>
35
+ <p>
36
+ {{depend store_phone}}
37
+ <b>Chiamaci:</b>
38
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
39
+ {{/depend}}
40
+ {{depend store_hours}}
41
+ <span class="no-link">{{var store_hours}}</span><br>
42
+ {{/depend}}
43
+ {{depend store_email}}
44
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
45
+ {{/depend}}
46
+ </p>
47
+ </td>
48
+ </tr>
49
+ </table>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td class="order-details">
54
+ <h3>La tua nota di credito <span class="no-link">#{{var creditmemo.increment_id}}</span></h3>
55
+ <p>Ordine <span class="no-link">#{{var order.increment_id}}</span></p>
56
+ </td>
57
+ </tr>
58
+ <tr class="order-information">
59
+ <td>
60
+ {{if comment}}
61
+ <table cellspacing="0" cellpadding="0" class="message-container">
62
+ <tr>
63
+ <td>{{var comment}}</td>
64
+ </tr>
65
+ </table>
66
+ {{/if}}
67
+ {{layout handle="sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order}}
68
+ <table cellpadding="0" cellspacing="0" border="0">
69
+ <tr>
70
+ <td class="address-details">
71
+ <h6>Fattura a:</h6>
72
+ <p><span class="no-link">{{var order.billing_address.format('html')}}</span></p>
73
+ </td>
74
+ {{depend order.getIsNotVirtual()}}
75
+ <td class="address-details">
76
+ <h6>Spedizione a:</h6>
77
+ <p><span class="no-link">{{var order.shipping_address.format('html')}}</span></p>
78
+ </td>
79
+ {{/depend}}
80
+ </tr>
81
+ <tr>
82
  {{depend order.getIsNotVirtual()}}
83
+ <td class="method-info">
84
+ <h6>Metodo di spedizione:</h6>
85
+ <p>{{var order.shipping_description}}</p>
86
+ </td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  {{/depend}}
88
+ <td class="method-info">
89
+ <h6>Metodo di pagamento:</h6>
90
+ {{var payment_html}}
91
+ </td>
92
+ </tr>
93
+ </table>
94
+ </td>
95
+ </tr>
 
 
96
  </table>
97
+
98
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/creditmemo_new_guest.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject {{var store.getFrontendName()}}: Nota di credito # {{var creditmemo.increment_id}} per l'ordine # {{var order.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -15,92 +15,81 @@
15
  "var comment":"Credit Memo Comment"}
16
  @-->
17
  <!--@styles
18
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
19
  @-->
20
 
21
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
22
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
- <table cellspacing="0" cellpadding="0" border="0" width="100%">
24
- <tr>
25
- <td align="center" valign="top" style="padding:20px 0 20px 0">
26
- <!-- [ header starts here] -->
27
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
- <tr>
29
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
30
- </tr>
31
- <!-- [ middle starts here] -->
32
- <tr>
33
- <td valign="top">
34
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Salve, {{htmlescape var=$billing.getName()}}</h1>
35
- <p>
36
- Grazie per il tuo ordine da {{var store.getFrontendName()}}.
37
- Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamaci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
38
- </p>
39
- </td>
40
- </tr>
41
- <tr>
42
- <td>
43
- <h2 style="font-size:18px; font-weight:normal; margin:0;">La tua nota di credito #{{var creditmemo.increment_id}} per l'ordine #{{var order.increment_id}}</h2>
44
- </td>
45
- </tr>
46
- <tr>
47
- <td>
48
- <table cellspacing="0" cellpadding="0" border="0" width="650">
49
- <thead>
50
- <tr>
51
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
52
- <th width="10"></th>
53
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
54
- </tr>
55
- </thead>
56
- <tbody>
57
- <tr>
58
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
59
- {{var order.billing_address.format('html')}}
60
- </td>
61
- <td>&nbsp;</td>
62
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
63
- {{var payment_html}}
64
- </td>
65
- </tr>
66
- </tbody>
67
- </table>
68
- <br/>
 
 
 
 
 
 
 
 
 
 
 
69
  {{depend order.getIsNotVirtual()}}
70
- <table cellspacing="0" cellpadding="0" border="0" width="650">
71
- <thead>
72
- <tr>
73
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
74
- <th width="10"></th>
75
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
76
- </tr>
77
- </thead>
78
- <tbody>
79
- <tr>
80
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
81
- {{var order.shipping_address.format('html')}}
82
- &nbsp;
83
- </td>
84
- <td>&nbsp;</td>
85
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
86
- {{var order.shipping_description}}
87
- &nbsp;
88
- </td>
89
- </tr>
90
- </tbody>
91
- </table>
92
- <br/>
93
  {{/depend}}
94
- {{layout handle="sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order}}
95
- <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
96
- </td>
97
- </tr>
98
- <tr>
99
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
100
- </tr>
101
- </table>
102
- </td>
103
- </tr>
104
  </table>
105
- </div>
106
- </body>
1
+ <!--@subject {{var store.getFrontendName()}}: Nota di Credito # {{var creditmemo.increment_id}} per l'ordine # {{var order.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
15
  "var comment":"Credit Memo Comment"}
16
  @-->
17
  <!--@styles
 
18
  @-->
19
 
20
+ {{template config_path="design/email/header"}}
21
+ {{inlinecss file="email-inline.css"}}
22
+
23
+ <table cellpadding="0" cellspacing="0" border="0">
24
+ <tr>
25
+ <td>
26
+ <table cellpadding="0" cellspacing="0" border="0">
27
+ <tr>
28
+ <td class="email-heading">
29
+ <h1>Grazie per il tuo ordine su {{var store.getFrontendName()}}.</h1>
30
+ </td>
31
+ <td class="store-info">
32
+ <h4>Hai domande sul tuo ordine?</h4>
33
+ <p>
34
+ {{depend store_phone}}
35
+ <b>Chiamaci:</b>
36
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
37
+ {{/depend}}
38
+ {{depend store_hours}}
39
+ <span class="no-link">{{var store_hours}}</span><br>
40
+ {{/depend}}
41
+ {{depend store_email}}
42
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
43
+ {{/depend}}
44
+ </p> </td>
45
+ </tr>
46
+ </table>
47
+ </td>
48
+ </tr>
49
+ <tr>
50
+ <td class="order-details">
51
+ <h3>La tua nota di credito <span class="no-link">#{{var creditmemo.increment_id}}</span></h3>
52
+ <p>Ordine <span class="no-link">#{{var order.increment_id}}</span></p>
53
+ </td>
54
+ </tr>
55
+ <tr class="order-information">
56
+ <td>
57
+ {{if comment}}
58
+ <table cellspacing="0" cellpadding="0" class="message-container">
59
+ <tr>
60
+ <td>{{var comment}}</td>
61
+ </tr>
62
+ </table>
63
+ {{/if}}
64
+ {{layout handle="sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order}}
65
+ <table cellpadding="0" cellspacing="0" border="0">
66
+ <tr>
67
+ <td class="address-details">
68
+ <h6>Fattura a:</h6>
69
+ <p><span class="no-link">{{var order.billing_address.format('html')}}</span></p>
70
+ </td>
71
+ {{depend order.getIsNotVirtual()}}
72
+ <td class="address-details">
73
+ <h6>Spedizione a:</h6>
74
+ <p><span class="no-link">{{var order.shipping_address.format('html')}}</span></p>
75
+ </td>
76
+ {{/depend}}
77
+ </tr>
78
+ <tr>
79
  {{depend order.getIsNotVirtual()}}
80
+ <td class="method-info">
81
+ <h6>Metodo di spedizione:</h6>
82
+ <p>{{var order.shipping_description}}</p>
83
+ </td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  {{/depend}}
85
+ <td class="method-info">
86
+ <h6>Metodo di pagamento:</h6>
87
+ {{var payment_html}}
88
+ </td>
89
+ </tr>
90
+ </table>
91
+ </td>
92
+ </tr>
 
 
93
  </table>
94
+
95
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/creditmemo_update.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject {{var store.getFrontendName()}}: Aggiornamento nota di credito # {{var creditmemo.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -11,42 +11,37 @@
11
  "var store.getFrontendName()":"Store Name"}
12
  @-->
13
  <!--@styles
14
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
  @-->
16
 
17
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
- <tr>
21
- <td align="center" valign="top" style="padding:20px 0 20px 0">
22
- <!-- [ header starts here] -->
23
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
- <tr>
25
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
- </tr>
27
- <!-- [ middle starts here] -->
28
- <tr>
29
- <td valign="top">
30
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$order.getCustomerName()}},</h1>
31
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
- Il tuo ordine # {{var order.increment_id}} &egrave; stato <br/>
33
- <strong>{{var order.getStatusLabel()}}</strong>.
34
- </p>
35
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.</p>
36
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
- <p style="font-size:12px; line-height:16px; margin:0;">
38
- Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
39
- <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
- o telefonicamente al numero {{config path='general/store_information/phone'}}.
41
- </p>
42
- </td>
43
- </tr>
44
- <tr>
45
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
- </tr>
47
- </table>
48
- </td>
49
- </tr>
50
  </table>
51
- </div>
52
- </body>
1
+ <!--@subject {{var store.getFrontendName()}}: Nota di Credito # {{var creditmemo.increment_id}} aggiornata @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
11
  "var store.getFrontendName()":"Store Name"}
12
  @-->
13
  <!--@styles
 
14
  @-->
15
 
16
+ {{template config_path="design/email/header"}}
17
+ {{inlinecss file="email-inline.css"}}
18
+
19
+ <table cellpadding="0" cellspacing="0" border="0">
20
+ <tr>
21
+ <td>
22
+ <table cellpadding="0" cellspacing="0" border="0">
23
+ <tr>
24
+ <td class="action-content">
25
+ <h1>{{htmlescape var=$order.getCustomerName()}},</h1>
26
+ <p>Il tuo ordine <span class="no-link">#{{var order.increment_id}}</span> è stato aggiornato in: <strong>{{var order.getStatusLabel()}}</strong></p>
27
+ {{if comment}}
28
+ <table cellspacing="0" cellpadding="0" class="message-container">
29
+ <tr>
30
+ <td>{{var comment}}</td>
31
+ </tr>
32
+ </table>
33
+ {{/if}}
34
+ <p>Puoi controllare lo stato del tuo ordine <a href="{{store url="customer/account/"}}">loggandoti nel tuo account</a>.</p>
35
+ <p>
36
+ Per qualsiasi domanda contattaci all'indirizzo
37
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
38
+ {{depend store_phone}} o telefonicamente al <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ </table>
43
+ </td>
44
+ </tr>
 
 
 
 
45
  </table>
46
+
47
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/creditmemo_update_guest.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject {{var store.getFrontendName()}}: Aggiornamento nota di credito # {{var creditmemo.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -11,41 +11,36 @@
11
  "var store.getFrontendName()":"Store Name"}
12
  @-->
13
  <!--@styles
14
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
  @-->
16
 
17
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
- <tr>
21
- <td align="center" valign="top" style="padding:20px 0 20px 0">
22
- <!-- [ header starts here] -->
23
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
- <tr>
25
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
- </tr>
27
- <!-- [ middle starts here] -->
28
- <tr>
29
- <td valign="top">
30
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$billing.getName()}},</h1>
31
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
- Il tuo ordine # {{var order.increment_id}} &egrave; stato <br/>
33
- <strong>{{var order.getStatusLabel()}}</strong>.
34
- </p>
35
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
36
- <p style="font-size:12px; line-height:16px; margin:0;">
37
- Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
38
- <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
39
- o telefonicamente al numero {{config path='general/store_information/phone'}}.
40
- </p>
41
- </td>
42
- </tr>
43
- <tr>
44
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
45
- </tr>
46
- </table>
47
- </td>
48
- </tr>
49
  </table>
50
- </div>
51
- </body>
1
+ <!--@subject {{var store.getFrontendName()}}: Nota di Credito # {{var creditmemo.increment_id}} aggiornata @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
11
  "var store.getFrontendName()":"Store Name"}
12
  @-->
13
  <!--@styles
 
14
  @-->
15
 
16
+ {{template config_path="design/email/header"}}
17
+ {{inlinecss file="email-inline.css"}}
18
+
19
+ <table cellpadding="0" cellspacing="0" border="0">
20
+ <tr>
21
+ <td>
22
+ <table cellpadding="0" cellspacing="0" border="0">
23
+ <tr>
24
+ <td class="action-content">
25
+ <h1>{{htmlescape var=$billing.getName()}},</h1>
26
+ <p>Il tuo ordine <span class="no-link">#{{var order.increment_id}}</span> è stato aggiornato in: <strong>{{var order.getStatusLabel()}}</strong></p>
27
+ {{if comment}}
28
+ <table cellspacing="0" cellpadding="0" class="message-container">
29
+ <tr>
30
+ <td>{{var comment}}</td>
31
+ </tr>
32
+ </table>
33
+ {{/if}}
34
+ <p>
35
+ Per qualsiasi domanda contattaci all'indirizzo
36
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
37
+ {{depend store_phone}} o telefonicamente al <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
38
+ </p>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </td>
43
+ </tr>
 
 
 
 
44
  </table>
45
+
46
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/invoice_new.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject {{var store.getFrontendName()}}: Fattura # {{var invoice.increment_id}} per l'ordine # {{var order.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -16,92 +16,84 @@
16
  "var comment":"Invoice Comment"}
17
  @-->
18
  <!--@styles
19
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
  @-->
21
 
22
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
25
- <tr>
26
- <td align="center" valign="top" style="padding:20px 0 20px 0">
27
- <!-- [ header starts here] -->
28
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
29
- <tr>
30
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
- </tr>
32
- <!-- [ middle starts here] -->
33
- <tr>
34
- <td valign="top">
35
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Salve, {{htmlescape var=$order.getCustomerName()}}</h1>
36
- <p style="font-size:12px; line-height:16px; margin:0;">
37
- Grazie per il tuo ordine da {{var store.getFrontendName()}}.
38
- Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.
39
- Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamaci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
40
- </p>
41
- </td>
42
- </tr>
43
- <tr>
44
- <td>
45
- <h2 style="font-size:18px; font-weight:normal; margin:0;">La tua fattura #{{var invoice.increment_id}} per l'ordine #{{var order.increment_id}}</h2>
46
- </td>
47
- </tr>
48
- <tr>
49
- <td>
50
- <table cellspacing="0" cellpadding="0" border="0" width="650">
51
- <thead>
52
- <tr>
53
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
54
- <th width="10"></th>
55
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
56
- </tr>
57
- </thead>
58
- <tbody>
59
- <tr>
60
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
61
- {{var order.billing_address.format('html')}}
62
- </td>
63
- <td>&nbsp;</td>
64
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
- {{var payment_html}}
66
- </td>
67
- </tr>
68
- </tbody>
69
- </table>
70
- <br/>
 
 
 
 
 
71
  {{depend order.getIsNotVirtual()}}
72
- <table cellspacing="0" cellpadding="0" border="0" width="100%">
73
- <thead>
74
- <tr>
75
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
76
- <th width="10"></th>
77
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
78
- </tr>
79
- </thead>
80
- <tbody>
81
- <tr>
82
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
83
- {{var order.shipping_address.format('html')}}
84
- &nbsp;
85
- </td>
86
- <td>&nbsp;</td>
87
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
88
- {{var order.shipping_description}}&nbsp;
89
- </td>
90
- </tr>
91
- </tbody>
92
- </table>
93
- <br/>
94
  {{/depend}}
95
- {{layout area="frontend" handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}
96
- <p style="font-size:12px; margin:0 10px 10px 0;">{{var comment}}</p>
97
- </td>
98
- </tr>
99
- <tr>
100
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></strong></p></center></td>
101
- </tr>
102
- </table>
103
- </td>
104
- </tr>
 
 
 
 
 
 
105
  </table>
106
- </div>
107
- </body>
1
+ <!--@subject {{var store.getFrontendName()}}: Fattura # {{var invoice.increment_id}} per L'Ordine # {{var order.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
16
  "var comment":"Invoice Comment"}
17
  @-->
18
  <!--@styles
 
19
  @-->
20
 
21
+
22
+ {{template config_path="design/email/header"}}
23
+ {{inlinecss file="email-inline.css"}}
24
+
25
+ <table cellpadding="0" cellspacing="0" border="0">
26
+ <tr>
27
+ <td>
28
+ <table cellpadding="0" cellspacing="0" border="0">
29
+ <tr>
30
+ <td class="email-heading">
31
+ <h1>Grazie per il tuo ordine su {{var store.getFrontendName()}}.</h1>
32
+ <p>Puoi controllare lo stato del tuo ordine <a href="{{store url="customer/account/"}}">loggandoti nel tuo account</a>.</p>
33
+ </td>
34
+ <td class="store-info">
35
+ <h4>Hai domande sul tuo ordine?</h4>
36
+ <p>
37
+ {{depend store_phone}}
38
+ <b>Chiamaci:</b>
39
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
40
+ {{/depend}}
41
+ {{depend store_hours}}
42
+ <span class="no-link">{{var store_hours}}</span><br>
43
+ {{/depend}}
44
+ {{depend store_email}}
45
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
46
+ {{/depend}}
47
+ </p>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </td>
52
+ </tr>
53
+ <tr>
54
+ <td class="order-details">
55
+ <h3>La tua Fattura <span class="no-link">#{{var invoice.increment_id}}</span></h3>
56
+ <p>Ordine <span class="no-link">#{{var order.increment_id}}</span></p>
57
+ </td>
58
+ </tr>
59
+ <tr class="order-information">
60
+ <td>
61
+ {{if comment}}
62
+ <table cellspacing="0" cellpadding="0" class="message-container">
63
+ <tr>
64
+ <td>{{var comment}}</td>
65
+ </tr>
66
+ </table>
67
+ {{/if}}
68
+ {{layout area="frontend" handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}
69
+ <table cellpadding="0" cellspacing="0" border="0">
70
+ <tr>
71
+ <td class="address-details">
72
+ <h6>Fattura a:</h6>
73
+ <p><span class="no-link">{{var order.billing_address.format('html')}}</span></p>
74
+ </td>
75
  {{depend order.getIsNotVirtual()}}
76
+ <td class="address-details">
77
+ <h6>Spedizione a:</h6>
78
+ <p><span class="no-link">{{var order.shipping_address.format('html')}}</span></p>
79
+ </td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  {{/depend}}
81
+ </tr>
82
+ <tr>
83
+ {{depend order.getIsNotVirtual()}}
84
+ <td class="method-info">
85
+ <h6>Metodo di spedizione:</h6>
86
+ <p>{{var order.shipping_description}}</p>
87
+ </td>
88
+ {{/depend}}
89
+ <td class="method-info">
90
+ <h6>Metodo di pagamento:</h6>
91
+ {{var payment_html}}
92
+ </td>
93
+ </tr>
94
+ </table>
95
+ </td>
96
+ </tr>
97
  </table>
98
+
99
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/invoice_new_guest.html CHANGED
@@ -3,104 +3,97 @@
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
5
  "var logo_alt":"Email Logo Image Alt",
6
- "htmlescape var=$billing.getName()":"Guest Customer Name",
7
  "var store.getFrontendName()":"Store Name",
 
8
  "var invoice.increment_id":"Invoice Id",
9
  "var order.increment_id":"Order Id",
10
  "var order.billing_address.format('html')":"Billing Address",
11
  "var payment_html":"Payment Details",
12
  "var order.shipping_address.format('html')":"Shipping Address",
13
  "var order.shipping_description":"Shipping Description",
14
- "layout handle=\"sales_email_order_invoice_items\" invoice=$invoice order=$order":"Invoice Items Grid",
15
  "var comment":"Invoice Comment"}
16
  @-->
17
  <!--@styles
18
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
19
  @-->
20
 
21
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
22
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
24
- <tr>
25
- <td align="center" valign="top" style="padding:20px 0 20px 0">
26
- <!-- [ header starts here] -->
27
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
- <tr>
29
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
30
- </tr>
31
- <!-- [ middle starts here] -->
32
- <tr>
33
- <td valign="top">
34
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Salve, {{htmlescape var=$billing.getName()}}</h1>
35
- <p style="font-size:12px; line-height:16px; margin:0;">
36
- Grazie per il tuo ordine da {{var store.getFrontendName()}}.
37
- Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamarci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
38
- </p>
39
- </td>
40
- </tr>
41
- <tr>
42
- <td>
43
- <h2 style="font-size:18px; font-weight:normal; margin:0;">La tua fattura #{{var invoice.increment_id}} per l'ordine #{{var order.increment_id}}</h2>
44
- </td>
45
- </tr>
46
- <tr>
47
- <td>
48
- <table cellspacing="0" cellpadding="0" border="0" width="650">
49
- <thead>
50
- <tr>
51
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
52
- <th width="10"></th>
53
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
54
- </tr>
55
- </thead>
56
- <tbody>
57
- <tr>
58
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
59
- {{var order.billing_address.format('html')}}
60
- </td>
61
- <td>&nbsp;</td>
62
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
63
- {{var payment_html}}
64
- </td>
65
- </tr>
66
- </tbody>
67
- </table>
68
- <br/>
 
 
 
 
 
 
69
  {{depend order.getIsNotVirtual()}}
70
- <table cellspacing="0" cellpadding="0" border="0" width="650">
71
- <thead>
72
- <tr>
73
- <th align="left" width="650" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
74
- <th width="10"></th>
75
- <th align="left" width="650" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
76
- </tr>
77
- </thead>
78
- <tbody>
79
- <tr>
80
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
81
- {{var order.shipping_address.format('html')}}
82
- &nbsp;
83
- </td>
84
- <td>&nbsp;</td>
85
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
86
- {{var order.shipping_description}}
87
- &nbsp;
88
- </td>
89
- </tr>
90
- </tbody>
91
- </table>
92
- <br/>
93
  {{/depend}}
94
- {{layout handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}
95
- <p style="font-size:12px; margin:0 0 10px 0">{{var comment}}</p>
96
- </td>
97
- </tr>
98
- <tr>
99
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></strong></p></center></td>
100
- </tr>
101
- </table>
102
- </td>
103
- </tr>
 
 
 
 
 
 
104
  </table>
105
- </div>
106
- </body>
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
5
  "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
  "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
  "var invoice.increment_id":"Invoice Id",
10
  "var order.increment_id":"Order Id",
11
  "var order.billing_address.format('html')":"Billing Address",
12
  "var payment_html":"Payment Details",
13
  "var order.shipping_address.format('html')":"Shipping Address",
14
  "var order.shipping_description":"Shipping Description",
15
+ "layout area=\"frontend\" handle=\"sales_email_order_invoice_items\" invoice=$invoice order=$order":"Invoice Items Grid",
16
  "var comment":"Invoice Comment"}
17
  @-->
18
  <!--@styles
 
19
  @-->
20
 
21
+
22
+ {{template config_path="design/email/header"}}
23
+ {{inlinecss file="email-inline.css"}}
24
+
25
+ <table cellpadding="0" cellspacing="0" border="0">
26
+ <tr>
27
+ <td>
28
+ <table cellpadding="0" cellspacing="0" border="0">
29
+ <tr>
30
+ <td class="email-heading">
31
+ <h1>Grazie per il tuo ordine su {{var store.getFrontendName()}}.</h1>
32
+ <p>Puoi controllare lo stato del tuo ordine <a href="{{store url="customer/account/"}}">loggandoti nel tuo account</a>.</p>
33
+ </td>
34
+ <td class="store-info">
35
+ <h4>Hai domande sul tuo ordine?</h4>
36
+ <p>
37
+ {{depend store_phone}}
38
+ <b>Chiamaci:</b>
39
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
40
+ {{/depend}}
41
+ {{depend store_hours}}
42
+ <span class="no-link">{{var store_hours}}</span><br>
43
+ {{/depend}}
44
+ {{depend store_email}}
45
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
46
+ {{/depend}}
47
+ </p>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </td>
52
+ </tr>
53
+ <tr>
54
+ <td class="order-details">
55
+ <h3>La tua Fattura <span class="no-link">#{{var invoice.increment_id}}</span></h3>
56
+ <p>Ordine <span class="no-link">#{{var order.increment_id}}</span></p>
57
+ </td>
58
+ </tr>
59
+ <tr class="order-information">
60
+ <td>
61
+ {{if comment}}
62
+ <table cellspacing="0" cellpadding="0" class="message-container">
63
+ <tr>
64
+ <td>{{var comment}}</td>
65
+ </tr>
66
+ </table>
67
+ {{/if}}
68
+ {{layout area="frontend" handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}
69
+ <table cellpadding="0" cellspacing="0" border="0">
70
+ <tr>
71
+ <td class="address-details">
72
+ <h6>Fattura a:</h6>
73
+ <p><span class="no-link">{{var order.billing_address.format('html')}}</span></p>
74
+ </td>
75
  {{depend order.getIsNotVirtual()}}
76
+ <td class="address-details">
77
+ <h6>Spedizione a:</h6>
78
+ <p><span class="no-link">{{var order.shipping_address.format('html')}}</span></p>
79
+ </td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  {{/depend}}
81
+ </tr>
82
+ <tr>
83
+ {{depend order.getIsNotVirtual()}}
84
+ <td class="method-info">
85
+ <h6>Metodo di spedizione:</h6>
86
+ <p>{{var order.shipping_description}}</p>
87
+ </td>
88
+ {{/depend}}
89
+ <td class="method-info">
90
+ <h6>Metodo di pagamento:</h6>
91
+ {{var payment_html}}
92
+ </td>
93
+ </tr>
94
+ </table>
95
+ </td>
96
+ </tr>
97
  </table>
98
+
99
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/invoice_update.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject {{var store.getFrontendName()}}: Aggiornamento fattura # {{var invoice.increment_id}} update @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -11,42 +11,38 @@
11
  "var store.getFrontendName()":"Store Name"}
12
  @-->
13
  <!--@styles
14
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
  @-->
16
 
17
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
- <tr>
21
- <td align="center" valign="top" style="padding:20px 0 20px 0">
22
- <!-- [ header starts here] -->
23
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
- <tr>
25
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
- </tr>
27
- <!-- [ middle starts here] -->
28
- <tr>
29
- <td valign="top">
30
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$order.getCustomerName()}},</h1>
31
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
- Il tuo ordine # {{var order.increment_id}} &egrave; nello stato:<br/>
33
- <strong>{{var order.getStatusLabel()}}</strong>.
34
- </p>
35
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.</p>
36
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
- <p style="font-size:12px; line-height:16px; margin:0;">
38
- Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
39
- <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
- o telefonicamente al numero {{config path='general/store_information/phone'}}.
41
- </p>
42
- </td>
43
- </tr>
44
- <tr>
45
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
- </tr>
47
- </table>
48
- </td>
49
- </tr>
50
  </table>
51
- </div>
52
- </body>
1
+ <!--@subject {{var store.getFrontendName()}}: Fattura # {{var invoice.increment_id}} aggiornata @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
11
  "var store.getFrontendName()":"Store Name"}
12
  @-->
13
  <!--@styles
 
14
  @-->
15
 
16
+
17
+ {{template config_path="design/email/header"}}
18
+ {{inlinecss file="email-inline.css"}}
19
+
20
+ <table cellpadding="0" cellspacing="0" border="0">
21
+ <tr>
22
+ <td>
23
+ <table cellpadding="0" cellspacing="0" border="0">
24
+ <tr>
25
+ <td class="action-content">
26
+ <h1>{{htmlescape var=$order.getCustomerName()}},</h1>
27
+ <p>Il tuo ordine <span class="no-link">#{{var order.increment_id}}</span> è stato aggiornato in: <strong>{{var order.getStatusLabel()}}</strong></p>
28
+ {{if comment}}
29
+ <table cellspacing="0" cellpadding="0" class="message-container">
30
+ <tr>
31
+ <td>{{var comment}}</td>
32
+ </tr>
33
+ </table>
34
+ {{/if}}
35
+ <p>Puoi controllare lo stato del tuo ordine <a href="{{store url="customer/account/"}}">loggandoti nel tuo account</a>.</p>
36
+ <p>
37
+ Per qualsiasi domanda contattaci all'indirizzo
38
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
39
+ {{depend store_phone}} o telefonicamente al <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ </table>
44
+ </td>
45
+ </tr>
 
 
 
46
  </table>
47
+
48
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/invoice_update_guest.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject {{var store.getFrontendName()}}: Aggiornamento fattura # {{var invoice.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -10,40 +10,37 @@
10
  "var store.getFrontendName()":"Store Name"}
11
  @-->
12
  <!--@styles
13
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
14
  @-->
15
 
16
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
19
- <tr>
20
- <td align="center" valign="top" style="padding:20px 0 20px 0">
21
- <!-- [ header starts here] -->
22
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
23
- <tr>
24
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
- </tr>
26
- <!-- [ middle starts here] -->
27
- <tr>
28
- <td valign="top">
29
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$billing.getName()}},</h1>
30
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
31
- Il tuo ordine # {{var order.increment_id}} &egrave; nello stato:<br/>
32
- <strong>{{var order.getStatusLabel()}}</strong>.
33
- </p>
34
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
35
- <p style="font-size:12px; line-height:16px; margin:0;">
36
- Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
37
- <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
38
- o telefonicamente al numero {{config path='general/store_information/phone'}}.
39
- </p>
40
- </td>
41
- </tr>
42
- <tr>
43
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
- </tr>
45
- </table>
46
- </td>
47
- </tr>
48
  </table>
49
- </div>
 
1
+ <!--@subject {{var store.getFrontendName()}}: Fattura # {{var invoice.increment_id}} aggiornata @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
10
  "var store.getFrontendName()":"Store Name"}
11
  @-->
12
  <!--@styles
 
13
  @-->
14
 
15
+ {{template config_path="design/email/header"}}
16
+ {{inlinecss file="email-inline.css"}}
17
+
18
+ <table cellpadding="0" cellspacing="0" border="0">
19
+ <tr>
20
+ <td>
21
+ <table cellpadding="0" cellspacing="0" border="0">
22
+ <tr>
23
+ <td class="action-content">
24
+ <h1>{{htmlescape var=$billing.getName()}},</h1>
25
+ <p>Il tuo ordine <span class="no-link">#{{var order.increment_id}}</span> è stato aggiornato a: <strong>{{var order.getStatusLabel()}}</strong></p>
26
+ {{if comment}}
27
+ <table cellspacing="0" cellpadding="0" class="message-container">
28
+ <tr>
29
+ <td>{{var comment}}</td>
30
+ </tr>
31
+ </table>
32
+ {{/if}}
33
+ <p>Puoi controllare lo stato del tuo ordine <a href="{{store url="customer/account/"}}">loggandoti nel tuo account</a>.</p>
34
+ <p>
35
+ Per qualsiasi domanda contattaci all'indirizzo
36
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
37
+ {{depend store_phone}} o telefonicamente al <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
38
+ </p>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </td>
43
+ </tr>
 
 
 
44
  </table>
45
+
46
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/order_new.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject {{var store.getFrontendName()}}: Nuovo ordine # {{var order.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -16,94 +16,83 @@
16
  "var order.getEmailCustomerNote()":"Email Order Note"}
17
  @-->
18
  <!--@styles
19
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
  @-->
21
 
22
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
- <table cellspacing="0" cellpadding="0" border="0" width="100%">
25
- <tr>
26
- <td align="center" valign="top" style="padding:20px 0 20px 0">
27
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
- <!-- [ header starts here] -->
29
- <tr>
30
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
- </tr>
32
- <!-- [ middle starts here] -->
33
- <tr>
34
- <td valign="top">
35
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Salve, {{htmlescape var=$order.getCustomerName()}}</h1>
36
- <p style="font-size:12px; line-height:16px; margin:0;">
37
- Grazie per il tuo ordine da {{var store.getFrontendName()}}.
38
- Una volta che il pacco sar&agrave; spedito ti manderemo una email con un link per tracciare l'ordine.
39
- Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.
40
- Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamaci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
41
- </p>
42
- <p style="font-size:12px; line-height:16px; margin:0;">La conferma del tuo ordine &egrave; qui sotto. Grazie ancora per il tuo acquisto.</p>
43
- </tr>
44
- <tr>
45
- <td>
46
- <h2 style="font-size:18px; font-weight:normal; margin:0;">Il tuo ordine #{{var order.increment_id}} <small>(placed on {{var order.getCreatedAtFormated('long')}})</small></h2>
47
- </td>
48
- </tr>
49
- <tr>
50
- <td>
51
- <table cellspacing="0" cellpadding="0" border="0" width="650">
52
- <thead>
53
- <tr>
54
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
55
- <th width="10"></th>
56
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
57
- </tr>
58
- </thead>
59
- <tbody>
60
- <tr>
61
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
62
- {{var order.getBillingAddress().format('html')}}
63
- </td>
64
- <td>&nbsp;</td>
65
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
66
- {{var payment_html}}
67
- </td>
68
- </tr>
69
- </tbody>
70
- </table>
71
- <br/>
 
 
 
 
 
 
 
 
 
 
 
72
  {{depend order.getIsNotVirtual()}}
73
- <table cellspacing="0" cellpadding="0" border="0" width="650">
74
- <thead>
75
- <tr>
76
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
77
- <th width="10"></th>
78
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
79
- </tr>
80
- </thead>
81
- <tbody>
82
- <tr>
83
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
84
- {{var order.getShippingAddress().format('html')}}
85
- &nbsp;
86
- </td>
87
- <td>&nbsp;</td>
88
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
89
- {{var order.getShippingDescription()}}
90
- &nbsp;
91
- </td>
92
- </tr>
93
- </tbody>
94
- </table>
95
- <br/>
96
  {{/depend}}
97
- {{layout handle="sales_email_order_items" order=$order}}
98
- <p style="font-size:12px; margin:0 0 10px 0">{{var order.getEmailCustomerNote()}}</p>
99
- </td>
100
- </tr>
101
- <tr>
102
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
103
- </tr>
104
- </table>
105
- </td>
106
- </tr>
107
  </table>
108
- </div>
109
- </body>
1
+ <!--@subject {{var store.getFrontendName()}}: Nuovo Ordine # {{var order.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
16
  "var order.getEmailCustomerNote()":"Email Order Note"}
17
  @-->
18
  <!--@styles
 
19
  @-->
20
 
21
+ {{template config_path="design/email/header"}}
22
+ {{inlinecss file="email-inline.css"}}
23
+
24
+ <table cellpadding="0" cellspacing="0" border="0">
25
+ <tr>
26
+ <td>
27
+ <table cellpadding="0" cellspacing="0" border="0">
28
+ <tr>
29
+ <td class="email-heading">
30
+ <h1>Grazie per il tuo ordine su {{var store.getFrontendName()}}.</h1>
31
+ <p>Una volta che il tuo pacco sar&agrave; spedito, ti invieremo il codice di tracking. Troverai il riassunto del tuo ordine più sotto. Grazie ancora.</p>
32
+ </td>
33
+ <td class="store-info">
34
+ <h4>Hai domande sul tuo ordine?</h4>
35
+ <p>
36
+ {{depend store_phone}}
37
+ <b>Chiamaci:</b>
38
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
39
+ {{/depend}}
40
+ {{depend store_hours}}
41
+ <span class="no-link">{{var store_hours}}</span><br>
42
+ {{/depend}}
43
+ {{depend store_email}}
44
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
45
+ {{/depend}}
46
+ </p>
47
+ </td>
48
+ </tr>
49
+ </table>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td class="order-details">
54
+ <h3>Il tuo ordine <span class="no-link">#{{var order.increment_id}}</span></h3>
55
+ <p>Effettuato il {{var order.getCreatedAtFormated('long')}}</p>
56
+ </td>
57
+ </tr>
58
+ <tr class="order-information">
59
+ <td>
60
+ {{if order.getEmailCustomerNote()}}
61
+ <table cellspacing="0" cellpadding="0" class="message-container">
62
+ <tr>
63
+ <td>{{var order.getEmailCustomerNote()}}</td>
64
+ </tr>
65
+ </table>
66
+ {{/if}}
67
+ {{layout handle="sales_email_order_items" order=$order}}
68
+ <table cellpadding="0" cellspacing="0" border="0">
69
+ <tr>
70
+ <td class="address-details">
71
+ <h6>Fattura a:</h6>
72
+ <p><span class="no-link">{{var order.getBillingAddress().format('html')}}</span></p>
73
+ </td>
74
+ {{depend order.getIsNotVirtual()}}
75
+ <td class="address-details">
76
+ <h6>Spedizione a:</h6>
77
+ <p><span class="no-link">{{var order.getShippingAddress().format('html')}}</span></p>
78
+ </td>
79
+ {{/depend}}
80
+ </tr>
81
+ <tr>
82
  {{depend order.getIsNotVirtual()}}
83
+ <td class="method-info">
84
+ <h6>Metodo di spedizione:</h6>
85
+ <p>{{var order.shipping_description}}</p>
86
+ </td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  {{/depend}}
88
+ <td class="method-info">
89
+ <h6>Metodo di pagamento:</h6>
90
+ {{var payment_html}}
91
+ </td>
92
+ </tr>
93
+ </table>
94
+ </td>
95
+ </tr>
 
 
96
  </table>
97
+
98
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/order_new_guest.html CHANGED
@@ -1,10 +1,11 @@
1
- <!--@subject {{var store.getFrontendName()}}: Nuovo ordine # {{var order.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
5
  "var logo_alt":"Email Logo Image Alt",
6
- "htmlescape var=$order.getBillingAddress().getName()":"Guest Customer Name",
7
  "var store.getFrontendName()":"Store Name",
 
8
  "var order.increment_id":"Order Id",
9
  "var order.getCreatedAtFormated('long')":"Order Created At (datetime)",
10
  "var order.getBillingAddress().format('html')":"Billing Address",
@@ -15,94 +16,83 @@
15
  "var order.getEmailCustomerNote()":"Email Order Note"}
16
  @-->
17
  <!--@styles
18
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
19
  @-->
20
 
21
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
22
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
- <table cellspacing="0" cellpadding="0" border="0" width="100%">
24
- <tr>
25
- <td align="center" valign="top" style="padding:20px 0 20px 0">
26
- <!-- [ header starts here] -->
27
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
- <tr>
29
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
30
- </tr>
31
- <!-- [ middle starts here] -->
32
- <tr>
33
- <td valign="top">
34
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Salve, {{htmlescape var=$order.getBillingAddress().getName()}}</h1>
35
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
36
- Grazie per il tuo ordine da {{var store.getFrontendName()}}.
37
- Una volta che il pacco sar&agrave; spedito ti manderemo una email con un link per tracciare l'ordine.
38
- Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamaci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
39
- </p>
40
- <p style="font-size:12px; line-height:16px; margin:0;">La conferma del tuo ordine &egrave; qui sotto. Grazie ancora per il tuo acquisto.</p>
41
- </td>
42
- </tr>
43
- <tr>
44
- <td>
45
- <h2 style="font-size:18px; font-weight:normal; margin:0;">Il tuo ordine #{{var order.increment_id}} <small>(placed on {{var order.getCreatedAtFormated('long')}})</small></h2>
46
- </td>
47
- </tr>
48
- <tr>
49
- <td>
50
- <table cellspacing="0" cellpadding="0" border="0" width="650">
51
- <thead>
52
- <tr>
53
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
54
- <th width="10"></th>
55
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
56
- </tr>
57
- </thead>
58
- <tbody>
59
- <tr>
60
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
61
- {{var order.getBillingAddress().format('html')}}
62
- </td>
63
- <td>&nbsp;</td>
64
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
- {{var payment_html}}
66
- </td>
67
- </tr>
68
- </tbody>
69
- </table>
70
- <br/>
 
 
 
 
 
 
 
 
 
 
 
71
  {{depend order.getIsNotVirtual()}}
72
- <table cellspacing="0" cellpadding="0" border="0" width="100%">
73
- <thead>
74
- <tr>
75
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
76
- <th width="10"></th>
77
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
78
- </tr>
79
- </thead>
80
- <tbody>
81
- <tr>
82
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
83
- {{var order.getShippingAddress().format('html')}}
84
- &nbsp;
85
- </td>
86
- <td>&nbsp;</td>
87
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
88
- {{var order.getShippingDescription()}}
89
- &nbsp;
90
- </td>
91
- </tr>
92
- </tbody>
93
- </table>
94
- <br/>
95
  {{/depend}}
96
- {{layout handle="sales_email_order_items" order=$order}}
97
- <p style="font-size:12px; margin:0 10px 10px 0">{{var order.getEmailCustomerNote()}}</p>
98
- </td>
99
- </tr>
100
- <tr>
101
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
102
- </tr>
103
- </table>
104
- </td>
105
- </tr>
106
  </table>
107
- </div>
108
- </body>
1
+ <!--@subject {{var store.getFrontendName()}}: Nuovo Ordine # {{var order.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
5
  "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
  "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
  "var order.increment_id":"Order Id",
10
  "var order.getCreatedAtFormated('long')":"Order Created At (datetime)",
11
  "var order.getBillingAddress().format('html')":"Billing Address",
16
  "var order.getEmailCustomerNote()":"Email Order Note"}
17
  @-->
18
  <!--@styles
 
19
  @-->
20
 
21
+ {{template config_path="design/email/header"}}
22
+ {{inlinecss file="email-inline.css"}}
23
+
24
+ <table cellpadding="0" cellspacing="0" border="0">
25
+ <tr>
26
+ <td>
27
+ <table cellpadding="0" cellspacing="0" border="0">
28
+ <tr>
29
+ <td class="email-heading">
30
+ <h1>Grazie per il tuo ordine su {{var store.getFrontendName()}}.</h1>
31
+ <p>Una volta che il pacco sarà spedito, ti invieremo il codice di tracking. Il riassunto del tuo ordine si trova qua sotto. Grazie ancora.</p>
32
+ </td>
33
+ <td class="store-info">
34
+ <h4>Hai domande sul tuo ordine?</h4>
35
+ <p>
36
+ {{depend store_phone}}
37
+ <b>Chiamaci:</b>
38
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
39
+ {{/depend}}
40
+ {{depend store_hours}}
41
+ <span class="no-link">{{var store_hours}}</span><br>
42
+ {{/depend}}
43
+ {{depend store_email}}
44
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
45
+ {{/depend}}
46
+ </p>
47
+ </td>
48
+ </tr>
49
+ </table>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td class="order-details">
54
+ <h3>Il tuo ordine <span class="no-link">#{{var order.increment_id}}</span></h3>
55
+ <p>Effettuato il {{var order.getCreatedAtFormated('long')}}</p>
56
+ </td>
57
+ </tr>
58
+ <tr class="order-information">
59
+ <td>
60
+ {{if order.getEmailCustomerNote()}}
61
+ <table cellspacing="0" cellpadding="0" class="message-container">
62
+ <tr>
63
+ <td>{{var order.getEmailCustomerNote()}}</td>
64
+ </tr>
65
+ </table>
66
+ {{/if}}
67
+ {{layout handle="sales_email_order_items" order=$order}}
68
+ <table cellpadding="0" cellspacing="0" border="0">
69
+ <tr>
70
+ <td class="address-details">
71
+ <h6>Fattura a:</h6>
72
+ <p><span class="no-link">{{var order.getBillingAddress().format('html')}}</span></p>
73
+ </td>
74
+ {{depend order.getIsNotVirtual()}}
75
+ <td class="address-details">
76
+ <h6>Spedizione a:</h6>
77
+ <p><span class="no-link">{{var order.getShippingAddress().format('html')}}</span></p>
78
+ </td>
79
+ {{/depend}}
80
+ </tr>
81
+ <tr>
82
  {{depend order.getIsNotVirtual()}}
83
+ <td class="method-info">
84
+ <h6>Metodo di spedizione:</h6>
85
+ <p>{{var order.shipping_description}}</p>
86
+ </td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  {{/depend}}
88
+ <td class="method-info">
89
+ <h6>Metodo di pagamento:</h6>
90
+ {{var payment_html}}
91
+ </td>
92
+ </tr>
93
+ </table>
94
+ </td>
95
+ </tr>
 
 
96
  </table>
97
+
98
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/order_update.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject {{var store.getFrontendName()}}: Aggiornamento ordine # {{var order.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -11,42 +11,37 @@
11
  "var store.getFrontendName()":"Store Name"}
12
  @-->
13
  <!--@styles
14
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
  @-->
16
 
17
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
- <tr>
21
- <td align="center" valign="top" style="padding:20px 0 20px 0">
22
- <!-- [ header starts here] -->
23
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
- <tr>
25
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
- </tr>
27
- <!-- [ middle starts here] -->
28
- <tr>
29
- <td valign="top">
30
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$order.getCustomerName()}},</h1>
31
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
- Il tuo ordine # {{var order.increment_id}} &egrave; stato <br/>
33
- <strong>{{var order.getStatusLabel()}}</strong>.
34
- </p>
35
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.</p>
36
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
- <p style="font-size:12px; line-height:16px; margin:0;">
38
- Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
39
- <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
- o telefonicamente al numero {{config path='general/store_information/phone'}}.
41
- </p>
42
- </td>
43
- </tr>
44
- <tr>
45
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
- </tr>
47
- </table>
48
- </td>
49
- </tr>
50
  </table>
51
- </div>
52
- </body>
1
+ <!--@subject {{var store.getFrontendName()}}: Ordine # {{var order.increment_id}} aggiornato @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
11
  "var store.getFrontendName()":"Store Name"}
12
  @-->
13
  <!--@styles
 
14
  @-->
15
 
16
+ {{template config_path="design/email/header"}}
17
+ {{inlinecss file="email-inline.css"}}
18
+
19
+ <table cellpadding="0" cellspacing="0" border="0">
20
+ <tr>
21
+ <td>
22
+ <table cellpadding="0" cellspacing="0" border="0">
23
+ <tr>
24
+ <td class="action-content">
25
+ <h1>{{htmlescape var=$order.getCustomerName()}},</h1>
26
+ <p>Il tuo ordine <span class="no-link">#{{var order.increment_id}}</span> è stato aggiornato in: <strong>{{var order.getStatusLabel()}}</strong></p>
27
+ {{if comment}}
28
+ <table cellspacing="0" cellpadding="0" class="message-container">
29
+ <tr>
30
+ <td>{{var comment}}</td>
31
+ </tr>
32
+ </table>
33
+ {{/if}}
34
+ <p>Puoi controllare lo stato del tuo ordine <a href="{{store url="customer/account/"}}">loggandoti nel tuo account</a>.</p>
35
+ <p>
36
+ Per qualsiasi domanda contattaci all'indirizzo
37
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
38
+ {{depend store_phone}} o telefonicamente al <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ </table>
43
+ </td>
44
+ </tr>
 
 
 
 
45
  </table>
46
+
47
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/order_update_guest.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject {{var store.getFrontendName()}}: Aggiornamento ordine # {{var order.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -10,41 +10,36 @@
10
  "var store.getFrontendName()":"Store Name"}
11
  @-->
12
  <!--@styles
13
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
14
  @-->
15
 
16
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
19
- <tr>
20
- <td align="center" valign="top" style="padding:20px 0 20px 0">
21
- <!-- [ header starts here] -->
22
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
23
- <tr>
24
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
- </tr>
26
- <!-- [ middle starts here] -->
27
- <tr>
28
- <td valign="top">
29
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$billing.getName()}},</h1>
30
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
31
- Il tuo ordine # {{var order.increment_id}} &egrave; stato <br/>
32
- <strong>{{var order.getStatusLabel()}}</strong>.
33
- </p>
34
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
35
- <p style="font-size:12px; line-height:16px; margin:0;">
36
- Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
37
- <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
38
- o telefonicamente al numero {{config path='general/store_information/phone'}}.
39
- </p>
40
- </td>
41
- </tr>
42
- <tr>
43
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
- </tr>
45
- </table>
46
- </td>
47
- </tr>
48
  </table>
49
- </div>
50
- </body>
1
+ <!--@subject {{var store.getFrontendName()}}: Ordine # {{var order.increment_id}} aggiornato @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
10
  "var store.getFrontendName()":"Store Name"}
11
  @-->
12
  <!--@styles
 
13
  @-->
14
 
15
+ {{template config_path="design/email/header"}}
16
+ {{inlinecss file="email-inline.css"}}
17
+
18
+ <table cellpadding="0" cellspacing="0" border="0">
19
+ <tr>
20
+ <td>
21
+ <table cellpadding="0" cellspacing="0" border="0">
22
+ <tr>
23
+ <td class="action-content">
24
+ <h1>{{htmlescape var=$billing.getName()}},</h1>
25
+ <p>Il tuo ordine <span class="no-link">#{{var order.increment_id}}</span> è stato aggiornato in: <strong>{{var order.getStatusLabel()}}</strong></p>
26
+ {{if comment}}
27
+ <table cellspacing="0" cellpadding="0" class="message-container">
28
+ <tr>
29
+ <td>{{var comment}}</td>
30
+ </tr>
31
+ </table>
32
+ {{/if}}
33
+ <p>
34
+ Per qualsiasi domanda contattaci all'indirizzo
35
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
36
+ {{depend store_phone}} o telefonicamente al <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
37
+ </p>
38
+ </td>
39
+ </tr>
40
+ </table>
41
+ </td>
42
+ </tr>
 
 
 
 
43
  </table>
44
+
45
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/shipment_new.html CHANGED
@@ -17,95 +17,84 @@
17
  "var comment":"Shipment Comment"}
18
  @-->
19
  <!--@styles
20
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
21
  @-->
22
 
23
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
25
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
26
- <tr>
27
- <td align="center" valign="top" style="padding:20px 0 20px 0">
28
- <!-- [ header starts here] -->
29
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
30
- <tr>
31
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
32
- </tr>
33
- <!-- [ middle starts here] -->
34
- <tr>
35
- <td valign="top">
36
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Salve, {{htmlescape var=$order.getCustomerName()}}</h1>
37
- <p style="font-size:12px; line-height:16px; margin:0;">
38
- Grazie per il tuo ordine da {{var store.getFrontendName()}}.
39
- Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.
40
- Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamaci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
41
- </p>
42
- <p style="font-size:12px; line-height:16px; margin:0;">
43
- La conferma del tuo ordine &egrave; qui sotto. Grazie ancora per il tuo acquisto.
44
- </p>
45
- </td>
46
- </tr>
47
- <tr>
48
- <td>
49
- <h2 style="font-size:18px; font-weight:normal; margin:0;">La tua spedizione #{{var shipment.increment_id}} per l'ordine #{{var order.increment_id}}</h2>
50
- </td>
51
- </tr>
52
- <tr>
53
- <td>
54
- <table cellspacing="0" cellpadding="0" border="0" width="650">
55
- <thead>
56
- <tr>
57
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
58
- <th width="10"></th>
59
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
60
- </tr>
61
- </thead>
62
- <tbody>
63
- <tr>
64
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
- {{var order.billing_address.format('html')}}
66
- </td>
67
- <td>&nbsp;</td>
68
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
69
- {{var payment_html}}
70
- </td>
71
- </tr>
72
- </tbody>
73
- </table>
74
- <br/>
75
- <table cellspacing="0" cellpadding="0" border="0" width="100%">
76
- <thead>
77
- <tr>
78
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
79
- <th width="10"></th>
80
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
81
- </tr>
82
- </thead>
83
- <tbody>
84
- <tr>
85
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
86
- {{var order.shipping_address.format('html')}}
87
- &nbsp;
88
- </td>
89
- <td>&nbsp;</td>
90
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
91
- {{var order.shipping_description}}
92
- &nbsp;
93
- </td>
94
- </tr>
95
- </tbody>
96
- </table>
97
- <br/>
98
- {{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}}
99
- {{block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order}}
100
- <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
101
- </td>
102
- </tr>
103
- <tr>
104
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
105
- </tr>
106
- </table>
107
- </td>
108
- </tr>
109
  </table>
110
- </div>
111
- </body>
17
  "var comment":"Shipment Comment"}
18
  @-->
19
  <!--@styles
 
20
  @-->
21
 
22
+ {{template config_path="design/email/header"}}
23
+ {{inlinecss file="email-inline.css"}}
24
+
25
+ <table cellpadding="0" cellspacing="0" border="0">
26
+ <tr>
27
+ <td>
28
+ <table cellpadding="0" cellspacing="0" border="0">
29
+ <tr>
30
+ <td class="email-heading">
31
+ <h1>Grazie per il tuo ordine su {{var store.getFrontendName()}}.</h1>
32
+ <p>Puoi controllare lo stato del tuo ordine <a href="{{store url="customer/account/"}}">loggandoti nel tuo account</a>.</p>
33
+ </td>
34
+ <td class="store-info">
35
+ <h4>Hai domande sul tuo ordine?</h4>
36
+ <p>
37
+ {{depend store_phone}}
38
+ <b>Chiamaci:</b>
39
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
40
+ {{/depend}}
41
+ {{depend store_hours}}
42
+ <span class="no-link">{{var store_hours}}</span><br>
43
+ {{/depend}}
44
+ {{depend store_email}}
45
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
46
+ {{/depend}}
47
+ </p>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </td>
52
+ </tr>
53
+ <tr>
54
+ <td class="order-details">
55
+ <h3>La tua Spedizione <span class="no-link">#{{var shipment.increment_id}}</span></h3>
56
+ <p>Ordine <span class="no-link">#{{var order.increment_id}}</span></p>
57
+ </td>
58
+ </tr>
59
+ <tr class="order-information">
60
+ <td>
61
+ {{if comment}}
62
+ <table cellspacing="0" cellpadding="0" class="message-container">
63
+ <tr>
64
+ <td>{{var comment}}</td>
65
+ </tr>
66
+ </table>
67
+ {{/if}}
68
+ {{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}}
69
+ <table cellpadding="0" cellspacing="0" border="0">
70
+ <tr>
71
+ <td class="address-details">
72
+ <h6>Fattura a:</h6>
73
+ <p><span class="no-link">{{var order.billing_address.format('html')}}</span></p>
74
+ </td>
75
+ {{depend order.getIsNotVirtual()}}
76
+ <td class="address-details">
77
+ <h6>Spedizione a:</h6>
78
+ <p><span class="no-link">{{var order.shipping_address.format('html')}}</span></p>
79
+ </td>
80
+ {{/depend}}
81
+ </tr>
82
+ <tr>
83
+ {{depend order.getIsNotVirtual()}}
84
+ <td class="method-info">
85
+ <h6>Metodo di spedizione:</h6>
86
+ <p>{{var order.shipping_description}}</p>
87
+ </td>
88
+ {{/depend}}
89
+ <td class="method-info">
90
+ <h6>Metodo di pagamento:</h6>
91
+ {{var payment_html}}
92
+ </td>
93
+ </tr>
94
+ </table>
95
+ {{block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order}}
96
+ </td>
97
+ </tr>
 
 
 
 
 
 
 
 
 
 
98
  </table>
99
+
100
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/shipment_new_guest.html CHANGED
@@ -16,94 +16,83 @@
16
  "var comment":"Shipment Comment"}
17
  @-->
18
  <!--@styles
19
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
  @-->
21
 
22
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
25
- <tr>
26
- <td align="center" valign="top" style="padding:20px 0 20px 0">
27
- <!-- [ header starts here] -->
28
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
29
- <tr>
30
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
- </tr>
32
- <!-- [ middle starts here] -->
33
- <tr>
34
- <td valign="top">
35
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Salve, {{htmlescape var=$billing.getName()}}</h1>
36
- <p style="font-size:12px; line-height:16px; margin:0;">
37
- Grazie per il tuo ordine da {{var store.getFrontendName()}}.
38
- Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamaci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
39
- </p>
40
- <p style="font-size:12px; line-height:16px; margin:0;">
41
- La conferma del tuo ordine &egrave; qui sotto. Grazie ancora per il tuo acquisto.
42
- </p>
43
- </td>
44
- </tr>
45
- <tr>
46
- <td>
47
- <h2 style="font-size:18px; font-weight:normal; margin:0;">La tua spedizione #{{var shipment.increment_id}} per l'ordine #{{var order.increment_id}}</h2>
48
- </td>
49
- </tr>
50
- <tr>
51
- <td>
52
- <table cellspacing="0" cellpadding="0" border="0" width="650">
53
- <thead>
54
- <tr>
55
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
56
- <th width="10"></th>
57
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
58
- </tr>
59
- </thead>
60
- <tbody>
61
- <tr>
62
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
63
- {{var order.billing_address.format('html')}}
64
- </td>
65
- <td>&nbsp;</td>
66
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
67
- {{var payment_html}}
68
- </td>
69
- </tr>
70
- </tbody>
71
- </table>
72
- <br/>
73
- <table cellspacing="0" cellpadding="0" border="0" width="100%">
74
- <thead>
75
- <tr>
76
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
77
- <th width="10"></th>
78
- <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
79
- </tr>
80
- </thead>
81
- <tbody>
82
- <tr>
83
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
84
- {{var order.shipping_address.format('html')}}
85
- &nbsp;
86
- </td>
87
- <td>&nbsp;</td>
88
- <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
89
- {{var order.shipping_description}}
90
- &nbsp;
91
- </td>
92
- </tr>
93
- </tbody>
94
- </table>
95
- <br/>
96
- {{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}}
97
- {{block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order}}
98
- <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
99
- </td>
100
- </tr>
101
- <tr>
102
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
103
- </tr>
104
- </table>
105
- </td>
106
- </tr>
107
  </table>
108
- </div>
109
- </body>
16
  "var comment":"Shipment Comment"}
17
  @-->
18
  <!--@styles
 
19
  @-->
20
 
21
+ {{template config_path="design/email/header"}}
22
+ {{inlinecss file="email-inline.css"}}
23
+
24
+ <table cellpadding="0" cellspacing="0" border="0">
25
+ <tr>
26
+ <td>
27
+ <table cellpadding="0" cellspacing="0" border="0">
28
+ <tr>
29
+ <td class="email-heading">
30
+ <h1>Grazie per il tuo ordine su {{var store.getFrontendName()}}.</h1>
31
+ </td>
32
+ <td class="store-info">
33
+ <h4>Hai domande sul tuo ordine?</h4>
34
+ <p>
35
+ {{depend store_phone}}
36
+ <b>Chiamaci:</b>
37
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
38
+ {{/depend}}
39
+ {{depend store_hours}}
40
+ <span class="no-link">{{var store_hours}}</span><br>
41
+ {{/depend}}
42
+ {{depend store_email}}
43
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
44
+ {{/depend}}
45
+ </p>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </td>
50
+ </tr>
51
+ <tr>
52
+ <td class="order-details">
53
+ <h3>La tua spedizione <span class="no-link">#{{var shipment.increment_id}}</span></h3>
54
+ <p>Ordine <span class="no-link">#{{var order.increment_id}}</span></p>
55
+ </td>
56
+ </tr>
57
+ <tr class="order-information">
58
+ <td>
59
+ {{if comment}}
60
+ <table cellspacing="0" cellpadding="0" class="message-container">
61
+ <tr>
62
+ <td>{{var comment}}</td>
63
+ </tr>
64
+ </table>
65
+ {{/if}}
66
+ {{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}}
67
+ <table cellpadding="0" cellspacing="0" border="0">
68
+ <tr>
69
+ <td class="address-details">
70
+ <h6>Fattura a:</h6>
71
+ <p><span class="no-link">{{var order.billing_address.format('html')}}</span></p>
72
+ </td>
73
+ {{depend order.getIsNotVirtual()}}
74
+ <td class="address-details">
75
+ <h6>Spedizione a:</h6>
76
+ <p><span class="no-link">{{var order.shipping_address.format('html')}}</span></p>
77
+ </td>
78
+ {{/depend}}
79
+ </tr>
80
+ <tr>
81
+ {{depend order.getIsNotVirtual()}}
82
+ <td class="method-info">
83
+ <h6>Metodo di spedizione:</h6>
84
+ <p>{{var order.shipping_description}}</p>
85
+ </td>
86
+ {{/depend}}
87
+ <td class="method-info">
88
+ <h6>Metodo di pagamento:</h6>
89
+ {{var payment_html}}
90
+ </td>
91
+ </tr>
92
+ </table>
93
+ {{block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order}}
94
+ </td>
95
+ </tr>
 
 
 
 
 
 
 
 
 
 
96
  </table>
97
+
98
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/shipment_update.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject {{var store.getFrontendName()}}: Aggiornamento spedizione # {{var shipment.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -11,42 +11,38 @@
11
  "var store.getFrontendName()":"Store Name"}
12
  @-->
13
  <!--@styles
14
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
  @-->
16
 
17
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
- <tr>
21
- <td align="center" valign="top" style="padding:20px 0 20px 0">
22
- <!-- [ header starts here] -->
23
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
- <tr>
25
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
- </tr>
27
- <!-- [ middle starts here] -->
28
- <tr>
29
- <td valign="top">
30
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$order.getCustomerName()}},</h1>
31
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
- Il tuo ordine # {{var order.increment_id}} &egrave; stato <br/>
33
- <strong>{{var order.getStatusLabel()}}</strong>.
34
- </p>
35
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.</p>
36
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
- <p style="font-size:12px; line-height:16px; margin:0;">
38
- Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
39
- <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
- o telefonicamente al numero {{config path='general/store_information/phone'}}.
41
- </p>
42
- </td>
43
- </tr>
44
- <tr>
45
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
- </tr>
47
- </table>
48
- </td>
49
- </tr>
50
  </table>
51
- </div>
52
- </body>
1
+ <!--@subject {{var store.getFrontendName()}}: Spedizione # {{var shipment.increment_id}} aggiornata @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
11
  "var store.getFrontendName()":"Store Name"}
12
  @-->
13
  <!--@styles
 
14
  @-->
15
 
16
+ {{template config_path="design/email/header"}}
17
+ {{inlinecss file="email-inline.css"}}
18
+
19
+
20
+ <table cellpadding="0" cellspacing="0" border="0">
21
+ <tr>
22
+ <td>
23
+ <table cellpadding="0" cellspacing="0" border="0">
24
+ <tr>
25
+ <td class="action-content">
26
+ <h1>{{htmlescape var=$order.getCustomerName()}},</h1>
27
+ <p>Il tuo ordine <span class="no-link">#{{var order.increment_id}}</span> è stato aggiornato in: <strong>{{var order.getStatusLabel()}}</strong></p>
28
+ {{if comment}}
29
+ <table cellspacing="0" cellpadding="0" class="message-container">
30
+ <tr>
31
+ <td>{{var comment}}</td>
32
+ </tr>
33
+ </table>
34
+ {{/if}}
35
+ <p>Puoi controllare lo stato del tuo ordine <a href="{{store url="customer/account/"}}">loggandoti nel tuo account</a>.</p>
36
+ <p>
37
+ Per qualsiasi domanda contattaci all'indirizzo
38
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
39
+ {{depend store_phone}} o telefonicamente al <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ </table>
44
+ </td>
45
+ </tr>
 
 
 
46
  </table>
47
+
48
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sales/shipment_update_guest.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject {{var store.getFrontendName()}}: Aggiornamento spedizione # {{var shipment.increment_id}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -10,41 +10,36 @@
10
  "var store.getFrontendName()":"Store Name"}
11
  @-->
12
  <!--@styles
13
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
14
  @-->
15
 
16
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
19
- <tr>
20
- <td align="center" valign="top" style="padding:20px 0 20px 0">
21
- <!-- [ header starts here] -->
22
- <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
23
- <tr>
24
- <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
- </tr>
26
- <!-- [ middle starts here] -->
27
- <tr>
28
- <td valign="top">
29
- <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$billing.getName()}},</h1>
30
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
31
- Il tuo ordine # {{var order.increment_id}} &egrave; stato <br/>
32
- <strong>{{var order.getStatusLabel()}}</strong>.
33
- </p>
34
- <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
35
- <p style="font-size:12px; line-height:16px; margin:0;">
36
- Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
37
- <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
38
- o telefonicamente al numero {{config path='general/store_information/phone'}}.
39
- </p>
40
- </td>
41
- </tr>
42
- <tr>
43
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
- </tr>
45
- </table>
46
- </td>
47
- </tr>
48
  </table>
49
- </div>
50
- </body>
1
+ <!--@subject {{var store.getFrontendName()}}: Spedizione # {{var shipment.increment_id}} aggiornata @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
10
  "var store.getFrontendName()":"Store Name"}
11
  @-->
12
  <!--@styles
 
13
  @-->
14
 
15
+ {{template config_path="design/email/header"}}
16
+ {{inlinecss file="email-inline.css"}}
17
+
18
+ <table cellpadding="0" cellspacing="0" border="0">
19
+ <tr>
20
+ <td>
21
+ <table cellpadding="0" cellspacing="0" border="0">
22
+ <tr>
23
+ <td class="action-content">
24
+ <h1>{{htmlescape var=$billing.getName()}},</h1>
25
+ <p>Il tuo ordine <span class="no-link">#{{var order.increment_id}}</span> è stato aggiornato in: <strong>{{var order.getStatusLabel()}}</strong></p>
26
+ {{if comment}}
27
+ <table cellspacing="0" cellpadding="0" class="message-container">
28
+ <tr>
29
+ <td>{{var comment}}</td>
30
+ </tr>
31
+ </table>
32
+ {{/if}}
33
+ <p>
34
+ Per qualsiasi domanda contattaci all'indirizzo
35
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
36
+ {{depend store_phone}} o telefonicamente al <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
37
+ </p>
38
+ </td>
39
+ </tr>
40
+ </table>
41
+ </td>
42
+ </tr>
 
 
 
 
43
  </table>
44
+
45
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/sitemap_generate_warning.html CHANGED
@@ -1,8 +1,7 @@
1
- <!--@subject Avvisi sviluppo Sitemap @-->
2
  <!--@vars
3
  {"var warnings":"Sitemap Generate Warnings"}
4
  @-->
5
- Avvisi sviluppo sitemap:
6
-
7
 
 
8
  {{var warnings}}
1
+ <!--@subject Avvisi Generazione Sitemap @-->
2
  <!--@vars
3
  {"var warnings":"Sitemap Generate Warnings"}
4
  @-->
 
 
5
 
6
+ Avvisi Generazione Sitemap:
7
  {{var warnings}}
app/locale/it_IT/template/email/token.html CHANGED
@@ -1,9 +1,19 @@
1
- <!--@subject Benvenuto, {{var name}} @-->
2
  <!--@vars
3
  {"htmlescape var=$userName":"User name",
4
  "var $applicationName":"Application name",
5
  "var $status":"Token new status"}
6
  @-->
 
 
7
 
8
- Salve, {{htmlescape var=$userName}}<br /><br />
9
- La tua autorizzazione a <b>{{htmlescape var=$applicationName}}</b> è stata modificata in <b>{{htmlescape var=$status}}</b> dall'Admin team.<br /><br />
 
 
 
 
 
 
 
 
1
+ <!--@subject Salve, {{var name}} @-->
2
  <!--@vars
3
  {"htmlescape var=$userName":"User name",
4
  "var $applicationName":"Application name",
5
  "var $status":"Token new status"}
6
  @-->
7
+ {{template config_path="design/email/header"}}
8
+ {{inlinecss file="email-inline.css"}}
9
 
10
+ <table cellpadding="0" cellspacing="0" border="0">
11
+ <tr>
12
+ <td class="action-content">
13
+ <h1>Ciao, {{htmlescape var=$userName}}</h1>
14
+ <p>La tua autorizzazione <b>{{htmlescape var=$applicationName}}</b> è stata cambiata in <b>{{htmlescape var=$status}}</b> dall'amministrazione.</p>
15
+ </td>
16
+ </tr>
17
+ </table>
18
+
19
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template/email/wishlist_share.html CHANGED
@@ -1,4 +1,4 @@
1
- <!--@subject Dai un occhiata alla wishlist di {{var customer.name}}@-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
@@ -7,37 +7,33 @@
7
  "var items":"Wishlist Items"}
8
  @-->
9
  <!--@styles
10
- body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
11
  @-->
12
 
13
- <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
14
- <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
- <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
 
16
  <tr>
17
- <td align="center" valign="top" style="padding:20px 0 20px 0">
18
- <!-- [ header starts here] -->
19
- <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
20
- <tr>
21
- <td valign="top">
22
- <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
23
- </td>
24
- </tr>
25
- <!-- [ middle starts here] -->
26
  <tr>
27
- <td valign="top">
28
- <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Hey,<br/>Dai un occhiata alla mia wishlist {{var store.getFrontendName()}}.</p>
29
- <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">{{var message}}</p>
 
 
 
 
30
  {{var items}}
31
- <br/>
32
- {{depend salable}}<p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong><a href="{{var addAllLink}}" style="color:#1E7EC8;">Aggiungi tutti gli articoli al carrello</a></strong> |{{/depend}} <strong><a href="{{var viewOnSiteLink}}" style="color:#1E7EC8;">Vedi tutti gli articoli della wishlist</a></strong></p>
 
 
33
  </td>
34
  </tr>
35
- <tr>
36
- <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{htmlescape var=$customer.name}}</p></center></td>
37
- </td>
38
  </table>
39
  </td>
40
  </tr>
41
  </table>
42
- </div>
43
- </body>
1
+ <!--@subject Dai un'occhiata alla wishlist di {{var customer.name}} @-->
2
  <!--@vars
3
  {"store url=\"\"":"Store Url",
4
  "var logo_url":"Email Logo Image Url",
7
  "var items":"Wishlist Items"}
8
  @-->
9
  <!--@styles
 
10
  @-->
11
 
12
+ {{template config_path="design/email/header"}}
13
+ {{inlinecss file="email-inline.css"}}
14
+
15
+ <table cellpadding="0" cellspacing="0" border="0">
16
  <tr>
17
+ <td>
18
+ <table cellpadding="0" cellspacing="0" border="0">
 
 
 
 
 
 
 
19
  <tr>
20
+ <td class="action-content">
21
+ <h1>Ciao, dai un'occhiata alla mia wishlist su {{var store.getFrontendName()}}.</h1>
22
+ <table cellspacing="0" cellpadding="0" class="message-container">
23
+ <tr>
24
+ <td>{{var message}}</td>
25
+ </tr>
26
+ </table>
27
  {{var items}}
28
+ {{depend salable}}
29
+ <p><strong><a href="{{var addAllLink}}">Aggiungi tutti i prodotti al carrello</a></strong> |
30
+ {{/depend}}
31
+ <strong><a href="{{var viewOnSiteLink}}">Mostra tutti i prodotti della wishlist</a></strong></p>
32
  </td>
33
  </tr>
 
 
 
34
  </table>
35
  </td>
36
  </tr>
37
  </table>
38
+
39
+ {{template config_path="design/email/footer"}}
app/locale/it_IT/template_1901_e_inferiori/.DS_Store ADDED
Binary file
app/locale/it_IT/template_1901_e_inferiori/email/account_new.html ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Benvenuto, {{var customer.name}}! @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "htmlescape var=$customer.name":"Customer Name",
6
+ "store url=\"customer/account/\"":"Customer Account Url",
7
+ "var customer.email":"Customer Email",
8
+ "htmlescape var=$customer.password":"Customer Password"}
9
+ @-->
10
+
11
+ <!--@styles
12
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
13
+ @-->
14
+
15
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
18
+ <tr>
19
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
20
+ <!-- [ header starts here] -->
21
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
22
+ <tr>
23
+ <td valign="top">
24
+ <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Gentile {{htmlescape var=$customer.name}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Benvenuto su {{var store.getFrontendName()}}. Per accedere, quando visiti il nostro sito, basta cliccare su <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Login</a> o <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Il mio Account</a> in alto in ogni pagina, poi inserire il tuo indirizzo e-mail e la tua password.</p>
31
+ <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0; padding:13px 18px; background:#f9f9f9;">
32
+ Utilizza i parametri seguenti quando devi effettuare l'accesso:<br/>
33
+ <strong>E-mail</strong>: {{var customer.email}}<br/>
34
+ <strong>Password</strong>: {{htmlescape var=$customer.password}}<p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Quando avrai effettuato l'accesso al tuo account, sarai in grado di svolgere le seguenti azioni:</p>
36
+ <ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;">
37
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Passare attraverso checkout pi&ugrave; veloci quando effettui un acquisto</li>
38
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Verificare lo stato degli ordini</li>
39
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Visualizzare gli ordini precedenti</li>
40
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Modificare le informazioni relative al tuo account</li>
41
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Cambiare la tua password</li>
42
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Memorizzare indirizzi alternativi (per spedire a pi&ugrave; membri della famiglia ed agli amici!)</li>
43
+ </ul>
44
+ <p style="font-size:12px; line-height:16px; margin:0;">Se hai qualche domanda riguardante il tuo account o su un qualsiasi altro argomento, non esitare a contattarci al <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o telefonicamente al numero {{config path='general/store_information/phone'}}.</p>
45
+ </td>
46
+ </tr>
47
+ <tr>
48
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
49
+ </tr>
50
+ </table>
51
+ </td>
52
+ </tr>
53
+ </table>
54
+ </div>
55
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/account_new_confirmation.html ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Conferma account per {{var customer.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "store url=\"customer/account/\"":"Customer Account Url",
7
+ "htmlescape var=$customer.name":"Customer Name",
8
+ "var customer.email":"Customer Email",
9
+ "store url=\"customer/account/confirm/\" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url":"Confirmation Url",
10
+ "htmlescape var=$customer.password":"Customer password"}
11
+ @-->
12
+
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top">
26
+ <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a>
27
+ </td>
28
+ </tr>
29
+ <!-- [ middle starts here] -->
30
+ <tr>
31
+ <td valign="top">
32
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Gentile {{htmlescape var=$customer.name}},</h1>
33
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">La tua e-mail {{var customer.email}} deve essere confermata prima di essere utilizzata per l'accesso al nostro negozio.</p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Per confermanre l'indirizzo e-mail ed effettuare subito l'accesso, utilizza <a href="{{store url="customer/account/confirm/" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url}}" style="color:#1E7EC8;">questo link di conferma</a>. Questo link è valido una sola volta.</p>
35
+ <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0 0 16px 0; padding:13px 18px; background:#f9f9f9;">
36
+ Utilizza i parametri seguenti quando devi effettuare l'accesso:<br/>
37
+ <strong>E-mail:</strong> {{var customer.email}}<br/>
38
+ <strong>Password:</strong> {{htmlescape var=$customer.password}}<p>
39
+ <p style="font-size:12px; line-height:16px; margin:0;">Se hai qualche domanda riguardante il tuo account o su un qualsiasi altro argomento, non esitare a contattarci al <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o telefonicamente al numero {{config path='general/store_information/phone'}}.</p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
50
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/account_new_confirmed.html ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Benvenuto, {{var customer.name}}! @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$customer.name":"Customer Name",
7
+ "store url=\"customer/account/\"":"Customer Account Url"}
8
+ @-->
9
+
10
+ <!--@styles
11
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
+ @-->
13
+
14
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
17
+ <tr>
18
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
19
+ <!-- [ header starts here] -->
20
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
+ <tr>
22
+ <td valign="top">
23
+ <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a>
24
+ </td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Gentile {{htmlescape var=$customer.name}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Benvenuto su {{var store.getFrontendName()}}. Per accedere, quando visiti il nostro sito, basta cliccare su <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Login</a> oo <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Il mio Account</a> in alto in ogni pagina, poi inserire il tuo indirizzo e-mail e la tua password.</p>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Quando avrai effettuato l'accesso al tuo account, sarai ini grado di svolgere le seguenti azioni:</p>
32
+ <ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;">
33
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Passare attraverso checkout pi&ugrave; veloci quando effettui un acquisto</li>
34
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Verificare lo stato degli ordini</li>
35
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Visualizzare gli ordini precedenti</li>
36
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Modificare le informazioni relative al tuo account</li>
37
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Cambiare la tua password</li>
38
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Memorizzare indirizzi alternativi (per spedire a pi&ugrave; membri della famiglia ed agli amici!)</li>
39
+ </ul>
40
+ <p style="font-size:12px; line-height:16px; margin:0;">Se hai qualche domanda riguardante il tuo account o su un qualsiasi altro argomento, non esitare a contattarci al <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o telefonicamente al numero {{config path='general/store_information/phone'}}.</p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
45
+ </tr>
46
+ </table>
47
+ </td>
48
+ </tr>
49
+ </table>
50
+ </div>
51
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/account_password_reset_confirmation.html ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Conferma reset password per {{var customer.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$customer.name":"Customer Name",
7
+ "store url=\"customer/account/resetpassword/\" _query_id=$customer.id _query_token=$customer.rp_token":"Reset Password URL"}
8
+ @-->
9
+
10
+ <!--@styles
11
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
+ @-->
13
+
14
+ <body style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
15
+ <div style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
16
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
17
+ <tr>
18
+ <td align="center" valign="top" style="padding: 20px 0 20px 0">
19
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
20
+ <tr>
21
+ <td valign="top">
22
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
23
+ </td>
24
+ </tr>
25
+ <tr>
26
+ <td valign="top">
27
+ <h1 style="font-size: 22px; font-weight: normal; line-height: 22px; margin: 0 0 11px 0;">Gentile {{htmlescape var=$customer.name}},</h1>
28
+ <p style="font-size: 12px; line-height: 16px; margin: 0 0 8px 0;">Recentemente abbiamo ricevuto una richiesta di modifica della password per il tuo account.</p>
29
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">Se sei stato tu a richiedere questa modifica, premi sul link seguente per fare il reset della password: <a href="{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}" style="color:#1E7EC8;">{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}</a></p>
30
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">Se premere sul link non dovesse funzionare, copia e incolla l'URL nella barra degli indirizzi del tuo browser.</p>
31
+ <br />
32
+ <p style="font-size:12px; line-height:16px; margin:0;">Se non hai fatto tu questa richiesta, puoi ignorare questo messaggio e la tua password rimarr&agrave; invariata.</p>
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <td style="background-color: #EAEAEA; text-align: center;"><p style="font-size:12px; margin:0; text-align: center;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></td>
37
+ </tr>
38
+ </table>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </div>
43
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/admin_password_new.html ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Nuova password per {{var user.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$user.name":"Admin Name",
7
+ "htmlescape var=$password":"Admin Password",
8
+ "store url=\"adminhtml/system_account/\"":"Admin Account Url"}
9
+ @-->
10
+
11
+ <!--@styles
12
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
13
+ @-->
14
+
15
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
18
+ <tr>
19
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
20
+ <!-- [ header starts here] -->
21
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
22
+ <tr>
23
+ <td valign="top">
24
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
25
+ </td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Gentile {{htmlescape var=$user.name}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong>La tua nuova password &egrave;:</strong> {{htmlescape var=$password}}</p>
32
+ <p style="font-size:12px; line-height:16px; margin:0;">Puoi cambiare la tua password in qualsiasi momento accedendo al <a href="{{store url="adminhtml/system_account/"}}" style="color:#1E7EC8;">tuo account</a>.<p>
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
37
+ </tr>
38
+ </table>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </div>
43
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/admin_password_reset_confirmation.html ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Conferma reset password per {{var user.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$user.name":"Admin Name",
7
+ "store url=\"adminhtml/index/resetpassword/\" _query_id=$user.id _query_token=$user.rp_token":"Reset Password URL",
8
+ "store url=\"adminhtml/system_account/\"":"Admin Account Url"}
9
+ @-->
10
+
11
+ <!--@styles
12
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
13
+ @-->
14
+
15
+ <body style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
16
+ <div style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
17
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
18
+ <tr>
19
+ <td align="center" valign="top" style="padding: 20px 0 20px 0">
20
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
+ <tr>
22
+ <td valign="top">
23
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
24
+ </td>
25
+ </tr>
26
+ <tr>
27
+ <td valign="top">
28
+ <h1 style="font-size: 22px; font-weight: normal; line-height: 22px; margin: 0 0 11px 0;">Gentile {{htmlescape var=$user.name}},</h1>
29
+ <p style="font-size: 12px; line-height: 16px; margin: 0 0 8px 0;">Recentemente abbiamo ricevuto una richiesta di modifica della password per il tuo account.</p>
30
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">Se sei stato tu a richiedere questa modifica, premi sul link seguente per fare il reset della password: <a href="{{store url="adminhtml/index/resetpassword/" _query_id=$user.id _query_token=$user.rp_token}}" style="color:#1E7EC8;">{{store url="adminhtml/index/resetpassword/" _query_id=$user.id _query_token=$user.rp_token}}</a></p>
31
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">Se premere sul link non dovesse funzionare, copia e incolla l'URL nella barra degli indirizzi del tuo browser.</p>
32
+ <br />
33
+ <p style="font-size:12px; line-height:16px; margin:0;">>Se non hai fatto tu questa richiesta, puoi ignorare questo messaggio e la tua password rimarr&agrave; invariata.</p>
34
+ </td>
35
+ </tr>
36
+ <tr>
37
+ <td style="background-color: #EAEAEA; text-align: center;"><p style="font-size:12px; margin:0; text-align: center;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></td>
38
+ </tr>
39
+ </table>
40
+ </td>
41
+ </tr>
42
+ </table>
43
+ </div>
44
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/contact_form.html ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Modulo di contatto@-->
2
+ <!--@vars
3
+ {"var data.name":"Sender Name",
4
+ "var data.email":"Sender Email",
5
+ "var data.telephone":"Sender Telephone",
6
+ "var data.comment":"Comment"}
7
+ @-->
8
+ Nome: {{var data.name}}
9
+ E-mail: {{var data.email}}
10
+ Telefono: {{var data.telephone}}
11
+
12
+ Commento: {{var data.comment}}
app/locale/it_IT/template_1901_e_inferiori/email/currency_update_warning.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Avvisi aggiornamenti valuta @-->
2
+ <!--@vars
3
+ {"var warnings":"Currency Update Warnings"}
4
+ @-->
5
+ Avvisi aggiornamenti valuta:
6
+
7
+
8
+ {{var warnings}}
app/locale/it_IT/template_1901_e_inferiori/email/log_clean_warning.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <!--@subject Avvisi pulizia log @-->
2
+ <!--@vars
3
+ {"var warnings":"Log Cleanup Warnings"}
4
+ @-->
5
+ Avvisi pulizia log:
6
+
7
+ {{var warnings}}
app/locale/it_IT/template_1901_e_inferiori/email/moneybookers_activateemail.html ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <!--@subject {{var subject}} @-->
2
+ {{var store.getFrontendName()}}<br>
3
+ Indirizzo email Moneybookers: {{var email_addr}}<br>
4
+ ID cliente Moneybookers: {{var customer_id}}<br>
5
+ URL: {{var url}}<br>
6
+ Lingua: {{var language}}<br>
app/locale/it_IT/template_1901_e_inferiori/email/newsletter_subscr_confirm.html ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Conferma @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$customer.name":"Customer Name",
7
+ "var subscriber.getConfirmationLink()":"Subscriber Confirmation Url"}
8
+ @-->
9
+ <!--@styles
10
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
11
+ @-->
12
+
13
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
14
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
16
+ <tr>
17
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
18
+ <!-- [ header starts here] -->
19
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
20
+ <tr>
21
+ <td valign="top">
22
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
23
+ </td>
24
+ </tr>
25
+ <!-- [ middle starts here] -->
26
+ <tr>
27
+ <td valign="top">
28
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Grazie per esserti iscritto alla nostra newsletter.</h1>
29
+ <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0; padding:13px 18px; background:#F9F9F9;">Per iniziare a ricevere le newsletter, per prima cosa conferma l'iscrizione cliccando sul link seguente<br />
30
+ <a href="{{var subscriber.getConfirmationLink()}}" style="color:#1E7EC8;">{{var subscriber.getConfirmationLink()}}</a><p>
31
+ </td>
32
+ </tr>
33
+ <tr>
34
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
35
+ </tr>
36
+ </table>
37
+ </td>
38
+ </tr>
39
+ </table>
40
+ </div>
41
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/newsletter_subscr_success.html ADDED
@@ -0,0 +1,2 @@
 
 
1
+ <!--@subject Iscrizione alla newsletter avvenuta con successo @-->
2
+ Iscrizione alla newsletter avvenuta con successo
app/locale/it_IT/template_1901_e_inferiori/email/newsletter_unsub_success.html ADDED
@@ -0,0 +1,2 @@
 
 
1
+ <!--@subject Cancellazione iscrizione alla newsletter avvenuta con successo @-->
2
+ Cancellazione iscrizione alla newsletter avvenuta con successo
app/locale/it_IT/template_1901_e_inferiori/email/password_new.html ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Nuova password per {{var customer.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "store url=\"customer/account/\"":"Customer Account Url",
7
+ "htmlescape var=$customer.name":"Customer Name",
8
+ "htmlescape var=$customer.password":"Customer New Password"}
9
+ @-->
10
+ <!--@styles
11
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
+ @-->
13
+
14
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
17
+ <tr>
18
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
19
+ <!-- [ header starts here] -->
20
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
+ <tr>
22
+ <td valign="top">
23
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
24
+ </td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Gentile {{htmlescape var=$customer.name}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong>La tua nuova password &egrave;:</strong> {{htmlescape var=$customer.password}}</p>
31
+ <p style="font-size:12px; line-height:16px; margin:0;">Puoi cambiare la tua password in qualsiasi momento accedendo al <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">tuo account</a>.<p>
32
+ </td>
33
+ </tr>
34
+ <tr>
35
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
36
+ </tr>
37
+ </table>
38
+ </td>
39
+ </tr>
40
+ </table>
41
+ </div>
42
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/payment_failed.html ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Promemoria operazione di pagamento non riuscita @-->
2
+ <!--@vars
3
+ {"var reason":"Transaction Failed Reason",
4
+ "var checkoutType":"Checkout Type",
5
+ "var customerEmail":"Customer Email",
6
+ "var customer":"Customer Name",
7
+ "var items":"Shopping Cart Items",
8
+ "var total":"Total",
9
+ "var billingAddress.format('html')":"Billing Address",
10
+ "var shippingAddress.format('html')":"Shipping Address",
11
+ "var shippingMethod":"Shipping Method",
12
+ "var paymentMethod":"Payment Method",
13
+ "var dateAndTime":"Date and Time of Transaction"}
14
+ @-->
15
+
16
+ <table>
17
+ <thead>
18
+ <tr>
19
+ <th>Operazione di pagamento non riuscita.</th>
20
+ </tr>
21
+ </thead>
22
+ <tbody>
23
+ <tr>
24
+ <td>
25
+ <p>
26
+ <b>Motivo</b><br />
27
+ {{var reason}}
28
+ </p>
29
+ <p>
30
+ <b>Tipo di Checkout</b><br />
31
+ {{var checkoutType}}
32
+ </p>
33
+ <p>
34
+ <b>Cliente:</b><br />
35
+ <a href="mailto:{{var customerEmail}}">{{var customer}}</a> &lt;{{var customerEmail}}&gt;
36
+ </p>
37
+ <p>
38
+ <b>Articoli</b><br />
39
+ {{var items}}
40
+ </p>
41
+ <p>
42
+ <b>Totale:</b><br />
43
+ {{var total}}
44
+ </p>
45
+ <p>
46
+ <b>Indirizzo di fatturazione:</b><br />
47
+ {{var billingAddress.format('html')}}
48
+ </p>
49
+ <p>
50
+ <b>Indirizzo di spedizione:</b><br />
51
+ {{var shippingAddress.format('html')}}
52
+ </p>
53
+ <p>
54
+ <b>Metodo di spedizione:</b><br />
55
+ {{var shippingMethod}}
56
+ </p>
57
+ <p>
58
+ <b>Metodo di pagamento:</b><br />
59
+ {{var paymentMethod}}
60
+ </p>
61
+ <p>
62
+ <b>Data & Ora:</b><br />
63
+ {{var dateAndTime}}
64
+ </p>
65
+ </td>
66
+ </tr>
67
+ </tbody>
68
+ </table>
app/locale/it_IT/template_1901_e_inferiori/email/product_alert_cron_error.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <!--@subject Segnalazioni prodotti avvisi Cron @-->
2
+ <!--@vars
3
+ {"var warnings":"Warnings"}
4
+ @-->
5
+ Segnalazioni prodotti avvisi Cron:
6
+
7
+ {{var warnings}}
app/locale/it_IT/template_1901_e_inferiori/email/product_price_alert.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Avviso cambio prezzo prodotti @-->
2
+ <!--@vars
3
+ {"var customerName":"Customer Name",
4
+ "var alertGrid":"Alert Data Grid"}
5
+ @-->
6
+ Salve {{var customerName}},
7
+
8
+ {{var alertGrid}}
app/locale/it_IT/template_1901_e_inferiori/email/product_share.html ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Benvenuto, {{var name}} @-->
2
+ <!--@vars
3
+ {"htmlescape var=$name":"Recipient Name",
4
+ "var product_url":"Url for Product",
5
+ "var product_name":"Product Name",
6
+ "var message":"Sender Message"}
7
+ @-->
8
+
9
+ Benvenuto, {{htmlescape var=$name}}<br /><br />Guarda qui <a href="{{var product_url}}">{{var product_name}}</a><br /><br />c'&egrave; un messaggio: <br />{{var message}}<br /><br />
app/locale/it_IT/template_1901_e_inferiori/email/product_stock_alert.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Avviso prodotto nuovamente disponibile @-->
2
+ <!--@vars
3
+ {"var customerName":"Customer Name",
4
+ "var alertGrid":"Alert Data Grid"}
5
+ @-->
6
+ Salve {{var customerName}},
7
+
8
+ {{var alertGrid}}
app/locale/it_IT/template_1901_e_inferiori/email/sales/creditmemo_new.html ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Nota di credito # {{var creditmemo.increment_id}} per l'ordine # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var creditmemo.increment_id":"Credit Memo Id",
10
+ "var order.increment_id":"Order Id",
11
+ "var order.billing_address.format('html')":"Billing Address",
12
+ "payment_html":"Payment Details",
13
+ "var order.shipping_address.format('html')":"Shipping Address",
14
+ "var order.shipping_description":"Shipping Description",
15
+ "layout handle=\"sales_email_order_creditmemo_items\" creditmemo=$creditmemo order=$order":"Credit Memo Items Grid",
16
+ "var comment":"Credit Memo Comment"}
17
+ @-->
18
+ <!--@styles
19
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <!-- [ header starts here] -->
28
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Salve, {{htmlescape var=$order.getCustomerName()}}</h1>
36
+ <p>
37
+ Grazie per il tuo ordine da {{var store.getFrontendName()}}.
38
+ Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.
39
+ Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamaci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td>
45
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">La tua nota di credito #{{var creditmemo.increment_id}} per l'ordine #{{var order.increment_id}}</h2>
46
+ </td>
47
+ </tr>
48
+ <tr>
49
+ <td>
50
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
51
+ <thead>
52
+ <tr>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
54
+ <th width="10"></th>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
56
+ </tr>
57
+ </thead>
58
+ <tbody>
59
+ <tr>
60
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
61
+ {{var order.billing_address.format('html')}}
62
+ </td>
63
+ <td>&nbsp;</td>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var payment_html}}
66
+ </td>
67
+ </tr>
68
+ </tbody>
69
+ </table>
70
+ <br/>
71
+ {{depend order.getIsNotVirtual()}}
72
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
73
+ <thead>
74
+ <tr>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
76
+ <th width="10"></th>
77
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
78
+ </tr>
79
+ </thead>
80
+ <tbody>
81
+ <tr>
82
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
83
+ {{var order.shipping_address.format('html')}}
84
+ &nbsp;
85
+ </td>
86
+ <td>&nbsp;</td>
87
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
88
+ {{var order.shipping_description}}
89
+ &nbsp;
90
+ </td>
91
+ </tr>
92
+ </tbody>
93
+ </table>
94
+ <br/>
95
+ {{/depend}}
96
+ {{layout handle="sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order}}
97
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
98
+ </td>
99
+ </tr>
100
+ <tr>
101
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
102
+ </tr>
103
+ </table>
104
+ </td>
105
+ </tr>
106
+ </table>
107
+ </div>
108
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/sales/creditmemo_new_guest.html ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Nota di credito # {{var creditmemo.increment_id}} per l'ordine # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name (Billing)",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "var creditmemo.increment_id":"Credit Memo Id",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.billing_address.format('html')":"Billing Address",
11
+ "var payment_html":"Payment Details",
12
+ "var order.shipping_address.format('html')":"Shipping Address",
13
+ "var order.shipping_description":"Shipping Description",
14
+ "layout handle=\"sales_email_order_creditmemo_items\" creditmemo=$creditmemo order=$order":"Credit Memo Items Grid",
15
+ "var comment":"Credit Memo Comment"}
16
+ @-->
17
+ <!--@styles
18
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
19
+ @-->
20
+
21
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
22
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
24
+ <tr>
25
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
26
+ <!-- [ header starts here] -->
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <tr>
29
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
30
+ </tr>
31
+ <!-- [ middle starts here] -->
32
+ <tr>
33
+ <td valign="top">
34
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Salve, {{htmlescape var=$billing.getName()}}</h1>
35
+ <p>
36
+ Grazie per il tuo ordine da {{var store.getFrontendName()}}.
37
+ Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamaci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
38
+ </p>
39
+ </td>
40
+ </tr>
41
+ <tr>
42
+ <td>
43
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">La tua nota di credito #{{var creditmemo.increment_id}} per l'ordine #{{var order.increment_id}}</h2>
44
+ </td>
45
+ </tr>
46
+ <tr>
47
+ <td>
48
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
49
+ <thead>
50
+ <tr>
51
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
52
+ <th width="10"></th>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
54
+ </tr>
55
+ </thead>
56
+ <tbody>
57
+ <tr>
58
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
59
+ {{var order.billing_address.format('html')}}
60
+ </td>
61
+ <td>&nbsp;</td>
62
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
63
+ {{var payment_html}}
64
+ </td>
65
+ </tr>
66
+ </tbody>
67
+ </table>
68
+ <br/>
69
+ {{depend order.getIsNotVirtual()}}
70
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
71
+ <thead>
72
+ <tr>
73
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
74
+ <th width="10"></th>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
76
+ </tr>
77
+ </thead>
78
+ <tbody>
79
+ <tr>
80
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
81
+ {{var order.shipping_address.format('html')}}
82
+ &nbsp;
83
+ </td>
84
+ <td>&nbsp;</td>
85
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
86
+ {{var order.shipping_description}}
87
+ &nbsp;
88
+ </td>
89
+ </tr>
90
+ </tbody>
91
+ </table>
92
+ <br/>
93
+ {{/depend}}
94
+ {{layout handle="sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order}}
95
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
96
+ </td>
97
+ </tr>
98
+ <tr>
99
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
100
+ </tr>
101
+ </table>
102
+ </td>
103
+ </tr>
104
+ </table>
105
+ </div>
106
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/sales/creditmemo_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Aggiornamento nota di credito # {{var creditmemo.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Credit Memo Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ Il tuo ordine # {{var order.increment_id}} &egrave; stato <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ o telefonicamente al numero {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/sales/creditmemo_update_guest.html ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Aggiornamento nota di credito # {{var creditmemo.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+
7
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
8
+ "var order.increment_id":"Order Id",
9
+ "var order.getStatusLabel()":"Order Status",
10
+ "var comment":"Credit Memo Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$billing.getName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ Il tuo ordine # {{var order.increment_id}} &egrave; stato <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
38
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
39
+ o telefonicamente al numero {{config path='general/store_information/phone'}}.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
45
+ </tr>
46
+ </table>
47
+ </td>
48
+ </tr>
49
+ </table>
50
+ </div>
51
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/sales/invoice_new.html ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Fattura # {{var invoice.increment_id}} per l'ordine # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var invoice.increment_id":"Invoice Id",
10
+ "var order.increment_id":"Order Id",
11
+ "var order.billing_address.format('html')":"Billing Address",
12
+ "var payment_html":"Payment Details",
13
+ "var order.shipping_address.format('html')":"Shipping Address",
14
+ "var order.shipping_description":"Shipping Description",
15
+ "layout area=\"frontend\" handle=\"sales_email_order_invoice_items\" invoice=$invoice order=$order":"Invoice Items Grid",
16
+ "var comment":"Invoice Comment"}
17
+ @-->
18
+ <!--@styles
19
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <!-- [ header starts here] -->
28
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Salve, {{htmlescape var=$order.getCustomerName()}}</h1>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ Grazie per il tuo ordine da {{var store.getFrontendName()}}.
38
+ Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.
39
+ Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamaci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td>
45
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">La tua fattura #{{var invoice.increment_id}} per l'ordine #{{var order.increment_id}}</h2>
46
+ </td>
47
+ </tr>
48
+ <tr>
49
+ <td>
50
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
51
+ <thead>
52
+ <tr>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
54
+ <th width="10"></th>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
56
+ </tr>
57
+ </thead>
58
+ <tbody>
59
+ <tr>
60
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
61
+ {{var order.billing_address.format('html')}}
62
+ </td>
63
+ <td>&nbsp;</td>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var payment_html}}
66
+ </td>
67
+ </tr>
68
+ </tbody>
69
+ </table>
70
+ <br/>
71
+ {{depend order.getIsNotVirtual()}}
72
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
73
+ <thead>
74
+ <tr>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
76
+ <th width="10"></th>
77
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
78
+ </tr>
79
+ </thead>
80
+ <tbody>
81
+ <tr>
82
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
83
+ {{var order.shipping_address.format('html')}}
84
+ &nbsp;
85
+ </td>
86
+ <td>&nbsp;</td>
87
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
88
+ {{var order.shipping_description}}&nbsp;
89
+ </td>
90
+ </tr>
91
+ </tbody>
92
+ </table>
93
+ <br/>
94
+ {{/depend}}
95
+ {{layout area="frontend" handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}
96
+ <p style="font-size:12px; margin:0 10px 10px 0;">{{var comment}}</p>
97
+ </td>
98
+ </tr>
99
+ <tr>
100
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></strong></p></center></td>
101
+ </tr>
102
+ </table>
103
+ </td>
104
+ </tr>
105
+ </table>
106
+ </div>
107
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/sales/invoice_new_guest.html ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Fattura # {{var invoice.increment_id}} per l'ordine # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "var invoice.increment_id":"Invoice Id",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.billing_address.format('html')":"Billing Address",
11
+ "var payment_html":"Payment Details",
12
+ "var order.shipping_address.format('html')":"Shipping Address",
13
+ "var order.shipping_description":"Shipping Description",
14
+ "layout handle=\"sales_email_order_invoice_items\" invoice=$invoice order=$order":"Invoice Items Grid",
15
+ "var comment":"Invoice Comment"}
16
+ @-->
17
+ <!--@styles
18
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
19
+ @-->
20
+
21
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
22
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
24
+ <tr>
25
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
26
+ <!-- [ header starts here] -->
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <tr>
29
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
30
+ </tr>
31
+ <!-- [ middle starts here] -->
32
+ <tr>
33
+ <td valign="top">
34
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Salve, {{htmlescape var=$billing.getName()}}</h1>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ Grazie per il tuo ordine da {{var store.getFrontendName()}}.
37
+ Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamarci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
38
+ </p>
39
+ </td>
40
+ </tr>
41
+ <tr>
42
+ <td>
43
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">La tua fattura #{{var invoice.increment_id}} per l'ordine #{{var order.increment_id}}</h2>
44
+ </td>
45
+ </tr>
46
+ <tr>
47
+ <td>
48
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
49
+ <thead>
50
+ <tr>
51
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
52
+ <th width="10"></th>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
54
+ </tr>
55
+ </thead>
56
+ <tbody>
57
+ <tr>
58
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
59
+ {{var order.billing_address.format('html')}}
60
+ </td>
61
+ <td>&nbsp;</td>
62
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
63
+ {{var payment_html}}
64
+ </td>
65
+ </tr>
66
+ </tbody>
67
+ </table>
68
+ <br/>
69
+ {{depend order.getIsNotVirtual()}}
70
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
71
+ <thead>
72
+ <tr>
73
+ <th align="left" width="650" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
74
+ <th width="10"></th>
75
+ <th align="left" width="650" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
76
+ </tr>
77
+ </thead>
78
+ <tbody>
79
+ <tr>
80
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
81
+ {{var order.shipping_address.format('html')}}
82
+ &nbsp;
83
+ </td>
84
+ <td>&nbsp;</td>
85
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
86
+ {{var order.shipping_description}}
87
+ &nbsp;
88
+ </td>
89
+ </tr>
90
+ </tbody>
91
+ </table>
92
+ <br/>
93
+ {{/depend}}
94
+ {{layout handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}
95
+ <p style="font-size:12px; margin:0 0 10px 0">{{var comment}}</p>
96
+ </td>
97
+ </tr>
98
+ <tr>
99
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></strong></p></center></td>
100
+ </tr>
101
+ </table>
102
+ </td>
103
+ </tr>
104
+ </table>
105
+ </div>
106
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/sales/invoice_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Aggiornamento fattura # {{var invoice.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Invoice Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ Il tuo ordine # {{var order.increment_id}} &egrave; nello stato:<br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ o telefonicamente al numero {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/sales/invoice_update_guest.html ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Aggiornamento fattura # {{var invoice.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "var comment":"Invoice Comment",
10
+ "var store.getFrontendName()":"Store Name"}
11
+ @-->
12
+ <!--@styles
13
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
14
+ @-->
15
+
16
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
19
+ <tr>
20
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
21
+ <!-- [ header starts here] -->
22
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
23
+ <tr>
24
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$billing.getName()}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
31
+ Il tuo ordine # {{var order.increment_id}} &egrave; nello stato:<br/>
32
+ <strong>{{var order.getStatusLabel()}}</strong>.
33
+ </p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
37
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
38
+ o telefonicamente al numero {{config path='general/store_information/phone'}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
app/locale/it_IT/template_1901_e_inferiori/email/sales/order_new.html ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Nuovo ordine # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.getCreatedAtFormated('long')":"Order Created At (datetime)",
11
+ "var order.getBillingAddress().format('html')":"Billing Address",
12
+ "var payment_html":"Payment Details",
13
+ "var order.getShippingAddress().format('html')":"Shipping Address",
14
+ "var order.getShippingDescription()":"Shipping Description",
15
+ "layout handle=\"sales_email_order_items\" order=$order":"Order Items Grid",
16
+ "var order.getEmailCustomerNote()":"Email Order Note"}
17
+ @-->
18
+ <!--@styles
19
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <!-- [ header starts here] -->
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Salve, {{htmlescape var=$order.getCustomerName()}}</h1>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ Grazie per il tuo ordine da {{var store.getFrontendName()}}.
38
+ Una volta che il pacco sar&agrave; spedito ti manderemo una email con un link per tracciare l'ordine.
39
+ Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.
40
+ Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamaci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
41
+ </p>
42
+ <p style="font-size:12px; line-height:16px; margin:0;">La conferma del tuo ordine &egrave; qui sotto. Grazie ancora per il tuo acquisto.</p>
43
+ </tr>
44
+ <tr>
45
+ <td>
46
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Il tuo ordine #{{var order.increment_id}} <small>(placed on {{var order.getCreatedAtFormated('long')}})</small></h2>
47
+ </td>
48
+ </tr>
49
+ <tr>
50
+ <td>
51
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
52
+ <thead>
53
+ <tr>
54
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
55
+ <th width="10"></th>
56
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
57
+ </tr>
58
+ </thead>
59
+ <tbody>
60
+ <tr>
61
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
62
+ {{var order.getBillingAddress().format('html')}}
63
+ </td>
64
+ <td>&nbsp;</td>
65
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
66
+ {{var payment_html}}
67
+ </td>
68
+ </tr>
69
+ </tbody>
70
+ </table>
71
+ <br/>
72
+ {{depend order.getIsNotVirtual()}}
73
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
74
+ <thead>
75
+ <tr>
76
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
77
+ <th width="10"></th>
78
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
79
+ </tr>
80
+ </thead>
81
+ <tbody>
82
+ <tr>
83
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
84
+ {{var order.getShippingAddress().format('html')}}
85
+ &nbsp;
86
+ </td>
87
+ <td>&nbsp;</td>
88
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
89
+ {{var order.getShippingDescription()}}
90
+ &nbsp;
91
+ </td>
92
+ </tr>
93
+ </tbody>
94
+ </table>
95
+ <br/>
96
+ {{/depend}}
97
+ {{layout handle="sales_email_order_items" order=$order}}
98
+ <p style="font-size:12px; margin:0 0 10px 0">{{var order.getEmailCustomerNote()}}</p>
99
+ </td>
100
+ </tr>
101
+ <tr>
102
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
103
+ </tr>
104
+ </table>
105
+ </td>
106
+ </tr>
107
+ </table>
108
+ </div>
109
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/sales/order_new_guest.html ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Nuovo ordine # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getBillingAddress().getName()":"Guest Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "var order.increment_id":"Order Id",
9
+ "var order.getCreatedAtFormated('long')":"Order Created At (datetime)",
10
+ "var order.getBillingAddress().format('html')":"Billing Address",
11
+ "var payment_html":"Payment Details",
12
+ "var order.getShippingAddress().format('html')":"Shipping Address",
13
+ "var order.getShippingDescription()":"Shipping Description",
14
+ "layout handle=\"sales_email_order_items\" order=$order":"Order Items Grid",
15
+ "var order.getEmailCustomerNote()":"Email Order Note"}
16
+ @-->
17
+ <!--@styles
18
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
19
+ @-->
20
+
21
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
22
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
24
+ <tr>
25
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
26
+ <!-- [ header starts here] -->
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <tr>
29
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
30
+ </tr>
31
+ <!-- [ middle starts here] -->
32
+ <tr>
33
+ <td valign="top">
34
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Salve, {{htmlescape var=$order.getBillingAddress().getName()}}</h1>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
36
+ Grazie per il tuo ordine da {{var store.getFrontendName()}}.
37
+ Una volta che il pacco sar&agrave; spedito ti manderemo una email con un link per tracciare l'ordine.
38
+ Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamaci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
39
+ </p>
40
+ <p style="font-size:12px; line-height:16px; margin:0;">La conferma del tuo ordine &egrave; qui sotto. Grazie ancora per il tuo acquisto.</p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td>
45
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Il tuo ordine #{{var order.increment_id}} <small>(placed on {{var order.getCreatedAtFormated('long')}})</small></h2>
46
+ </td>
47
+ </tr>
48
+ <tr>
49
+ <td>
50
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
51
+ <thead>
52
+ <tr>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
54
+ <th width="10"></th>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
56
+ </tr>
57
+ </thead>
58
+ <tbody>
59
+ <tr>
60
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
61
+ {{var order.getBillingAddress().format('html')}}
62
+ </td>
63
+ <td>&nbsp;</td>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var payment_html}}
66
+ </td>
67
+ </tr>
68
+ </tbody>
69
+ </table>
70
+ <br/>
71
+ {{depend order.getIsNotVirtual()}}
72
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
73
+ <thead>
74
+ <tr>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
76
+ <th width="10"></th>
77
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
78
+ </tr>
79
+ </thead>
80
+ <tbody>
81
+ <tr>
82
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
83
+ {{var order.getShippingAddress().format('html')}}
84
+ &nbsp;
85
+ </td>
86
+ <td>&nbsp;</td>
87
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
88
+ {{var order.getShippingDescription()}}
89
+ &nbsp;
90
+ </td>
91
+ </tr>
92
+ </tbody>
93
+ </table>
94
+ <br/>
95
+ {{/depend}}
96
+ {{layout handle="sales_email_order_items" order=$order}}
97
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var order.getEmailCustomerNote()}}</p>
98
+ </td>
99
+ </tr>
100
+ <tr>
101
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
102
+ </tr>
103
+ </table>
104
+ </td>
105
+ </tr>
106
+ </table>
107
+ </div>
108
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/sales/order_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Aggiornamento ordine # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Order Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ Il tuo ordine # {{var order.increment_id}} &egrave; stato <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ o telefonicamente al numero {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/sales/order_update_guest.html ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Aggiornamento ordine # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "var comment":"Order Comment",
10
+ "var store.getFrontendName()":"Store Name"}
11
+ @-->
12
+ <!--@styles
13
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
14
+ @-->
15
+
16
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
19
+ <tr>
20
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
21
+ <!-- [ header starts here] -->
22
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
23
+ <tr>
24
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$billing.getName()}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
31
+ Il tuo ordine # {{var order.increment_id}} &egrave; stato <br/>
32
+ <strong>{{var order.getStatusLabel()}}</strong>.
33
+ </p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
37
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
38
+ o telefonicamente al numero {{config path='general/store_information/phone'}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
50
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/sales/shipment_new.html ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Spedizione # {{var shipment.increment_id}} per l'ordine # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var shipment.increment_id":"Shipment Id",
10
+ "var order.increment_id":"Order Id",
11
+ "var order.billing_address.format('html')":"Billing Address",
12
+ "var payment_html":"Payment Details",
13
+ "var order.shipping_address.format('html')":"Shipping Address",
14
+ "var order.shipping_description":"Shipping Description",
15
+ "layout handle=\"sales_email_order_shipment_items\" shipment=$shipment order=$order":"Shipment Items Grid",
16
+ "block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order":"Shipment Track Details",
17
+ "var comment":"Shipment Comment"}
18
+ @-->
19
+ <!--@styles
20
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
21
+ @-->
22
+
23
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
25
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
26
+ <tr>
27
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
28
+ <!-- [ header starts here] -->
29
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
30
+ <tr>
31
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
32
+ </tr>
33
+ <!-- [ middle starts here] -->
34
+ <tr>
35
+ <td valign="top">
36
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Salve, {{htmlescape var=$order.getCustomerName()}}</h1>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ Grazie per il tuo ordine da {{var store.getFrontendName()}}.
39
+ Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.
40
+ Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamaci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
41
+ </p>
42
+ <p style="font-size:12px; line-height:16px; margin:0;">
43
+ La conferma del tuo ordine &egrave; qui sotto. Grazie ancora per il tuo acquisto.
44
+ </p>
45
+ </td>
46
+ </tr>
47
+ <tr>
48
+ <td>
49
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">La tua spedizione #{{var shipment.increment_id}} per l'ordine #{{var order.increment_id}}</h2>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td>
54
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
55
+ <thead>
56
+ <tr>
57
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
58
+ <th width="10"></th>
59
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
60
+ </tr>
61
+ </thead>
62
+ <tbody>
63
+ <tr>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var order.billing_address.format('html')}}
66
+ </td>
67
+ <td>&nbsp;</td>
68
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
69
+ {{var payment_html}}
70
+ </td>
71
+ </tr>
72
+ </tbody>
73
+ </table>
74
+ <br/>
75
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
76
+ <thead>
77
+ <tr>
78
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
79
+ <th width="10"></th>
80
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
81
+ </tr>
82
+ </thead>
83
+ <tbody>
84
+ <tr>
85
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
86
+ {{var order.shipping_address.format('html')}}
87
+ &nbsp;
88
+ </td>
89
+ <td>&nbsp;</td>
90
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
91
+ {{var order.shipping_description}}
92
+ &nbsp;
93
+ </td>
94
+ </tr>
95
+ </tbody>
96
+ </table>
97
+ <br/>
98
+ {{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}}
99
+ {{block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order}}
100
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
101
+ </td>
102
+ </tr>
103
+ <tr>
104
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
105
+ </tr>
106
+ </table>
107
+ </td>
108
+ </tr>
109
+ </table>
110
+ </div>
111
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/sales/shipment_new_guest.html ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Spedizione # {{var shipment.increment_id}} per l'ordine # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "var shipment.increment_id":"Shipment Id",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.billing_address.format('html')":"Billing Address",
11
+ "var payment_html":"Payment Details",
12
+ "var order.shipping_address.format('html')":"Shipping Address",
13
+ "var order.shipping_description":"Shipping Description",
14
+ "layout handle=\"sales_email_order_shipment_items\" shipment=$shipment order=$order":"Shipment Items Grid",
15
+ "block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order":"Shipment Track Details",
16
+ "var comment":"Shipment Comment"}
17
+ @-->
18
+ <!--@styles
19
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <!-- [ header starts here] -->
28
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Salve, {{htmlescape var=$billing.getName()}}</h1>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ Grazie per il tuo ordine da {{var store.getFrontendName()}}.
38
+ Se hai qualche domanda riguardante il tuo ordine contattaci all'indirizzo <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> o chiamaci al <span class="nobr">{{config path='general/store_information/phone'}}</span> Luned&igrave; - Venerd&igrave;, 8am - 5pm PST.
39
+ </p>
40
+ <p style="font-size:12px; line-height:16px; margin:0;">
41
+ La conferma del tuo ordine &egrave; qui sotto. Grazie ancora per il tuo acquisto.
42
+ </p>
43
+ </td>
44
+ </tr>
45
+ <tr>
46
+ <td>
47
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">La tua spedizione #{{var shipment.increment_id}} per l'ordine #{{var order.increment_id}}</h2>
48
+ </td>
49
+ </tr>
50
+ <tr>
51
+ <td>
52
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
53
+ <thead>
54
+ <tr>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di fatturazione:</th>
56
+ <th width="10"></th>
57
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di pagamento:</th>
58
+ </tr>
59
+ </thead>
60
+ <tbody>
61
+ <tr>
62
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
63
+ {{var order.billing_address.format('html')}}
64
+ </td>
65
+ <td>&nbsp;</td>
66
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
67
+ {{var payment_html}}
68
+ </td>
69
+ </tr>
70
+ </tbody>
71
+ </table>
72
+ <br/>
73
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
74
+ <thead>
75
+ <tr>
76
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informazioni di spedizione:</th>
77
+ <th width="10"></th>
78
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Metodo di spedizione:</th>
79
+ </tr>
80
+ </thead>
81
+ <tbody>
82
+ <tr>
83
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
84
+ {{var order.shipping_address.format('html')}}
85
+ &nbsp;
86
+ </td>
87
+ <td>&nbsp;</td>
88
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
89
+ {{var order.shipping_description}}
90
+ &nbsp;
91
+ </td>
92
+ </tr>
93
+ </tbody>
94
+ </table>
95
+ <br/>
96
+ {{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}}
97
+ {{block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order}}
98
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
99
+ </td>
100
+ </tr>
101
+ <tr>
102
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
103
+ </tr>
104
+ </table>
105
+ </td>
106
+ </tr>
107
+ </table>
108
+ </div>
109
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/sales/shipment_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Aggiornamento spedizione # {{var shipment.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Order Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ Il tuo ordine # {{var order.increment_id}} &egrave; stato <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">Puoi verificare lo stato del tuo ordine <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">accedendo al tuo account</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ o telefonicamente al numero {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/sales/shipment_update_guest.html ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Aggiornamento spedizione # {{var shipment.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "var comment":"Order Comment",
10
+ "var store.getFrontendName()":"Store Name"}
11
+ @-->
12
+ <!--@styles
13
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
14
+ @-->
15
+
16
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
19
+ <tr>
20
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
21
+ <!-- [ header starts here] -->
22
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
23
+ <tr>
24
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Gentile {{htmlescape var=$billing.getName()}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
31
+ Il tuo ordine # {{var order.increment_id}} &egrave; stato <br/>
32
+ <strong>{{var order.getStatusLabel()}}</strong>.
33
+ </p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ Se hai qualche domanda, sentiti libero di contattarci all'indirizzo
37
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
38
+ o telefonicamente al numero {{config path='general/store_information/phone'}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
50
+ </body>
app/locale/it_IT/template_1901_e_inferiori/email/sitemap_generate_warning.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Avvisi sviluppo Sitemap @-->
2
+ <!--@vars
3
+ {"var warnings":"Sitemap Generate Warnings"}
4
+ @-->
5
+ Avvisi sviluppo sitemap:
6
+
7
+
8
+ {{var warnings}}
app/locale/it_IT/template_1901_e_inferiori/email/token.html ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Benvenuto, {{var name}} @-->
2
+ <!--@vars
3
+ {"htmlescape var=$userName":"User name",
4
+ "var $applicationName":"Application name",
5
+ "var $status":"Token new status"}
6
+ @-->
7
+
8
+ Salve, {{htmlescape var=$userName}}<br /><br />
9
+ La tua autorizzazione a <b>{{htmlescape var=$applicationName}}</b> è stata modificata in <b>{{htmlescape var=$status}}</b> dall'Admin team.<br /><br />
app/locale/it_IT/template_1901_e_inferiori/email/wishlist_share.html ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Dai un occhiata alla wishlist di {{var customer.name}}@-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "var message":"Wishlist Message",
7
+ "var items":"Wishlist Items"}
8
+ @-->
9
+ <!--@styles
10
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
11
+ @-->
12
+
13
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
14
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
16
+ <tr>
17
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
18
+ <!-- [ header starts here] -->
19
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
20
+ <tr>
21
+ <td valign="top">
22
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
23
+ </td>
24
+ </tr>
25
+ <!-- [ middle starts here] -->
26
+ <tr>
27
+ <td valign="top">
28
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Hey,<br/>Dai un occhiata alla mia wishlist {{var store.getFrontendName()}}.</p>
29
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">{{var message}}</p>
30
+ {{var items}}
31
+ <br/>
32
+ {{depend salable}}<p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong><a href="{{var addAllLink}}" style="color:#1E7EC8;">Aggiungi tutti gli articoli al carrello</a></strong> |{{/depend}} <strong><a href="{{var viewOnSiteLink}}" style="color:#1E7EC8;">Vedi tutti gli articoli della wishlist</a></strong></p>
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Grazie, <strong>{{htmlescape var=$customer.name}}</p></center></td>
37
+ </td>
38
+ </table>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </div>
43
+ </body>
package.xml CHANGED
@@ -1,24 +1,25 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Locale_Mage_community_it_IT</name>
4
- <version>1.9.0.1.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/academic.php">AFL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Magento Community Modules - Pacchetto di lingua italiano (Italia)</summary>
10
- <description>&amp;lt;p&amp;gt;Pacchetto di installazione di Magento per la lingua Italiana&amp;lt;/p&amp;gt;&amp;#xD;&#xD;
11
- &amp;lt;p&amp;gt;Le istruzioni per installare la traduzione le potete trovare &amp;lt;a href="http://www.antoniocarboni.com/cms-magento/far-funzionare-la-traduzione-italiana-di-magento/" title="Istruzioni traduzione Italiana Magento"&amp;gt;qua.&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&amp;#xD;&#xD;
12
- &amp;#xD;&#xD;
13
- &amp;lt;p&amp;gt;La lista completa delle release delle traduzioni le potete trovare &amp;lt;a href="http://ecommerce-italiano.it/release-traduzioni-magento/" title="traduzioni"&amp;gt;a questo indirizzo.&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&amp;#xD;&#xD;
14
- &amp;#xD;&#xD;
15
- &amp;lt;p&amp;gt;Eventuali errori, bug, devono essere segnalati sul forum nel &amp;lt;a href="http://www.magentocommerce.com/boards/viewthread/762/" title="Topic Ufficiale traduzione"&amp;gt;topic ufficiale&amp;lt;/a&amp;gt; oppure nel post del &amp;lt;a href="http://ecommerce-italiano.it/release-traduzioni-magento/" title="traduzione italiana magento"&amp;gt;blog Italiano&amp;lt;/a&amp;gt; da cui avete preso la versione di traduzione.&amp;lt;/p&amp;gt;</description>
16
- <notes>Added new translation strings for 1.9.0.0&#xD;
17
- Added new translation strings for 1.9.0.1</notes>
 
18
  <authors><author><name>Antonio Carboni</name><user>antoniocarboni</user><email>magento@antoniocarboni.com</email></author><author><name>Martino Fenu</name><user>Martino_Fenu</user><email>89martino@gmail.com</email></author></authors>
19
- <date>2014-05-19</date>
20
- <time>00:58:49</time>
21
- <contents><target name="magelocale"><dir name="it_IT"><file name="Mage_AdminNotification.csv" hash="acc0f8b4b8ec0991251dfa19caf637da"/><file name="Mage_Adminhtml.csv" hash="28810e65516b18f1c3f7610dc4f114e2"/><file name="Mage_Api.csv" hash="657e3b01938452139d7eaa6dcd394c10"/><file name="Mage_Api2.csv" hash="9c458f4c7884281b434f8393de05bba6"/><file name="Mage_Authorizenet.csv" hash="e039c1fc40895c1bcf14bc1a5e5cfe2d"/><file name="Mage_Backup.csv" hash="85c4ae0d44689f34b6e29688f2ec3de3"/><file name="Mage_Bundle.csv" hash="3017c23be680cd92e793e3cd8521fa6a"/><file name="Mage_Captcha.csv" hash="09c882f0cbef4fc360c3e0a5d166e4c5"/><file name="Mage_Catalog.csv" hash="095c84a588e69d0aa98bd21384fb38fe"/><file name="Mage_CatalogInventory.csv" hash="a75dcb2f5b7aea5049b3f8b10cd0c02e"/><file name="Mage_CatalogRule.csv" hash="270649ef6ef116294af9ebe3f37512f7"/><file name="Mage_CatalogSearch.csv" hash="4278640068a5a5759acbb5c0af4bc315"/><file name="Mage_Centinel.csv" hash="d37d754cda83c57ef24a215bdb6254ae"/><file name="Mage_Checkout.csv" hash="a65d5f050ac8e654d1188b5ff8c8ad2d"/><file name="Mage_Cms.csv" hash="09d0d1c137bd72cd66253d6dd9399737"/><file name="Mage_Compiler.csv" hash="e734bb47db89f1c221c3306b20934af8"/><file name="Mage_Connect.csv" hash="f42f806e8f056b3bff5caabd5f232cd2"/><file name="Mage_Contacts.csv" hash="4ac6553c525f202768b1532ecd3d995e"/><file name="Mage_Core.csv" hash="78bb7201d6d2739220133f984cbb316f"/><file name="Mage_Cron.csv" hash="579468a6c650c81ad8924769e19c2b1f"/><file name="Mage_CurrencySymbol.csv" hash="6a2ba5ce3f6e3392a0fc42aab4ceed13"/><file name="Mage_Customer.csv" hash="59042dc7e17198e4efd47542fc118b81"/><file name="Mage_Dataflow.csv" hash="db61e4c3ddd66c65ed02fb68a7d1f2ef"/><file name="Mage_Directory.csv" hash="ecbcb18307ce8d0a157a6df04209ba7d"/><file name="Mage_Downloadable.csv" hash="40a34afc1ddc2174ae071897f3ad3fac"/><file name="Mage_Eav.csv" hash="1073c66acdd39bd76bc99ded1e982343"/><file name="Mage_GiftMessage.csv" hash="ced2f87889cd9f286b41b8915c3fca9c"/><file name="Mage_GoogleAnalytics.csv" hash="067f8a7fbaa962304b515a87c94d83dc"/><file name="Mage_GoogleBase.csv" hash="e8d32803302c51f8b5b73ee36417b58f"/><file name="Mage_GoogleCheckout.csv" hash="34d3cb90bf002717650a47604f4bb8d1"/><file name="Mage_GoogleOptimizer.csv" hash="8e50037def10c6a8603fffde271c14b0"/><file name="Mage_ImportExport.csv" hash="d8962363de31654e969b446c1e720e06"/><file name="Mage_Index.csv" hash="d367524b976d00ed5bc6f99a4c63c9a0"/><file name="Mage_Install.csv" hash="98ca45672556807a4040d394579894b6"/><file name="Mage_Log.csv" hash="3ca3a3a02f94b6ae98d1d9b89609d516"/><file name="Mage_Media.csv" hash="c02f4e41eef0c4c5396a658bc829d857"/><file name="Mage_Newsletter.csv" hash="c6e751ad723990855c84cc11b9baa132"/><file name="Mage_Oauth.csv" hash="d705486df452db555c895bbf6ee4dd8d"/><file name="Mage_Page.csv" hash="b743d8a322f67ffd8aeebe188a493567"/><file name="Mage_PageCache.csv" hash="db121c7a701dd01b60081be1b16dd4e1"/><file name="Mage_Paygate.csv" hash="7b1460788fed5cf8b858c2e6f5dd9ac5"/><file name="Mage_Payment.csv" hash="c357baa2a48a15d4ac8411969d2efd10"/><file name="Mage_Paypal.csv" hash="1ba7479e67a801c3bfa9ed5b457d54ee"/><file name="Mage_PaypalUk.csv" hash="8701be6ae0466ac4188e7111ef9224b4"/><file name="Mage_Persistent.csv" hash="82ac8d8cc2899aa70102a4f2bdcc2aa5"/><file name="Mage_Poll.csv" hash="c4f0429a9c7852f382ef8cd1664ecd2e"/><file name="Mage_ProductAlert.csv" hash="8e028a4c7befe76514bbf47bfd477151"/><file name="Mage_Rating.csv" hash="69da03432146dd5496a570341dea7804"/><file name="Mage_Reports.csv" hash="6d4d6e02efc5b2ba7f4cffd99f2f4caa"/><file name="Mage_Review.csv" hash="ac4e008a228dda3189008d3953eba090"/><file name="Mage_Rss.csv" hash="a8e96c7f012f6e11bb2eebefb6c7cd08"/><file name="Mage_Rule.csv" hash="71f14becad22b5971fde50f9180395b9"/><file name="Mage_Sales.csv" hash="403b1d1775ddc6f3b7f5c6c9d5a51712"/><file name="Mage_SalesRule.csv" hash="e9ea117f5a6d2acaf92092ae95e05647"/><file name="Mage_Sendfriend.csv" hash="d558fe67ba4a75f4f1f62dad5d8e4a05"/><file name="Mage_Shipping.csv" hash="f02eb9a683248c52b22dc0f5565bd191"/><file name="Mage_Sitemap.csv" hash="38d71ddc21975c2647f66d4c58a236b5"/><file name="Mage_Strikeiron.csv" hash="216df2f0d812a9cdbbc39dc313db9f2f"/><file name="Mage_Tag.csv" hash="9aeb9ac3ba3568ff096c5b8fccd80e17"/><file name="Mage_Tax.csv" hash="fd5a3c31c4304ea8a2fa7b1f3a5682af"/><file name="Mage_Usa.csv" hash="456e0a06057a9b4977d74bbd4015175c"/><file name="Mage_Weee.csv" hash="5340783209bc937dee55ec2ba8d8ac34"/><file name="Mage_Widget.csv" hash="226583d123579437dfa2b83de3c508b9"/><file name="Mage_Wishlist.csv" hash="923c42e406364388e082f1ba0c53df28"/><file name="Mage_XmlConnect.csv" hash="81fdce443c51cddfe557aed4a2267642"/><file name="Phoenix_BankPayment.csv" hash="e8d9f83ac98959d1fd6c2847594011cf"/><file name="Phoenix_Moneybookers.csv" hash="f8d17c9bddc12b5de777f0a2c2c6550e"/><dir name="template"><dir name="email"><file name="account_new.html" hash="e8281e5987d609e34efd93d9d437dc51"/><file name="account_new_confirmation.html" hash="ab4924be95881b476dbd3959d9f5aa53"/><file name="account_new_confirmed.html" hash="0f9fdc8ae804bedec423eed91cb77e15"/><file name="account_password_reset_confirmation.html" hash="1e01d40fa61350d14ddb9ce4688eab88"/><file name="admin_password_new.html" hash="f67912166e7a0efa1a88e22a13d43d99"/><file name="admin_password_reset_confirmation.html" hash="071d89dc8e810c4dd03d6ad68767a0ec"/><file name="contact_form.html" hash="d42cc48d8c5a754118745d8cc1f22679"/><file name="currency_update_warning.html" hash="1229514b40558d0f2aa76a634a482aa7"/><file name="log_clean_warning.html" hash="205461b8443b5287f64ec97b4ecea4f5"/><file name="moneybookers_activateemail.html" hash="16b99204897a583f8004371ccf767dc7"/><file name="newsletter_subscr_confirm.html" hash="10c7d5fc185712d35cb85cd362a9d1b9"/><file name="newsletter_subscr_success.html" hash="1a00ccd65dc44c81b7559686f0e2e15d"/><file name="newsletter_unsub_success.html" hash="127dadd8e1f23908264cb78f01ee94f2"/><file name="password_new.html" hash="0507bc5edf818b47a851d5b09c2e087d"/><file name="payment_failed.html" hash="d44028fc64056b7d063c08bae17c8440"/><file name="product_alert_cron_error.html" hash="9e922f46092441315939d48b489dfdc7"/><file name="product_price_alert.html" hash="ecc0308e5d84902f8a1da7291c04d0b2"/><file name="product_share.html" hash="4c0e14d69676ce0119de49e2df2362d6"/><file name="product_stock_alert.html" hash="096308c34e48dafb12acb52ec2c407f1"/><dir name="sales"><file name="creditmemo_new.html" hash="e371c189a56256858156af744d487115"/><file name="creditmemo_new_guest.html" hash="cff758dfddee40fde1d3a503b6cfdfe3"/><file name="creditmemo_update.html" hash="d229bf293eb5fae7ff666e458bf90592"/><file name="creditmemo_update_guest.html" hash="d475146747744a0008f017b28b49e077"/><file name="invoice_new.html" hash="8b5a4ed682121c58b664f852e10c6673"/><file name="invoice_new_guest.html" hash="3c232766be843d369b0c11a07cccf6fb"/><file name="invoice_update.html" hash="7acfec0b03db10fc82137ce5eff2e66d"/><file name="invoice_update_guest.html" hash="8935ca7d7758a3dfb51b1c50cf451638"/><file name="order_new.html" hash="979bb03f275ed9a99005d157346b9178"/><file name="order_new_guest.html" hash="86bbe86a3d127aeebcd024cf0112baee"/><file name="order_update.html" hash="8e0ce758169a0c65cbfc3e950de9d5f1"/><file name="order_update_guest.html" hash="cd7a95c1d9da79d0904332fa1554ac2c"/><file name="shipment_new.html" hash="ff493798810b4f5999755a734c5697c8"/><file name="shipment_new_guest.html" hash="0bd1028c2dc814458b01fc521379d56b"/><file name="shipment_update.html" hash="e17ef2159b304433ce4c46b95555f41e"/><file name="shipment_update_guest.html" hash="2a090ff9fce346e9b4007e07e4a3f9ef"/></dir><file name="sitemap_generate_warning.html" hash="c605b3f6b7da9d471a60939d36063217"/><file name="token.html" hash="52acd1a8160439c833349d1ab60fd14f"/><file name="wishlist_share.html" hash="ee77a15ad1e8adaa736be09e2fd34645"/></dir></dir></dir></target><target name="magecommunity"><dir name="ItalianLocale"><dir name="Info"><dir name="Block"><dir name="Adminhtml"><file name="Info.php" hash="c2f5b58f19ac54c94d95a82584b30bd1"/></dir></dir><dir name="Helper"><file name="Data.php" hash="9f158e8fc10f3a55dfc98d21660edf8c"/></dir><dir name="etc"><file name="adminhtml.xml" hash="a8cec129006a991d30413fc59501d7a2"/><file name="config.xml" hash="7ad2e326fe3cd44245b43349b782c723"/><file name="system.xml" hash="43452f31ad64c002b24f4fc4eae1a2d9"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="italianlocale"><file name="info.phtml" hash="66184c016761b46eee1eabcfaa2710c6"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Italian_locale.xml" hash="fe1fadab0a43ab357fec097a6ddfbb68"/></dir></target></contents>
22
  <compatible/>
23
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
24
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Locale_Mage_community_it_IT</name>
4
+ <version>1.9.1.0.01</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/academic.php">AFL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Magento Community Modules - Pacchetto di lingua italiano (Italia)</summary>
10
+ <description>&lt;p&gt;Pacchetto di installazione di Magento per la lingua Italiana&lt;/p&gt;&#xD;
11
+ &lt;p&gt;Le istruzioni per installare la traduzione le potete trovare &lt;a href="http://www.antoniocarboni.com/cms-magento/far-funzionare-la-traduzione-italiana-di-magento/" title="Istruzioni traduzione Italiana Magento"&gt;qua.&lt;/a&gt;&lt;/p&gt;&#xD;
12
+ &#xD;
13
+ &lt;p&gt;La lista completa delle release delle traduzioni le potete trovare &lt;a href="http://ecommerce-italiano.it/release-traduzioni-magento/" title="traduzioni"&gt;a questo indirizzo.&lt;/a&gt;&lt;/p&gt;&#xD;
14
+ &#xD;
15
+ &lt;p&gt;Eventuali errori, bug, devono essere segnalati sul forum nel &lt;a href="http://www.magentocommerce.com/boards/viewthread/762/" title="Topic Ufficiale traduzione"&gt;topic ufficiale&lt;/a&gt; oppure nel post del &lt;a href="http://ecommerce-italiano.it/release-traduzioni-magento/" title="traduzione italiana magento"&gt;blog Italiano&lt;/a&gt; da cui avete preso la versione di traduzione.&lt;/p&gt;</description>
16
+ <notes>- Aggiornata la traduzione con le stringhe di Magento 1.9.1&#xD;
17
+ &#xD;
18
+ - Tradotti i template email della 1.9.1; i template email precedenti sono stati conservati e mantenuti nella cartella it_IT/template_1901_e_inferiori/</notes>
19
  <authors><author><name>Antonio Carboni</name><user>antoniocarboni</user><email>magento@antoniocarboni.com</email></author><author><name>Martino Fenu</name><user>Martino_Fenu</user><email>89martino@gmail.com</email></author></authors>
20
+ <date>2014-12-08</date>
21
+ <time>22:11:17</time>
22
+ <contents><target name="magelocale"><dir name="it_IT"><file name="Mage_AdminNotification.csv" hash="acc0f8b4b8ec0991251dfa19caf637da"/><file name="Mage_Adminhtml.csv" hash="ae5fc9549753b8961dab6e206ca8b38b"/><file name="Mage_Api.csv" hash="657e3b01938452139d7eaa6dcd394c10"/><file name="Mage_Api2.csv" hash="9c458f4c7884281b434f8393de05bba6"/><file name="Mage_Authorizenet.csv" hash="e039c1fc40895c1bcf14bc1a5e5cfe2d"/><file name="Mage_Backup.csv" hash="85c4ae0d44689f34b6e29688f2ec3de3"/><file name="Mage_Bundle.csv" hash="33970bd6303031c181e8543b0c4261ba"/><file name="Mage_Captcha.csv" hash="09c882f0cbef4fc360c3e0a5d166e4c5"/><file name="Mage_Catalog.csv" hash="c63e945bf587d3dda05f523fd0a40f7e"/><file name="Mage_CatalogInventory.csv" hash="e95d5fbdf490fd8560b445e7083a9478"/><file name="Mage_CatalogRule.csv" hash="270649ef6ef116294af9ebe3f37512f7"/><file name="Mage_CatalogSearch.csv" hash="4278640068a5a5759acbb5c0af4bc315"/><file name="Mage_Centinel.csv" hash="d37d754cda83c57ef24a215bdb6254ae"/><file name="Mage_Checkout.csv" hash="6a7ca10451c65ccd2380bb1063ea7e82"/><file name="Mage_Cms.csv" hash="09d0d1c137bd72cd66253d6dd9399737"/><file name="Mage_Compiler.csv" hash="e734bb47db89f1c221c3306b20934af8"/><file name="Mage_Connect.csv" hash="f42f806e8f056b3bff5caabd5f232cd2"/><file name="Mage_Contacts.csv" hash="4ac6553c525f202768b1532ecd3d995e"/><file name="Mage_Core.csv" hash="cfd75d7215138828f4a27a83a3702fbb"/><file name="Mage_Cron.csv" hash="579468a6c650c81ad8924769e19c2b1f"/><file name="Mage_CurrencySymbol.csv" hash="6a2ba5ce3f6e3392a0fc42aab4ceed13"/><file name="Mage_Customer.csv" hash="95e50843aae99003b53854edd096c59b"/><file name="Mage_Dataflow.csv" hash="db61e4c3ddd66c65ed02fb68a7d1f2ef"/><file name="Mage_Directory.csv" hash="b136c3bb038e68cfbeed366a8340a9f4"/><file name="Mage_Downloadable.csv" hash="ac705a4b44dd2f9d2f8b65e5539d0bbc"/><file name="Mage_Eav.csv" hash="1073c66acdd39bd76bc99ded1e982343"/><file name="Mage_GiftMessage.csv" hash="ced2f87889cd9f286b41b8915c3fca9c"/><file name="Mage_GoogleAnalytics.csv" hash="70e7bc9b6e475eea95ca9cd92145507d"/><file name="Mage_GoogleBase.csv" hash="e8d32803302c51f8b5b73ee36417b58f"/><file name="Mage_GoogleCheckout.csv" hash="34d3cb90bf002717650a47604f4bb8d1"/><file name="Mage_GoogleOptimizer.csv" hash="8e50037def10c6a8603fffde271c14b0"/><file name="Mage_ImportExport.csv" hash="d8962363de31654e969b446c1e720e06"/><file name="Mage_Index.csv" hash="d367524b976d00ed5bc6f99a4c63c9a0"/><file name="Mage_Install.csv" hash="98ca45672556807a4040d394579894b6"/><file name="Mage_Log.csv" hash="3ca3a3a02f94b6ae98d1d9b89609d516"/><file name="Mage_Media.csv" hash="c02f4e41eef0c4c5396a658bc829d857"/><file name="Mage_Newsletter.csv" hash="c6e751ad723990855c84cc11b9baa132"/><file name="Mage_Oauth.csv" hash="2f92ca739289a8e5da1ecab88ced8b46"/><file name="Mage_Page.csv" hash="ae076558588e2d323b07ae17b3523c7f"/><file name="Mage_PageCache.csv" hash="db121c7a701dd01b60081be1b16dd4e1"/><file name="Mage_Paygate.csv" hash="7b1460788fed5cf8b858c2e6f5dd9ac5"/><file name="Mage_Payment.csv" hash="a7dc318a462ee3e218351226ee25637b"/><file name="Mage_Paypal.csv" hash="bd0bf0b072d13f1df7581eeed2e743c6"/><file name="Mage_PaypalUk.csv" hash="8701be6ae0466ac4188e7111ef9224b4"/><file name="Mage_Persistent.csv" hash="58d0935f733f55122cc695c333620312"/><file name="Mage_Poll.csv" hash="c4f0429a9c7852f382ef8cd1664ecd2e"/><file name="Mage_ProductAlert.csv" hash="8e028a4c7befe76514bbf47bfd477151"/><file name="Mage_Rating.csv" hash="69da03432146dd5496a570341dea7804"/><file name="Mage_Reports.csv" hash="6d4d6e02efc5b2ba7f4cffd99f2f4caa"/><file name="Mage_Review.csv" hash="596541a92ea608822f29752583cd81d8"/><file name="Mage_Rss.csv" hash="a8e96c7f012f6e11bb2eebefb6c7cd08"/><file name="Mage_Rule.csv" hash="71f14becad22b5971fde50f9180395b9"/><file name="Mage_Sales.csv" hash="33bced4b10f058684a01e812a306aba7"/><file name="Mage_SalesRule.csv" hash="f7b8798bd897c255c5a4eb64392c7135"/><file name="Mage_Sendfriend.csv" hash="d558fe67ba4a75f4f1f62dad5d8e4a05"/><file name="Mage_Shipping.csv" hash="f02eb9a683248c52b22dc0f5565bd191"/><file name="Mage_Sitemap.csv" hash="38d71ddc21975c2647f66d4c58a236b5"/><file name="Mage_Strikeiron.csv" hash="216df2f0d812a9cdbbc39dc313db9f2f"/><file name="Mage_Tag.csv" hash="9aeb9ac3ba3568ff096c5b8fccd80e17"/><file name="Mage_Tax.csv" hash="0126e5008d471f4d306dc4d4304d4428"/><file name="Mage_Usa.csv" hash="3648798c270bafb04eccef74670ddf0f"/><file name="Mage_Weee.csv" hash="5340783209bc937dee55ec2ba8d8ac34"/><file name="Mage_Widget.csv" hash="226583d123579437dfa2b83de3c508b9"/><file name="Mage_Wishlist.csv" hash="b9aea0892450f23ad23af854df3d4d76"/><file name="Mage_XmlConnect.csv" hash="81fdce443c51cddfe557aed4a2267642"/><file name="Phoenix_BankPayment.csv" hash="e8d9f83ac98959d1fd6c2847594011cf"/><file name="Phoenix_Moneybookers.csv" hash="f8d17c9bddc12b5de777f0a2c2c6550e"/><dir name="template"><dir name="email"><file name="account_new.html" hash="b35be67c833dc29a9b61719ca9fb75d4"/><file name="account_new_confirmation.html" hash="f54ea8933a725c6b12d0325608903ef9"/><file name="account_new_confirmed.html" hash="36e65dd5e5f92826cdb2f05ecc167677"/><file name="account_password_reset_confirmation.html" hash="a5a9036ad6b4c91edcb78b6f82bfaa79"/><file name="admin_password_new.html" hash="1907e67330bc2aa349a2cb8e4a484d27"/><file name="admin_password_reset_confirmation.html" hash="ac16d25875580932cb14df1828409990"/><file name="contact_form.html" hash="5c5b6597cfef95285477b45fe6dac3d0"/><file name="currency_update_warning.html" hash="de4554001909d13bccd32edb9a743d93"/><dir name="html"><file name="footer.html" hash="d828374472d84196a5c4555790e81e92"/><file name="header.html" hash="739a3ea8e07bbe3be76e4c93237bc5d2"/></dir><file name="log_clean_warning.html" hash="9cee96bf885caa0ba81e28cfd8680558"/><file name="moneybookers_activateemail.html" hash="07290b7503dc368c3de7743540d1f23a"/><file name="newsletter_subscr_confirm.html" hash="0b151b5ada038667391968340e9891c8"/><file name="newsletter_subscr_success.html" hash="c02342b1f3fda7900b8c04b9f718d519"/><file name="newsletter_unsub_success.html" hash="4b5260d76b227faeafc5ca4c305b1725"/><file name="password_new.html" hash="bd77011b212a6d1c8ee396eb829d69ef"/><file name="payment_failed.html" hash="d3e0019fdef7aace36f5aeeccf52aa9f"/><file name="product_alert_cron_error.html" hash="09c41558c35af8ac4e2faf3f8fd86ce3"/><file name="product_price_alert.html" hash="b5303d1feb8206b15aecde371fff37ed"/><file name="product_share.html" hash="1293b9d2e3c74130cdf9e2eb490a843f"/><file name="product_stock_alert.html" hash="7a8b1f987a39c960785b96fbfaaf73ec"/><dir name="sales"><file name="creditmemo_new.html" hash="8ba280d3d8f4011cfaef881070e8978f"/><file name="creditmemo_new_guest.html" hash="c2797f72b15ef2a6a1c57ab8a1e33ed2"/><file name="creditmemo_update.html" hash="ea32fe55d0d241b43c19a4ed31861a6f"/><file name="creditmemo_update_guest.html" hash="0bf6f054ef0132c398c6935f9a6e1a62"/><file name="invoice_new.html" hash="38f9889137417b4d14b0b9419efd7d67"/><file name="invoice_new_guest.html" hash="104b35d70ee8c7bd7a54efa89d1350c2"/><file name="invoice_update.html" hash="bc3fa2a6d8f3caf374fb4ed181de8fbb"/><file name="invoice_update_guest.html" hash="25e2e1e9dfbdae27f0d456c3c3c61642"/><file name="order_new.html" hash="8663663fbea7cf645e52da2ac70804c3"/><file name="order_new_guest.html" hash="9345a4d1dd56bb64dc7e9ce9893ff33d"/><file name="order_update.html" hash="ca4729f2b29e7cb1b3761f7463fe1c58"/><file name="order_update_guest.html" hash="8eeff3d403de6d2215f850a33ae82c24"/><file name="shipment_new.html" hash="8f271749f82c1cb66f995d57ebd5873a"/><file name="shipment_new_guest.html" hash="6512d10b98beb0de3fc3340aca39a51c"/><file name="shipment_update.html" hash="05257b6d2fedbe6103289b3c9fcccd0f"/><file name="shipment_update_guest.html" hash="84f6a7aaa91cba855488c48ed4c4fb5e"/></dir><file name="sitemap_generate_warning.html" hash="09083c03736996702939c9b319febfcb"/><file name="token.html" hash="47867966bc32b7e49d5d6732ed14b70f"/><file name="wishlist_share.html" hash="e2395b1ab552df6706d99d6465bd2d49"/></dir><file name=".DS_Store" hash="76da54efab0c2031a773157571e392a4"/></dir><dir name="template_1901_e_inferiori"><dir name="email"><file name="account_new.html" hash="e8281e5987d609e34efd93d9d437dc51"/><file name="account_new_confirmation.html" hash="ab4924be95881b476dbd3959d9f5aa53"/><file name="account_new_confirmed.html" hash="0f9fdc8ae804bedec423eed91cb77e15"/><file name="account_password_reset_confirmation.html" hash="1e01d40fa61350d14ddb9ce4688eab88"/><file name="admin_password_new.html" hash="f67912166e7a0efa1a88e22a13d43d99"/><file name="admin_password_reset_confirmation.html" hash="071d89dc8e810c4dd03d6ad68767a0ec"/><file name="contact_form.html" hash="d42cc48d8c5a754118745d8cc1f22679"/><file name="currency_update_warning.html" hash="1229514b40558d0f2aa76a634a482aa7"/><file name="log_clean_warning.html" hash="205461b8443b5287f64ec97b4ecea4f5"/><file name="moneybookers_activateemail.html" hash="16b99204897a583f8004371ccf767dc7"/><file name="newsletter_subscr_confirm.html" hash="10c7d5fc185712d35cb85cd362a9d1b9"/><file name="newsletter_subscr_success.html" hash="1a00ccd65dc44c81b7559686f0e2e15d"/><file name="newsletter_unsub_success.html" hash="127dadd8e1f23908264cb78f01ee94f2"/><file name="password_new.html" hash="0507bc5edf818b47a851d5b09c2e087d"/><file name="payment_failed.html" hash="d44028fc64056b7d063c08bae17c8440"/><file name="product_alert_cron_error.html" hash="9e922f46092441315939d48b489dfdc7"/><file name="product_price_alert.html" hash="ecc0308e5d84902f8a1da7291c04d0b2"/><file name="product_share.html" hash="4c0e14d69676ce0119de49e2df2362d6"/><file name="product_stock_alert.html" hash="096308c34e48dafb12acb52ec2c407f1"/><dir name="sales"><file name="creditmemo_new.html" hash="e371c189a56256858156af744d487115"/><file name="creditmemo_new_guest.html" hash="cff758dfddee40fde1d3a503b6cfdfe3"/><file name="creditmemo_update.html" hash="d229bf293eb5fae7ff666e458bf90592"/><file name="creditmemo_update_guest.html" hash="d475146747744a0008f017b28b49e077"/><file name="invoice_new.html" hash="8b5a4ed682121c58b664f852e10c6673"/><file name="invoice_new_guest.html" hash="3c232766be843d369b0c11a07cccf6fb"/><file name="invoice_update.html" hash="7acfec0b03db10fc82137ce5eff2e66d"/><file name="invoice_update_guest.html" hash="8935ca7d7758a3dfb51b1c50cf451638"/><file name="order_new.html" hash="979bb03f275ed9a99005d157346b9178"/><file name="order_new_guest.html" hash="86bbe86a3d127aeebcd024cf0112baee"/><file name="order_update.html" hash="8e0ce758169a0c65cbfc3e950de9d5f1"/><file name="order_update_guest.html" hash="cd7a95c1d9da79d0904332fa1554ac2c"/><file name="shipment_new.html" hash="ff493798810b4f5999755a734c5697c8"/><file name="shipment_new_guest.html" hash="0bd1028c2dc814458b01fc521379d56b"/><file name="shipment_update.html" hash="e17ef2159b304433ce4c46b95555f41e"/><file name="shipment_update_guest.html" hash="2a090ff9fce346e9b4007e07e4a3f9ef"/></dir><file name="sitemap_generate_warning.html" hash="c605b3f6b7da9d471a60939d36063217"/><file name="token.html" hash="52acd1a8160439c833349d1ab60fd14f"/><file name="wishlist_share.html" hash="ee77a15ad1e8adaa736be09e2fd34645"/></dir><file name=".DS_Store" hash="dae5dadfbd8c775c98521ae8e6e82cda"/></dir><file name=".DS_Store" hash="52a07b941dd217a4133ec9c41782d18b"/></dir></target><target name="magecommunity"><dir name="ItalianLocale"><dir name="Info"><dir name="Block"><dir name="Adminhtml"><file name="Info.php" hash="b2226d6efefbcf3265a092b0364d007a"/></dir></dir><dir name="Helper"><file name="Data.php" hash="9f158e8fc10f3a55dfc98d21660edf8c"/></dir><dir name="etc"><file name="adminhtml.xml" hash="a8cec129006a991d30413fc59501d7a2"/><file name="config.xml" hash="7ad2e326fe3cd44245b43349b782c723"/><file name="system.xml" hash="43452f31ad64c002b24f4fc4eae1a2d9"/></dir><file name=".DS_Store" hash="df0c37bfff3409749fe8fdc0a0550a2c"/></dir><file name=".DS_Store" hash="db432aa65e7abf46a03111f115e84586"/></dir></target><target name="magedesign"><dir name="Adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="italianlocale"><file name="info.phtml" hash="66184c016761b46eee1eabcfaa2710c6"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Italian_locale.xml" hash="a692b12ed6910fe0aca153785acfea0d"/></dir></target></contents>
23
  <compatible/>
24
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
25
  </package>