Abp-it.xml 1.3 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <localizationDictionary culture="it">
  3. <texts>
  4. <text name="SmtpHost">Server SMTP</text>
  5. <text name="SmtpPort">Porta SMTP</text>
  6. <text name="Username">Nome Utente</text>
  7. <text name="Password">Password</text>
  8. <text name="DomainName">Dominio</text>
  9. <text name="UseSSL">Usa SSL</text>
  10. <text name="UseDefaultCredentials">Usa credenziali di default</text>
  11. <text name="DefaultFromSenderEmailAddress">Indirizzo email mittente(default)</text>
  12. <text name="DefaultFromSenderDisplayName">Nome visualizzato come mittente</text>
  13. <text name="DefaultLanguage">Lingua Predefinita</text>
  14. <text name="ReceiveNotifications" value="Ricevi Notifiche" />
  15. <text name="CurrentUserDidNotLoginToTheApplication">L'utente corrente non si è registrato all'applicazione!</text>
  16. <text name="TimeZone">Fuso orario</text>
  17. <text name="AllOfThesePermissionsMustBeGranted">Le autorizzazioni necessarie non vengono concesse. Tutte queste autorizzazioni devono essere concesse: {0}</text>
  18. <text name="AtLeastOneOfThesePermissionsMustBeGranted">Le autorizzazioni necessarie non vengono concesse. Almeno una di queste autorizzazioni deve essere concessa: {0}</text>
  19. <text name="MainMenu">Menu principale</text>
  20. </texts>
  21. </localizationDictionary>